-
Notifications
You must be signed in to change notification settings - Fork 0
/
LSE-459.tex
68 lines (48 loc) · 1.66 KB
/
LSE-459.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
67
68
\documentclass[DM,lsstdraft]{lsstdoc}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
% Package imports go here.
% Local commands go here.
\input{aglossary.tex}
\makeglossaries
% To add a short-form title:
% \title[Short title]{Title}
\title{Alert Production in LSST Operations Year One}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
Leanne P. Guy and .....
}
\setDocRef{LSE-459}
\date{\today}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
Defines the baseline for alert production in year 1 of \gls{LSST} operations based on the requirements in the \gls{SRD} (\gls{LPM}-17) and the expected availability of \gls{transient}-free coadded template images prior to the first \gls{LSST} \gls{Data Release}.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{2019-10-22}{First draft.}{Leanne Guy}
}
\begin{document}
% Create the title page.
% Table of contents is added automatically with the "toc" class option.
\maketitle
% ADD CONTENT HERE ... a file per section can be good for editing
\input{alerts}
\appendix
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
%\section{References}
\label{sec:bib}
\bibliography{lsst,lsst-dm,refs_ads,refs,books}
%Make sure lsst-texmf/bin/generateAcronyms.py is in your path
%\section{Acronyms used in this document}\label{sec:acronyms}
%\input{acronyms.tex}
%Unccomment these if you want old style acronyms
\label{sec:acronyms}
\newpage
\printglossaries
\end{document}