You are on page 1of 7

Project Report

The sintefreport class


A LATEX class

Author(s)
Federico Zenith

Report Number
1337 — Unrestricted

Client(s)
SINTEF LATEX users

Technology for a better society


Set with \institute{} Project Report
Address:
Set with \address{}
Telephone: +47 40005100
info@sintef.no
Enterprise Number: The sintefreport class
Set with \vat{}
A LATEX class

KEYWORDS:
LAT X
E VERSION DATE
Report 1.0 20th March 2022
Typesetting
AUTHOR(S)
Federico Zenith

CLIENT(S) CLIENT’S REFERENCE


SINTEF E users
LAT X Set with \clientref{}

PROJECT NUMBER NUMBER OF PAGES AND ATTACHMENTS


SINTEX 5

ABSTRACT
LAT X is just
E better.

PREPARED BY SIGNATURE
Federico Zenith

CHECKED BY SIGNATURE
Set with \checked{}

APPROVED BY SIGNATURE
Set with \approved{}

REPORT NUMBER ISBN CLASSIFICATION CLASSIFICATION THIS PAGE


1337 Set with \isbn{} Unrestricted Unrestricted

1 of 5
Document History
VERSION DATE VERSION DESCRIPTION

Insert the history with the \history{} command.


Use the \historyentry command to add entries within it:
\history{
2.0 2012-12-21
\historyentry{version}{date}{description}
\historyentry{...}{...}{...}
}

PROJECT NUMBER REPORT NUMBER VERSION


SINTEX 2 of 5
1337 1.0
Contents

1 Minimal Example 4

2 Class Options 5

ATTACHMENTS

Set with \attachments{}

PROJECT NUMBER REPORT NUMBER VERSION


SINTEX 3 of 5
1337 1.0
Chapter 1

Minimal Example

The simplest report you can write is:

\documentclass{sintefreport}
\title{My Report}
\begin{document}
\frontmatter
Hello world!
\backmatter
\end{document}

Use \frontmatter to set up the front page, history page and table of contents, and \backmatter to set
up the back cover.
To set the cover picture, use the command \coverbackground. If you do not specify it, the cover back-
ground will be rendered as a uniform sintefgrey.

PROJECT NUMBER REPORT NUMBER VERSION


SINTEX 4 of 5
1337 1.0
Chapter 2

Class Options

This class takes some special options for classification: unrestrictedsummary, restrictedsummary and
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 \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 print option, in addition to changing all colours and logos to CMYK as in sintefdoc, the
class will add a separate white page after the cover.
This class inherits from sintefdoc, so everything mentioned in that class’ documentation is valid here
as well. Le prestataire d’audit doit accompagner l’audité dans sa démarche de sécuri- sation de son système
d’information via une évaluation méthodique de l’efficacité des processus de sécurité déjà en place en vue
de leur amélioration. Pour ce faire, le prestataire d’audit aura accès à des informations sensibles liées à la
sécurité du système d’information de l’organisme audité. Il est donc important de s’assurer de l’objectivité, la
responsabilité, le respect des lois en vigueur, l’intégrité du pres- tataire et sa capacité à protéger les données
de l’organisme audité ainsi que de la bonne gestion de ses ressources. 3.1.1 Exigences générales Les exigences
suivantes portent sur la structure juridique du prestataire d’au- dit, son expérience et sa démarche d’audit : • Le
prestataire d’audit doit être une personne morale dotée d’une personna- lité juridique, il sera tenu responsable
de ses activités d’audit ; • Le prestataire d’audit doit avoir des références connues sur le marché rela- tives à
des prestations d’audit similaires ; • Le prestataire d’audit doit avoir un contrat de travail avec ses auditeurs ;
• Le prestataire d’audit doit proposer au commanditaire une offre technique et financière faisant ressortir sa
capacité à réaliser les activités de l’audit aux moyens de compétences adéquates, et selon une méthodologie
et un plan de réalisation déterminés. Cette offre doit comprendre : Une présentation de la démarche et de la
méthodologie proposées pour bien mener la mission et garantir la fiabilité des résultats en mettant en exergue
la compréhension du contexte et des objectifs de l’audit, ainsi que les outils proposés pour la réalisation de
la prestation ; Le plan de charge proposé pour la réalisation de l’audit qui doit être en adéquation avec les
compétences, les profils et les missions ; In particular, this class passes the report option to sintefdoc. If
you prefer the old style inherited from article, or want to compile some old reports without bumping all
sections one level up, you can predictably pass the article class option.

PROJECT NUMBER REPORT NUMBER VERSION


SINTEX 5 of 5
1337 1.0
Technology for a better society

You might also like