Bug Tracker
I’m currently working on a major new version of the datatool package. This may take a while. Please be patient. (Experimental version available for testing.)
ID | 105🔗 |
---|---|
Date: | 2016-02-11 15:43:48 |
Status | Open Sign in if you want to bump this report. |
Category | flowfram |
Version | 1.17 |
Summary | sorry we broke flowfram with 2015 latex release |
Sign in to subscribe to notifications about this report.
Description
from 2015 latex has a new double column float implementation (previously in fixltx2e) which keeps figure* and figure in the same list, distinguished by 2-col figures having a depth of 1sp the redefinition of\@dblfloatplacement
loses the 1sp and things go wrong (see the image in the tex.sx report) seems like just adding \def\f@depth{1sp}
fixes it.
see example at
Problem with luatex fontspec and flowfram
MWE
Download (249B)
\showoutput \showboxdepth3 \documentclass{scrartcl} \usepackage{kantlipsum} \begin{document} \kant*[7] \begin{figure}[!htbp] \leavevmode\smash{\rule{1pt}{26pt}}\kant*[7] \end{figure} \leavevmode\smash{\rule{1pt}{26pt}}\kant*[7] \end{document}
Evaluation
Unfortunately adding \def\f@depth{1sp}
sometimes causes “Too many unprocessed floats” for documents that previously worked with TeX Live 2014, so I’m not sure what the best solution is, but at least your suggestion works for some documents.
Comments
3 comments.
Replying to Comment #46:
🔗Comment from anonymous
Date: 2016-02-12 11:22:25
Date: 2016-02-12 11:22:25
sigh looks like I attached the wrong file, but you can use the tex.sx link.
Replying to Comment #47:
Replying to Comment #48:
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=105
Date: 2016-02-12 11:06:17
Thank you! I've been trying to work out why my new LaTeX book went wonky with TL2015, but hadn't been able to narrow it down to a mwe!