This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
deckblatt.tex
67 lines (46 loc) · 1.66 KB
/
deckblatt.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
\documentclass{include/protokollclass}
% Main File - Based on protokollclass.cls
% DIES IST EINE REDUZIERTE VERSION DER VORLAGE, FÜR EIN LEERES DECKBLATT
% ------------------------------------------------------------------------------
% Further files in folder :
% - include/cmds.tex (for macros and additional commands)
% - include/kitlogo.pdf (for titlepage)
% - lit.bib (bibtex bibliography database)
% - include/titlepage.tex (for layout of titelpage)
% ------------------------------------------------------------------------------
%% ---------------------------------------------
%% | Informationen über dieses Protokoll |
%% ---------------------------------------------
\newcommand{\praktikum}{}
\newcommand{\semester}{}
\newcommand{\wochentag}{}
\newcommand{\gruppennr}{}
\newcommand{\nachnamea}{}
\newcommand{\vornamea}{}
\newcommand{\nachnameb}{}
\newcommand{\vornameb}{}
\newcommand{\emailadressen}{}
\newcommand{\versuch}{}
\newcommand{\versuchsnr}{}
\newcommand{\fehlerrechnung}{}
\newcommand{\betreuer}{}
\newcommand{\durchgefuehrt}{}
\setboolean{forminput}{true}
\setboolean{showannotations}{true}
\setboolean{emptytextfields}{true}
\SelectLanguage{ngerman}
%% ------------------------
%% | Main Document |
%% ------------------------
\begin{document}
% PDF setup
\hypersetup
{
pdfauthor={Fakultät für Physik, KIT},
pdftitle={Deckblatt zum Anfängerpraktikum},
pdfsubject={Deckblatt für Versuchsprotokolle der physikalischen
Anfängerpraktika der Fakultät für Physik, KIT.},
pdfkeywords={kit,physik,praktikum,protokoll}
}
\input{include/titlepage}
\end{document}