/[MITgcm]/manual/manual.tex
ViewVC logotype

Diff of /manual/manual.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by adcroft, Wed Aug 8 16:15:12 2001 UTC revision 1.4 by adcroft, Wed Sep 26 20:19:41 2001 UTC
# Line 12  Line 12 
12  \usepackage{multirow}  \usepackage{multirow}
13  \usepackage{fancyhdr}  \usepackage{fancyhdr}
14  \usepackage{psfrag}  \usepackage{psfrag}
15  \usepackage{oldgerm}  %\usepackage{oldgerm}
16  \usepackage{palatcm}              % better PDF  % I commented the following because it introduced excessive white space
17    %\usepackage{palatcm}              % better PDF
18    
19  % page headers and footers  % page headers and footers
20  \pagestyle{fancy}  %\pagestyle{fancy}
21  \fancyhead{}  \fancyhead{}
22  \fancyhead[LO]{\slshape \rightmark}  \fancyhead[LO]{\slshape \rightmark}
23  \fancyhead[RE]{\slshape \leftmark}  \fancyhead[RE]{\slshape \leftmark}
# Line 38  Line 39 
39  \newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}}  \newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}}
40  \newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}}  \newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}}
41    
42    % This allows numbering of subsubsections
43    \setcounter{secnumdepth}{3}
44    % This changes the the chapter title
45    %\renewcommand{\chaptername}{Section}
46    
47    \usepackage{showlabels}
48    
49    
50  \begin{document}  \begin{document}
# Line 45  Line 52 
52  \tableofcontents  \tableofcontents
53  \pagebreak  \pagebreak
54    
55  % Part: Overview  \part{The MIT GCM basics}
56    
57    % Section: Overview
58  \input{part1/part1}  \input{part1/part1}
59  \pagebreak  \pagebreak
60    
61  % Part: Discretization and Algorithm  % Section: Discretization and Algorithm
62  \input{part2/part2}  \input{part2/part2}
63  \pagebreak  \pagebreak
64    
65  % Part: Getting started  % Section: Getting started
66  \input{part3/part3}  \input{part3/part3}
67  \pagebreak  \pagebreak
68    
69  % Part: Software Architecture  % Section: Software Architecture
70  \input{part4/part4}  \input{part4/part4}
71  \pagebreak  \pagebreak
72    
73  % Part: Automatic Differentiation  
74    \part{Adjoint of the MIT GCM}
75    
76    % Section: Automatic Differentiation
77  \input{part5/part5}  \input{part5/part5}
78  \pagebreak  \pagebreak
79    
80  % Part: Physical Packages  
81    \part{Additional features}
82    
83    % Section: Physical Packages
84  \input{part6/part6}  \input{part6/part6}
85  \pagebreak  \pagebreak
86    
87  % Part: Diagnostics  % Section: Diagnostics
88  \input{part7/part7}  \input{part7/part7}
89  \pagebreak  \pagebreak
90    
91  % Part: ECCO Interface  % Section: ECCO Interface
92  \input{part8/part8}  \input{part8/part8}
93    
94  \end{document}  \end{document}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22