summaryrefslogtreecommitdiff
path: root/macros/generic/expex/epltxfn.sty
blob: d052f19807a7c7768c2d6b8e77fe07a0a28ee9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\ProvidesPackage{epltxfn}%
  [2011/12/05 v1.0 LaTex footnote macro for ExPex (JF)]
\RequirePackage{expex}
\makeatletter
\def\everyfootnote{%
   \keepexcntlocal
   \excnt=1
   \lingset{exskip=1ex,exnotype=roman,sampleexno=,
      labeltype=alpha,labelanchor=numright,labeloffset=.6em,
      textoffset=.6em}
}
\renewcommand{\@makefntext}[1]{%
   \everyfootnote
   \parindent=1em
   \noindent
   \@thefnmark.\enspace #1%
}
\resetatcatcode