From fbaf3f83e0efd0cfac8368f74e8cedf920c97dc4 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 22 Jul 2015 10:46:11 +0200 Subject: [PATCH] Fix \metroset command in manual --- mtheme.dtx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mtheme.dtx b/mtheme.dtx index 262b464..7dc595a 100644 --- a/mtheme.dtx +++ b/mtheme.dtx @@ -63,7 +63,7 @@ xrightmargin=0em, aboveskip=1em, belowskip=1em, - morekeywords={usetheme,institute,maketitle,@metropolis@titleformat,plain,setbeamercolor,metropolisset}, + morekeywords={usetheme,institute,maketitle,@metropolis@titleformat,plain,setbeamercolor,metroset}, } \lstMakeShortInline| @@ -205,14 +205,14 @@ either provide a comma separated list of options when invoking \begin{lstlisting} \usetheme[]{m} \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} -\metropolisset[] +\metroset[] \end{lstlisting} To set an option on a specific sub-package only you have to add the corresponding prefix (inner, outer, color), e.g. \begin{lstlisting} -\metropolisset[inner/block=fill] +\metroset[inner/block=fill] \end{lstlisting} The list of options is structured as shown in the following example.