From 5dd5bdede005733fc6f094fa4e8404d24959029c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 10 Oct 2010 18:41:05 -0400 Subject: [PATCH] small changes to fix title headings --- paper_template/mako-mem.sty | 7 +++++++ 1 file changed, 7 insertions(+) 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} -- 2.30.2