forked from lsst/rtn-001
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RTN-001.tex
72 lines (50 loc) · 1.76 KB
/
RTN-001.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
69
70
71
72
\documentclass[DM,authoryear,toc]{lsstdoc}
% lsstdoc documentation: https://lsst-texmf.lsst.io/lsstdoc.html
\input{meta}
% Package imports go here.
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Data Preview 0: Definition and planning.}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
William O'Mullane
}
\setDocRef{RTN-001}
\setDocUpstreamLocation{\url{https://github.com/rubin-observatory/rtn-001}}
\date{\vcsDate}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
This document is intended to form the basis for planning DP0 in the interim data facility.
What is DP0 anyway ? What data will be there ? How will it be served ?
What do we need to have ready when ?
All shall be answered within.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{YYYY-MM-DD}{Unreleased.}{William O'Mullane}
}
\begin{document}
% Create the title page.
\maketitle
% Frequently for a technote we do not want a title page uncomment this to remove the title page and changelog.
% use \mkshorttitle to remove the extra pages
% ADD CONTENT HERE
% You can also use the \input command to include several content files.
\appendix
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\section{References} \label{sec:bib}
\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}
% If you want glossary uncomment below -- comment out the two lines above
%\printglossaries
\end{document}