GNU TeXmacs - Bugs: bug #60698, LaTeX conversion: force float...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60698: LaTeX conversion: force float tables/figures to appear "here"
Submitter: | Aeh9quu9 <ohnie0ai> | ||
Submitted: | Sat 29 May 2021 11:35:33 PM UTC | ||
Category: | Conversion | Priority: | 5 - Normal |
Item Group: | Wishlist | Status: | None |
Privacy: | Public | Assigned to: | None |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 1.99.20 |
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
After conversion to LaTeX and passed through pdflatex, I find that one of the figure is misplaced. I find that the conversion produces a figure environment:
\begin{figure}[h]
which seems only indicative. I propose to change it to
\usepackage{float}
...
\begin{figure}[H]
which forces "figure" to appear "here". Reference: https://tex.stackexchange.com/a/2281