17
0

changed remaining kjh notes to mako-mem

This commit is contained in:
Benjamin Mako Hill 2011-10-03 14:47:14 -04:00
parent 86bd368f44
commit a98cc6d7d7
2 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
% Some article styles and page layout tweaks for the LaTeX Memoir class. % 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 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 % Distributed as free software under the GNU GPL v3
@ -99,11 +99,11 @@
%%% Custom styles for headers and footers %%% Custom styles for headers and footers
%%% Basic %%% Basic
\makepagestyle{kjh} \makepagestyle{mako-mem}
%\makeevenfoot{kjh}{\thepage}{}{} %\makeevenfoot{mako-mem}{\thepage}{}{}
%\makeoddfoot{kjh}{}{}{\thepage} %\makeoddfoot{mako-mem}{}{}{\thepage}
%\makeheadrule{kjh}{\textwidth}{\normalrulethickness} %\makeheadrule{mako-mem}{\textwidth}{\normalrulethickness}
\newcommand{\@kjhmarks}{% \newcommand{\@makomarks}{%
\let\@mkboth\markboth \let\@mkboth\markboth
\def\chaptermark##1{% \def\chaptermark##1{%
\markboth{% \markboth{%
@ -116,10 +116,10 @@
\def\sectionmark##1{% \def\sectionmark##1{%
\markright{##1}} \markright{##1}}
} }
\makepsmarks{kjh}{\@kjhmarks} \makepsmarks{mako-mem}{\@makomarks}
\makepsmarks{kjh}{} \makepsmarks{mako-mem}{}
\makeevenhead{kjh}{}{}{\scshape\thepage} \makeevenhead{mako-mem}{}{}{\scshape\thepage}
\makeoddhead{kjh}{}{}{\scshape\thepage} \makeoddhead{mako-mem}{}{}{\scshape\thepage}
%%% version control info in footers; requires vc package %%% version control info in footers; requires vc package
% Make the style for vc-git revision control headers and footers % Make the style for vc-git revision control headers and footers

View File

@ -3,7 +3,7 @@
% based on kieran healy's memoir modifications % based on kieran healy's memoir modifications
\usepackage{mako-mem} \usepackage{mako-mem}
\chapterstyle{article-2} \chapterstyle{article-2}
\pagestyle{kjh} \pagestyle{mako-mem}
\usepackage{ucs} \usepackage{ucs}
\usepackage[utf8x]{inputenc} \usepackage[utf8x]{inputenc}
@ -25,7 +25,7 @@
% \usepackage{dcolumn} % \usepackage{dcolumn}
% \usepackage{endfloat} % \usepackage{endfloat}
% import and customize urls (kjh does this as well, it seems) % import and customize urls
\usepackage[usenames,dvipsnames]{color} \usepackage[usenames,dvipsnames]{color}
\usepackage[breaklinks]{hyperref} \usepackage[breaklinks]{hyperref}