changed remaining kjh notes to mako-mem
[latex_mako] / paper_template / mako-mem.sty
index 1e5b3d9135fbb7bc7383d2b15211a319f6b6d8d2..32df17b3ab83fea529511aa2e2a04c537fc06447 100644 (file)
@@ -1,7 +1,7 @@
 % Some article styles and page layout tweaks for the LaTeX Memoir class.
 %
-% Copyright 2008-2009 Kieran Healy <kjhealy@soc.duke.edu>
 % Copyright 2009 Benjamin Mako Hill <mako@atdot.cc>
+% Copyright 2008-2009 Kieran Healy <kjhealy@soc.duke.edu>
 
 % Distributed as free software under the GNU GPL v3
 
 %%% Custom styles for headers and footers
    
 %%% Basic 
-\makepagestyle{kjh}
-%\makeevenfoot{kjh}{\thepage}{}{}
-%\makeoddfoot{kjh}{}{}{\thepage}
-%\makeheadrule{kjh}{\textwidth}{\normalrulethickness}
-\newcommand{\@kjhmarks}{%
+\makepagestyle{mako-mem}
+%\makeevenfoot{mako-mem}{\thepage}{}{}
+%\makeoddfoot{mako-mem}{}{}{\thepage}
+%\makeheadrule{mako-mem}{\textwidth}{\normalrulethickness}
+\newcommand{\@makomarks}{%
   \let\@mkboth\markboth
   \def\chaptermark##1{%
     \markboth{%
   \def\sectionmark##1{%
     \markright{##1}}
 }
-\makepsmarks{kjh}{\@kjhmarks}
-\makepsmarks{kjh}{}
-\makeevenhead{kjh}{}{}{\scshape\thepage}
-\makeoddhead{kjh}{}{}{\scshape\thepage}
+\makepsmarks{mako-mem}{\@makomarks}
+\makepsmarks{mako-mem}{}
+\makeevenhead{mako-mem}{}{}{\scshape\thepage}
+\makeoddhead{mako-mem}{}{}{\scshape\thepage}
 
 %%% version control info in footers; requires vc package 
 % Make the style for vc-git revision control headers and footers
     \markright{##1}}
 }
 \makepsmarks{kjhgit}{\@kjhgitmarks}
-\makeevenhead{kjh}{}{}{\scshape\thepage}
-\makeoddhead{kjh}{}{}{\scshape\thepage}
+\makeevenhead{kjhgit}{}{}{\scshape\thepage}
+\makeoddhead{kjhgit}{}{}{\scshape\thepage}
 \makeevenfoot{kjhgit}{}{\texttt{\footnotesize{\textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}}{}
 \makeoddfoot{kjhgit}{}{\texttt{\footnotesize \textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}{}
 

Benjamin Mako Hill || Want to submit a patch?