Fix #162: use correct theme name for Pandoc

This commit is contained in:
Matthias Vogelgesang 2015-12-06 22:04:30 +01:00
parent 3183287b9b
commit 818939e370
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ To use this theme with \href{http://johnmacfarlane.net/pandoc/}{Pandoc}-based
presentations, you can run the following command
\begin{lstlisting}
$ pandoc -t beamer --latex-engine=xelatex -V theme:m -o output.pdf input.md
$ pandoc -t beamer --latex-engine=xelatex -V theme:metropolis -o output.pdf input.md
\end{lstlisting}