fixed handling of institute option
This commit is contained in:
parent
2b6f05f6ee
commit
1eb0bea299
@ -5,9 +5,8 @@
|
||||
% 1. under the LaTeX Project Public License and/or
|
||||
% 2. under the GNU Public License.
|
||||
%
|
||||
% "aptero" is a nick name for "Apteronotus" - a genus of weakly electric fish.
|
||||
|
||||
\ProvidesPackage{beamercolorthemeaptero}[2021/02/28 color theme for lines inner and outer beamer theme]
|
||||
\ProvidesPackage{beamercolorthemeut}[2021/02/28 color theme for cooperate design of the University of Tuebingen]
|
||||
|
||||
% UT primary colors:
|
||||
\definecolor{utred}{rgb}{0.647,0.118,0.216}
|
||||
|
@ -13,8 +13,8 @@
|
||||
% pass options to lines theme:
|
||||
\DeclareOptionBeamer{author}{\PassOptionsToPackage{author}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{hideauthor}{\PassOptionsToPackage{hideauthor}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{institute}{\PassOptionsToPackage{}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{hideinstitute}{\PassOptionsToPackage{}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{institute}{\PassOptionsToPackage{institute}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{hideinstitute}{\PassOptionsToPackage{hideinstitute}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{date}{\PassOptionsToPackage{date}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{hidedate}{\PassOptionsToPackage{hidedate}{beamerthemelines}}
|
||||
\DeclareOptionBeamer{title}{\PassOptionsToPackage{title}{beamerthemelines}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
\documentclass[10pt,aspectratio=169,t,ignorenonframetext]{beamer}
|
||||
\usetheme[author,date,title,page,hidelogo]{lines}
|
||||
\usetheme[author,institute,date,title,page,hidelogo]{lines}
|
||||
\usecolortheme{aptero}
|
||||
|
||||
\title[Lines beamer theme]{Lines}
|
||||
|
@ -1,5 +1,5 @@
|
||||
\documentclass[aspectratio=169,t]{beamer}
|
||||
\usetheme[author,date,title]{ut}
|
||||
\usetheme[author,institute,date,title]{ut}
|
||||
|
||||
\title{A beamer theme for the University of T\"ubingen}
|
||||
\author[Benda]{Jan Benda}
|
||||
@ -151,6 +151,7 @@
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Blocks}
|
||||
Carefully used, they bring color into the slide.
|
||||
\begin{block}{Some block}
|
||||
Block with title and content: \texttt{block} environment with title as argument.
|
||||
\end{block}
|
||||
|
Loading…
Reference in New Issue
Block a user