-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.tex
65 lines (55 loc) · 1.41 KB
/
test.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
59
60
61
62
63
64
65
\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\title{title of the presentation}
\author[name1, name2, name3]{name1*, name2 and name3}
\date[site]{site and date}
% UofC theme
% style should be one of
% simple, bold, flourish or conservative
% miniframes adds a navigation bar on top
%\usetheme[style=simple]{uofc}
%\usetheme[style=bold]{uofc}
%\usetheme[style=bold,miniframes]{uofc}
\usetheme[style=flourish]{uofc}
%\usetheme[style=conservative]{uofc}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction}
\begin{frame}
\frametitle{Frame title}
Hello world!\\
\includegraphics[scale=0.5]{images/rosenbrockzoom.png}\\
Description of the image.
\end{frame}
\begin{frame}
\frametitle{Frame title}
Hello world!\\
\includegraphics[scale=0.5]{images/rosenbrockzoom.png}\\
Description of the image.
\end{frame}
\section{Theory}
\begin{frame}
\frametitle{Frame title }
Hello world!\\
\includegraphics[scale=0.5]{images/rosenbrockzoom.png}\\
Description of the image.
\end{frame}
\section{Results}
\begin{frame}
\frametitle{Frame title}
Hello world!\\
\includegraphics[scale=0.5]{images/rosenbrockzoom.png}\\
Description of the image.
\end{frame}
\section{Discussion}
\begin{frame}
\frametitle{Frame title}
Hello world!\\
\includegraphics[scale=0.5]{images/rosenbrockzoom.png}\\
Description of the image.
\end{frame}
\end{document}