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 21, 2016
2 parents 6ca5dc0 + 1f937cf commit 2f77a78
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions TeX/pre_eoa.tex
Expand Up @@ -372,6 +372,8 @@
}
% New command for numbered chapters
\newcommand{\EOAchapter}[2]{
\setcounter{footnotealph}{0}
\setcounter{footnotearabic}{0}
\chapter[#2]{#2}
\chaptermark{#1}
\ifthenelse{\boolean{anthology}}{
Expand Down Expand Up @@ -616,14 +618,22 @@
%%%%%%%%%%%% Footnote Sets
%
\usepackage{etex}
\usepackage{bigfoot}
\reserveinserts{50}
\DeclareNewFootnote{Alph}[alph]
\DeclareNewFootnote{Arabic}[arabic]
\DeclareNewFootnote{arabic}[arabic]
\DeclareNewFootnote{alph}[alph]
\usepackage{alphalph}
\renewcommand{\thefootnotealph}{\emph{\alphalph{\value{footnotealph}}}}
\newcommand{\EOAfnalph}[1]{\protect\footnotealph{#1}}
\newcommand{\EOAfnarabic}[1]{\protect\footnotearabic{#1}}
\newcommand{\EOAfnarabic}[1]{\protect\footnoteArabic{#1}}
\newcommand{\EOAfnalph}[1]{\protect\footnoteAlph{#1}}
%%%%%%%%%%%% Footnote Sets --end

0 comments on commit 2f77a78

Please sign in to comment.