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/BETA – NEMO

source: trunk/DOC/BETA/NEMO_book.tex @ 817

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

trunk - update including Steven correction of the first 5 chapters (until DYN) and activation of Appendix A & B

  • Property svn:executable set to *
File size: 9.6 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\includegraphics[width=0.2\textwidth]{./Figures/logo_MERCATOR.pdf} 
172\includegraphics[width=0.1\textwidth]{./Figures/logo_UKMO.pdf} 
173\includegraphics[width=0.2\textwidth]{./Figures/logo_NERC.pdf} \\
174\vspace{3.0cm}
175\includegraphics[width=0.4\textwidth]{./Figures/NEMO_logo.pdf} \\
176\vspace{2.0cm}
177\rule{345pt}{1.5pt} \\
178\vspace{0.45cm}
179 {\Huge NEMO ocean engine} 
180\rule{345pt}{1.5pt} \\ 
181{\small NEMO v2.3} \\
182{ -- Draft --}   }
183\date{\today}
184
185
186%%\includegraphics[width=0.2\textwidth]{./Figures/logo_NERC.pdf} \\
187
188%%    \hbox{\mbox{%
189%%       \hspace{4pt}%
190%%         \fbox{\includegraphics[width=3em]{./Figures/logo_CNRS.pdf}}%
191%%        \hspace{4pt}
192%%        }  }%
193
194\author{Gurvan Madec - \texttt{{\small gurvan.madec@locean-ipsl.umpc.fr}} \\
195{\small Laboratoire d'Oc\'{e}anographie  et du Climat: Exp\'{e}rimentation et Approches Num\'{e}riques}
196}
197
198\dominitoc
199\makeindex        %type this first :     makeindex -s NEMO.ist NEMO_book.idx
200
201% ================================================================
202% ================================================================
203%      Include ONLY order
204% ================================================================
205
206%\includeonly{./Chapters/Chap_ZDF}
207%\includeonly{./Chapters/Annex_E}
208%\includeonly{./Chapters/Chap_LBC,./Chapters/Chap_MISC}
209%\includeonly{./Chapters/Chap_Model_Basics_zstar}
210%\includeonly{./Chapters/Annex_A,./Chapters/Annex_B,./Chapters/Annex_C,./Chapters/Annex_D}
211
212% ================================================================
213% ================================================================
214\begin{document}
215
216\maketitle                 % generate the title
217
218\frontmatter
219
220\tableofcontents              % generate a table of content
221%\listoffigures               % generate a table of content
222%\listoftables             % generate a table of content
223
224\mainmatter
225
226% ================================================================
227% Abstract - Foreword
228% ================================================================
229
230\include{./Chapters/Abstracts_Foreword}
231
232% ================================================================
233% INTRODUCTION
234% ================================================================
235
236\include{./Chapters/Introduction}
237
238% ================================================================
239% CHAPTERS
240% ================================================================
241
242\include{./Chapters/Chap_Model_Basics}
243
244%\include{./Chapters/Chap_Model_Basics_zstar}   % attent to describe z*-s*
245
246\include{./Chapters/Chap_DOM}
247
248\include{./Chapters/Chap_TRA}
249
250\include{./Chapters/Chap_DYN}
251
252\include{./Chapters/Chap_SBC}
253
254\include{./Chapters/Chap_LBC}
255
256\include{./Chapters/Chap_LDF}
257
258\include{./Chapters/Chap_ZDF}
259
260\include{./Chapters/Chap_MISC}
261
262% ================================================================
263% APPENDIX
264% ================================================================
265
266\appendix
267
268%\include{./Chapters/Chap_Conservation}
269\include{./Chapters/Annex_A}
270\include{./Chapters/Annex_B}
271\include{./Chapters/Annex_C}
272%\include{./Chapters/Annex_D}
273%\include{./Chapters/Annex_E}
274
275%%%%\include{./Chapters/0_page_de_garde_old}
276% ================================================================
277% INDEX
278% ================================================================
279
280\addcontentsline{toc}{chapter}{Index}
281\printindex
282
283% ================================================================
284% BIBLIOGRAPHY
285% ================================================================
286
287%%\bibliographystyle{plainnat}
288\bibliographystyle{./ametsoc}       % AMS biblio style (JPO)
289\bibliography{./Biblio/Biblio}
290
291% ================================================================
292\end{document}
Note: See TracBrowser for help on using the repository browser.