I'm so sorry for the probably stupid question, but somehow I'm stucked. It's my first try to make a presentation in LaTeX. So I will approve every one of your advices (probably a site or something to start with).
Of course I'll delete my insignificant question afterwards, so no worries about that one.
Thank you for your understanding!
\documentclass{beamer}
\usetheme{Berlin}
\usecolortheme{beaver}
\definecolor{gr}{gray}{0.90}
\title{3D- Lithography}
\subtitle{Microfabrication through Two-Photon Photopolymerization}
\institute[]{\normlsize Material Science Seminar\\
University of Stuttgart\\[\baselineskip]
}
\author{Biri Dimi}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
\end{document}
\normalsize, nicht\normlsize! – Joseph Wright Jun 24 '13 at 19:10\institute[]{\normlsize Material...}. It should be\institute[]{\normalsize Material...}(there's an "a" missing in\normalsize). – Gonzalo Medina Jun 24 '13 at 19:10! Undefined control sequence. \insertinstitute ... {\beamer@andinst }\normlsize Material Science Seminar\\... l.19 \end{frame}and the last word of the line immediately after "! Undefined control sequence." is where the problem is. Unfortunately a comment doesn't allow proper code formatting, but the last word in the relevant line is\normlsize, so that's where the problem lies. – Gonzalo Medina Jun 24 '13 at 19:19