diff options
| author | John MacFarlane <[email protected]> | 2024-10-01 12:38:49 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-01 12:38:49 -0700 |
| commit | a2dfda0dd0787fe11af0f651f8da164946e202b5 (patch) | |
| tree | 52b6844eddd9bb196e426b83d8f4888b35053ff6 /MANUAL.txt | |
| parent | dbc80f9745cbace4e9ebc10e59d9df1c3eafa915 (diff) | |
Clarifying text about use of `beamerarticle` variable.
Closes #10250.
Diffstat (limited to 'MANUAL.txt')
| -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 |
