Skip to content

Commit

Permalink
Clarifying text about use of beamerarticle variable.
Browse files Browse the repository at this point in the history
Closes #10250.
  • Loading branch information
jgm committed Oct 1, 2024
1 parent dbc80f9 commit a2dfda0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2dfda0

Please sign in to comment.