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.
NEMO_book.tex in branches/2015/nemo_v3_6_STABLE/DOC – NEMO

source: branches/2015/nemo_v3_6_STABLE/DOC/NEMO_book.tex @ 7461

Last change on this file since 7461 was 6992, checked in by nicolasmartin, 8 years ago

Global reorganisation of DOC directory to ensure the export of NEMO Reference Manual both in PDF & HTML

  • Move 'Figures' and 'Namelists' from ./TexFiles? to the root, create 'Styles' directory in ./TexFiles? with corresponding files and generate EPS version of all figures
  • Fix LaTex? typos, add the possibility to compile each chapter separately with 'subfiles' package and clean the main LaTeX file by creating 'Preamble.tex' & 'Top_Matter.tex' in ./TexFiles?
  • Provide LaTeX2HTML.sh script for producing HTML output (LaTeX2HTML tool needed with patch)
  • Remove PDF files from versionned files
File size: 3.8 KB
RevLine 
[707]1%description: Book template
2
3% template of document for LaTeX
4% (C) Xavier Perseguers 2002 - xavier.perseguers@epfl.ch
5
6% ================================================================
[6992]7% PREAMBLE
[707]8% ================================================================
9
[6992]10\include{TexFiles/Preamble}
[707]11
12% ================================================================
[6992]13% TOP MATTER
[707]14% ================================================================
[817]15
[6992]16\include{TexFiles/Top_Matter}
[707]17
18% ================================================================
[6992]19% DOCUMENT
[707]20% ================================================================
21
22\begin{document}
23
24\maketitle                 % generate the title
25
26\frontmatter
27
[3294]28\tableofcontents              % generate a table of contents
29%\listoffigures               % generate a list  of figures
30%\listoftables                     % generate a list of tables
[707]31
32\mainmatter
33
34% ================================================================
35% Abstract - Foreword
36% ================================================================
37
[6992]38\subfile{TexFiles/Chapters/Abstracts_Foreword}
[707]39
40% ================================================================
41% INTRODUCTION
42% ================================================================
43
[6992]44\subfile{TexFiles/Chapters/Introduction}
[707]45
46% ================================================================
47% CHAPTERS
48% ================================================================
49
[6992]50\subfile{TexFiles/Chapters/Chap_Model_Basics}
[707]51
[6992]52\subfile{TexFiles/Chapters/Chap_STP}         % Time discretisation (time stepping strategy)
[707]53
[6992]54\subfile{TexFiles/Chapters/Chap_DOM}         % Space discretisation
[707]55
[6992]56\subfile{TexFiles/Chapters/Chap_TRA}         % Tracer advection/diffusion equation
[707]57
[6992]58\subfile{TexFiles/Chapters/Chap_DYN}         % Dynamics : momentum equation
[707]59
[6992]60\subfile{TexFiles/Chapters/Chap_SBC}         % Surface Boundary Conditions
[707]61
[6992]62\subfile{TexFiles/Chapters/Chap_LBC}         % Lateral Boundary Conditions
[707]63
[6992]64\subfile{TexFiles/Chapters/Chap_LDF}         % Lateral diffusion
[707]65
[6992]66\subfile{TexFiles/Chapters/Chap_ZDF}         % Vertical diffusion
[707]67
[6992]68\subfile{TexFiles/Chapters/Chap_DIA}         % Outputs and Diagnostics
[2541]69
[6992]70\subfile{TexFiles/Chapters/Chap_OBS}                    % Observation operator
[2349]71
[6992]72\subfile{TexFiles/Chapters/Chap_ASM}                    % Assimilation increments
[2349]73
[6992]74\subfile{TexFiles/Chapters/Chap_STO}                    % Stochastic param.
[5405]75
[6992]76\subfile{TexFiles/Chapters/Chap_MISC}        % Miscellaneous topics
[707]77
[6992]78\subfile{TexFiles/Chapters/Chap_CFG}         % Predefined configurations
[2376]79
[707]80% ================================================================
81% APPENDIX
82% ================================================================
83
[817]84\appendix
[707]85
[6992]86%\subfile{TexFiles/Chapters/Chap_Conservation}
87\subfile{TexFiles/Chapters/Annex_A}       % generalised vertical coordinate
88\subfile{TexFiles/Chapters/Annex_B}       % diffusive operator
89\subfile{TexFiles/Chapters/Annex_C}       % Discrete invariants of the eqs.
90\subfile{TexFiles/Chapters/Annex_ISO}                    % Isoneutral diffusion using triads
91\subfile{TexFiles/Chapters/Annex_D}       % Coding rules
92%\subfile{TexFiles/Chapters/Annex_E}                     % Notes on some on going staff (no included in the DOC)
93%\subfile{TexFiles/Chapters/Annex_Fox-Kemper}   % Notes on Fox-Kemper (no included in the DOC)
94%\subfile{TexFiles/Chapters/Annex_EVP}          % Notes on EVP (no included in the DOC)
[707]95
96% ================================================================
97% INDEX
98% ================================================================
99
100\addcontentsline{toc}{chapter}{Index}
101\printindex
102
103% ================================================================
104% BIBLIOGRAPHY
105% ================================================================
106
[1680]107%%\bibliographystyle{plainat}
[6992]108\bibliographystyle{TexFiles/Styles/ametsoc}     % AMS biblio style (JPO)
109\bibliography{TexFiles/Bibliography/Biblio}
[707]110
111% ================================================================
[781]112\end{document}
Note: See TracBrowser for help on using the repository browser.