/[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.9 by cnh, Sun Oct 21 04:19:40 2001 UTC revision 1.16 by edhill, Thu Aug 7 18:27:51 2003 UTC
# Line 9  Line 9 
9  %aja%\usepackage{amsfonts}  %aja%\usepackage{amsfonts}
10  \usepackage{amsmath}  \usepackage{amsmath}
11  \usepackage{html}  \usepackage{html}
12  \usepackage{graphics}  \usepackage{graphicx}
13    
14  %cnh%\usepackage{array}  %cnh%\usepackage{array}
15  %cnh%\usepackage{multirow}  %cnh%\usepackage{multirow}
16    
17    %eh3  Commands to reference either files or symbols within the "HTML-ized"
18    %eh3  ("vdb") code.
19    %eh3  
20    \newcommand{\filelink}[2]{
21    \htmladdnormallink{\em #1()}{../code_reference/vdb/byname/#2.html}
22    }
23    \newcommand{\varlink}[2]{
24    \htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html}
25    }
26    
27    
28    
29  %ph%\usepackage{epsfig}  %ph%\usepackage{epsfig}
30  %ph%\usepackage{psfrag}  %ph%\usepackage{psfrag}
31  %ph%\usepackage{oldgerm}  %ph%\usepackage{oldgerm}
# Line 34  Line 46 
46  %cnh%\renewcommand{\footrulewidth}{0.4pt}  %cnh%\renewcommand{\footrulewidth}{0.4pt}
47    
48  % bibtex stuff  % bibtex stuff
49  \newcommand{\BIBPATH}{.}  %aja%\newcommand{\BIBPATH}{.}
50  \usepackage{natbib}  %aja%\usepackage{natbib}
51  \bibliographystyle{\BIBPATH/jmr_my}  %aja%\bibliographystyle{\BIBPATH/jmr_my}
52  \gdef\harvardleft{[}  %aja%\gdef\harvardleft{[}
53  \gdef\harvardright{]}  %aja%\gdef\harvardright{]}
54  \bibpunct{[}{]}{,}{a}{}{,}  %aja%\bibpunct{[}{]}{,}{a}{}{,}
55    \bibliographystyle{plain}
56    
57  % referencing  % referencing
58  %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})}  %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})}
# Line 59  Line 72 
72  %\renewcommand{\chaptername}{Section}  %\renewcommand{\chaptername}{Section}
73    
74    
75    % This allows hyperlinks in PDF
76    % hyperref package and colors for hyperref package
77    \usepackage{color}
78    \usepackage[dvips]{hyperref}
79    \definecolor{darkgreen}{rgb}{0,0.4,0}
80    \definecolor{darkblue}{rgb}{0,0,0.4}
81    \definecolor{darkred}{rgb}{0.5,0,0}
82    \hypersetup{breaklinks=true,
83      colorlinks=true,
84      linkcolor=darkgreen,
85      citecolor=darkblue,
86      pagecolor=darkred,
87      pdftitle={MITgcm Release 1 Documentation},
88      pdfauthor={MITgcm-support@mitgcm.org},
89      pdfkeywords={oceanography, ocean model, general circulation model,
90        non-hydrostatic, finite volume, inverse methods, adjoint method}
91      }
92    
93  \begin{document}  \begin{document}
94    
95  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
96    
97  \tableofcontents  \tableofcontents
98  \pagebreak  %\pagebreak
99    
100  \part{MIT GCM basics}  %\part{MIT GCM basics}
101    
102  % Section: Overview  % Section: Overview
103  \input{part1/part1}  \input{part1/part1}
# Line 85  Line 116 
116  %\pagebreak  %\pagebreak
117    
118    
119  \part{Adjoint of the MIT GCM}  %\part{Adjoint of the MIT GCM}
120    
121  % Section: Automatic Differentiation  % Section: Automatic Differentiation
122  \input{part5/part5}  \input{part5/part5}
123  %\pagebreak  %\pagebreak
124    
125    
126  \part{Additional features}  %\part{Additional features}
127    
128  % Section: Physical Packages  % Section: Physical Packages
129  \input{part6/part6}  \input{part6/part6}
# Line 102  Line 133 
133  \input{part7/part7}  \input{part7/part7}
134  %\pagebreak  %\pagebreak
135    
136  % Section: ECCO Interface  % Section: ECCO
137  \input{part8/part8}  \input{part8/part8}
138  %\pagebreak  %\pagebreak
139    
140  % Section: References:  % Section: References:
141  \markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}  %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
142  \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}  \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
143  \bibliography{\BIBPATH/manual_references}  %aja%\bibliography{\BIBPATH/manual_references}
144    \bibliography{manual_references}
145    
146  \end{document}  \end{document}

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22