diff options
author | Ish Sookun <ish@hacklog.mu> | 2019-03-30 19:13:28 +0400 |
---|---|---|
committer | Ish Sookun <ish@hacklog.mu> | 2019-03-30 19:13:28 +0400 |
commit | a761d7ee57d305c295bcc2d0ce0da23d1a303432 (patch) | |
tree | 5863d887cc68d9fe7f1325d671b5594f0474ad18 /main.tex | |
parent | e2610c32bd810020bb4bfe51e42a57688411d848 (diff) | |
download | openSUSEConf2022-a761d7ee57d305c295bcc2d0ce0da23d1a303432.tar.gz |
Adding beamer sty files
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} |