% % Modified Bringhurst Style % Based on the bringhurst style as defined in % The Memoir Class manual by Peter Wilson % % Designed for use with the memoir class % % Modifications by Fletcher T. Penney % http://fletcherpenney.net/ % \ProvidesPackage{modified-bringhurst} %% Modified Bringhurst chapter style \makechapterstyle{modified-bringhurst}{% \renewcommand{\chapterheadstart}{} \renewcommand{\printchaptername}{} \renewcommand{\chapternamenum}{} \renewcommand{\printchapternum}{} \renewcommand{\afterchapternum}{} \renewcommand{\printchaptertitle}[1]{% \centering\Large\scshape\MakeLowercase{##1}} \renewcommand{\afterchaptertitle}{% \vskip\onelineskip \hrule\vskip\onelineskip} } %% Modified Bringhurst page style \makepagestyle{modified-bringhurst} \makeevenfoot{modified-bringhurst}{}{}{} \makeoddfoot{modified-bringhurst}{}{}{} \makeevenhead{modified-bringhurst}{\thepage}{}{} \makeoddhead{modified-bringhurst}{}{}{\thepage} \makeheadrule{modified-bringhurst}{\textwidth}{0.4pt}