summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: 1987d79fdcc913a527901737bede164574bf350a (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
39
40
41
42
43
44
45
46
\documentclass[aspectratio=169,british]{beamer}
\usepackage{graphicx}
\usepackage{bookman}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}

\usetheme{opensuse}

\title{Python packaging in openSUSE}
\subtitle{Advantages against other distributions}
\author{Matěj Cepl}
\date{June 2022}
\newcommand{\authortitle}{}
\newcommand{\organization}{SUSE}
\newcommand{\event}{OpenSUSE Conference 2022}

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

\begin{itemize}
    \item First item
\end{itemize}

\end{frame}

\begin{frame}
    \frametitle{Thank you!}
    My email is mcepl@cepl.eu.\vspace{1em}

    \tiny \LaTeX\hspace{0.01em} source of this presentation is availalbe on https://gitlab.com/mcepl/opensuseconf.git.

\end{frame}


\end{document}