summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-07-17 15:06:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-07-17 15:06:43 -0700
commit7d75b913bd45c41abefbc055163cf455c4b37b65 (patch)
treea9189b8c0b53557bd96f335b7862797a56665bc9 /README
parentb2385d0e9bf13f2fc152a3983893c47f2ab5d4c0 (diff)
LaTeX/Beamer template: Added `classoption` variable.
This is intended for class options like `oneside`; it may be repeated with different options. Thanks to Oliver Matthews.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index adec7c0e7..f86de8cd7 100644
--- a/README
+++ b/README
@@ -768,6 +768,9 @@ as `title`, `author`, and `date`) as well as the following:
: font size (10pt, 11pt, 12pt) for LaTeX documents
`documentclass`
: document class for LaTeX documents
+`classoption`
+: option for LaTeX documentclass, e.g. `oneside`; may be repeated
+ for multiple options
`geometry`
: options for LaTeX `geometry` class, e.g. `margin=1in`;
may be repeated for multiple options