1
0
mirror of https://github.com/matze/mtheme.git synced 2024-06-26 07:29:04 +02:00

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

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 presentations, you can run the following command
\begin{lstlisting} \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} \end{lstlisting}