diff --git a/.gitignore b/.gitignore index 96b303b..709811e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ## Personal Files and Details -Examples/tex_output +Examples/tex_output/ Documents/ +personal_details.cls ## Core latex/pdflatex auxiliary files: *.aux diff --git a/Examples/presentation.tex b/Examples/presentation.tex index c9486c6..df9ecdd 100644 --- a/Examples/presentation.tex +++ b/Examples/presentation.tex @@ -12,7 +12,7 @@ \makeatother % Uncomment if Place Table of Contents only at start -% By default TOC outline will be placed at every section +% By default TOC outline will be placed at every section %\newcommand{\nosectiontoc}{} % Uncomment to disable hyperref package diff --git a/Examples/tex_output/presentation.pdf b/Examples/tex_output/presentation.pdf new file mode 100644 index 0000000..8a8c0ba Binary files /dev/null and b/Examples/tex_output/presentation.pdf differ diff --git a/beamer.preamble.cls b/beamer.preamble.cls index aef62e0..12a8983 100644 --- a/beamer.preamble.cls +++ b/beamer.preamble.cls @@ -37,6 +37,15 @@ \@esphack} \makeatother +%\definecolor{ngniblue}{RGB}{34,57,106} +%\definecolor{ngnired}{RGB}{218,30,37} +%\definecolor{ngniwhite}{RGB}{240,240,255} +%\definecolor{ngniblack}{RGB}{0,0,30} + +%\definecolor{xethrublack}{RGB}{20,0,20} +%\definecolor{xethruwhite}{RGB}{255,240,255} +%\definecolor{xethrublue}{RGB}{47,26,69} + % % % % % % % % % % % % % % % % BEAMER - font selection % % % % % % % % % % % % % % % % @@ -46,7 +55,7 @@ \usepackage{fontspec} % Required for specifying custom fonts in XeLaTeX \providecommand{\fontscale}{1} % load default if not set \setmainfont - [Path = ../Fonts/IBM-Plex-Sans/, + [Path = ../../Fonts/IBM-Plex-Sans/, Scale=\fontscale, UprightFont = *-Regular, ItalicFont = *-Italic, @@ -224,24 +233,4 @@ \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 d5afc75..efdd268 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.4\paperheight, trim={0 0 0 -5cm}]{\FrontLogoA} % + \includegraphics[height=0.15\paperheight, trim={0 0 0 5cm}]{\FrontLogoA} % } \vspace{1.5\marginlength} \\ \hspace{\marginlength} \parbox[c]{\textwidth}{% diff --git a/personal_details.cls b/personal_details.cls index 09d5902..668f77d 100644 --- a/personal_details.cls +++ b/personal_details.cls @@ -4,14 +4,13 @@ \newcommand{\Salutation}{Dr.} \newcommand{\FirstName}{Lieuwe} \newcommand{\LastName}{Leene} -\newcommand{\Certification}{PhD. MSc. BEng.} -\newcommand{\Email}{lieuwe.leene@gmail.com} -\newcommand{\JobTitle}{Mixed Signal IC Design Lead} -\newcommand{\Group}{Novelda Engineering Division} +\newcommand{\Certification}{PhD MSc} +\newcommand{\Email}{lieuwe.leene@novelda.com} +\newcommand{\JobTitle}{Senior IC Design Engineer} +\newcommand{\Group}{Xethru Engineering Division} \newcommand{\Organisation}{Novelda} -% \newcommand{\Address}{Eikelundveien 7, Kjeller, 2007 Norway} -\newcommand{\Address}{NOVELDA Oslo, Gjerdrums vei 8, 0484 Oslo, Norway} -\newcommand{\Telephone}{(+47) 74 686 755} +\newcommand{\Address}{12F Helgesens Gate, Oslo, 0553 Norway} +\newcommand{\Telephone}{+44 (0)7544 757250} \newcommand{\LinkedIn}{lieuwe-leene} -\newcommand{\Website}{lieuwe.leene.dev} +\newcommand{\Website}{www.xethru.com} \makeatother