diff options
-rw-r--r-- | template.tex | 4 |
1 files 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)$ |