diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-02 01:44:27 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-02 01:44:27 +0100 |
commit | cd8aa3a1b95f3dd0d3e2cb3dfe9214ccda2e6e82 (patch) | |
tree | fbef1f8c4c21b2f21be99fa0db1e0561f86cc449 | |
parent | 3124b0d12b191f948ac23de4b7f819ca11b574ae (diff) |
Improve comments for documentclass styling.
-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)$ |