-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskeleton.tex
More file actions
57 lines (42 loc) · 962 Bytes
/
Copy pathskeleton.tex
File metadata and controls
57 lines (42 loc) · 962 Bytes
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
\documentclass[10pt, compress]{beamer}
\usepackage{latex_style/packages}
\usepackage{latex_style/notations}
\usepackage[light,sectionframe]{latex_style/beamerthemesolarized} % if the .sty file is in ../
\addbibresource{./references.bib}
\title{}
\subtitle{}
\date{\today}
\author{}
\institute{}
\begin{document}
\maketitle
\begin{frame}{Contents}
\tableofcontents
\end{frame}
% First section
\section{Motivation}
\subsection{History}
\begin{frame}{Introduction}{Model}
% Blocks
\begin{block}{Block title}
\end{block}
% Columns
\begin{columns}
\begin{column}{0.48\textwidth}
\begin{figure}
\hspace*{-0.68 cm}
\includegraphics[width=6.7cm]{ph_diag.pdf}
\vspace{-0.20 cm}
\caption{caption}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\end{column}
\end{columns}
\end{frame}
\section*{Bibliography}
\begin{frame}[allowframebreaks]
\frametitle{References}
\printbibliography
\end{frame}
\end{document}