diff --git a/README.md b/README.md index 647faab..be7071c 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,11 @@ When using the `ut` theme, then you need the style files for the \title{Line-based themes for beamer} \author[Benda]{Jan Benda} \institute[T\"ubingen]{Neuroethology, University of T\"ubingen} -\date[2021]{March 2021} -\logo{\includegraphics[height=3.5ex]{UT_BM_Rot_RGB}} -\titlelogo{\includegraphics[height=6ex]{UT_MNF_RGB}} +\date[2021]{April 2021} +\logo{\includegraphics[height=3.5ex]{UT_WBMW_Rot_RGB}} +\titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill% + \includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill% + \includegraphics[height=5ex]{CIN-E}} \titlegraphic{\includegraphics[width=\textwidth]{efishtitle}} \begin{document} diff --git a/ut-example.tex b/ut-example.tex index 3f8cf41..3989c6b 100644 --- a/ut-example.tex +++ b/ut-example.tex @@ -4,7 +4,7 @@ \title{A \LaTeX{} beamer theme for the University of T\"ubingen} \author[Benda]{Jan Benda} \institute[University of T\"ubingen]{Neuroethology, University of T\"ubingen} -\date[2021]{March 2021} +\date[2021]{April 2021} \logo{\includegraphics[height=3.5ex]{UT_WBMW_Rot_RGB}} \titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill% \includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill% @@ -56,9 +56,16 @@ \end{tabular} \end{frame} -\begin{frame}{Content} - \hypersetup{linkcolor=utblue} % color of section names +\begin{frame}[fragile]{Content} + \hypersetup{linkcolor=blue} % color of section names \tableofcontents[hideallsubsections] + \vfill + \begin{block}{Table of contents} + \verb!\begin{frame}{Content}!\\ + \verb! \hypersetup{linkcolor=utblue} % color of section names!\\ + \verb! \tableofcontents[hideallsubsections]!\\ + \verb!\end{frame}! + \end{block} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -346,7 +353,9 @@ \begin{frame}[fragile]{Title page logo and graphic} In preamble: \begin{block}{Specify one or more logos} - \verb!\titlelogo{\includegraphics[height=6ex]{UT_MNF_RGB}}! + \verb!\titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill%!\\ + \verb! \includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill%!\\ + \verb! \includegraphics[height=5ex]{CIN-E}}! \end{block} \begin{block}{Specify one or more graphic} \verb!\titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}!