/[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.3 by adcroft, Thu Aug 9 19:30:00 2001 UTC revision 1.6 by heimbach, Fri Oct 5 22:22:20 2001 UTC
# Line 5  Line 5 
5    
6  \usepackage{amsfonts}  \usepackage{amsfonts}
7  \usepackage{amsmath}  \usepackage{amsmath}
8  \usepackage{html}  \usepackage{/usr/local/pkg/latex2html/current/texinputs/html}
9  \usepackage{epsfig}  \usepackage{epsfig}
10  \usepackage{graphics,subfigure}  \usepackage{graphics,subfigure}
11  \usepackage{array}  \usepackage{array}
# 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 44  Line 52 
52  % This changes the the chapter title  % This changes the the chapter title
53  %\renewcommand{\chaptername}{Section}  %\renewcommand{\chaptername}{Section}
54    
55    \usepackage{showlabels}
56    
57    
58  \begin{document}  \begin{document}
# Line 89  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.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22