Skip to content
Snippets Groups Projects
Commit f0c2bd10 authored by Laros's avatar Laros
Browse files

Cosmetic changes.

parent 2a1144cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment