This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
seminararbeit/presi/handout.tex

39 lines
810 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% TeX program = xelatex
% vim: set spell spelllang=de:
\documentclass[
DIV=20,
parskip=half,
]{scrartcl}
% hyphenation
\usepackage[ngerman]{babel}
% cretion of nice dates from numbers
\RequirePackage[useregional]{datetime2}
% links/pdf toc
\RequirePackage[hyphens]{url}
\RequirePackage[unicode, hidelinks]{hyperref}
% advanced tables
\RequirePackage{tabularx}
\RequirePackage{multirow}
% more compact lists
\RequirePackage{enumitem}
\setlist{noitemsep, topsep=0pt, parsep=0pt, partopsep=0pt}
\title{Albert Göring der gute Göring?}
\author{Simon Bruder}
\subject{W-Seminar Geschichte \\
„Wer hält stand?“ Widerstand im Dritten Reich \\
Christian-von-Bomhard-Schule}
\date{\DTMdisplaydate{2021}{12}{16}{-1}}
\begin{document}
\pagenumbering{gobble}
\maketitle
\appendix
\end{document}