aboutsummaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-03-06 02:34:40 +0100
committerMatěj Cepl <mcepl@cepl.eu>2021-03-06 02:35:18 +0100
commit78c42d24842a9df57b0279a75a5d0d6544100d35 (patch)
tree59f9222f0dd8dedfdd97f3aeeed651061c77d7aa /main.tex
parente8ee7815139beb9b5d9abd1986145a23c08674e4 (diff)
downloadinstallFest2021-78c42d24842a9df57b0279a75a5d0d6544100d35.tar.gz
First version of the presentation
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex38
1 files changed, 14 insertions, 24 deletions
diff --git a/main.tex b/main.tex
index de6bfff..bbcb132 100644
--- a/main.tex
+++ b/main.tex
@@ -1,40 +1,30 @@
-\documentclass[aspectratio=169]{beamer}
-\usepackage[utf8]{inputenc}
+\documentclass[aspectratio=169,czech]{beamer}
+\usepackage{graphicx}
\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}
+\title{Python multiversion v openSUSE}
+\author{Matěj Cepl}
+\date{March 2021}
+\newcommand{\authortitle}{}
+\newcommand{\organization}{SUSE}
+\newcommand{\event}{InstallFest}
\begin{document}
-
+
\frame{\titlepage}
-
-\begin{frame}
-\frametitle{Title}
-This is a text from the first frame.
-\end{frame}
\begin{frame}
-\frametitle{Image}
+ \frametitle{Děkuji!}
+ Můj email je mcepl@cepl.eu.\vspace{1em}
+
+ \tiny \LaTeX\hspace{0.01em}-ový zdroj této prezentace je na github.com/ishwon/opensuse-tex-beamer-tpl.\\
+ Šablona je uvolněna pod licencí MIT.
\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}