From: Benjamin Mako Hill Date: Sun, 10 Oct 2010 22:41:05 +0000 (-0400) Subject: small changes to fix title headings X-Git-Url: https://projects.mako.cc/source/latex_mako/commitdiff_plain/5dd5bdede005733fc6f094fa4e8404d24959029c small changes to fix title headings --- diff --git a/paper_template/mako-mem.sty b/paper_template/mako-mem.sty index 43da70b..37d2b5b 100644 --- a/paper_template/mako-mem.sty +++ b/paper_template/mako-mem.sty @@ -31,6 +31,8 @@ % turn off chapter numbering \counterwithout{section}{chapter} + \counterwithout{figure}{chapter} + \counterwithout{table}{chapter} % reduce skip after section heading \setaftersecskip{1.2ex} @@ -65,6 +67,11 @@ \renewcommand{\cftchapterpresnum}{\scshape} \captiontitlefont{\small} + % turn off chapter numbering + \counterwithout{section}{chapter} + \counterwithout{figure}{chapter} + \counterwithout{table}{chapter} + % supress chapter numbers \maxsecnumdepth{chapter} \setsecnumdepth{chapter}