From 69b32b7338410e5353a95840c70053dc900a4bc5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 9 Dec 2014 19:08:13 +0100 Subject: Support template variable chapterstyle, for memoir documentclass styling. --- template.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template.tex') diff --git a/template.tex b/template.tex index 9d9c958..07b6c03 100644 --- a/template.tex +++ b/template.tex @@ -147,6 +147,9 @@ $header-includes$ $endfor$ \begin{document} +$if(chapterstyle)$ % for documentclass memoir styling +\chapterstyle{$chapterstyle$} +$endif$ $if(title)$ \maketitle $endif$ -- cgit v1.2.3