phy-4660/feedback/papers/0504097/mynature.cls

23 lines
561 B
OpenEdge ABL
Raw Normal View History

2017-04-26 15:57:23 +00:00
\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}}