New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
packages.tex in NEMO/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/packages.tex @ 11189

Last change on this file since 11189 was 11189, checked in by nicolasmartin, 5 years ago

Enabling index links by moving hyperref pkg at the end of the LaTeX preamble

File size: 1021 bytes
Line 
1
2%% LaTeX packages in use
3%% ==============================================================================
4
5\usepackage{natbib}                      %% bib
6\usepackage{caption}                     %% caption
7\usepackage{xcolor}                      %% color
8\usepackage{times}                       %% font
9\usepackage{enumitem}                    %% list
10\usepackage{amsmath}                     %% maths
11%\usepackage{fancyhdr}                    %% page
12\usepackage{minitoc}                     %% toc
13\usepackage{subfiles}                    %% subdocs
14\usepackage{draftwatermark}              %% watermark
15\usepackage{titling}                     %% titlepage
16
17%% Extensions in bundle package
18\usepackage{amssymb, graphicx, tabularx, textcomp}
19\usepackage[utf8]{inputenc}              %% input encoding
20
21%% Configuration
22\graphicspath{ {../../figures/} {../../figures/\engine/} }
23%\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}}
24\renewcommand{\bibfont}{\small}
25%\renewcommand{\bibsep}{3pt}
26
Note: See TracBrowser for help on using the repository browser.