-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSTN-051.tex
66 lines (48 loc) · 1.41 KB
/
PSTN-051.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\documentclass[modern]{aastex631}
\setcounter{secnumdepth}{3}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
\input{meta}
% Package imports go here.
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{multirow}
% Local commands go here.
\newcommand{\docRef}{PSTN-051}
\newcommand{\docUpstreamLocation}{\url{https://github.com/lsst-pst/pstn-051}}
\NewPageAfterKeywords
\begin{document}
\input{authors}
%\author{Eric~H.~Neilsen~Jr.}
%\affiliation{Fermi National Accelerator Laboratory, P. O. Box 500, Batavia, IL 60510, USA}
\date{\today}
\title{Survey Strategy and Cadence Choices for the Vera C. Rubin Observatory Legacy Survey of Space and Time (LSST)}
\hypersetup{pdftitle={\@title}, pdfauthor={\@author}, pdfkeywords={\@keywords}}
\input{abstract}
\tableofcontents
\clearpage
\input{introduction}
\clearpage
\input{simulator_overview}
\clearpage
\input{metrics}
\clearpage
\input{simulation_experiments}
\clearpage
\input{runs_v16}
\clearpage
\input{science_impacts}
\clearpage
\input{summary}
%\appendix
%\input{appendix}
\clearpage
% 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}
\clearpage
% Make sure lsst-texmf/bin/generateAcronyms.py is in your path
\section{Acronyms} \label{sec:acronyms}
\input{acronyms.tex}
\end{document}