/[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.4 by adcroft, Wed Sep 26 20:19:41 2001 UTC revision 1.7 by cnh, Tue Oct 9 10:48:01 2001 UTC
# Line 27  Line 27 
27  \renewcommand{\headrulewidth}{0.4pt}  \renewcommand{\headrulewidth}{0.4pt}
28  \renewcommand{\footrulewidth}{0.4pt}  \renewcommand{\footrulewidth}{0.4pt}
29    
30    % bibtex stuff
31    \newcommand{\BIBPATH}{.}
32    \usepackage{natbib}
33    \bibliographystyle{\BIBPATH/jmr_my}
34    \gdef\harvardleft{[}
35    \gdef\harvardright{]}
36    \bibpunct{[}{]}{,}{a}{}{,}
37    
38  % referencing  % referencing
39  \newcommand{\refequ}[1]{equation (\ref{equ:#1})}  \newcommand{\refequ}[1]{equation (\ref{equ:#1})}
40  \newcommand{\refequbig}[1]{Equation (\ref{equ:#1})}  \newcommand{\refequbig}[1]{Equation (\ref{equ:#1})}
# Line 52  Line 60 
60  \tableofcontents  \tableofcontents
61  \pagebreak  \pagebreak
62    
63  \part{The MIT GCM basics}  \part{MIT GCM basics}
64    
65  % Section: Overview  % Section: Overview
66  \input{part1/part1}  \input{part1/part1}
# Line 90  Line 98 
98    
99  % Section: ECCO Interface  % Section: ECCO Interface
100  \input{part8/part8}  \input{part8/part8}
101    \pagebreak
102    
103    % Section: References:
104    \markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
105    \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
106    \bibliography{\BIBPATH/manual_references}
107    
108  \end{document}  \end{document}

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

  ViewVC Help
Powered by ViewVC 1.1.22