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.sty in NEMO/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/packages.sty @ 11170

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

Review of the overall building of any reference manual
Implementation of a compilation process shared between the 3 manuals: now a global document.tex will be used as the main LaTeX file (a symbolic link will refer to it in each ./engine/main directory).
At the time of the manual building, a few small LaTeX files will be imported on the fly from the corresponding folder ./latex/engine/main.

  • definitions.tex: engine, title, author(s), IPSL publication number and DOI ID
  • thanks.tex: list of collaborators to be thanked for the writing/reviewing
  • chapters.tex: ordered list of chapters (relative path to subfiles)
  • appendices.tex: ordered list of subordinate chapters (relative path to subfiles)
File size: 1.3 KB
Line 
1%% LaTeX packages in use
2%% ==============================================================================
3
4\usepackage{natbib}                      %% bib
5\usepackage{caption}                     %% caption
6\usepackage{xcolor}                      %% color
7\usepackage{times}                       %% font
8\usepackage{hyperref}                    %% hyper
9%\usepackage{idxlayout}                   %% index
10\usepackage{enumitem}                    %% list
11\usepackage[outputdir=../build]{minted}  %% listing
12\usepackage{amsmath}                     %% maths
13%\usepackage{fancyhdr}                    %% page
14\usepackage{minitoc}                     %% toc
15\usepackage{subfiles}                    %% subdocs
16\usepackage{draftwatermark}              %% watermark
17\usepackage{titling}                     %% titlepage
18
19%% Extensions in bundle package
20\usepackage{amssymb, graphicx, makeidx, tabularx, textcomp}
21\usepackage[utf8]{inputenc}              %% input encoding
22
23%% Configuration
24\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}}
25%\idxlayout{font=footnotesize, columns=3}
26%\renewcommand{\bibfont}{\footnotesize}
27%\renewcommand{\bibsep}{3pt}
28
29%% Load custom packages in './latex/global' directory
30\usepackage{../../global/styles}
31\usepackage{../../global/new_cmds}
32\usepackage{../../global/highlighting}
33\usepackage{../../global/todonotes}
Note: See TracBrowser for help on using the repository browser.