summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ncclatex/nccbook.clo
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ncclatex/nccbook.clo
Initial commit
Diffstat (limited to 'macros/latex/contrib/ncclatex/nccbook.clo')
-rw-r--r--macros/latex/contrib/ncclatex/nccbook.clo31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/ncclatex/nccbook.clo b/macros/latex/contrib/ncclatex/nccbook.clo
new file mode 100644
index 0000000000..dbc0424337
--- /dev/null
+++ b/macros/latex/contrib/ncclatex/nccbook.clo
@@ -0,0 +1,31 @@
+\ProvidesFile{nccbook.clo}
+ [2005/12/29 v1.06 Book subclass (NCC)]
+%
+% \changes{v1.00}{2002/03/24}{This version is uploaded to CTAN}
+% \changes{v1.01}{2003/01/12}{Bug in \ChapterPrefixStyle{toc} fixed}
+% \changes{v1.02}{2004/12/06}{Replace \NCC@null with \StartFromTextArea}
+% \changes{v1.03}{2004/12/12}{Modify part generation commands}
+% \changes{v1.04}{2005/03/23}{Remove \skipwritingtoaux in index head}
+% \changes{v1.04}{2005/06/08}{Introduce the \DeclarePart command}
+% \changes{v1.04}{2005/06/08}{Introduce the \DeclareTOCPart command}
+% \changes{v1.05}{2005/06/19}{Page break after \l@part is forbidden}
+% \changes{v1.05}{2005/06/19}{New optional parameter in \DeclareTOCPart}
+% \changes{v1.06}{2005/12/24}{Definition of |thebibliography| removed}
+% \changes{v1.06}{2005/12/24}{Remove \NCC@tochead, \NCC@idxhead macros}
+% \changes{v1.06}{2005/12/27}{Move \ChapterPrefixStyle to nccdefaults}
+% \changes{v1.06}{2005/12/27}{Remove headings support}
+% \changes{v1.06}{2005/12/29}{Remove part declaration commands}
+%
+\@addtoreset{footnote}{chapter}
+\setcounter{tocdepth}{2}
+\setcounter{secnumdepth}{2}
+%
+% \appendix
+%
+\newcommand\@chapapp{\chaptername}
+\newcommand{\appendix}{\par
+ \setcounter{chapter}{-1}\stepcounter{chapter}%
+ \gdef\@chapapp{\appendixname}%
+ \gdef\thechapter{\@Alph\c@chapter}%
+}
+\endinput