57 lines
No EOL
1.4 KiB
TeX
57 lines
No EOL
1.4 KiB
TeX
\documentclass[en]{sdqbeamer}
|
|
|
|
\usepackage[english]{babel}
|
|
\usepackage{pdfpages}
|
|
\usepackage{graphicx}
|
|
\usepackage{media9}
|
|
\addmediapath{img}
|
|
\addmediapath{img/teapot_video}
|
|
\usepackage{caption}
|
|
\captionsetup[figure]{labelformat=empty}
|
|
\usepackage{csquotes}
|
|
\usepackage{tikz, ifthen, calc}
|
|
\usetikzlibrary{calc,patterns,angles,quotes}
|
|
|
|
|
|
|
|
\titleimage{banner_2020_kit}
|
|
|
|
\newcommand{\presentationdate}{\emph{set date here}}
|
|
|
|
%% Gruppenlogo
|
|
\grouplogo{}
|
|
|
|
%% Gruppenname und Breite (Standard: 50 mm)
|
|
\groupname{Proseminar ''differentiable programming''}
|
|
%\groupnamewidth{50mm}
|
|
|
|
% Beginn der Präsentation
|
|
|
|
\title[Differentiable Monte Carlo Ray Tracing through Edge Sampling]{Differentiable Monte Carlo Ray Tracing through Edge Sampling}
|
|
\subtitle{presentation for the proseminar ''differentiable programming''}
|
|
\author[Clemens Dautermann]{Clemens Dautermann}
|
|
|
|
\date[\presentationdate]{\presentationdate}
|
|
|
|
% Literatur
|
|
|
|
\usepackage[citestyle=authoryear,bibstyle=numeric,hyperref,backend=biber]{biblatex}
|
|
\addbibresource{presentation.bib}
|
|
\bibhang1em
|
|
|
|
\begin{document}
|
|
|
|
%Titelseite
|
|
\KITtitleframe
|
|
\begin{frame}{Outline}
|
|
\tableofcontents
|
|
\end{frame}
|
|
\include{presentation/modules/basic_terms}
|
|
\include{presentation/modules/motivation}
|
|
\include{presentation/modules/problems}
|
|
\include{presentation/modules/this_method}
|
|
|
|
\begin{frame}[allowframebreaks=1]{Bibliography}
|
|
\printbibliography
|
|
\end{frame}
|
|
\end{document} |