Add specified title page

This commit is contained in:
Simon Bruder 2021-11-01 14:44:15 +01:00
parent 9890831692
commit 1996062627
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
6 changed files with 58 additions and 5 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.pdf filter=lfs diff=lfs merge=lfs -text

3
.gitignore vendored
View file

@ -6,7 +6,8 @@
*.fls *.fls
*.log *.log
*.out *.out
*.pdf seminararbeit.pdf
expose.pdf
*.run.xml *.run.xml
*.synctex.gz *.synctex.gz
*.toc *.toc

View file

@ -12,7 +12,8 @@ clean:
*.fls \ *.fls \
*.log \ *.log \
*.out \ *.out \
*.pdf \ seminararbeit.pdf \
expose.pdf \
*.run.xml \ *.run.xml \
*.synctex.gz \ *.synctex.gz \
*.toc \ *.toc \

View file

@ -23,6 +23,7 @@
geschichtsfrkl geschichtsfrkl
latexmk latexmk
lipsum lipsum
multirow
setspace setspace
todonotes todonotes
tracklang; tracklang;

BIN
logo.pdf (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -34,6 +34,10 @@
% specified page margins % specified page margins
\usepackage[left=25mm, right=25mm, top=25mm, bottom=20mm]{geometry} \usepackage[left=25mm, right=25mm, top=25mm, bottom=20mm]{geometry}
% full-width tables
\usepackage{multirow}
\usepackage{tabularx}
% bibliography % bibliography
\usepackage{csquotes} \usepackage{csquotes}
\usepackage[ \usepackage[
@ -51,12 +55,54 @@
\subject{Seminararbeit} \subject{Seminararbeit}
\title{Albert Göring der gute Göring?} \title{Albert Göring der gute Göring?}
\author{Simon Bruder} \author{Simon Bruder}
\date{\DTMdisplaydate{2021}{01}{01}{-1}} \date{\DTMdisplaydate{2021}{11}{09}{-1}}
\begin{document} \begin{document}
\pagenumbering{gobble} \pagenumbering{gobble}
\maketitle \makeatletter
\clearpage \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 % toc
\tableofcontents \tableofcontents