% documentclass{} takes the following mutually-exclusive options:
%
% note -- formats the document as a technical note.
% proposed -- formats the document as a proposed change to the baseline.
% baseline -- formats the document as part of the technical baseline.
\documentclass[note]{astron}
\input{meta}
\input{changes}
\setDocTitle{ASTRON SDC Document Example}
\setDocProgram{SDC}
\setDocAuthors{
\addPerson{John D. Swinbank}{ASTRON}{\vcsDate}
}
% These are set according to information obtained from make and git.
\setDocNumber{\docHandle}
\setDocRevision{\vcsRevision}
\setDocDate{\vcsDate}
\begin{document}
\maketitle
\printglossary[title=List of Abbreviations]
\clearpage
\section{Getting Started}
\label{sec:getting-started}
\begin{enumerate}
\item{Edit \verb|Makefile| and set \verb|DOCHANDLE| to the appropriate handle for your document.
Refer to the \href{https://support.astron.nl/confluence/display/SDCP/List+of+SDC-Series+Documents}{list of SDC series documents} which have been issued to date, and choose the next one in sequence.}
\item{Check the preamble of this file to ensure that the document title, programme, and author(s) have been set correctly.}
\item{Insert your text here.}
\item{Use the \verb|\gls| command to refer to abbreviations, like \gls{SDC}.}
\item{Use the \verb|\autocite| command to cite other documents, like \autocite{SDC-006}.}
\item{Use the \verb|\cref| command to refer to sections, tables, or other material in this document, like \cref{sec:getting-started}.}