From 7d75b913bd45c41abefbc055163cf455c4b37b65 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Wed, 17 Jul 2013 15:06:43 -0700 Subject: [PATCH] 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. --- README | 3 +++ data/templates | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/data/templates b/data/templates index cb23306c2..24dab8e06 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit cb23306c2721d9c1f918f057d7402e03e079476b +Subproject commit 24dab8e06ec3cdc66a6b6db0ebe17a586c2c67f6