diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-30 09:43:42 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-30 09:43:42 -0800 |
| commit | 222fb2a445be389a59c9937057c757bac331f598 (patch) | |
| tree | a27879a10541936fe0319e82acca5e02ed7114ef | |
| parent | 9f282a025e7bb21218dc32ca00f0a8ac26a72a0e (diff) | |
Move `beamerarticle` in MANUAL.
It should be documented under "Variables for LaTeX", not
"for Beamer." Closes #7874.
| -rw-r--r-- | MANUAL.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 42941e204..09f8dd10b 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2682,10 +2682,7 @@ These variables change the appearance of PDF slides using [`beamer`]. `1610` for 16:10, `149` for 14:9, `141` for 1.41:1, `54` for 5:4, `32` for 3:2) -`beamerarticle` -: produce an article from Beamer slides - -`beameroption` +``beameroption` : add extra beamer option with `\setbeameroption{}` `institute` @@ -2808,6 +2805,9 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. : numbering depth for sections (with `--number-sections` option or `numbersections` variable) +`beamerarticle` +: produce an article from Beamer slides + #### Fonts `fontenc` |
