mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-22 17:05:07 +00:00
47 lines
668 B
TeX
47 lines
668 B
TeX
|
|
\documentclass{mynature}
|
|
|
|
\usepackage{chapterbib}
|
|
|
|
\usepackage{graphics}
|
|
\usepackage{times}
|
|
\usepackage{mathptmx}
|
|
|
|
\usepackage[small,bf]{caption}
|
|
|
|
|
|
|
|
\typearea{12}
|
|
|
|
\addtolength{\topmargin}{-0.5cm}
|
|
|
|
|
|
|
|
\renewcommand\refname{References}
|
|
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
|
|
|
|
|
|
|
|
\newcommand{\apj}{ Astrophys. J.}
|
|
\newcommand{\apjl}{Astrophys. J. Let.}
|
|
\newcommand{\apjs}{Astrophys. J. Suppl.}
|
|
\newcommand{\aj}{Astron. J.}
|
|
\newcommand{\mnras}{Mon. Not. R. Astron. Soc.}
|
|
\newcommand{\nat}{Nature}
|
|
\newcommand{\pasj}{Pub. Astron. Soc. Jap.}
|
|
|
|
\bibliographystyle{naturemag}
|
|
|
|
\usepackage{sectsty}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\include{main}
|
|
|
|
\include{si}
|
|
|
|
\end{document}
|
|
|
|
|