GNU TeXmacs - Bugs: bug #60549, For `amsart` document style, the...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60549: For `amsart` document style, the conversion should avoid `geometry` package if possible
Submitter: | Aeh9quu9 <ohnie0ai> | ||
Submitted: | Fri 07 May 2021 02:50:39 PM UTC | ||
Category: | Conversion | Priority: | 5 - Normal |
Item Group: | None | 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
I find that the a4paper is set by `\geometry{a4paper}` (or letter etc) after conversion to LaTeX, which will override page settings of amsart.
I believe that the "correct" way to achieve this is:
\documentclass[a4paper]{amsart}
tm file:
https://savannah.gnu.org/bugs/download.php?file_id=51396
tex file:
https://savannah.gnu.org/bugs/download.php?file_id=51395