--- manual/manual.tex 2001/08/08 22:14:44 1.2 +++ manual/manual.tex 2001/08/09 19:30:00 1.3 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.2 2001/08/08 22:14:44 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.3 2001/08/09 19:30:00 adcroft Exp $ % $Name: $ \documentclass[12pt]{book} @@ -39,6 +39,11 @@ \newcommand{\textinfigure}[1]{{\footnotesize\textbf{\textsf{#1}}}} \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} @@ -46,35 +51,43 @@ \tableofcontents \pagebreak -% Part: Overview +\part{The MIT GCM basics} + +% Section: Overview \input{part1/part1} \pagebreak -% Part: Discretization and Algorithm +% Section: Discretization and Algorithm \input{part2/part2} \pagebreak -% Part: Getting started +% Section: Getting started \input{part3/part3} \pagebreak -% Part: Software Architecture +% Section: Software Architecture \input{part4/part4} \pagebreak -% Part: Automatic Differentiation + +\part{Adjoint of the MIT GCM} + +% Section: Automatic Differentiation \input{part5/part5} \pagebreak -% Part: Physical Packages + +\part{Additional features} + +% Section: Physical Packages \input{part6/part6} \pagebreak -% Part: Diagnostics +% Section: Diagnostics \input{part7/part7} \pagebreak -% Part: ECCO Interface +% Section: ECCO Interface \input{part8/part8} \end{document}