84 lines
2.3 KiB
TeX
84 lines
2.3 KiB
TeX
%% Encoding: ISO8859-1 %%
|
|
|
|
%% LaTeX-Beamer template for KIT design
|
|
%% by Erik Burger, Christian Hammer
|
|
%%
|
|
%% modified by Christian Henrich and Matthias Gabel for IKS/ITI
|
|
%%
|
|
%% version 1.3
|
|
%%
|
|
%% mostly compatible to KIT corporate design v1.2
|
|
%% http://www.uni-karlsruhe.de/download/uka/Gestaltungsrichtlinien_komplett.pdf
|
|
|
|
\documentclass[18pt,aspectratio=169]{beamer}
|
|
\usetheme{kit}
|
|
|
|
\usepackage{comment}
|
|
\usepackage{pdfpages}
|
|
|
|
% if a custom picture is to be used on the title page, copy it into the 'logos'
|
|
% directory, in the line below, replace 'mypicture' with the
|
|
% filename (without extension) and uncomment the line
|
|
|
|
\renewcommand{\titleimage}{collagen}
|
|
|
|
% (picture proportions: 63 : 20, *.eps format if you use latex+dvips+ps2pdf,
|
|
% *.jpg/*.png/*.pdf if you use pdflatex)
|
|
|
|
% if you want to see BibTeX keys in the references view instead of the symbol,
|
|
% uncomment the following line
|
|
% \usebibitemtemplate{\insertbiblabel}
|
|
|
|
% uncomment the following line if you want to hide the navigation symbols
|
|
%\beamertemplatenavigationsymbolsempty
|
|
|
|
% the presentation starts here
|
|
|
|
\title[An ECM Model for Cells In Silico]{An ECM Model for Cells in Silico}
|
|
% \subtitle{}
|
|
\author{Paul Brinkmeier}
|
|
|
|
\institute[SCC]{Steinbuch Centre for Computing} % Deutsch
|
|
%\institute[ITI]{Department of Informatics, Institute of Theoretical Informatics} % Englisch
|
|
|
|
\begin{document}
|
|
|
|
\selectlanguage{english} % Deutsch
|
|
% \selectlanguage{ngerman} % Englisch
|
|
%title page
|
|
\begin{frame}
|
|
\titlepage{}
|
|
\end{frame}
|
|
|
|
\include{vortrag}
|
|
|
|
\begin{comment}
|
|
\section{References}
|
|
\begin{frame}
|
|
\frametitle{References}
|
|
\bibliography{references}
|
|
\bibliographystyle{plain} %does not render "url" fields...
|
|
% \bibliographystyle{IEEEtran} %does render "url" fields, requires "_"s and "#"s to be escaped, e.g. "\_".
|
|
\end{frame}
|
|
\end{comment}
|
|
|
|
\section{End}
|
|
\begin{frame}
|
|
\begin{columns}
|
|
\column{0.45\textwidth}
|
|
\includegraphics[page=2,width=0.9\textwidth]{tinytalk2}
|
|
\column{0.45\textwidth}
|
|
\includegraphics[page=3,width=0.9\textwidth]{tinytalk2}
|
|
\end{columns}
|
|
\vfill
|
|
\begin{columns}
|
|
\column{0.45\textwidth}
|
|
\includegraphics[page=7,width=0.9\textwidth]{tinytalk2}
|
|
\column{0.45\textwidth}
|
|
\includegraphics[page=8,width=0.9\textwidth]{tinytalk2}
|
|
\end{columns}
|
|
\end{frame}
|
|
|
|
\end{document}
|
|
|