Skip to content

Commit

Permalink
fix frametitlecaps option
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroland committed Oct 29, 2024
1 parent d83ada3 commit b414c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beamerthemejku.sty
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
% Option [no]frametitlecaps: set frame titles in all-caps (defaults to false)
\newbool{jkubeamer@frametitlecaps}
\DeclareOptionBeamer{frametitlecaps}[true]{\setbool{jkubeamer@frametitlecaps}{#1}}
\DeclareOptionBeamer{frametitlecaps}{\boolfalse{jkubeamer@frametitlecaps}}
\DeclareOptionBeamer{noframetitlecaps}{\boolfalse{jkubeamer@frametitlecaps}}
\DeclareOptionBeamer{capsframetitle}[true]{%
\PackageWarning{beamerthemejku}{Option `capsframetitle' deprecated, use frametitlecaps instead!}%
\setbool{jkubeamer@frametitlecaps}{#1}%
Expand Down

0 comments on commit b414c8b

Please sign in to comment.