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

91 lines
1.7 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

% TeX program = xelatex
% vim: set spell spelllang=de:
\documentclass[aspectratio=1610]{beamer}
\usetheme[
numbering=fraction,
subsectionpage=progressbar,
]{metropolis}
\usepackage[ngerman]{babel}
\usepackage[useregional]{datetime2}
% bibliography
\usepackage{csquotes}
\usepackage[style=geschichtsfrkl]{biblatex}
\addbibresource{../bibliography.bib}
\title{Albert Göring der gute Göring?}
\author{Simon Bruder}
\institute{W-Seminar Geschichte \\
„Wer hält stand?“ Widerstand im Dritten Reich \\
Christian-von-Bomhard-Schule}
\date{\DTMdisplaydate{2021}{12}{16}{-1}}
\begin{document}
\begin{frame}[plain, noframenumbering]
\maketitle
\end{frame}
\begin{frame}[plain, noframenumbering]{Gliederung}
\tableofcontents
\end{frame}
\section{Arbeitsprozess}
\begin{frame}
foo
\end{frame}
\section{Albert Göring der gute Göring?}
\begin{frame}
foo
\end{frame}
\subsection{Familiärer Hintergrund}
\begin{frame}
foo
\end{frame}
\subsection{Stellung im Nationalsozialismus}
\begin{frame}
foo
\end{frame}
\subsection{Persönlicher Einsatz für Rettungen}
\begin{frame}
foo
\end{frame}
\subsection{Fazit}
\begin{frame}
foo
\end{frame}
\appendix
\begin{frame}[noframenumbering]{Abbildungsverzeichnis}
\begin{itemize}
%\item[Abb. \ref{fig:foo}:] \textcite[42]{bar}
\end{itemize}
\end{frame}
\nocite{*} % cite everything
\begin{frame}[noframenumbering]{Quellenverzeichnis}
\printbibliography[heading=none, keyword=Quelle]
\end{frame}
\begin{frame}[noframenumbering]{Literaturverzeichnis}
% !!! XXX HACK evil
\renewcommand*{\bibfont}{\scriptsize}
\printbibliography[heading=none, notkeyword=Quelle]
\renewcommand*{\bibfont}{\normalsize}
\end{frame}
\end{document}