/[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.4 - (hide annotations) (download) (as text)
Wed Sep 26 20:19:41 2001 UTC (22 years, 6 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 adcroft 1.4 % $Header: /u/gcmpack/mitgcmdoc/manual.tex,v 1.3 2001/08/09 19:30:00 adcroft Exp $
2 adcroft 1.2 % $Name: $
3 adcroft 1.1
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 adcroft 1.2 %\usepackage{oldgerm}
16     % I commented the following because it introduced excessive white space
17     %\usepackage{palatcm} % better PDF
18 adcroft 1.1
19     % page headers and footers
20 adcroft 1.2 %\pagestyle{fancy}
21 adcroft 1.1 \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 adcroft 1.3 % This allows numbering of subsubsections
43     \setcounter{secnumdepth}{3}
44     % This changes the the chapter title
45     %\renewcommand{\chaptername}{Section}
46    
47 adcroft 1.4 \usepackage{showlabels}
48 adcroft 1.1
49    
50     \begin{document}
51    
52     \tableofcontents
53     \pagebreak
54    
55 adcroft 1.3 \part{The MIT GCM basics}
56    
57     % Section: Overview
58 adcroft 1.1 \input{part1/part1}
59     \pagebreak
60    
61 adcroft 1.3 % Section: Discretization and Algorithm
62 adcroft 1.1 \input{part2/part2}
63     \pagebreak
64    
65 adcroft 1.3 % Section: Getting started
66 adcroft 1.1 \input{part3/part3}
67     \pagebreak
68    
69 adcroft 1.3 % Section: Software Architecture
70 adcroft 1.1 \input{part4/part4}
71     \pagebreak
72    
73 adcroft 1.3
74     \part{Adjoint of the MIT GCM}
75    
76     % Section: Automatic Differentiation
77 adcroft 1.1 \input{part5/part5}
78     \pagebreak
79    
80 adcroft 1.3
81     \part{Additional features}
82    
83     % Section: Physical Packages
84 adcroft 1.1 \input{part6/part6}
85     \pagebreak
86    
87 adcroft 1.3 % Section: Diagnostics
88 adcroft 1.1 \input{part7/part7}
89     \pagebreak
90    
91 adcroft 1.3 % Section: ECCO Interface
92 adcroft 1.1 \input{part8/part8}
93    
94     \end{document}

  ViewVC Help
Powered by ViewVC 1.1.22