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

source: NEMO/trunk/doc/latex/SI3/main/SI3_manual.tex @ 11128

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

Create styles folder to gather common files between manuals: NEMO.sty and ametsoc.bst

File size: 3.1 KB
RevLine 
[9974]1%% ==============================================================================
[11015]2%% SI3 Reference Manual
[9974]3%% ==============================================================================
4
5
[11015]6%% Preamble
7%% ==============================================================================
[9974]8
9%% Document layout
[11015]10\documentclass{book}
[9974]11
[11015]12%% Custom style (.sty)
[11128]13\usepackage{../../styles/NEMO}
[11043]14\hypersetup{
15  pdftitle={SI³ – Sea Ice modelling Integrated Initiative – The NEMO Sea Ice engine},
16  pdfauthor={NEMO Sea Ice Working Group},
17  colorlinks
18}
[9974]19
[11015]20%% Include references and index for single subfile compilation
21\newcommand{\biblio}{\bibliography{../main/SI3_manual}}
22\newcommand{\pindex}{\printindex}
[9974]23
24\makeindex
25
[11015]26%% End of common preamble between main and sub-files
27\begin{document}
[9974]28
[11015]29%% Override custom cmds for full manual compilation
30\renewcommand{\biblio}{}
31\renewcommand{\pindex}{}
[9974]32
33
34%% Frontmatter
35%% ==============================================================================
36
[11015]37\graphicspath{{../../figures/logos/}}
38
[9974]39%% Frontpage
40\title{
[11015]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 SI$^3$ \\}
47  {\Large Sea Ice modelling Integrated Initiative -- The NEMO Sea Ice engine}\\ 
48  {\small \textcolor{red}{First draft documentation. Needs completion and rewriting}.}
[9974]49}
[11015]50\author{The NEMO Sea Ice Working Group
51%  \thanks{
52%
53%  }                                                        \\
54  \textit{Issue 27, Notes du P\^{o}le de mod\'{e}lisation} \\
55  \textit{Institut Pierre-Simon Laplace (IPSL)}            \\
56  \textit{ISSN 1288-1619}
[9974]57}
[11015]58\date{\today}
[9974]59
[11015]60\maketitle
[9974]61\frontmatter
62
63%% ToC i.e. Table of Contents
64\dominitoc
65\tableofcontents
66
67
68%% Mainmatter
69%% ==============================================================================
70
71\mainmatter
72
[11015]73\graphicspath{{../../figures/SI3/}}
[9974]74
[11015]75\subfile{../subfiles/todolist}
76
[9974]77%% Abstract - Foreword
78
[11015]79\subfile{../subfiles/abstract_foreword}
[9974]80
81% Introduction
82
[11015]83\subfile{../subfiles/introduction}
[9974]84
85% Chapters
86
[11015]87\subfile{../subfiles/chap_model_basics}
[9974]88
[11015]89\subfile{../subfiles/chap_domain}
[9974]90
[11015]91\subfile{../subfiles/chap_dynamics}
[9995]92
[11015]93\subfile{../subfiles/chap_transport}
[9995]94
[11015]95\subfile{../subfiles/chap_ridging_rafting}
[9995]96
[11015]97\subfile{../subfiles/chap_radiative_transfer}
[9995]98
[11015]99\subfile{../subfiles/chap_thermo}
[9995]100
[11015]101\subfile{../subfiles/chap_interfaces}
[9995]102
[11015]103\subfile{../subfiles/chap_output_diagnostics}
[9995]104
[11015]105\subfile{../subfiles/chap_single_category_use}
[9995]106
[11015]107\subfile{../subfiles/chap_bdy_agrif}
[9995]108
[11015]109\subfile{../subfiles/chap_miscellaneous}
[9974]110
111%% Appendix
112
113%\appendix
114%% Backmatter
115%% ==============================================================================
116
117\backmatter
118
119%% Bibliography
120\cleardoublepage
121\phantomsection
122\addcontentsline{toc}{chapter}{Bibliography}
[11015]123\bibliography{../main/SI3_manual}
[9974]124%\bibliography{/Users/ioulianikolskaia/Boulot/LIBRARY/BIBTEX/Martin_biblio.bib}
125
126%% Index
127\cleardoublepage
128\phantomsection
129\addcontentsline{toc}{chapter}{Index}
130\printindex
131
132\end{document}
Note: See TracBrowser for help on using the repository browser.