-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathITTN-068.tex
72 lines (48 loc) · 1.6 KB
/
ITTN-068.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[PMO,authoryear,lsstdraft,toc]{lsstdoc}
% Package imports go here.
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Access Control}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
Cristian Silva, Joshua Hoblitt
}
\setDocRef{ITTN-068}
\setDocUpstreamLocation{\url{https://github.com/lsst-it/ittn-068}}
\date{\today}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
Access control policies
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{2023-01-20}{Unreleased.}{Joshua Hoblitt}
\addtohist{1}{2023-10-03}{Unreleased.}{Cristian Silva}
}
\begin{document}
% Create the title page.
\maketitle
\include{content}
% 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}