diff options
Diffstat (limited to 'tex/context/base/mkxl/page-ffl.mkxl')
-rw-r--r-- | tex/context/base/mkxl/page-ffl.mkxl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/page-ffl.mkxl b/tex/context/base/mkxl/page-ffl.mkxl index 4c467253b..9aeaeef60 100644 --- a/tex/context/base/mkxl/page-ffl.mkxl +++ b/tex/context/base/mkxl/page-ffl.mkxl @@ -96,12 +96,12 @@ \ifodd\c_strc_floats_facing_flushed \ifodd\realpageno \strc_floats_facing_flush_indeed - \doifelsependingpagecontent\relax{\null\page}% + \doifelsependingpagecontent\relax{\kern\zeropoint\page}% \fi \else \ifodd\realpageno\else \strc_floats_facing_flush_indeed - \doifelsependingpagecontent\relax{\null\page}% + \doifelsependingpagecontent\relax{\kern\zeropoint\page}% \fi \fi \fi} @@ -230,6 +230,7 @@ \else \begingroup \setbox\scratchbox\vsplit#1 upto \textheight + \setsplitlisthtdp\scratchbox\strutht\strutdp \setbox\scratchbox\hpack\bgroup \edef\currentfacingfloat{\currentfacingfloat:#2}% \inheritedfacingfloatframed{\box\scratchbox}% |