diff options
Diffstat (limited to 'macros/luatex/latex/novel/doc/novel.tex')
-rw-r--r-- | macros/luatex/latex/novel/doc/novel.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/macros/luatex/latex/novel/doc/novel.tex b/macros/luatex/latex/novel/doc/novel.tex index eb55ad5090..cb483bc3b9 100644 --- a/macros/luatex/latex/novel/doc/novel.tex +++ b/macros/luatex/latex/novel/doc/novel.tex @@ -1,11 +1,18 @@ % !TeX TS-program = lualatex % !TeX encoding = UTF-8 % -% SOURCE CODE FOR FILE novel.pdf, the cover info for novel document class. +% File novel.tex, part of `novel' LuaLaTeX document class. +% Copyright 2023 Robert Allgeyer. +% This file may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, version 1.3c. +% License URL: https://www.latex-project.org/lppl/lppl-1-3c/ + +% SOURCE CODE FOR FILE novel.pdf, the cover info for `novel' document class. % IF YOU COMPILE THIS DOCUMENT: Be sure that both this file and % novel.pdf (if present) have read/write permissions for any user. % Otherwise, compile may fail at the point where files are written. -\documentclass{novel} % v. 1.81b. + +\documentclass{novel} % v. 1.82. % Almost all settings are defaults. \SetHeadFootStyle{3} \SetTitle{Novel Document Class} % only footer, with page number @@ -57,6 +64,8 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version \QuickChapter{4. Version} +\noindent 1.82, 2023-08-26: Added user setting for default indent. + \noindent 1.81, 2023-03-25: Bug fixes. Also 1.81a, 1.81b. \noindent 1.80, 2023-02-08: Class option ``rev'' for new documents. @@ -67,8 +76,6 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version \noindent 1.50, 2018-03-28: Improved image handling commands, sandbox. -\noindent 1.1, 2017-03-01: initial public release. - \clearpage \QuickChapter{5. FAQs} |