aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <akerbos@freenet.de>2012-09-04 08:48:07 +0300
committerRaphael <akerbos@freenet.de>2012-09-04 08:48:07 +0300
commit254bc55c65f28a24314251f45eb0c3a353533834 (patch)
treef32425c75a2d7868856dcb43d49d31a17c644c07
parent150f3ce9c67a2b4c948fcdc5793344bf8b53072b (diff)
downloadpandoc-254bc55c65f28a24314251f45eb0c3a353533834.tar.gz
papersize variable in the LaTeX template
Adds a variable `papersize` in the LaTeX template which controls, surprise, paper size. Possible values are those the chosen `documentclass` allows.
-rw-r--r--default.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index e92ced331..04b4baa69 100644
--- a/default.latex
+++ b/default.latex
@@ -1,4 +1,4 @@
-\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$lang$,$endif$]{$documentclass$}
+\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$lang$,$endif$$if(papersize)$$papersize$,$endif$]{$documentclass$}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}