Fix \metroset command in manual

This commit is contained in:
Matthias Vogelgesang 2015-07-22 10:46:11 +02:00
parent e4764c6642
commit fbaf3f83e0
1 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@
xrightmargin=0em, xrightmargin=0em,
aboveskip=1em, aboveskip=1em,
belowskip=1em, belowskip=1em,
morekeywords={usetheme,institute,maketitle,@metropolis@titleformat,plain,setbeamercolor,metropolisset}, morekeywords={usetheme,institute,maketitle,@metropolis@titleformat,plain,setbeamercolor,metroset},
} }
\lstMakeShortInline| \lstMakeShortInline|
@ -205,14 +205,14 @@ either provide a comma separated list of options when invoking
\begin{lstlisting} \begin{lstlisting}
\usetheme[<key=value list>]{m} \usetheme[<key=value list>]{m}
\end{lstlisting} \end{lstlisting}
Or you can set them at any time with the |\metropolisset| macro. Or you can set them at any time with the |\metroset| macro.
\begin{lstlisting} \begin{lstlisting}
\metropolisset[<key=value list>] \metroset[<key=value list>]
\end{lstlisting} \end{lstlisting}
To set an option on a specific sub-package only you have to add the To set an option on a specific sub-package only you have to add the
corresponding prefix (inner, outer, color), e.g. corresponding prefix (inner, outer, color), e.g.
\begin{lstlisting} \begin{lstlisting}
\metropolisset[inner/block=fill] \metroset[inner/block=fill]
\end{lstlisting} \end{lstlisting}
The list of options is structured as shown in the following example. The list of options is structured as shown in the following example.