aboutsummaryrefslogtreecommitdiffstats
path: root/main.tex
blob: de6bffff935db49d7645fd7a10213c9e8f5d4c15 (plain) (blame)
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
\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{bookman}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}

\usetheme{opensuse}

\title{Presentation Title}
\subtitle{A subtitle if you have}
\author{Author Name}
\date{April 2019}
\newcommand{\authortitle}{Author Title}
\newcommand{\organization}{Organization Name}
\newcommand{\event}{Developers Conference}
\newcommand{\location}{Voilà Hotel}

\begin{document}
 
\frame{\titlepage}
 
\begin{frame}
\frametitle{Title}
This is a text from the first frame.
\end{frame}

\begin{frame}
\frametitle{Image}

\end{frame}

\begin{frame}
    \frametitle{Thank you!}
    I am reachable at ishwon@opensuse.org.\vspace{1em}

    \tiny The \LaTeX\hspace{0.01em} source of this presentation template is available at github.com/ishwon/opensuse-tex-beamer-tpl.\\
    The template is MIT licensed.
    \end{frame}
 
\end{document}