From f0c2bd1082f313b0aaf228b1df848a17beb40b39 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" <J.F.J.Laros@lumc.nl> Date: Fri, 6 Sep 2013 14:17:59 +0000 Subject: [PATCH] Cosmetic changes. --- beamerthemelumc.sty | 34 +++++++++++++++++----------------- presentation.tex | 12 ++++++------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index c89293f..f4be8a2 100644 --- a/beamerthemelumc.sty +++ b/beamerthemelumc.sty @@ -42,9 +42,9 @@ \usenavigationsymbolstemplate{} % Set default colours. -\setbeamercolor{structure}{fg = white} -\setbeamercolor{normal text}{fg = white} -\setbeamercolor{frametitle}{fg = white} +\setbeamercolor{structure}{fg=white} +\setbeamercolor{normal text}{fg=white} +\setbeamercolor{frametitle}{fg=white} % Change the bullets in the itemize environment. \setbeamertemplate{itemize items}[circle] @@ -90,16 +90,16 @@ % Make a nice layout for code. \lstset{ - language = Python, - basicstyle = \footnotesize, - lineskip = -0.40ex, - frame = shadowbox, - rulesepcolor = \color{black}, - showstringspaces = false, - captionpos = b, - numbers = left, - numbersep = -1em, - numberstyle = \tiny + language=Python, + basicstyle=\footnotesize, + lineskip=-0.40ex, + frame=shadowbox, + rulesepcolor=\color{black}, + showstringspaces=false, + captionpos=b, + numbers=left, + numbersep=-1em, + numberstyle=\tiny } % Change the font of the captions of listings. @@ -123,7 +123,7 @@ \begin{tabularx}{0.98\textwidth}{X} \vspace{-0.3cm} % Space above the logo. \hfill - \includegraphics[scale = 0.25, angle = 270]{lumc_logo} + \includegraphics[scale=0.25, angle=270]{lumc_logo} \hfill \phantom{.} \vspace{0.1cm} % Space above the logo. \end{tabularx} @@ -137,7 +137,7 @@ \begin{tabularx}{0.98\textwidth}{X} \vspace{0.05cm} % Space above the logo. \hfill - \includegraphics[scale = 0.25]{ul_logo} + \includegraphics[scale=0.25]{ul_logo} \hfill \phantom{.} \vspace{0.1cm} % Space below the logo. \end{tabularx} @@ -152,7 +152,7 @@ \setbeamertemplate{headline}{ \colorbox{white}{\color{LUMCBlue} \begin{tabularx}{0.98\textwidth}{ll} - \includegraphics[scale = 0.25]{lumc_logo_small} & + \includegraphics[scale=0.25]{lumc_logo_small} & \hspace{0.8cm} % Space between the logo and the title of the section. {\normalsize {\bf \insertsection}} \raisebox{0.9cm}{\phantom{.}} @@ -219,7 +219,7 @@ \setbeamertemplate{headline}{ \colorbox{white}{\color{LUMCBlue} \begin{tabularx}{0.98\textwidth}{llXX} - \includegraphics[scale = 0.25]{lumc_logo_small} & + \includegraphics[scale=0.25]{lumc_logo_small} & \hspace{0.8cm} % Space between the logo and the title of the section. {\normalsize {\bf \insertsection}} & \hfill diff --git a/presentation.tex b/presentation.tex index 27fa6b7..b27d478 100644 --- a/presentation.tex +++ b/presentation.tex @@ -9,14 +9,14 @@ \providecommand{\myCenter}{Center for Human and Clinical Genetics} \providecommand{\lastCenterLogo}{ \raisebox{-0.1cm}{ - %\includegraphics[height = 1cm]{lgtc_logo} - %\includegraphics[height = 0.7cm]{ngi_logo} + %\includegraphics[height=1cm]{lgtc_logo} + %\includegraphics[height=0.7cm]{ngi_logo} } } \providecommand{\lastRightLogo}{ - %\includegraphics[height = 0.7cm]{nbic_logo} - %\includegraphics[height = 0.8cm]{nwo_logo_en} - %\hspace{1.5cm}\includegraphics[height = 0.7cm]{gen2phen_logo} + %\includegraphics[height=0.7cm]{nbic_logo} + %\includegraphics[height=0.8cm]{nwo_logo_en} + %\hspace{1.5cm}\includegraphics[height=0.7cm]{gen2phen_logo} } \usetheme{lumc} @@ -67,7 +67,7 @@ \begin{frame}[fragile] And an example of displaying code, mind the [fragile] option. - \begin{lstlisting}[caption = {Example input}] + \begin{lstlisting}[caption={Example input}] print "Hello" \end{lstlisting} \end{frame} -- GitLab