fix bug with page number periods
authorBenjamin Mako Hill <mako@atdot.cc>
Sat, 4 Jan 2014 22:07:21 +0000 (14:07 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 4 Jan 2014 22:07:21 +0000 (14:07 -0800)
paper_template/mako-mem.sty

index 5c6c5706c5d26c1a3eb22fd93e5ed77ba7caa4c2..ffdb4bf0357061a4ea78591f0f1ab62c338cbf5e 100644 (file)
@@ -16,6 +16,9 @@
 \long\def\symbolfootnote[#1]#2{\begingroup%
 \def\thefootnote{\fnsymbol{footnote}}\footnote[#1]{#2}\endgroup}
 
 \long\def\symbolfootnote[#1]#2{\begingroup%
 \def\thefootnote{\fnsymbol{footnote}}\footnote[#1]{#2}\endgroup}
 
+% put a period after the section numbers
+\setsecnumformat{\csname the#1\endcsname.\enspace}
+
 % >> article-1 << 
 \makechapterstyle{article-1}{
  \renewcommand{\rmdefault}{ugm}
 % >> article-1 << 
 \makechapterstyle{article-1}{
  \renewcommand{\rmdefault}{ugm}
@@ -88,7 +91,6 @@
  % (a) comment out the above stanza; (b) uncomment the one below
  % \maxsecnumdepth{subsection} 
  % \setsecnumdepth{subsection}
  % (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}
 
  % reduce skip after section heading
  \setaftersecskip{1.7ex}

Benjamin Mako Hill || Want to submit a patch?