/[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.15 - (hide annotations) (download) (as text)
Wed Jul 30 13:42:52 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.14: +2 -2 lines
File MIME type: application/x-tex
Small cleanups so that the following docs-build process now works on
RH 8 & 9 systems (fails on RH 6.x, not tested on 7.x):

  cvs co  manual MITgcm mitgcm.org
  mkdir scratch
  cd mitgcm.org/devel/buildweb  &&  make All
  mv scratch/dev_docs /PATH/TO/WWW/

1 edhill 1.15 % $Header: /u/u3/gcmpack/manual/manual.tex,v 1.14 2002/04/24 20:12:36 adcroft 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.10 \usepackage{graphicx}
13 adcroft 1.8
14     %cnh%\usepackage{array}
15     %cnh%\usepackage{multirow}
16 cnh 1.12
17     % Command to reference entries in either "code" or "names"
18     % directories of browseable code tree.
19     \newcommand{\proclink}[2]{
20     \htmladdnormallink{\em #1()}{../../code_reference/vdb/names/#2_docref.html}
21     }
22     \newcommand{\varlink}[2]{
23     \htmladdnormallink{\bf \tt #1}{../../code_reference/vdb/names/#2_docref.html}
24     }
25    
26    
27 adcroft 1.8
28     %ph%\usepackage{epsfig}
29     %ph%\usepackage{psfrag}
30     %ph%\usepackage{oldgerm}
31    
32 adcroft 1.2 % I commented the following because it introduced excessive white space
33 adcroft 1.8 %aja%\usepackage{palatcm} % better PDF
34 adcroft 1.1
35     % page headers and footers
36 adcroft 1.8 %cnh%\usepackage{fancyhdr}
37 adcroft 1.2 %\pagestyle{fancy}
38 adcroft 1.8 %cnh%\fancyhead{}
39     %cnh%\fancyhead[LO]{\slshape \rightmark}
40     %cnh%\fancyhead[RE]{\slshape \leftmark}
41     %cnh%\fancyhead[RO,LE]{\thepage}
42     %cnh%\fancyfoot[CO,CE]{\today}
43     %cnh%\fancyfoot[RO,LE]{ }
44     %cnh%\renewcommand{\headrulewidth}{0.4pt}
45     %cnh%\renewcommand{\footrulewidth}{0.4pt}
46 adcroft 1.1
47 heimbach 1.5 % bibtex stuff
48 adcroft 1.10 %aja%\newcommand{\BIBPATH}{.}
49     %aja%\usepackage{natbib}
50     %aja%\bibliographystyle{\BIBPATH/jmr_my}
51     %aja%\gdef\harvardleft{[}
52     %aja%\gdef\harvardright{]}
53     %aja%\bibpunct{[}{]}{,}{a}{}{,}
54     \bibliographystyle{plain}
55 heimbach 1.5
56 adcroft 1.1 % referencing
57 adcroft 1.8 %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})}
58     %ph%\newcommand{\refequbig}[1]{Equation (\ref{equ:#1})}
59     %ph%\newcommand{\reftab}[1]{Tab.~\ref{tab:#1}}
60     %ph%\newcommand{\reftabno}[1]{\ref{tab:#1}}
61     %ph%\newcommand{\reffig}[1]{Fig.~\ref{fig:#1}}
62     %ph%\newcommand{\reffigno}[1]{\ref{fig:#1}}
63 adcroft 1.1
64     % stuff for psfrag
65 adcroft 1.8 %ph%\newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}}
66     %ph%\newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}}
67 adcroft 1.1
68 adcroft 1.3 % This allows numbering of subsubsections
69     \setcounter{secnumdepth}{3}
70     % This changes the the chapter title
71     %\renewcommand{\chaptername}{Section}
72    
73 adcroft 1.11
74     % This allows hyperlinks in PDF
75     % hyperref package and colors for hyperref package
76     \usepackage{color}
77     \usepackage[dvips]{hyperref}
78     \definecolor{darkgreen}{rgb}{0,0.4,0}
79     \definecolor{darkblue}{rgb}{0,0,0.4}
80     \definecolor{darkred}{rgb}{0.5,0,0}
81     \hypersetup{breaklinks=true,
82     colorlinks=true,
83     linkcolor=darkgreen,
84     citecolor=darkblue,
85     pagecolor=darkred,
86     pdftitle={MITgcm Release 1 Documentation},
87 edhill 1.15 pdfauthor={MITgcm-support@mitgcm.org},
88 adcroft 1.11 pdfkeywords={oceanography, ocean model, general circulation model,
89     non-hydrostatic, finite volume, inverse methods, adjoint method}
90     }
91 adcroft 1.1
92     \begin{document}
93 cnh 1.9
94     \bodytext{bgcolor="#FFFFFFFF"}
95 adcroft 1.1
96     \tableofcontents
97 adcroft 1.10 %\pagebreak
98 adcroft 1.1
99 adcroft 1.10 %\part{MIT GCM basics}
100 adcroft 1.3
101     % Section: Overview
102 adcroft 1.1 \input{part1/part1}
103 adcroft 1.8 %\pagebreak
104 adcroft 1.1
105 adcroft 1.3 % Section: Discretization and Algorithm
106 adcroft 1.1 \input{part2/part2}
107 adcroft 1.8 %\pagebreak
108 adcroft 1.1
109 adcroft 1.3 % Section: Getting started
110 adcroft 1.1 \input{part3/part3}
111 adcroft 1.8 %\pagebreak
112 adcroft 1.1
113 adcroft 1.3 % Section: Software Architecture
114 adcroft 1.1 \input{part4/part4}
115 adcroft 1.8 %\pagebreak
116 adcroft 1.1
117 adcroft 1.3
118 adcroft 1.10 %\part{Adjoint of the MIT GCM}
119 adcroft 1.3
120     % Section: Automatic Differentiation
121 adcroft 1.1 \input{part5/part5}
122 adcroft 1.8 %\pagebreak
123 adcroft 1.1
124 adcroft 1.3
125 adcroft 1.10 %\part{Additional features}
126 adcroft 1.3
127     % Section: Physical Packages
128 adcroft 1.1 \input{part6/part6}
129 adcroft 1.8 %\pagebreak
130 adcroft 1.1
131 adcroft 1.3 % Section: Diagnostics
132 adcroft 1.1 \input{part7/part7}
133 adcroft 1.14 %\pagebreak
134    
135     % Section: ECCO
136     \input{part8/part8}
137 adcroft 1.8 %\pagebreak
138 adcroft 1.1
139 heimbach 1.5 % Section: References:
140 adcroft 1.10 %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY}
141 heimbach 1.6 \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
142 adcroft 1.10 %aja%\bibliography{\BIBPATH/manual_references}
143     \bibliography{manual_references}
144 heimbach 1.6
145 adcroft 1.1 \end{document}

  ViewVC Help
Powered by ViewVC 1.1.22