-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.tex
More file actions
103 lines (83 loc) · 2.73 KB
/
Copy pathtemplate.tex
File metadata and controls
103 lines (83 loc) · 2.73 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
% Change Style of bibliography
\renewcommand\cftfigpresnum{Abbildung }
\renewcommand\cftfigaftersnum{:}
% disabling dots \renewcommand{\cftfigleader}{\hfill}
\setlength{\cftfignumwidth}{7em}
\setlength{\cftfigindent}{0em}
\setlength{\cftbeforefigskip}{8pt}
% in order to make figure citations easier.
\newcommand{\citedfigure}[5][]{
\begin{figure}[H]
\centering
#4
\caption[\allowdisplaybreaks\placeholdername{\citationtext[#1]{#2}}]{#3}
\label{#5}
\end{figure}}
\newcommand{\citationtext}[2][]{\ifthenelse{\equal{#2}{}}{Eigene Abbildung}{\fullcite{#2}. #1.}}
\newcommand{\placeholdername}[1][]{#1}
% outline quotes
\renewenvironment{quote}{\list{}{\rightmargin20pt\leftmargin20pt}\item\relax
\small}{\endlist}
\SetBlockEnvironment{quote}
% Definition der Zitierregeln. Verwendung mit \izit und \wzit fuer inhaltliche bzw. woertliche Zitate
\newcommand{\izit}[2][]{\ifthenelse{\equal{#1}{}}{(vgl. \cite{#2})}{(vgl. \cite{#2}, #1)}}
\newcommand{\wzit}[2][]{\ifthenelse{\equal{#1}{}}{(\cite{#2})}{(\cite{#2}, #1)}}
\newcommand{\izitwithoutquotes}[2][]{\ifthenelse{\equal{#1}{}}{vgl. \cite{#2}}{vgl. \cite{#2}, #1}}
\newcommand{\wzitwithoutquotes}[2][]{\ifthenelse{\equal{#1}{}}{\cite{#2}}{\cite{#2}, #1}}
% Der Abstract muss wie eine normale Überschrift formatiert sein, darf
% jedoch nicht nummeriert sein
\renewcommand{\abstract}{\section*{Abstract}}
\newgeometry{top=2cm, bottom=2cm}
% To make the logo work
\newcommand\AtPageUpperRight[1]{\AtPageUpperLeft{%
\makebox[0.9\paperwidth][r]{#1}}}
%overwrite when importing to change Title
\ifdef{\VWAtitel}{}{
\newcommand{\VWAtitel}{Titel}
}
\ifdef{\VWAauthor}{}{
\newcommand{\VWAauthor}{Author}
}
\ifdef{\logo}{}{
\newcommand{\logo}{logo.png}
}
\ifdef{\klasse}{}{
\newcommand{\klasse}{Klasse}
}
\ifdef{\jahr}{}{
\newcommand{\jahr}{Jahr}
}
\ifdef{\vorlagedatum}{}{
\newcommand{\vorlagedatum}{tt.mm.jjjj}
}
\ifdef{\schulinfo}{}{
\newcommand{\schulinfo}{
Bundesgymnasium und Bundesrealgymnasium Wien 4 \\
Wiedner Gymnasium/Sir Karl Popper Schule \\
A-1040 Wien, Wiedner Gürtel 68
}
}
\ifdef{\betreuungslehrperson}{}{
\newcommand{\betreuungslehrperson}{Titel Vorname Nachname}
}
\begin{titlepage}
\AddToShipoutPictureBG*{%
\AtPageUpperRight{\raisebox{-2\height}{
\includegraphics[width=5cm]{\logo}
}}}
\begin{center}
\vspace*{1cm}
\large{Vorwissenschaftliche Arbeit im Rahmen der Reifeprüfung}
\vspace*{8cm}
\huge{\textbf{\VWAtitel}}
\LARGE{\textbf{\VWAauthor}}
\large{\klasse\ \jahr}
\vfill
\schulinfo
\vspace*{0.5cm}
Betreuungslehrperson: \betreuungslehrperson
\vspace*{0.5cm}
Vorgelegt am \vorlagedatum
\end{center}
\end{titlepage}
\restoregeometry