blob: 5ee7d407ce511b6c923767263ca432c1862f5a41 (
plain)
1
2
3
4
5
6
7
8
9
|
%
% lltjp-footmiscs.sty
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{lltjp-footmisc}[2024-07-22 Patch to footmisc for LuaTeX-ja]
\patchcmd{\@makenormalcolbox}{\vskip -\@outputbox@depth\@textbottom}%
{\pltx@adjust@wd@outputbox\vskip -\@outputbox@depth\@textbottom}{}{}%
|