Update on Overleaf.
This commit is contained in:
commit
cd463f4a54
56 changed files with 1974 additions and 0 deletions
54
presentation/presentation.tex
Normal file
54
presentation/presentation.tex
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
\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}
|
||||
|
||||
|
||||
\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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue