--- manual/manual.tex 2001/08/08 16:15:12 1.1.1.1 +++ manual/manual.tex 2001/10/21 04:19:40 1.9 @@ -1,79 +1,114 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.1.1.1 2001/08/08 16:15:12 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.9 2001/10/21 04:19:40 cnh Exp $ % $Name: $ \documentclass[12pt]{book} -\usepackage{amsfonts} +%To help cross-reference +%\usepackage{showlabels} + +%aja%\usepackage{amsfonts} \usepackage{amsmath} \usepackage{html} -\usepackage{epsfig} -\usepackage{graphics,subfigure} -\usepackage{array} -\usepackage{multirow} -\usepackage{fancyhdr} -\usepackage{psfrag} -\usepackage{oldgerm} -\usepackage{palatcm} % better PDF +\usepackage{graphics} + +%cnh%\usepackage{array} +%cnh%\usepackage{multirow} + +%ph%\usepackage{epsfig} +%ph%\usepackage{psfrag} +%ph%\usepackage{oldgerm} + +% I commented the following because it introduced excessive white space +%aja%\usepackage{palatcm} % better PDF % page headers and footers -\pagestyle{fancy} -\fancyhead{} -\fancyhead[LO]{\slshape \rightmark} -\fancyhead[RE]{\slshape \leftmark} -\fancyhead[RO,LE]{\thepage} -\fancyfoot[CO,CE]{\today} -\fancyfoot[RO,LE]{ } -\renewcommand{\headrulewidth}{0.4pt} -\renewcommand{\footrulewidth}{0.4pt} +%cnh%\usepackage{fancyhdr} +%\pagestyle{fancy} +%cnh%\fancyhead{} +%cnh%\fancyhead[LO]{\slshape \rightmark} +%cnh%\fancyhead[RE]{\slshape \leftmark} +%cnh%\fancyhead[RO,LE]{\thepage} +%cnh%\fancyfoot[CO,CE]{\today} +%cnh%\fancyfoot[RO,LE]{ } +%cnh%\renewcommand{\headrulewidth}{0.4pt} +%cnh%\renewcommand{\footrulewidth}{0.4pt} + +% bibtex stuff +\newcommand{\BIBPATH}{.} +\usepackage{natbib} +\bibliographystyle{\BIBPATH/jmr_my} +\gdef\harvardleft{[} +\gdef\harvardright{]} +\bibpunct{[}{]}{,}{a}{}{,} % referencing -\newcommand{\refequ}[1]{equation (\ref{equ:#1})} -\newcommand{\refequbig}[1]{Equation (\ref{equ:#1})} -\newcommand{\reftab}[1]{Tab.~\ref{tab:#1}} -\newcommand{\reftabno}[1]{\ref{tab:#1}} -\newcommand{\reffig}[1]{Fig.~\ref{fig:#1}} -\newcommand{\reffigno}[1]{\ref{fig:#1}} +%ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})} +%ph%\newcommand{\refequbig}[1]{Equation (\ref{equ:#1})} +%ph%\newcommand{\reftab}[1]{Tab.~\ref{tab:#1}} +%ph%\newcommand{\reftabno}[1]{\ref{tab:#1}} +%ph%\newcommand{\reffig}[1]{Fig.~\ref{fig:#1}} +%ph%\newcommand{\reffigno}[1]{\ref{fig:#1}} % stuff for psfrag -\newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}} -\newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}} +%ph%\newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}} +%ph%\newcommand{\mathinfigure}[1]{\small\ensuremath{{#1}}} +% This allows numbering of subsubsections +\setcounter{secnumdepth}{3} +% This changes the the chapter title +%\renewcommand{\chaptername}{Section} \begin{document} +\bodytext{bgcolor="#FFFFFFFF"} + \tableofcontents \pagebreak -% Part: Overview +\part{MIT GCM basics} + +% Section: Overview \input{part1/part1} -\pagebreak +%\pagebreak -% Part: Discretization and Algorithm +% Section: Discretization and Algorithm \input{part2/part2} -\pagebreak +%\pagebreak -% Part: Getting started +% Section: Getting started \input{part3/part3} -\pagebreak +%\pagebreak -% Part: Software Architecture +% Section: Software Architecture \input{part4/part4} -\pagebreak +%\pagebreak + + +\part{Adjoint of the MIT GCM} -% Part: Automatic Differentiation +% Section: Automatic Differentiation \input{part5/part5} -\pagebreak +%\pagebreak + -% Part: Physical Packages +\part{Additional features} + +% Section: Physical Packages \input{part6/part6} -\pagebreak +%\pagebreak -% Part: Diagnostics +% Section: Diagnostics \input{part7/part7} -\pagebreak +%\pagebreak -% Part: ECCO Interface +% Section: ECCO Interface \input{part8/part8} +%\pagebreak + +% Section: References: +\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY} +\addcontentsline{toc}{chapter}{BIBLIOGRAPHY} +\bibliography{\BIBPATH/manual_references} \end{document}