-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
48 lines (39 loc) · 1.05 KB
/
report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass[a4paper]{article}
\usepackage{WUST-ECE-Metrology-Report}
\usepackage{datetime2}
\usepackage{hyperref}
\usepackage{indentfirst}
\usepackage[math]{blindtext}
\usepackage{layout}
\usepackage{siunitx}
\sisetup{
detect-all, % So that siunitx uses the main font
product-units=single, % So that {20 x 20}{\cm} will be 20x20 cm
range-phrase=--, % Sets em dash as range separator
range-units=single,
% output-decimal-marker={,} % Sets coma as a decimal marker (useful for Polish reports)
}
\title{Resitance Measurements}
\date{\today}
\studenta{Jean Dupont}
\studentb{Erika Mustermann}
\studentc{Moshe Cohen}
\reportgroup{1}
\reportclassdate{2022-11-27}
\reportlabassistant{Jane Doe}
\makeatletter
\hypersetup{
pdfauthor={\@author},
pdftitle={\@title},
pdfstartview={Fit}, % Fits the page to the window
pdfpagelayout=TwoPageRight, % Displays two pages, odd-numbered pages to the right
hidelinks,
pdfproducer={XeLateX with hyperref},
pdfcreator={Xelatex},
}
\makeatother
\begin{document}
\maketitle
\Blinddocument
\layout
\end{document}