From 3e1be2b2ef271db2d231b72917cc140926760208 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 30 May 2022 12:00:48 +0200 Subject: Start new presentation. --- main.pdf | Bin 131415 -> 30477 bytes main.tex | 30 +++++++++++++++++++----------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/main.pdf b/main.pdf index 277b8be..fb1be1d 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 2f29484..1987d79 100644 --- a/main.tex +++ b/main.tex @@ -1,4 +1,4 @@ -\documentclass[aspectratio=169,czech]{beamer} +\documentclass[aspectratio=169,british]{beamer} \usepackage{graphicx} \usepackage{bookman} \usepackage{tikz} @@ -6,31 +6,39 @@ \usetheme{opensuse} -\title{Python multiversion v openSUSE} +\title{Python packaging in openSUSE} +\subtitle{Advantages against other distributions} \author{Matěj Cepl} -\date{March 2021} +\date{June 2022} \newcommand{\authortitle}{} \newcommand{\organization}{SUSE} -\newcommand{\event}{InstallFest} +\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{tikzpicture}[remember picture,overlay] - \node at (5cm,-0.5cm) {\includegraphics[width=9.33cm,height=8cm,keepaspectratio]{package.png}}; -\end{tikzpicture} +\begin{itemize} + \item First item +\end{itemize} \end{frame} \begin{frame} - \frametitle{Děkuji!} - Můj email je mcepl@cepl.eu.\vspace{1em} + \frametitle{Thank you!} + My email is 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. + \tiny \LaTeX\hspace{0.01em} source of this presentation is availalbe on https://gitlab.com/mcepl/opensuseconf.git. \end{frame} -- cgit