summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: bbcb132f306c2576a3f7362a66a4525750ce4e2d (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
\documentclass[aspectratio=169,czech]{beamer}
\usepackage{graphicx}
\usepackage{bookman}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}

\usetheme{opensuse}

\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{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}


\end{document}