blob: 30cb8f178435bbbab809803ceaeb656d3d1f84ce (
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
|
\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{2019}
\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 source of this presentation template is available at github.com/ishwon/opensuse-tex-beamer-tpl.\\
The template is MIT licensed.
\end{frame}
\end{document}
|