diff options
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index b58f2d619..0bccd940e 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3010,7 +3010,10 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. or `numbersections` variable) `beamerarticle` -: produce an article from Beamer slides +: produce an article from Beamer slides. Note: if you set + this variable, you must specify the beamer writer but use the + default *LaTeX* template: for example, + `pandoc -Vbeamerarticle -t beamer --template default.latex`. `handout` : produce a handout version of Beamer slides (with overlays condensed |
