summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bigfoot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-30 20:50:10 +0000
committerKarl Berry <karl@freefriends.org>2015-08-30 20:50:10 +0000
commit3ec6a3df9f6d8358f1c2b54427386abbadf4ac40 (patch)
tree0a71776d07bfc01165e0e81c6ae4773933da5f83 /Master/texmf-dist/tex/latex/bigfoot
parent633ddebf6e38c4c7056d98b02896cf8693fabafe (diff)
bigfoot (30aug15)
git-svn-id: svn://tug.org/texlive/trunk@38248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bigfoot')
-rw-r--r--Master/texmf-dist/tex/latex/bigfoot/bigfoot.sty14
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/bigfoot/bigfoot.sty b/Master/texmf-dist/tex/latex/bigfoot/bigfoot.sty
index ce4c14b6e6f..0e5b6e3486b 100644
--- a/Master/texmf-dist/tex/latex/bigfoot/bigfoot.sty
+++ b/Master/texmf-dist/tex/latex/bigfoot/bigfoot.sty
@@ -22,13 +22,13 @@
%% in the same archive or directory.)
%%
%% bigfoot is part of the bigfoot bundle for critical typesetting
-%% Copyright 2004--2014 David Kastrup <dak@gnu.org>
+%% Copyright 2004--2015 David Kastrup <dak@gnu.org>
%%
%% The license notice and corresponding source code for this file are
%% contained in bigfoot.dtx.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bigfoot}[2014/10/23 2.0 makes footnotes work]
+\ProvidesPackage{bigfoot}[2015/08/30 2.1 makes footnotes work]
\DeclareOption{para}{\PackageInfo{bigfoot}{Compatibility option `para'
has no effect:^^J%
@@ -60,7 +60,9 @@
\else
\hypersetup{hyperfootnotes=false}
\fi
+\ifx\e@alloc\@undefined
\RequirePackage{etex}
+\fi
\RequirePackage{manyfoot}
\RequirePackage{suffix}
\RequirePackage{perpage}
@@ -769,7 +771,7 @@
\global\setbox\@cclv\vbox{%
\unvbox\z@
\global\setbox\@cclv\vbox{\break\unvbox\@cclv}%
- {\splittopskip-\maxdimen \setbox\z@\vsplit\@cclv to\z@}
+ {\splittopskip-\maxdimen \setbox\z@\vsplit\@cclv to\z@}%
\ifnum\outputpenalty=\@M
\setbox\z@\vbox{\pagediscards
\FN@cleanpagepenalty}%
@@ -1423,10 +1425,10 @@
\AtBeginDocument{\@ifundefined{footinsdefault}%
{\newfootnote[plain]{default}%
{\let\@elt\FN@maybestart
- \MFL@list\relax}
+ \MFL@list\relax}%
}{}%
- \def\@footnotetext{\Footnotetextdefault{}}
- \def\p@footnotedefault{\p@footnote}
+ \def\@footnotetext{\Footnotetextdefault{}}%
+ \def\p@footnotedefault{\p@footnote}%
}
\endinput
%%