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,shapes,arrows, positioning,overlay-beamer-styles}
|
|
|
|
|
|
|
|
\titleimage{logo_rt.pdf}
|
|
|
|
\newcommand{\presentationdate}{July 26 2023}
|
|
|
|
%% 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 [\cite{ACM:diffable_raytracing}]}
|
|
\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{modules/basic_terms}
|
|
\include{modules/motivation}
|
|
\include{modules/problems}
|
|
\include{modules/this_method}
|
|
|
|
\begin{frame}[allowframebreaks=1]{Bibliography}
|
|
\printbibliography{}
|
|
\end{frame}
|
|
\end{document} |