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

Contents of /manual/manual.tex

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


Revision 1.10 - (show annotations) (download) (as text)
Tue Nov 13 15:00:00 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +16 -14 lines
File MIME type: application/x-tex
Changes for latex2html: graphicx and bibliography

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

  ViewVC Help
Powered by ViewVC 1.1.22