diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..bace898 --- /dev/null +++ b/main.tex @@ -0,0 +1,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-kubic-tex-tpl.\\ + The template is MIT licensed. + \end{frame} + +\end{document} |