summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/platex-tools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-25 22:08:38 +0000
committerKarl Berry <karl@freefriends.org>2018-11-25 22:08:38 +0000
commitb5cf9aad99f165daa6f125d38585e7aa4010d3e9 (patch)
treedef9b60596a5cffd3dead2ff40f5a92343bcf425 /Master/texmf-dist/tex/latex/platex-tools
parentb8996f0f541d768f8f70ef9c6ca5b938ad164b70 (diff)
platex-tools (25nov18)
git-svn-id: svn://tug.org/texlive/trunk@49250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/platex-tools')
-rw-r--r--Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty b/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty
new file mode 100644
index 00000000000..a55341af957
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty
@@ -0,0 +1,25 @@
+%
+% pxmulticol.sty
+% written by Hironobu Yamashita (@aminophen)
+%
+% This package is part of the platex-tools bundle.
+% https://github.com/aminophen/platex-tools
+%
+% This package is expected to be compatible with
+% * multicol.sty in latex-tools
+% (1995/10/19 v1.5l -- 2018/04/01 v1.8r)
+%
+
+\NeedsTeXFormat{pLaTeX2e}
+\ProvidesPackage{pxmulticol}
+ [2018/11/25 v0.2 footnote layout package for pLaTeX]
+\RequirePackageWithOptions{multicol}
+
+%% patching internal code for multicol.sty
+%
+\def\reinsert@footnotes{\ifvoid\footins\else
+ \insert\footins{\iftbox\footins\tate\else\yoko\fi}\fi}
+%
+%% done
+
+\endinput