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 trunk/DOC – NEMO

source: trunk/DOC/NEMO_book.tex @ 997

Last change on this file since 997 was 997, checked in by gm, 16 years ago

trunk - DOC - move NEMO_book directly in the DOC directory

  • Property svn:executable set to *
File size: 9.8 KB
Line 
1%description: Book template
2
3% template of document for LaTeX
4% (C) Xavier Perseguers 2002 - xavier.perseguers@epfl.ch
5
6\documentclass[a4paper,12pt]{book}
7
8%  makeindex NEMO_book     <== to regenerate the index
9%  bibtex         NEMO_book   <== to generate  the bibliography
10
11% ================================================================
12% HEADERS DEFINITION
13% ================================================================
14
15\usepackage[french]{babel}
16\usepackage{fancyhdr}
17
18\usepackage{alltt}      %%  alltt for namelist
19\usepackage{verbatim}   %%  alltt for namelist
20
21%hyperref  ===>>>  don't work.....
22%\usepackage[a4paper=true,ps2pdf=true,pagebackref=true,breaklinks=true]{hyperref}
23
24%\usepackage{amssymb}
25\pagestyle{fancy}
26% with this we ensure that the chapter and section
27% headings are in lowercase.
28\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
29\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
30\fancyhf{}             % delete current setting for header and footer
31\fancyhead[LE,RO]{\bfseries\thepage}
32\fancyhead[LO]{\bfseries\hspace{-0em}\rightmark}
33\fancyhead[RE]{\bfseries\leftmark}
34\renewcommand{\headrulewidth}{0.5pt}
35\renewcommand{\footrulewidth}{0pt}
36\addtolength{\headheight}{2.6pt}   % make space for the rule
37%\addtolength{\headheight}{1.6pt}   % make space for the rule
38\fancypagestyle{plain}{
39  \fancyhead{}         % get rid of headers on plain pages
40  \renewcommand{\headrulewidth}{0pt}  % and the line
41}
42
43% Leave blank pages completely empty, w/o header
44\makeatletter
45\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
46  \hbox{}
47  \vspace*{\fill}
48  \vspace{\fill}
49  \thispagestyle{empty}
50  \newpage
51  \if@twocolumn\hbox{}\newpage\fi\fi\fi}
52\makeatother
53
54\usepackage{makeidx}
55
56\usepackage{minitoc}          %in french : \usepackage[french]{minitoc}
57
58%\usepackage{mtcoff}          % invalidate the use of minitocs
59\usepackage[latin1]{inputenc}
60\usepackage{graphics}            % allows insertion of pictures
61\usepackage{times}               % use vector fonts instead of bitmap
62\usepackage{fancybox}
63\usepackage{color}
64\usepackage{colortbl}
65
66%%%% add by Word2Tex
67%\documentclass{amsart}
68\usepackage{latexsym}
69\usepackage{amssymb}
70\usepackage{amsmath}
71\usepackage{graphicx}
72%%%%
73
74%%%%
75%\usepackage{mathtime}      % font for illustrator to work (belleek fonts )
76%%%%
77
78%\usepackage{showidx}            % show the index entry
79
80
81
82%%%% define the style of title for chapter  %%%
83\usepackage{pstricks}
84\makeatletter
85\def\LigneVerticale{\vrule height 5cm depth 2cm\hspace{0.1cm}\relax}
86\def\LignesVerticales{%
87  \let\LV\LigneVerticale\LV\LV\LV\LV\LV\LV\LV\LV\LV\LV}
88\def\GrosCarreAvecUnChiffre#1{%
89  \rlap{\vrule height 0.8cm width 1cm depth 0.2cm}%
90  \rlap{\hbox to 1cm{\hss\mbox{\white #1}\hss}}%
91  \vrule height 0pt width 1cm depth 0pt}
92\def\GrosCarreAvecTroisChiffre#1{%
93  \rlap{\vrule height 0.8cm width 1.6cm depth 0.2cm}%
94  \rlap{\hbox to 1.5cm{\hss\mbox{\white #1}\hss}}%
95  \vrule height 0pt width 1cm depth 0pt}
96
97\def\@makechapterhead#1{\hbox{%
98    \huge 
99    \LignesVerticales
100    \hspace{-0.5cm}%
101    \GrosCarreAvecUnChiffre{\thechapter}
102    \hspace{0.2cm}\hbox{#1}%
103%    \GrosCarreAvecTroisChiffre{\thechapter}
104%    \hspace{1cm}\hbox{#1}%
105%}\par\vskip 2cm}
106}\par\vskip 1cm}
107\def\@makeschapterhead#1{\hbox{%
108    \huge 
109    \LignesVerticales
110    %\hspace{0.5cm}%
111    \hbox{#1}%
112}\par\vskip 2cm}
113
114%\def\thechapter{\Roman{chapter}}      % chapter number to be Roman
115
116%%%% end style chapter %%%
117
118%%% eqution shortcut:
119\newcommand{\vect} [1] { \rm{\textbf{#1}} }    % vector style: non-italic bold
120
121%%% essai commande
122\newcommand{\nl} [1] {\texttt{\small {\textcolor{blue}{#1}} } } 
123
124%essai commande 
125\newcommand{\mdl} [1] {\textit{#1.F90}\index{Modules!#1}}         %module (mdl)
126\newcommand{\rou} [1] {\textit{#1}\index{Routines!#1}}         %module (routine)
127\newcommand{\hf} [1] {\textit{#1.h90}\index{h90 file!#1}}         %module (h90 files)
128\newcommand{\np} [1] {\textit{#1}\index{Namelist parameters!#1}}%namelist parameter (nampar)
129\newcommand{\jp} [1] {\textit{#1}\index{Model parameters!#1}}%model parameter (jp)
130\newcommand{\pp} [1] {\textit{#1}\index{Model parameters!#1}}%namelist parameter (pp)
131\newcommand{\key} [1] {\textbf{key\_#1}\index{CPP keys!key\_#1}}  %key_cpp (key)
132\newcommand{\NEMO} {\textit{NEMO }}                %NEMO (nemo)
133\newcommand{\amtcomment}[1]{#1}     % command to allow "commented out" portions of
134\newcommand{\gmcomment}[1]{}     % command to allow "commented out" portions of
135%                                               % text that span line breaks
136
137%--------------------------------------------namlist---------------------------------------------------------
138%\newcommand{\namdisplay} [1] {  \vspace{-25pt}
139%  \begin{alltt}  \textcolor{blue}{{\scriptsize \verbatiminput{./Namelist/#1}}}  \end{alltt}
140%                          \vspace{-20pt} }
141\newcommand{\namdisplay} [1] { 
142   \begin{alltt}  {{\tiny \verbatiminput{./Namelist/#1}}}  \end{alltt} 
143                               \vspace{-10pt}   }
144%--------------------------------------------------------------------------------------------------------------
145
146%Red (NR) or Yellow(WARN)
147%\newcommand{\NR} {\colorbox{red}{#1}}
148%\newcommand{\WARN} {{ \colorbox{yellow}{#1}} }
149
150%---------------------%%%%%  Section number in Margin  %%%%%-----------------------------
151% typeset the number of each section in the left margin, with the start of each instance of
152% sectional heading text aligned with the left hand edge of  the body text.
153\makeatletter 
154\def\@seccntformat#1{\protect\makebox[0pt][r]{\csname the#1\endcsname\quad}} 
155\makeatother 
156%--------------------------------------------------------------------------------------------------------------
157
158%----------------------------%%%%%   Bilbiography   %%%%%%-------------------------------%
159\usepackage[nottoc, notlof, notlot]{tocbibind}
160\usepackage[square, comma]{natbib}
161\bibpunct{[}{]}{,}{a}{}{;}                           %suppress "," after "et al."
162\newcommand{\bibfont}{\small}
163%--------------------------------------------------------------------------------------------------------------
164
165% ================================================================
166% FRONT PAGE
167% ================================================================
168
169\title{ 
170\includegraphics[width=0.2\textwidth]{./Figures/logo_CNRS.pdf} 
171\quad
172\includegraphics[width=0.2\textwidth]{./Figures/logo_MERCATOR.pdf} 
173\quad
174\includegraphics[width=0.1\textwidth]{./Figures/logo_UKMO.pdf} 
175\quad
176\includegraphics[width=0.2\textwidth]{./Figures/logo_NERC.pdf} \\
177\vspace{3.0cm}
178\includegraphics[width=0.3\textwidth]{./Figures/NEMO_logo_Black.pdf} \\
179\vspace{1.0cm}
180\rule{345pt}{1.5pt} \\
181\vspace{0.45cm}
182 {\Huge NEMO ocean engine} 
183\rule{345pt}{1.5pt} \\ 
184%{\small NEMO v2.3} \\
185{\small  -- version 3.0 --}   }
186%{ -- Draft --}   }
187%\date{\today}
188\date{
189May 2008  \\
190\textit{\small Note du P\^ole de mod\'{e}lisation de l'Institut Pierre-Simon Laplace No 27 }\\
191\vspace{0.45cm}
192{ ISSN No 1288-1619.}
193}
194
195
196%%\includegraphics[width=0.2\textwidth]{./Figures/logo_NERC.pdf} \\
197
198%%    \hbox{\mbox{%
199%%       \hspace{4pt}%
200%%         \fbox{\includegraphics[width=3em]{./Figures/logo_CNRS.pdf}}%
201%%        \hspace{4pt}
202%%        }  }%
203
204\author{ \Large Gurvan Madec \\
205 \texttt{\small gurvan.madec@locean-ipsl.umpc.fr} \\
206{\small Laboratoire d'Oc\'{e}anographie  et du Climat: Exp\'{e}rimentation et Approches Num\'{e}riques}
207}
208
209\dominitoc
210\makeindex        %type this first :     makeindex -s NEMO.ist NEMO_book.idx
211
212% ================================================================
213% ================================================================
214%      Include ONLY order
215% ================================================================
216
217%\includeonly{./Chapters/Chap_MISC}
218%\includeonly{./Chapters/Annex_E}
219%\includeonly{./Chapters/Chap_LBC,./Chapters/Chap_MISC}
220%\includeonly{./Chapters/Chap_Model_Basics_zstar}
221%\includeonly{./Chapters/Annex_A,./Chapters/Annex_B,./Chapters/Annex_C,./Chapters/Annex_D}
222
223% ================================================================
224% ================================================================
225\begin{document}
226
227\maketitle                 % generate the title
228
229\frontmatter
230
231\tableofcontents              % generate a table of content
232%\listoffigures               % generate a table of content
233%\listoftables             % generate a table of content
234
235\mainmatter
236
237% ================================================================
238% Abstract - Foreword
239% ================================================================
240
241\include{./Chapters/Abstracts_Foreword}
242
243% ================================================================
244% INTRODUCTION
245% ================================================================
246
247\include{./Chapters/Introduction}
248
249% ================================================================
250% CHAPTERS
251% ================================================================
252
253\include{./Chapters/Chap_Model_Basics}
254
255%\include{./Chapters/Chap_Model_Basics_zstar}   % attent to describe z*-s*
256
257\include{./Chapters/Chap_DOM}
258
259\include{./Chapters/Chap_TRA}
260
261\include{./Chapters/Chap_DYN}
262
263\include{./Chapters/Chap_SBC}
264
265\include{./Chapters/Chap_LBC}
266
267\include{./Chapters/Chap_LDF}
268
269\include{./Chapters/Chap_ZDF}
270
271\include{./Chapters/Chap_MISC}
272
273% ================================================================
274% APPENDIX
275% ================================================================
276
277\appendix
278
279%\include{./Chapters/Chap_Conservation}
280\include{./Chapters/Annex_A}
281\include{./Chapters/Annex_B}
282\include{./Chapters/Annex_C}
283%\include{./Chapters/Annex_D}
284%\include{./Chapters/Annex_E}
285
286%%%%\include{./Chapters/0_page_de_garde_old}
287% ================================================================
288% INDEX
289% ================================================================
290
291\addcontentsline{toc}{chapter}{Index}
292\printindex
293
294% ================================================================
295% BIBLIOGRAPHY
296% ================================================================
297
298%%\bibliographystyle{plainnat}
299\bibliographystyle{./ametsoc}       % AMS biblio style (JPO)
300\bibliography{./Biblio/Biblio}
301
302% ================================================================
303\end{document}
Note: See TracBrowser for help on using the repository browser.