-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.tex
46 lines (28 loc) · 887 Bytes
/
slides.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
\documentclass[mathserif, 10pt, aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsfonts}
\usepackage{appendixnumberbeamer}
\title[Generic title]{Generic Long Title}
\subtitle{with a subtitle}
\author[Jorge Alda]{Jorge Alda \hspace{4em} \texttt{[email protected]} \\
Università degli Studi di Padova \& CAPA}
\date[Slides exapmle]{Slides Example \\ \today}
\usetheme{Zaragoza}
\usecolortheme{Unipd}
\titlepagelogoA{\includegraphics[width=4cm]{logos/CAPA.png}}
\titlepagelogoB{\includegraphics[width=6cm]{logos/unipd.png}}
\begin{document}
\begin{frame}[noframenumbering,plain]
\titlepage
\end{frame}
\sepslide{Separator Slide}
\begin{frame}
\frametitle{Testing SED'ing tag number}
\begin{itemize}
\item Tag \alert{number} ++TAGNUM++.\colorcite{cite}
\end{itemize}
\begin{block}{Block title}
Block text
\end{block}
\end{frame}
\end{document}