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/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global – NEMO

source: NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global/packages.tex @ 13825

Last change on this file since 13825 was 13825, checked in by nicolasmartin, 4 years ago

#2414 Skechty fixes to complete the manual compilation

File size: 1.1 KB
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[inline]{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\usepackage{etoc}
17\usepackage{mathtools}
18\usepackage{academicons}
19
20%% Extensions in bundle package
21\usepackage{amssymb, graphicx, tabularx, textcomp}
22\usepackage[utf8]{inputenc}              %% input encoding
23
24%% Configuration
25\graphicspath{ {../../../} {../figures/} }
26%\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}}
27\renewcommand{\bibfont}{\small}
28%\renewcommand{\bibsep}{3pt}
29
Note: See TracBrowser for help on using the repository browser.