mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-22 22:25:06 +00:00
23 lines
561 B
OpenEdge ABL
23 lines
561 B
OpenEdge ABL
|
|
||
|
\ProvidesClass{mynature}[24/2/2004 v1.0]
|
||
|
|
||
|
\LoadClass[12pt,twocolumn]{scrartcl}
|
||
|
|
||
|
|
||
|
\bibliographystyle{naturemag}
|
||
|
|
||
|
\RequirePackage{cite}
|
||
|
\RequirePackage{times}
|
||
|
%\RequirePackage{fullpage}
|
||
|
\RequirePackage{ifthen}
|
||
|
|
||
|
%% make labels in bibliobraphy be #.
|
||
|
\renewcommand\@biblabel[1]{#1.}
|
||
|
|
||
|
%% make citations be superscripts, taken from citesupernumber.sty
|
||
|
\def\@cite#1#2{$^{\mbox{\scriptsize #1\if@tempswa , #2\fi}}$}
|
||
|
|
||
|
%% No heading for References section, but eat up the extra space from \section command
|
||
|
\renewcommand\refname{\vspace{-48pt}\setlength{\parskip}{12pt}}
|
||
|
|