diff options
-rw-r--r-- | beamerinnerthemeopensuse.sty | 22 | ||||
-rw-r--r-- | main.pdf | bin | 27846 -> 28786 bytes | |||
-rw-r--r-- | main.tex | 8 |
3 files changed, 21 insertions, 9 deletions
diff --git a/beamerinnerthemeopensuse.sty b/beamerinnerthemeopensuse.sty index 4d58403..464cc82 100644 --- a/beamerinnerthemeopensuse.sty +++ b/beamerinnerthemeopensuse.sty @@ -17,14 +17,22 @@ } % Title page -\defbeamertemplate*{title page}{texsx}[1][] +\defbeamertemplate*{title page}{opensuse}[1][] { - \vskip0.5cm% - \hskip0.3cm\includegraphics[scale=0.15]{opensuse-logo}\vskip0.1cm% - \begin{beamercolorbox}[wd=12cm,leftskip=0cm,sep=8pt,#1]{title page header} - \usebeamerfont{title}\LARGE\inserttitle\par% - \vspace{0.5em}\small\insertsubtitle\par% - \end{beamercolorbox}% + \vskip0.5cm + \includegraphics[scale=0.15]{opensuse-logo}\vskip0.1cm + %\begin{beamercolorbox}[wd=12cm,leftskip=0cm,sep=8pt,#1]{title page header} + \usebeamerfont{title}{\LARGE\inserttitle}\par + \vspace{0.1em}{\small\insertsubtitle}\par + \vspace{1em}{\large\insertdate}\par + + + \begin{flushright} + {\large\insertauthor}\par + {\small\authortitle}\par + {\small\organization} + \end{flushright} + %\end{beamercolorbox}% %\vskip0.75cm% %\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{author} % \usebeamerfont{author}\insertauthor% Binary files differ@@ -9,7 +9,11 @@ \title{Introduction to Btrfs} \subtitle{Just enough to get you started} \author{Ish Sookun} -\date{2019} +\date{April 2019} +\newcommand{\authortitle}{Systems Architect} +\newcommand{\organization}{La Sentinelle Ltd} +\newcommand{\event}{Developers Conference} +\newcommand{\location}{Voilà Hotel} \begin{document} @@ -29,7 +33,7 @@ This is a text from the first frame. \frametitle{Thank you!} I am reachable at ishwon@opensuse.org.\vspace{1em} - \tiny The LaTeX source of this presentation template is available at github.com/ishwon/opensuse-tex-beamer-tpl.\\ + \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} |