From 331a5f8725315c2eb92f21a77ba7b86fd172ca71 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 27 Oct 2015 15:50:02 +0100 Subject: [PATCH] Fix #127: use curly braces when calling \metroset --- doc/metropolistheme.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/metropolistheme.dtx b/doc/metropolistheme.dtx index fc38c7c..eea0073 100644 --- a/doc/metropolistheme.dtx +++ b/doc/metropolistheme.dtx @@ -222,12 +222,12 @@ either provide a comma separated list of options when invoking \end{lstlisting} Or you can set them at any time with the |\metroset| macro. \begin{lstlisting} -\metroset[] +\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} -\metroset[inner/block=fill] +\metroset{inner/block=fill} \end{lstlisting} The list of options is structured as shown in the following example.