From e3e77de25ca8c459b446716e4a56449028261810 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Dec 2014 21:38:34 +0100 Subject: Support headstyles (only relevant for memoir class). --- template.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template.tex b/template.tex index 3f8103d..8eddb4b 100644 --- a/template.tex +++ b/template.tex @@ -161,6 +161,9 @@ $header-includes$ $endfor$ \begin{document} +$if(headstyles)$ % for documentclass memoir styling +\headstyles{$headstyles$} +$endif$ $if(chapterstyle)$ % for documentclass memoir styling \chapterstyle{$chapterstyle$} $endif$ -- cgit v1.2.3