OSDN Git Service

JFM version 2: priority={<stretch>, <shrink>}
[luatex-ja/luatexja.git] / src / patches / lltjp-stfloats.sty
index 2902ef1..e90cef4 100644 (file)
@@ -3,7 +3,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjp-stfloats}[2014/09/08 Patch to stfloats for LuaTeX-ja]
+\ProvidesPackage{lltjp-stfloats}[2014/11/23 Patch to stfloats for LuaTeX-ja]
 
 \RequirePackage{stfloats,luatexja}
 
@@ -35,7 +35,8 @@
        \@texttop
        \dimen@ \ltjgetdp\@outputbox
        \unvbox \@outputbox
-       \ifnum\ltjgetparameter{direction}=3 \hskip\z@\else\vskip -\dimen@\fi
+       \ifnum\ltjgetparameter{direction}=3 \hskip\z@\fi %%% LuaTeX-ja
+       \vskip -\dimen@
        \@textbottom
        }%
    \fi
@@ -43,7 +44,6 @@
   }
 
 \ifx\@makecol\ltj@fn@makecol
-  \message{TRUE}
   \global\let\@makecol\fn@makecol
 \fi
 \endinput