summaryrefslogtreecommitdiff
path: root/language/japanese/platex-tools/pxmulticol.sty
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/platex-tools/pxmulticol.sty')
-rw-r--r--language/japanese/platex-tools/pxmulticol.sty25
1 files changed, 25 insertions, 0 deletions
diff --git a/language/japanese/platex-tools/pxmulticol.sty b/language/japanese/platex-tools/pxmulticol.sty
new file mode 100644
index 0000000000..a55341af95
--- /dev/null
+++ b/language/japanese/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