/[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.4 - (show annotations) (download) (as text)
Wed Sep 26 20:19:41 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
Changes since 1.3: +2 -1 lines
File MIME type: application/x-tex
Added "showlabels" to help do cross-referencing. Unfortunately, AMSmath
breaks it...

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

  ViewVC Help
Powered by ViewVC 1.1.22