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.
TOP_manual.tex in NEMO/trunk/doc/latex/TOP/main – NEMO

source: NEMO/trunk/doc/latex/TOP/main/TOP_manual.tex @ 11043

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

Several fixes for the LaTeX compilation of the manuals

File size: 2.5 KB
Line 
1%% ==============================================================================
2%% TOP Reference Manual
3%% ==============================================================================
4
5
6%% Preamble
7%% ==============================================================================
8
9%% Document layout
10\documentclass{book}
11
12%% Custom style (.sty)
13\usepackage{../../NEMO/main/NEMO_manual}
14\hypersetup{
15  pdftitle={TOP – Tracers in Ocean Paradigm – The NEMO Tracers engine},
16  pdfauthor={NEMO TOP Working Group},
17  colorlinks
18}
19
20%% Include references and index for single subfile compilation
21\newcommand{\biblio}{\bibliography{../main/TOP_manual}}
22\newcommand{\pindex}{\printindex}
23
24\makeindex
25
26%% End of common preamble between main and sub-files
27\begin{document}
28
29%% Override custom cmds for full manual compilation
30\renewcommand{\biblio}{}
31\renewcommand{\pindex}{}
32
33
34%% Frontmatter
35%% ==============================================================================
36
37\graphicspath{{../../figures/logos/}}
38
39%% Frontpage
40\title{
41  \includegraphics[height=0.05\textheight]{CMCC}\hfill
42  \includegraphics[height=0.05\textheight]{CNRS}\hfill
43  \includegraphics[height=0.05\textheight]{MOI} \hfill
44  \includegraphics[height=0.05\textheight]{UKMO}\hfill
45  \includegraphics[height=0.05\textheight]{NERC}       \\
46  {\Huge TOP \\}
47  {\Large Tracer in Ocean Paradigm -- The NEMO Passive Tracer engine}\\
48  \small \textcolor{red}{First draft documentation. Needs completion and rewriting}. \\
49}
50\author{The NEMO-TOP Group
51  \thanks{
52    Eth\'{e} Christian, Lovato Thomas, Aumont Olivier, Palmi\'{e}ri Julien,
53    Mouchet Anne, Nurser Georges, Yool Andrew
54  }\\
55  \textit{Issue 27, Notes du P\^{o}le de mod\'{e}lisation} \\
56  \textit{Institut Pierre-Simon Laplace (IPSL)}            \\
57  \textit{ISSN 1288-1619}
58}
59\date{\today}
60
61\maketitle
62\frontmatter
63
64%% ToC i.e. Table of Contents
65
66\dominitoc
67\tableofcontents
68
69
70%% Mainmatter
71%% ==============================================================================
72
73\mainmatter
74
75\graphicspath{{../../figures/TOP/}}
76
77\subfile{../subfiles/introduction}
78\subfile{../subfiles/model_description}
79\subfile{../subfiles/model_setup}
80\subfile{../subfiles/miscellaneous}
81
82%% Appendix
83
84%\appendix
85%% Backmatter
86%% ==============================================================================
87
88\backmatter
89
90%% Bibliography
91\cleardoublepage
92\phantomsection
93\addcontentsline{toc}{chapter}{Bibliography}
94\bibliography{../main/TOP_manual}
95
96%% Index
97\cleardoublepage
98\phantomsection
99\addcontentsline{toc}{chapter}{Index}
100\printindex
101
102\end{document}
Note: See TracBrowser for help on using the repository browser.