/[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.15 by edhill, Wed Jul 30 13:42:52 2003 UTC revision 1.24 by edhill, Mon Mar 22 02:08:30 2004 UTC
# Line 9  Line 9 
9  %aja%\usepackage{amsfonts}  %aja%\usepackage{amsfonts}
10  \usepackage{amsmath}  \usepackage{amsmath}
11  \usepackage{html}  \usepackage{html}
12    \usepackage{hthtml}
13  \usepackage{graphicx}  \usepackage{graphicx}
14    
15  %cnh%\usepackage{array}  %cnh%\usepackage{array}
16  %cnh%\usepackage{multirow}  %cnh%\usepackage{multirow}
17    
18  % Command to reference entries in either "code" or "names"  %eh3  Commands to reference either files or symbols within the "HTML-ized"
19  % directories of browseable code tree.  %eh3  ("vdb") code.
20  \newcommand{\proclink}[2]{  %eh3  
21  \htmladdnormallink{\em #1()}{../../code_reference/vdb/names/#2_docref.html}  %afe seems like these need to be long, sorry
22  }  \newcommand{\varlink}[2]{\htmladdnormallink{\tt #1}{../code_reference/vdb/byname/#2.html}}
23  \newcommand{\varlink}[2]{  \newcommand{\filelink}[2]{\htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html}}
 \htmladdnormallink{\bf \tt #1}{../../code_reference/vdb/names/#2_docref.html}  
 }  
24    
25    % afe  Commands to standardize typesetting
26    \newcommand{\file}[1]{\texttt{#1}}
27    
28    \newcommand{\sectiontitle}[1]{\textsl{#1}}
29    
30    \newcommand{\code}[1]{\texttt{#1}}
31    
32    
33    
34    %eh3 try out the epsfig package
35    \usepackage[dvips]{epsfig}
36    \def\scalefig#1{\epsfxsize #1\textwidth}
37    
38    
39  %ph%\usepackage{epsfig}  %ph%\usepackage{epsfig}
# Line 89  Line 100 
100      non-hydrostatic, finite volume, inverse methods, adjoint method}      non-hydrostatic, finite volume, inverse methods, adjoint method}
101    }    }
102    
103    % Some definitions (AMM)
104    \def\p#1{{\partial \over {\partial #1}}}
105    \def\pp#1#2{{\partial #1 \over {\partial #2}}}
106    \def\dd#1#2{{d #1 \over {d #2}}}
107    \def\bq{\begin{equation}}
108    \def\bqa{\begin{eqnarray}}
109    \def\eq{\end{equation}}
110    \def\eqa{\end{eqnarray}}
111    
112    \def\h{ {1\over2} }
113    \def\txt{\mbox{$2^\circ$ x $2.5^\circ \,$}}
114    \def\fxf{\mbox{$4^\circ$ x $5^\circ \,$}}
115    
116    \def\blankpage{ \vspace*{\fill} \vspace{5in} \vfill \newpage}
117    
118    
119  \begin{document}  \begin{document}
120    
121  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
# Line 136  Line 163 
163  \input{part8/part8}  \input{part8/part8}
164  %\pagebreak  %\pagebreak
165    
166    % Section: Model Uses
167    \input{model_uses}
168    %\pagebreak
169    
170  % Section: References:  % Section: References:
171  %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}  %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
172  \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}  \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22