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 @ 11187

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

Modifications and bugfixes

  • Correction of the layout standard Right: scrreprt instead of scrreport
  • Switch to 2-columns for the bibliography
  • Update svn:ignore property for list of figures and tables
  • Update LaTeX dependencies
  • Move \triad command declaration to ./global/latex/new_cmds.tex with \DeclareRobustCommand specific prefix to prevent issue with \listoffigures
  • LaTeX typos
  • Ignore todonotes.tex for time being
File size: 1.0 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{hyperref}                    %% hyper
10\usepackage{enumitem}                    %% list
11\usepackage{amsmath}                     %% maths
12%\usepackage{fancyhdr}                    %% page
13\usepackage{minitoc}                     %% toc
14\usepackage{subfiles}                    %% subdocs
15\usepackage{draftwatermark}              %% watermark
16\usepackage{titling}                     %% titlepage
17
18%% Extensions in bundle package
19\usepackage{amssymb, graphicx, tabularx, textcomp}
20\usepackage[utf8]{inputenc}              %% input encoding
21
22%% Configuration
23\graphicspath{ {../../figures/} {../../figures/\engine/} }
24%\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}}
25\renewcommand{\bibfont}{\small}
26%\renewcommand{\bibsep}{3pt}
27
Note: See TracBrowser for help on using the repository browser.