/[MITgcm]/manual/manual.tex
ViewVC logotype

Annotation of /manual/manual.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (hide annotations) (download) (as text)
Thu Oct 11 19:42:25 2001 UTC (22 years, 6 months ago) by adcroft
Branch: MAIN
Changes since 1.7: +40 -36 lines
File MIME type: application/x-tex
Tidied up the packages for latex2html...

1 adcroft 1.8 % $Header: /u/gcmpack/mitgcmdoc/manual.tex,v 1.7 2001/10/09 10:48:01 cnh Exp $
2 adcroft 1.2 % $Name: $
3 adcroft 1.1
4     \documentclass[12pt]{book}
5    
6 adcroft 1.8 %To help cross-reference
7     %\usepackage{showlabels}
8    
9     %aja%\usepackage{amsfonts}
10 adcroft 1.1 \usepackage{amsmath}
11 cnh 1.7 \usepackage{html}
12 adcroft 1.8 \usepackage{graphics}
13    
14     %cnh%\usepackage{array}
15     %cnh%\usepackage{multirow}
16    
17     %ph%\usepackage{epsfig}
18     %ph%\usepackage{psfrag}
19     %ph%\usepackage{oldgerm}
20    
21 adcroft 1.2 % I commented the following because it introduced excessive white space
22 adcroft 1.8 %aja%\usepackage{palatcm} % better PDF
23 adcroft 1.1
24     % page headers and footers
25 adcroft 1.8 %cnh%\usepackage{fancyhdr}
26 adcroft 1.2 %\pagestyle{fancy}
27 adcroft 1.8 %cnh%\fancyhead{}
28     %cnh%\fancyhead[LO]{\slshape \rightmark}
29     %cnh%\fancyhead[RE]{\slshape \leftmark}
30     %cnh%\fancyhead[RO,LE]{\thepage}
31     %cnh%\fancyfoot[CO,CE]{\today}
32     %cnh%\fancyfoot[RO,LE]{ }
33     %cnh%\renewcommand{\headrulewidth}{0.4pt}
34     %cnh%\renewcommand{\footrulewidth}{0.4pt}
35 adcroft 1.1
36 heimbach 1.5 % bibtex stuff
37     \newcommand{\BIBPATH}{.}
38     \usepackage{natbib}
39     \bibliographystyle{\BIBPATH/jmr_my}
40     \gdef\harvardleft{[}
41     \gdef\harvardright{]}
42     \bibpunct{[}{]}{,}{a}{}{,}
43    
44 adcroft 1.1 % referencing
45 adcroft 1.8 %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})}
46     %ph%\newcommand{\refequbig}[1]{Equation (\ref{equ:#1})}
47     %ph%\newcommand{\reftab}[1]{Tab.~\ref{tab:#1}}
48     %ph%\newcommand{\reftabno}[1]{\ref{tab:#1}}
49     %ph%\newcommand{\reffig}[1]{Fig.~\ref{fig:#1}}
50     %ph%\newcommand{\reffigno}[1]{\ref{fig:#1}}
51 adcroft 1.1
52     % stuff for psfrag
53 adcroft 1.8 %ph%\newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}}
54     %ph%\newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}}
55 adcroft 1.1
56 adcroft 1.3 % This allows numbering of subsubsections
57     \setcounter{secnumdepth}{3}
58     % This changes the the chapter title
59     %\renewcommand{\chaptername}{Section}
60    
61 adcroft 1.1
62     \begin{document}
63    
64     \tableofcontents
65     \pagebreak
66    
67 cnh 1.7 \part{MIT GCM basics}
68 adcroft 1.3
69     % Section: Overview
70 adcroft 1.1 \input{part1/part1}
71 adcroft 1.8 %\pagebreak
72 adcroft 1.1
73 adcroft 1.3 % Section: Discretization and Algorithm
74 adcroft 1.1 \input{part2/part2}
75 adcroft 1.8 %\pagebreak
76 adcroft 1.1
77 adcroft 1.3 % Section: Getting started
78 adcroft 1.1 \input{part3/part3}
79 adcroft 1.8 %\pagebreak
80 adcroft 1.1
81 adcroft 1.3 % Section: Software Architecture
82 adcroft 1.1 \input{part4/part4}
83 adcroft 1.8 %\pagebreak
84 adcroft 1.1
85 adcroft 1.3
86     \part{Adjoint of the MIT GCM}
87    
88     % Section: Automatic Differentiation
89 adcroft 1.1 \input{part5/part5}
90 adcroft 1.8 %\pagebreak
91 adcroft 1.1
92 adcroft 1.3
93     \part{Additional features}
94    
95     % Section: Physical Packages
96 adcroft 1.1 \input{part6/part6}
97 adcroft 1.8 %\pagebreak
98 adcroft 1.1
99 adcroft 1.3 % Section: Diagnostics
100 adcroft 1.1 \input{part7/part7}
101 adcroft 1.8 %\pagebreak
102 adcroft 1.1
103 adcroft 1.3 % Section: ECCO Interface
104 adcroft 1.1 \input{part8/part8}
105 adcroft 1.8 %\pagebreak
106 adcroft 1.1
107 heimbach 1.5 % Section: References:
108 heimbach 1.6 \markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
109     \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
110 heimbach 1.5 \bibliography{\BIBPATH/manual_references}
111 heimbach 1.6
112 adcroft 1.1 \end{document}

  ViewVC Help
Powered by ViewVC 1.1.22