Fix #127: use curly braces when calling \metroset
This commit is contained in:
parent
966bef11dc
commit
331a5f8725
|
@ -222,12 +222,12 @@ either provide a comma separated list of options when invoking
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
Or you can set them at any time with the |\metroset| macro.
|
Or you can set them at any time with the |\metroset| macro.
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
\metroset[<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}
|
||||||
\metroset[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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue