\documentclass[unrestricted]{sintefprojectmemo}
% Customise the following as necessary
\institute{SINTEF Digital}
\address{Postboks 4760 Torgarden\newline 7465 Trondheim\EnglishNorsk{, Norway}{}}
\phone{40005100}
\email{Postmottak.Digital@sintef.no}
\vat{NO 919303808 MVA} % SINTEF AS
%\vat{NO 939350675 MVA} % SINTEF Energy
%\vat{NO 937357370 MVA} % SINTEF Ocean
%\vat{NO 992769211 MVA} % SINTEF Nord
%\vat{NO 962951511 MVA} % SINTEF Narvik
%\vat{NO 918787747 MVA} % SINTEF Nordvest
%\vat{NO 917468044 MVA} % SINTEF Helgeland
%\vat{NO 887622752 MVA} % SINTEF TTO
\title{The \texttt{sintefprojectmemo} class}
\subtitle{A \LaTeX\ class}
\version{1.1}
\author{Federico Zenith}
\client{SINTEF \LaTeX\ users}
\project{SIN\TeX}
\attachmentpages{}
\abstract{\LaTeX\ is just better.}
\projectmemo{13}
\prepared{Federico Zenith}
\begin{document}
\frontmatter
\section{Minimal Usage}
The simplest project memo you can write is:
\begin{verbatim}
\documentclass{sintefprojectmemo}
\title{My Memo}
\begin{document}
\frontmatter
Hello world!
\end{document}
\end{verbatim}
Use \verb|\frontmatter| to set up the front page, history page and
table of contents, and \verb|\backmatter| to set up the back cover.
Setting a title with \verb|\title| is necessary.
You can also set the author(s) with \verb|\author| and the date
(which defaults to today's) with \verb|\date|.
Commands to set up the remaining fields will be default to a tip
\'a la ``\textsf{Set this with }\verb|\command{}|''.
\end{document}