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

133 lines
3.2 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}{Themenfindung}
\begin{itemize}
\item Vorschlag im Seminar als mögliche Person
\item Fragestellung durch Absurdität der Situation % FIXME: bessere Formulierung
\end{itemize}
\end{frame}
\begin{frame}{Literatur}
\begin{columns}[T]
\begin{column}{.25\textwidth}
\begin{figure}
\includegraphics[height=.75\textheight]{hermanns-bruder-cover}
\caption{Titelblatt \textit{Hermanns Bruder}}
\label{fig:hermanns-bruder-cover}
\end{figure}
\end{column}
\begin{column}{.3\textwidth}
\begin{figure}
\includegraphics[height=.75\textheight]{warlord-renegade-cover}
\caption{Titelblatt \textit{The Warlord and the Renegade}}
\label{fig:warlord-renegade-cover}
\end{figure}
\end{column}
\begin{column}{.4\textwidth}
\vspace{2cm} % XXX !!! hack
Weitere wichtige Literatur:
\begin{itemize}
\item Primärliteratur: Verhörprotokolle SAIC, Bericht über Verhör
\item Zeitungsbericht über die Position von Yad Vashem
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Schreibprozess}
\begin{itemize}
\item Im Rahmen des Exposés: Einleitung und Gliederung
\item Zunächst: Grober Entwurf aller Gliederungspunkte
\item Danach: Schrittweise Überarbeitung und Ergänzung
\item Hauptteil größtenteils fertig → Fazit
\item Feinschliff
\end{itemize}
\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:hermanns-bruder-cover}:] \textcite[Titelblatt]{burkehb}
\item[Abb. \ref{fig:warlord-renegade-cover}:] \textcite[Titelblatt]{wylliewr}
\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}