-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
42 lines (36 loc) · 902 Bytes
/
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
\documentclass[xcolor=dvipsnames,aspectratio=169]{beamer}
\usecolortheme[dark,accent=cyan]{solarized}
\usepackage{multicol}
\usepackage{url}
\usepackage{hyperref}
\title{ZenHack Slides Theme}
\author{ZenHack}
\subtitle{Thank you solarized theme}
\begin{document}
\begin{frame}[plain]
\maketitle
\begin{columns}
\column{0.5\textwidth}
\center {
\includegraphics[width=0.3\textwidth]{style/qrcode.png}\\
Visit us!
}
\column{0.5\textwidth}
\center{
\includegraphics[width=0.3\textwidth]{style/Portrait_Placeholder.png}\\
\$whoami
}
\end{columns}
\end{frame}
\begin{frame}
\begin{theorem}
Use this theme for you presentations!
\end{theorem}
\begin{itemize}[<+->]
\item powered by \textbf{ZenHack}
\item dark or light, just change the theme
\item you can personalize the accent
\item \url{https://github.com/jrnold/beamercolorthemesolarized}
\end{itemize}
\end{frame}
\end{document}