From: Benjamin Mako Hill <mako@atdot.cc>
Date: Sat, 4 Jan 2014 21:26:44 +0000 (-0800)
Subject: small changes to article-2
X-Git-Url: https://code.communitydata.science/cdsc_tex.git/commitdiff_plain/cbedfda996adc47ff8986883bb85d000228fe0b6

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

diff --git a/paper_template/mako-mem.sty b/paper_template/mako-mem.sty
index 8fe4719..5c6c570 100644
--- a/paper_template/mako-mem.sty
+++ b/paper_template/mako-mem.sty
@@ -60,7 +60,7 @@
  \renewcommand{\rmdefault}{ugm}
  \renewcommand{\sfdefault}{phv}
 
- \setsecheadstyle{\Large\scshape\MakeLowercase} 
+ \setsecheadstyle{\large\scshape} 
  \setsubsecheadstyle{\normalsize\itshape} 
  \setaftersubsubsecskip{-1em}
  \setsubsubsecheadstyle{\small\bfseries}
@@ -83,6 +83,12 @@
  % supress chapter numbers 
  \maxsecnumdepth{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
  \setaftersecskip{1.7ex}
@@ -107,6 +113,7 @@
  \renewcommand{\bibname}{References}
 }
 
+
 % >> article-3 <<
 \makechapterstyle{article-3}{
  \renewcommand{\rmdefault}{ugm}