\documentclass{sron}

% \sron[size] is the SRON logo with optional size (default 0.22)

\project{PROJECT}
\documenttype{DOCUMENT TYPE}
% SRON document numbering: institute-project-documenttype-year-number
\documentnumber{SRON-ISG-TN-2018-000} % official document number
\institutenumber{} % extra document number for internal use
\issue{0.1}
%\date{\today}
% Level 1: issued by Customer ('them').
% Level 2: issued by Contractor ('us'), sent to Customer for approval (Class A)
%          prior to implementation. After approval, these documents are
%          contractually binding.
% Level 3: any other issued by Contractor, sent to Customer either for review
%          (Class R, identified discrepancies shall be corrected prior to
%          implementation) or for information (Class I).
% Level --: issued by Contractor, not sent to Customer, i.e. internal documents
%          for information (Class I).
% Class A, R or I as described above.
%\level{--} 
%\class{I}

\title{SRON Report Template in \LaTeX}
\author{Tom Baker}
\checkedby{Jon Pertwee}
\agreedby{Patrick Troughton}
\authorisedby{William Hartnell}

\addtocategory{AD}{} % define keys that are Applicable Documents
%\addbibresource{myreferences.bib} % replace argument with your own BibTeX file

\begin{document}

\maketitle
%\maketitleforsignatures  % for digital signatures

\vfill
\begin{distributionlist}
\item Peter Davison
\item Colin Baker
\item Sylvester McCoy
\end{distributionlist}

\newpage
\begin{changerecordtable}
0.1 & \today & All & Initial version
\end{changerecordtable}

\newpage
\tableofcontents
\thispagestyle{fancy}

\newpage
\begin{abbreviationtable}
SRON & Netherlands Institute for Space Research 
\end{abbreviationtable}

\printbibliography[category=AD,heading=AD,prefixnumbers=AD]
\printbibliography[notcategory=AD,heading=RD,prefixnumbers=RD]

\newpage
\section{The First Section}

This is a \LaTeX\ and pdf\LaTeX\ template for reports, notes, etc.\ in\sron{}style using the \verb'sron.cls' class file. If the logo shows up as just text, update package \emph{pict2e}: download \verb'pict2e.zip' from \url{http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e}, unzip and execute \verb'latex pict2e.ins'. Only the extracted file \verb'pict2e.sty' is needed.

The font of this text is either Computer Modern Bright or Arev Sans, depending on availability. The second is better:
\begin{itemize}
\item clearer on screen;
\item almost the same as house-style font Verdana, but with matching mathematical characters;
\item more distinct and `warmer' characters in math mode.
\end{itemize}
Arev Sans is used if the characters in math mode $wailful$ are different from those in italic \emph{wailful}.

% the whole alphabet in a short sentence
Amazingly few discotheques provide jukeboxes.
% all letters between other letters and some punctuation
Incredibly, he makes a major life-change! For example: ``I'll require that the system have two sizes.''
% all figures and f ligatures
Although $537+489=1026$, five truffles offer sufficient flavour.
% all French and German special characters
Le c\oe ur d\'e\c cu mais l'\^ame plut\^ot na\"\i ve, Lou\"ys r\^eva de crapa\"uter en cano\"e au del\`a des \^\i les, pr\`es du m\"alstr\"om o\`u br\^ulent les nov\ae. Die Faltung einer Gau\ss-Kurve mit einer Lorentz-Kurve:
% some math examples
\begin{equation}
\int_{-\infty}^\infty \frac{y\,\text{e}^{-t^2}}{(x-t)^2+y^2}\,\text{d} t =
\pi \Re[w(x+i\, y)]\,, \quad w(z)=\text{e}^{-z^2}\text{erfc}(-i\, z)\,, \quad x \in \mathbb{R} , y>0\,.
\end{equation}
The cross product of two vectors is defined by $\bm{\alpha} \times \bm{\beta} = \alpha \beta \sin \theta \, \hat{\bm{n}}$.

\section{Template structure}


The tex file producing this output starts with the following code.
%
\begin{verbatim}
\documentclass{sron}

% \sron[size] is the SRON logo with optional size (default 0.22)

\project{PROJECT}
\documenttype{DOCUMENT TYPE}
% SRON document numbering: institute-project-documenttype-year-number
\documentnumber{SRON-ISG-TN-2018-000} % official document number
\institutenumber{} % extra document number for internal use
\issue{0.1}
%\date{\today}
% Level 1: issued by Customer ('them').
% Level 2: issued by Contractor ('us'), sent to Customer for approval (Class A)
%          prior to implementation. After approval, these documents are
%          contractually binding.
% Level 3: any other issued by Contractor, sent to Customer either for review
%          (Class R, identified discrepancies shall be corrected prior to
%          implementation) or for information (Class I).
% Level --: issued by Contractor, not sent to Customer, i.e. internal documents
%          for information (Class I).
% Class A, R or I as described above.
%\level{--} 
%\class{I}

\title{SRON Report Template in \LaTeX}
\author{Tom Baker}
\checkedby{Jon Pertwee}
\agreedby{Patrick Troughton}
\authorisedby{William Hartnell}

\addtocategory{AD}{} % define keys that are Applicable Documents
%\addbibresource{myreferences.bib} % replace argument with your own BibTeX file

\begin{document}

\maketitle
%\maketitleforsignatures  % for digital signatures

\vfill
\begin{distributionlist}
\item Peter Davison
\item Colin Baker
\item Sylvester McCoy
\end{distributionlist}

\newpage
\begin{changerecordtable}
0.1 & \today & All & Initial version
\end{changerecordtable}

\newpage
\tableofcontents
\thispagestyle{fancy}

\newpage
\begin{abbreviationtable}
SRON & Netherlands Institute for Space Research 
\end{abbreviationtable}

\printbibliography[category=AD,heading=AD,prefixnumbers=AD]
\printbibliography[notcategory=AD,heading=RD,prefixnumbers=RD]

\newpage
\section{The First Section}
\end{verbatim}
%
Followed by body text. The\sron{}logo is inserted with \verb'\sron' or \verb'\sron['$s$\verb']' with size $s$ (default 0.22).

\end{document}
