/[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.10 by adcroft, Tue Nov 13 15:00:00 2001 UTC revision 1.17 by molod, Wed Jan 28 18:19:36 2004 UTC
# Line 14  Line 14 
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 60  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    % Some definitions (AMM)
94    \def\p#1{{\partial \over {\partial #1}}}
95    \def\pp#1#2{{\partial #1 \over {\partial #2}}}
96    \def\dd#1#2{{d #1 \over {d #2}}}
97    \def\bq{\begin{equation}}
98    \def\bqa{\begin{eqnarray}}
99    \def\eq{\end{equation}}
100    \def\eqa{\end{eqnarray}}
101    
102    \def\h{ {1\over2} }
103    \def\txt{\mbox{$2^\circ$ x $2.5^\circ \,$}}
104    \def\fxf{\mbox{$4^\circ$ x $5^\circ \,$}}
105    
106    \def\blankpage{ \vspace*{\fill} \vspace{5in} \vfill \newpage}
107    
108    
109  \begin{document}  \begin{document}
110    
111  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
# Line 103  Line 149 
149  \input{part7/part7}  \input{part7/part7}
150  %\pagebreak  %\pagebreak
151    
152  % Section: ECCO Interface  % Section: ECCO
153  \input{part8/part8}  \input{part8/part8}
154  %\pagebreak  %\pagebreak
155    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22