Fix #26: use common lowercase option convention
This commit is contained in:
parent
f3b3e95666
commit
552db0309a
|
@ -38,7 +38,7 @@ can run the following command
|
||||||
|
|
||||||
#### Package options
|
#### Package options
|
||||||
|
|
||||||
The `titleprogressbar` option adds a thin progress bar similar to the section
|
The `usetitleprogressbar` option adds a thin progress bar similar to the section
|
||||||
progress bar underneath *each* frame title
|
progress bar underneath *each* frame title
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
\newlength{\@mtheme@voffset}
|
\newlength{\@mtheme@voffset}
|
||||||
\setlength{\@mtheme@voffset}{2em}
|
\setlength{\@mtheme@voffset}{2em}
|
||||||
|
|
||||||
\DeclareOptionBeamer{useTitleProgressBar}{\@useTitleProgressBartrue}
|
\DeclareOptionBeamer{usetitleprogressbar}{\@useTitleProgressBartrue}
|
||||||
\DeclareOptionBeamer{protectframetitle}{\@protectFrameTitletrue}
|
\DeclareOptionBeamer{protectframetitle}{\@protectFrameTitletrue}
|
||||||
\DeclareOptionBeamer{blockbg}{%
|
\DeclareOptionBeamer{blockbg}{%
|
||||||
\PassOptionsToPackage{blockbg}{beamercolorthememetropolis}%
|
\PassOptionsToPackage{blockbg}{beamercolorthememetropolis}%
|
||||||
|
|
Loading…
Reference in New Issue