Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'dev-ou-footnotes' of github.molgen.mpg.de:kthoden/EOASk…
…ripts into dev-ou-footnotes
  • Loading branch information
calcnerd256 committed Mar 22, 2016
2 parents 6dc31b9 + dcdf460 commit d6f5a6d
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions TeX/pre_eoa.tex
Expand Up @@ -372,8 +372,8 @@
}
% New command for numbered chapters
\newcommand{\EOAchapter}[2]{
\setcounter{footnotealph}{0}
\setcounter{footnotearabic}{0}
\setcounter{footnotealph}{0}
\setcounter{footnotearabic}{0}
\chapter[#2]{#2}
\chaptermark{#1}
\ifthenelse{\boolean{anthology}}{
Expand Down Expand Up @@ -618,22 +618,19 @@
%%%%%%%%%%%% Footnote Sets
\usepackage{etex}
\usepackage{bigfoot}
\reserveinserts{50}
\usepackage{alphalph}
% Allocate some extra registers so that we don't run out when
% declaring footnotes
\reserveinserts{4}
\DeclareNewFootnote{arabic}[arabic]
\DeclareNewFootnote{alph}[alph]
\usepackage{alphalph}
%allow for more than 26 alpha-numbered footnotes per chater
%(aa,ab,ac,...)
\renewcommand{\thefootnotealph}{\emph{\alphalph{\value{footnotealph}}}}
\newcommand{\EOAfnalph}[1]{\protect\footnotealph{#1}}
\newcommand{\EOAfnarabic}[1]{\protect\footnotearabic{#1}}
%%%%%%%%%%%% Footnote Sets --end

0 comments on commit d6f5a6d

Please sign in to comment.