From b29014a3eb37cf6739a3bcd554014ea610d59790 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 2 Jan 2024 19:34:48 +0100 Subject: [PATCH] minor edits from 2020 --- beamer.preamble.cls | 20 ++++++++++++++++++++ beamerouterthemexethru.sty | 8 ++++---- personal_details.cls | 4 +++- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/beamer.preamble.cls b/beamer.preamble.cls index 12a8983..6223045 100644 --- a/beamer.preamble.cls +++ b/beamer.preamble.cls @@ -233,4 +233,24 @@ \fi } +\newcommand{\insertbib}[1]{ +\begin{frame}[allowframebreaks] +\frametitle{References} +\footnotesize +\bibliographystyle{IEEEtran} +\bibliography{IEEEabrv,IEEEbst,#1} +\end{frame} +} + +%% Put Author details here +\newcommand{\inserttitlepage}[0]{ +\disablefooter +\institute{\Group \\ +\Organisation \\ +\href{\Website}{\Website}}% +\maketitle +\inserttoc +\enablefooter{\maintitle} +} + \input{default_symbols.cls} diff --git a/beamerouterthemexethru.sty b/beamerouterthemexethru.sty index efdd268..465b04c 100644 --- a/beamerouterthemexethru.sty +++ b/beamerouterthemexethru.sty @@ -17,7 +17,7 @@ %% Insert Background Here \hspace{\marginlength} \parbox[c]{\dimexpr (\paperwidth-2\marginlength) \relax}{ % - \includegraphics[height=0.15\paperheight, trim={0 0 0 5cm}]{\FrontLogoA} % + \includegraphics[height=0.4\paperheight, trim={0 0 0 -5cm}]{\FrontLogoA} } \vspace{1.5\marginlength} \\ \hspace{\marginlength} \parbox[c]{\textwidth}{% @@ -57,7 +57,7 @@ { \disablefooter \begin{frame}{Outline} - \tableofcontents[currentsection] + \tableofcontents[currentsection] \end{frame} \enablefooter{\inserttitle} } @@ -71,8 +71,8 @@ } \newcommand{\disablefooter}[0]{ - \subtitle{} - \titlegraphic{} + \subtitle{} + \titlegraphic{} } \mode diff --git a/personal_details.cls b/personal_details.cls index d89537e..7bf9c2a 100644 --- a/personal_details.cls +++ b/personal_details.cls @@ -9,7 +9,9 @@ \newcommand{\JobTitle}{Mixed Signal IC Design Lead} \newcommand{\Group}{Novelda Engineering Division} \newcommand{\Organisation}{Novelda} -\newcommand{\Address}{12F Helgesens Gate, Oslo, 0553 Norway} +% \newcommand{\Address}{Eikelundveien 7, Kjeller, 2007 Norway} +% \newcommand{\Address}{12F Helgesens Gate, Oslo, 0553 Norway} +\newcommand{\Address}{NOVELDA Oslo, Gjerdrums vei 8, 0484 Oslo, Norway} \newcommand{\Telephone}{(+47) 74 686 755} \newcommand{\LinkedIn}{lieuwe-leene} \newcommand{\Website}{lieuwe.leene.dev}