summaryrefslogtreecommitdiff
path: root/language/japanese/platex-tools/pxmulticol.sty
blob: 2b0c3af4dddb716c39231df90b7fd8d00ab88800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 -- 2019/12/09 v1.8y)
%

\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{pxmulticol}
  [2018/11/25 v0.2 multicol 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