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

source: trunk/NEMO/DOC/BETA/NEMO_book.tex @ 707

Last change on this file since 707 was 707, checked in by smasson, 16 years ago

error during changeset:705... related to ticket:1

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