diff options
-rw-r--r-- | log.sty | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |