aboutsummaryrefslogtreecommitdiffstats
path: root/main.tex
blob: 2f294841002fb16bacfbdddc88f46229a10f3c42 (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
37
38
\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}

\begin{tikzpicture}[remember picture,overlay]
    \node at (5cm,-0.5cm) {\includegraphics[width=9.33cm,height=8cm,keepaspectratio]{package.png}};
\end{tikzpicture}

\end{frame}

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