17
0

small changes to fix title headings

This commit is contained in:
Benjamin Mako Hill 2010-10-10 18:41:05 -04:00
parent 47fc9249ce
commit 5dd5bdede0

View File

@ -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}