forked from beac0n/Latex_Vorlage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.tex
58 lines (54 loc) · 1.66 KB
/
variables.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
%%%% Global Variables
%%%%%%%%%%%% personal data - this MUST be changed for every user!!!! %%%%%%%%%%%%
%% persons and stuff
% the name of the author
\def \GlobalsAuthorName
{Vorname Nachname}
% the email address of the author
\def \GlobalsAuthorMail
% the name of the first referent
\def \GlobalsReferentName
{Prof. Dr. Vorname Nachname}
% the name of the second referent
\def \GlobalsCoreferentName
{Prof. Dr. Vorname Nachname}
% the deadline of the thesis
\def \GlobalsDeadlineDate
{01.01.1970}
%% institutions and stuff
% the path of the picture which shall be embedded at the top of the title page
\def \GlobalsCollegePicturePath
{Bilder/hs_os.png}
% the name of the faculty
\def \GlobalsFacultyName
{Informatik und Wirtschaftsinformatik}
% the title of the thesis
\def \GlobalsThesisTitle
{Irgendein toller Thesis Titel}
% this describes what kind of work you are doing, and why.
\def \GlobalsWhatKindOfWork
{Wissenschaftliche Arbeit zur Erlangung des Grades Master of Science (M.Sc.) in Informatik an der Hochschule Karlsruhe für Technik und Wirtschaft}
% what is it? bachelor thesis, master thesis, project work?
\def \GlobalsSortOfName
{Master-Thesis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Variables for the side edges
% space to top of the page
\def \GlobalsGeometryTop
{27mm}
% space to left of the page
\def \GlobalsGeometryLeft
{30mm}
% space to right of the page
\def \GlobalsGeometryRight
{20mm}
% space to bottom of the page
\def \GlobalsGeometryBottom
{35mm}
% the distance between head and content
\def \GlobalsGeometryHeadsep
{10mm}
% the distance between content and footer
\def \GlobalsGeometryFootskip
{12mm}