-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSTN-006.tex
39 lines (26 loc) · 905 Bytes
/
PSTN-006.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\documentclass[modern]{aastex62}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
\input{meta}
% Package imports go here.
% Local commands go here.
\newcommand{\docRef}{PSTN-006}
\newcommand{\docUpstreamLocation}{\url{https://github.com/lsst-pst/pstn-006}}
\begin{document}
\input{authors}
\date{\today}
\title{Performance of the LSST Telescope}
\hypersetup{pdftitle={\@title}, pdfauthor={\@author}, pdfkeywords={\@keywords}}
\input{abstract}
\input{body}
\appendix
% Remove this when you strart your paper
\input{appendix}
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\section{References} \label{sec:bib}
\bibliographystyle{yahapj}
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books}
% Make sure lsst-texmf/bin/generateAcronyms.py is in your path
\section{Acronyms} \label{sec:acronyms}
\input{acronyms.tex}
\end{document}