From cd8aa3a1b95f3dd0d3e2cb3dfe9214ccda2e6e82 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 2 Jan 2015 01:44:27 +0100 Subject: Improve comments for documentclass styling. --- template.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.tex b/template.tex index bb282b8..5bd5de7 100644 --- a/template.tex +++ b/template.tex @@ -162,10 +162,10 @@ $header-includes$ $endfor$ \begin{document} -$if(headstyles)$ % for documentclass memoir styling +$if(headstyles)$ % for documentclass memoir headline styling \headstyles{$headstyles$} $endif$ -$if(chapterstyle)$ % for documentclass memoir styling +$if(chapterstyle)$ % for documentclass memoir chapter headline styling \chapterstyle{$chapterstyle$} $endif$ $if(title)$ -- cgit v1.2.3