17
0

small changes to article-2

(1) by default, use slightly smaller section headings font style
(2) by default, use "real" \scshape w/o \MakeLowerCase
(3) add commented out code to turn on (sub)section numbering
This commit is contained in:
Benjamin Mako Hill 2014-01-04 13:26:44 -08:00
parent af3844e20e
commit cbedfda996

View File

@ -60,7 +60,7 @@
\renewcommand{\rmdefault}{ugm} \renewcommand{\rmdefault}{ugm}
\renewcommand{\sfdefault}{phv} \renewcommand{\sfdefault}{phv}
\setsecheadstyle{\Large\scshape\MakeLowercase} \setsecheadstyle{\large\scshape}
\setsubsecheadstyle{\normalsize\itshape} \setsubsecheadstyle{\normalsize\itshape}
\setaftersubsubsecskip{-1em} \setaftersubsubsecskip{-1em}
\setsubsubsecheadstyle{\small\bfseries} \setsubsubsecheadstyle{\small\bfseries}
@ -83,6 +83,12 @@
% supress chapter numbers % supress chapter numbers
\maxsecnumdepth{chapter} \maxsecnumdepth{chapter}
\setsecnumdepth{chapter} \setsecnumdepth{chapter}
% for numbered sections and subsections:
% (a) comment out the above stanza; (b) uncomment the one below
% \maxsecnumdepth{subsection}
% \setsecnumdepth{subsection}
% \setsecnumformat{\csname the#1\endcsname. }
% reduce skip after section heading % reduce skip after section heading
\setaftersecskip{1.7ex} \setaftersecskip{1.7ex}
@ -107,6 +113,7 @@
\renewcommand{\bibname}{References} \renewcommand{\bibname}{References}
} }
% >> article-3 << % >> article-3 <<
\makechapterstyle{article-3}{ \makechapterstyle{article-3}{
\renewcommand{\rmdefault}{ugm} \renewcommand{\rmdefault}{ugm}