Add specified title page
This commit is contained in:
parent
9890831692
commit
1996062627
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,7 +6,8 @@
|
|||
*.fls
|
||||
*.log
|
||||
*.out
|
||||
*.pdf
|
||||
seminararbeit.pdf
|
||||
expose.pdf
|
||||
*.run.xml
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
|
|
3
Makefile
3
Makefile
|
@ -12,7 +12,8 @@ clean:
|
|||
*.fls \
|
||||
*.log \
|
||||
*.out \
|
||||
*.pdf \
|
||||
seminararbeit.pdf \
|
||||
expose.pdf \
|
||||
*.run.xml \
|
||||
*.synctex.gz \
|
||||
*.toc \
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
geschichtsfrkl
|
||||
latexmk
|
||||
lipsum
|
||||
multirow
|
||||
setspace
|
||||
todonotes
|
||||
tracklang;
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
% specified page margins
|
||||
\usepackage[left=25mm, right=25mm, top=25mm, bottom=20mm]{geometry}
|
||||
|
||||
% full-width tables
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
|
||||
% bibliography
|
||||
\usepackage{csquotes}
|
||||
\usepackage[
|
||||
|
@ -51,12 +55,54 @@
|
|||
\subject{Seminararbeit}
|
||||
\title{Albert Göring – der gute Göring?}
|
||||
\author{Simon Bruder}
|
||||
\date{\DTMdisplaydate{2021}{01}{01}{-1}}
|
||||
\date{\DTMdisplaydate{2021}{11}{09}{-1}}
|
||||
|
||||
\begin{document}
|
||||
\pagenumbering{gobble}
|
||||
\maketitle
|
||||
\clearpage
|
||||
\makeatletter
|
||||
\begin{titlepage}
|
||||
\begin{tabularx}{\textwidth}{X r}
|
||||
\vspace{0pt}\includegraphics[width=5cm]{logo} & Schuljahr 2020/21
|
||||
\end{tabularx}
|
||||
|
||||
\begin{center}
|
||||
\bfseries\Large Seminararbeit im W-Seminar \\
|
||||
„Wer hält stand?“ – Widerstand im Dritten Reich
|
||||
\end{center}
|
||||
|
||||
\begin{center}
|
||||
\bfseries\large Thema der Arbeit: \\
|
||||
\makeatletter\@title\makeatother
|
||||
\end{center}
|
||||
|
||||
\vspace{3cm}
|
||||
|
||||
\begin{tabularx}{\textwidth}{ l l }
|
||||
Verfasser: & \@author \\
|
||||
Kursleiterin: & StRin i. K. Frau Pohl \\
|
||||
Abgabetermin: & \@date \\
|
||||
\end{tabularx}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
\renewcommand{\arraystretch}{1.5}
|
||||
\begin{tabularx}{\textwidth}{ | l | l | X | l | l | l | }\hline
|
||||
\textbf{Bewertung} & Note & Notenstufe in Worten & Punkte & & Punkte \\\hline
|
||||
Schriftliche Seminararbeit & & & & ×3 & \\\hline
|
||||
Abschlusspräsentation & & & & ×1 & \\\hline
|
||||
\multicolumn{5}{r|}{Summe:} & \\\cline{6-6}
|
||||
\multicolumn{5}{r|}{Gesamtleistung = Summe : 2 (gerundet):} & \\\cline{6-6}
|
||||
\end{tabularx}
|
||||
\renewcommand{\arraystretch}{1}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
\begin{tabularx}{\textwidth}{ X c }
|
||||
& \makebox[10cm]{\hrulefill} \\
|
||||
& (Datum und Unterschrift der Kursleiterin) \\
|
||||
\end{tabularx}
|
||||
\end{titlepage}
|
||||
\makeatother
|
||||
|
||||
% toc
|
||||
\tableofcontents
|
||||
|
|
Reference in a new issue