GNU TeXmacs - Bugs: bug #62256, small-figure macro does not work...
You are not allowed to post comments on this tracker with your current authentication level.
bug #62256: small-figure macro does not work properly inside tables
Submitter: | Massimiliano Gubinelli <mgubi> | ||
Submitted: | Tue 05 Apr 2022 09:05:29 AM UTC | ||
Category: | Styles | Priority: | 5 - Normal |
Item Group: | None | Status: | Confirmed |
Privacy: | Public | Assigned to: | None |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | |
Fixed Release: | None | Fixed Release: | |
Keywords: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
The small-figure macro does not indent properly the caption when placed inside a table (e.g. to place several figures side-by-side). The following redefinition seems to correct this problem:
<assign|small-figure|<macro|body|caption|<surround|<compound|next-figure>||<render-small-figure|figure|<compound|figure-text>
<compound|the-figure>|<arg|body>|<surround|<set-binding|<compound|the-figure>>||<arg|caption>>>>>>
the point is to add a \surround to the outmost environment. The problem has been reported on the forum here:
http://forum.texmacs.cn/t/what-is-the-recommended-way-to-insert-side-by-side-figures/852
Maybe other similar environments have the same problem.