SINTEF Report
Author:
Federico Zenith
Last Updated:
3 years ago
License:
Creative Commons CC BY 4.0
Abstract:
Report template for the research institution SINTEF
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[unrestricted,unrestrictedsummary]{sintefreport}
\title{The \texttt{sintefreport} class}
\subtitle{A \LaTeX\ class}
\version{1.0}
\reportnumber{1337}
\author{Federico Zenith}
\client{SINTEF \LaTeX\ users}
\project{SIN\TeX}
\attachmentpages{}
\abstract{\LaTeX\ is just better.}
\prepared{Federico Zenith}
\keywords{\LaTeX\\Report\\Typesetting}
\coverbackground{}
\begin{document}
\frontmatter
\chapter{Minimal Example}
The simplest report you can write is:
\begin{verbatim}
\documentclass{sintefreport}
\title{My Report}
\begin{document}
\frontmatter
Hello world!
\backmatter
\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.
To set the cover picture, use the command \verb|\coverbackground|.
If you do not specify it, the cover background will be rendered as a uniform
\texttt{sintefgrey}.
\chapter{Class Options}
This class takes some special options for classification:
\texttt{unrestrictedsummary}, \texttt{restrictedsummary} and
\texttt{confidentialsummary} determine the classification of the summary
page (page 1).
Fields can be set with several commands.
All relevant fields default to a ``Set with \verb|\command|'' description,
so, to know which command to use to set a certain field, just compile a the
empty file and look at the resulting PDF.
If you set the \texttt{print} option, in addition to changing all colours and
logos to CMYK as in \texttt{sintefdoc}, the class will add a separate white
page after the cover.
This class inherits from \texttt{sintefdoc}, so everything mentioned in that
class' documentation is valid here as well.
In particular, this class passes the \texttt{report} option to
\texttt{sintefdoc}.
If you prefer the old style inherited from \texttt{article}, or want to compile
some old reports without bumping all sections one level up, you can predictably
pass the \texttt{article} class option.
\backmatter
\end{document}