From 818939e3703af23038eb99de30041f1b1964c7d5 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 6 Dec 2015 22:04:30 +0100 Subject: [PATCH] Fix #162: use correct theme name for Pandoc --- doc/metropolistheme.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/metropolistheme.dtx b/doc/metropolistheme.dtx index 332aea0..08b6f17 100644 --- a/doc/metropolistheme.dtx +++ b/doc/metropolistheme.dtx @@ -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}