diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-03-14 14:16:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-03-14 14:17:22 -0700 |
commit | 772c0757c129f66f554b74dff5607b4689f26ff4 (patch) | |
tree | 5fd983df8b8053de9040661d7a273df8480db0b8 | |
parent | 965dcd3a00fbc250b5460ecf7ac37ac00cfa48aa (diff) | |
download | pandoc-772c0757c129f66f554b74dff5607b4689f26ff4.tar.gz |
Added `geometry` variable to default LaTeX template.
-rw-r--r-- | README | 2 | ||||
m--------- | templates | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -677,6 +677,8 @@ depending on the output format, but include: : font size (10pt, 11pt, 12pt) for LaTeX documents `documentclass` : document class for LaTeX documents +`geometry` +: options for LaTeX `geometry` class, e.g. `margin=1in` `theme` : theme for LaTeX beamer documents `colortheme` diff --git a/templates b/templates -Subproject 7c4816983e652dddbd15adcfffa13823adec944 +Subproject 188e01f80e843d6ed11c9d031dede70bdd3926b |