updated titlegraphic documentation

This commit is contained in:
Jan Benda 2021-04-02 15:08:23 +02:00
parent ec8864d946
commit 62bcbd701d
2 changed files with 18 additions and 7 deletions

View File

@ -60,9 +60,11 @@ When using the `ut` theme, then you need the style files for the
\title{Line-based themes for beamer} \title{Line-based themes for beamer}
\author[Benda]{Jan Benda} \author[Benda]{Jan Benda}
\institute[T\"ubingen]{Neuroethology, University of T\"ubingen} \institute[T\"ubingen]{Neuroethology, University of T\"ubingen}
\date[2021]{March 2021} \date[2021]{April 2021}
\logo{\includegraphics[height=3.5ex]{UT_BM_Rot_RGB}} \logo{\includegraphics[height=3.5ex]{UT_WBMW_Rot_RGB}}
\titlelogo{\includegraphics[height=6ex]{UT_MNF_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}} \titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}
\begin{document} \begin{document}

View File

@ -4,7 +4,7 @@
\title{A \LaTeX{} beamer theme for the University of T\"ubingen} \title{A \LaTeX{} beamer theme for the University of T\"ubingen}
\author[Benda]{Jan Benda} \author[Benda]{Jan Benda}
\institute[University of T\"ubingen]{Neuroethology, University of T\"ubingen} \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}} \logo{\includegraphics[height=3.5ex]{UT_WBMW_Rot_RGB}}
\titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill% \titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill%
\includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill% \includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill%
@ -56,9 +56,16 @@
\end{tabular} \end{tabular}
\end{frame} \end{frame}
\begin{frame}{Content} \begin{frame}[fragile]{Content}
\hypersetup{linkcolor=utblue} % color of section names \hypersetup{linkcolor=blue} % color of section names
\tableofcontents[hideallsubsections] \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} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -346,7 +353,9 @@
\begin{frame}[fragile]{Title page logo and graphic} \begin{frame}[fragile]{Title page logo and graphic}
In preamble: In preamble:
\begin{block}{Specify one or more logos} \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} \end{block}
\begin{block}{Specify one or more graphic} \begin{block}{Specify one or more graphic}
\verb!\titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}! \verb!\titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}!