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 % turn off chapter numbering
\counterwithout{section}{chapter} \counterwithout{section}{chapter}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
% reduce skip after section heading % reduce skip after section heading
\setaftersecskip{1.2ex} \setaftersecskip{1.2ex}
@ -65,6 +67,11 @@
\renewcommand{\cftchapterpresnum}{\scshape} \renewcommand{\cftchapterpresnum}{\scshape}
\captiontitlefont{\small} \captiontitlefont{\small}
% turn off chapter numbering
\counterwithout{section}{chapter}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
% supress chapter numbers % supress chapter numbers
\maxsecnumdepth{chapter} \maxsecnumdepth{chapter}
\setsecnumdepth{chapter} \setsecnumdepth{chapter}