-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.tex
79 lines (53 loc) · 1.4 KB
/
demo.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
\documentclass[aspectratio=169]{beamer}
\usetheme{iiasa}
% \usetheme[version=2024]{iiasa}
\title{Presentation title}
\subtitle{Presentation subtitle}
\author{Example Author
\href{mailto:[email protected]}%
{\ttfamily <[email protected]>}}
\date{Weekday, 01 January 2024}
\institute{Venue for presentation}
\begin{document}
\maketitle
\begin{frame}{Presentation title}
Here is some plain paragraph text.
\end{frame}
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
\section{Section title}
\begin{frame}{Frame title}
\begin{itemize}
\item Here is a bulleted list.
\item Here is another bullet.
\footnote{Footnote text is indented to clear the background.}
\end{itemize}
\end{frame}
\subsection{Subsection title}
\begin{frame}{Style guide icons}
\iiasaicon{arrow}
\iiasaicon{calendar}
\iiasaicon{cog}
\iiasaicon{doc-text}
\iiasaicon{globe}
\iiasaicon{linegraph}
\iiasaicon{linegraph2}
\iiasaicon{link}
\iiasaicon{location}
\iiasaicon{man}
\iiasaicon{search}
\iiasaicon{share}
\iiasaicon{woman}
These can also be used as list bullets:
\begin{itemize}
\item [\iiasaicon{cog}] Cog
\item [\iiasaicon{doc-text}] Text document
\end{itemize}
\end{frame}
\makefinalslide
\appendix
\begin{frame}{Supplementary material}
This frame (after \texttt{\textbackslash{}appendix}) is not included in the total count.
\end{frame}
\end{document}