aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorThomas Hodgson <hello@twshodgson.net>2017-12-12 05:26:16 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-11 22:26:16 -0700
commit166561cc8da7b22ecd7845f66daa1e8bb8080512 (patch)
treec6c864f690281dc5f4f5304a858a6a90731fa872 /data/templates
parent51c0ae5a66b9cf58632cd9d8eb324802f60bd6e2 (diff)
downloadpandoc-166561cc8da7b22ecd7845f66daa1e8bb8080512.tar.gz
Added support for LaTeX pagestyle variable (#4135)
* Add pagestyle support * Add pagestyle option to MANUAL.txt * Moved mention of pagestyle to the section on variables
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.latex3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index 7e140004f..a9191aa2a 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -245,6 +245,9 @@ $else$
\fi
$endif$
$endif$
+$if(pagestyle)$
+\pagestyle{$pagestyle$}
+$endif$
% set default figure placement to htbp
\makeatletter