JOURNAL CHANGES for Latex
Most journals require double spaced and Tables and Figures at end:
1. \usepackage{doublespace}
....
\begin{spacing}{2}{
....
}\end{spacing}
2. Get Tables and Figures at end: \usepackage{endfloat}
(... for some reason Latex was not able to generate the list of
figures when I used this)
Some journals also require citations as numbers (e.g. ACS-journals like
Ind.Eng.Chem.Res):
3a. Change all citeasnoun to cite
\def\citeasnoun{\cite}
+ delete usepackage harvard +
%\usepackage[agsmcite]{harvard}
change to unsorted citation:
\bibliographystyle{unsrt}
COMMENT:
I tried to get exponent-like references, but it did NOT work:
NOT1: \renewcommand{\@cite}[2]{{$^{#1}$\ifthenelse{\boolean{@temswa}}{,#2}{}}}
NOT2: \usepackage{overcite}
3b. May have to add names for most citeasnoun (see % ADDED + many more)
This archive was generated by hypermail 2.1.3 : Fri Sep 05 2003 - 16:42:16 CEST