--- manual/manual.tex 2001/08/09 19:30:00 1.3 +++ manual/manual.tex 2001/10/04 19:30:23 1.5 @@ -1,11 +1,11 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.3 2001/08/09 19:30:00 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.5 2001/10/04 19:30:23 heimbach Exp $ % $Name: $ \documentclass[12pt]{book} \usepackage{amsfonts} \usepackage{amsmath} -\usepackage{html} +\usepackage{/usr/local/pkg/latex2html/current/texinputs/html} \usepackage{epsfig} \usepackage{graphics,subfigure} \usepackage{array} @@ -27,6 +27,14 @@ \renewcommand{\headrulewidth}{0.4pt} \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})} @@ -44,6 +52,7 @@ % This changes the the chapter title %\renewcommand{\chaptername}{Section} +\usepackage{showlabels} \begin{document} @@ -90,4 +99,6 @@ % Section: ECCO Interface \input{part8/part8} +% Section: References: +\bibliography{\BIBPATH/manual_references} \end{document}