--- manual/manual.tex 2005/07/14 19:22:18 1.30 +++ manual/manual.tex 2008/03/07 18:02:53 1.42 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.30 2005/07/14 19:22:18 molod Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.42 2008/03/07 18:02:53 jmc Exp $ % $Name: $ \documentclass[10pt]{book} @@ -11,6 +11,10 @@ \usepackage{html} \usepackage{hthtml} \usepackage{graphicx} +\usepackage{rotating} + +% CNH playing around with page widths +\usepackage{anysize} %cnh%\usepackage{array} %cnh%\usepackage{multirow} @@ -21,6 +25,7 @@ %afe seems like these need to be long, sorry \newcommand{\varlink}[2]{\htmladdnormallink{\tt #1}{../code_reference/vdb/byname/#2.html}} \newcommand{\filelink}[2]{\htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html}} +\newcommand{\myhref}[2]{\htmladdnormallink{#2}{#1}} % afe Commands to standardize typesetting \newcommand{\file}[1]{\texttt{#1}} @@ -90,7 +95,12 @@ %aja%\gdef\harvardleft{[} %aja%\gdef\harvardright{]} %aja%\bibpunct{[}{]}{,}{a}{}{,} -\bibliographystyle{plain} +%\bibliographystyle{plain} +%-jmc: try agu bib-style (give author names & year instead of just a number) +%% \usepackage[square] +\usepackage[square]{natbib} +\bibliographystyle{agu} +%% \bibliographystyle{aguurl} % referencing %ph%\newcommand{\refequ}[1]{equation (\ref{equ:#1})} @@ -113,6 +123,7 @@ % This allows hyperlinks in PDF % hyperref package and colors for hyperref package \usepackage{color} +\usepackage{hyperref} %\usepackage[dvips] \definecolor{darkgreen}{rgb}{0,0.4,0} \definecolor{darkblue}{rgb}{0,0,0.4} @@ -143,11 +154,54 @@ \def\blankpage{ \vspace*{\fill} \vspace{5in} \vfill \newpage} +% Some definitions modified from the ones provided by Baylor +\def\BFKav#1{\overline{#1}} +\def\BFKpd#1#2{{\frac{\partial{#2}}{\partial{#1}}}} +\def\BFKpds#1#2{{\frac{\partial^2{#2}}{{\partial{#1}}^2}}} +\def\BFKDt#1{\frac{D{#1}}{Dt}} +\def\BFKaDt#1{\frac{\BFKav D{#1}}{\BFKav{Dt}}} +\def\BFKd#1{{\,\rm d#1}} +\def\BFKRo{{\rm Ro}} +\def\BFKRe{{\rm Re}} +\def\BFKFr{{\rm Fr}} +\def\BFKPr{{\rm Pr}} +\def\BFKMr{{M_{Ro}}} +\def\BFKtu{{\tilde u}} +\def\BFKtv{{\tilde v}} +\def\BFKatu{{\tilde {\BFKav u}}} +\def\BFKatv{{\tilde {\BFKav v}}} +\def\BFKlesssim{{<\atop\sim}} + +% Definitions from EH3: +\def\CC{C\raise.3ex\hbox{{\footnotesize + +}}\raise.3ex\hbox{\footnotesize +}\ } \begin{document} \bodytext{bgcolor="#FFFFFFFF"} +\title{ \textsc{MITgcm User Manual} } + +\author{ + Alistair Adcroft \and Jean-Michel Campin \and Stephanie Dutkiewicz + \and Constantinos Evangelinos \and David Ferreira %\and Mick Follows + \and Gael Forget \and Baylor Fox-Kemper \and Patrick Heimbach + \and Chris Hill \and Ed Hill \and Helen Hill + \and Oliver Jahn \and Martin Losch \and John Marshall + \and Guillaume Maze \and Dimitris Menemenlis \and Andrea Molod + \\ + \\ + \\ + MIT Department of EAPS \\ + 77 Massachusetts Ave. \\ + Cambridge, MA \ 02139-4307 +} + +%\date{August 19, 2004} +\date{\today} + +\maketitle + \tableofcontents %\pagebreak @@ -199,6 +253,6 @@ %\markboth{BIBLIOGRAPHY}{BIBLIOGRAPHY} \addcontentsline{toc}{chapter}{BIBLIOGRAPHY} %aja%\bibliography{\BIBPATH/manual_references} -\bibliography{manual_references} +\bibliography{manual_references,baylor_biblio} \end{document}