summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--log.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/log.sty b/log.sty
index d3cd09c..e55ddcc 100644
--- a/log.sty
+++ b/log.sty
@@ -88,4 +88,13 @@
\@starttoc{toc}}
\makeatother
+%% No Appendix number
+\makeatletter
+\renewcommand\appendix{\par
+ \setcounter{chapter}{0}%
+ \setcounter{section}{0}%
+ \gdef\@chapapp{\appendixname}%
+ \gdef\thechapter{}}
+\makeatother
+
\usepackage{enumitem} % to adjust item list linespacing