-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
58 lines (47 loc) · 1.49 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass[smaller, aspectratio=169]{beamer}
% Packages
\input{config/preamble}
\input{config/frame-settings}
\input{config/commands.tex}
% Title Page
\input{slides/titlepage}
% Metadata
\newcommand{\paperTitle}{HairStep: Transfer Synthetic to Real Using Strand and Depth Maps for Single-View 3D Hair Modeling}
\newcommand{\paperAuthors}{Y. Zheng, Z. Jin, M. Li, H. Huang, C. Ma, S. Cui, and X. Han}
\newcommand{\paperAuthorsAffiliation}{CUHKSZ, Kuaishou Technology}
\newcommand{\paperPublishedYear}{2023}
\newcommand{\paperConference}{Computer Vision and Pattern Recognition}
\newcommand{\paperConferenceAbbreviation}{CVPR}
\newcommand{\presentor}{Alireza Heidari}
\newcommand{\presentationDate}{December 2024}
\title[Paper Presentation]{\paperTitle}
\author{Alireza Heidari}
\institute{Simon Fraser University}
\date[December 2024]{\paperConference, \paperPublishedYear}
\begin{document}
% Title Page
\begin{frame}[plain]
\titlepage
\end{frame}
% Table of Contents
\begin{frame}[t]{Outline}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
% Main Content
% -------------------------------
% Slide Content
% -------------------------------
\include{slides/task-intro}
\include{slides/related-works}
\include{slides/motivation}
\include{slides/contribution}
\include{slides/method}
\include{slides/conclusion}
% References
\begin{frame}[allowframebreaks, t]{References}
\nocite{*}
\small
\printbibliography
\end{frame}
\end{document}