X-Git-Url: https://projects.mako.cc/source/latex_mako/blobdiff_plain/08ac9e2deaa5d9e15bcfdb525328c8ad4b7a7009..a98cc6d7d7a321f5f050910fc27fdfa67f0d2fa6:/paper_template/mako-mem.sty diff --git a/paper_template/mako-mem.sty b/paper_template/mako-mem.sty index 43da70b..32df17b 100644 --- a/paper_template/mako-mem.sty +++ b/paper_template/mako-mem.sty @@ -1,7 +1,7 @@ % Some article styles and page layout tweaks for the LaTeX Memoir class. % -% Copyright 2008-2009 Kieran Healy % Copyright 2009 Benjamin Mako Hill +% Copyright 2008-2009 Kieran Healy % Distributed as free software under the GNU GPL v3 @@ -31,6 +31,8 @@ % turn off chapter numbering \counterwithout{section}{chapter} + \counterwithout{figure}{chapter} + \counterwithout{table}{chapter} % reduce skip after section heading \setaftersecskip{1.2ex} @@ -65,6 +67,11 @@ \renewcommand{\cftchapterpresnum}{\scshape} \captiontitlefont{\small} + % turn off chapter numbering + \counterwithout{section}{chapter} + \counterwithout{figure}{chapter} + \counterwithout{table}{chapter} + % supress chapter numbers \maxsecnumdepth{chapter} \setsecnumdepth{chapter} @@ -81,7 +88,7 @@ \postdate{\par\vskip 1em} % 'abstract' title, bigger skip from title - \renewcommand{\abstractname}{\normalfont\scriptsize\emph{Abstract:}} + \renewcommand{\abstractname}{\normalfont\scriptsize\noindent} \renewcommand{\abstracttextfont}{\normalfont\scriptsize} \abstractrunin @@ -92,11 +99,11 @@ %%% 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{% @@ -109,10 +116,10 @@ \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 @@ -131,8 +138,8 @@ \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}}}{}