-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathITTN-080.tex
77 lines (54 loc) · 1.81 KB
/
ITTN-080.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
73
74
75
76
77
\documentclass[PMO,lsstdraft,authoryear,toc]{lsstdoc}
\input{meta}
% Package imports go here.
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Software development on Rubin LSST}
% This can write metadata into the PDF.
% Update keywords and author information as necessary.
\hypersetup{
pdftitle={Software development on Rubin LSST},
pdfauthor={Gonzalo Seriche},
pdfkeywords={}
}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
Gonzalo Seriche
}
\setDocRef{ITTN-080}
\setDocUpstreamLocation{\url{https://github.com/lsst-it/ittn-080}}
\date{\vcsDate}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
How to work with LSST Repositories and fast forward your code to production.
}
% 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.}{Gonzalo Seriche}
}
\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}
\renewcommand{\refname}{} % Suppress default Bibliography section
\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}