Bug Tracker RSS feed

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.

🔗Comment from Nicola Talbot 🦜
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!

Replying to Comment #46:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

🔗Comment from anonymous
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:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

🔗Comment from Nicola Talbot 🦜
Date: 2016-02-12 19:27:00

Not to worry :-) Thanks.

Replying to Comment #48:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=105