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

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

Apply more or less same modifications on TOP as for SI3 for compliance
Despite remaining issues with references, TOP manual can be build like NEMO & SI3 with ./build_manual.sh TOP
For the record, the building of the 3 manuals can be launched with ./manual_build.sh all

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