summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: 7f4524a57719125650c45fa313715d495f1334b6 (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{Introduction to Btrfs}
\subtitle{Just enough to get you started}
\author{Ish Sookun}
\date{April 2019}
\newcommand{\authortitle}{Systems Architect}
\newcommand{\organization}{La Sentinelle Ltd}
\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}