GNU TeXmacs - Bugs: bug #60864, aligned environments with...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60864: aligned environments with alignment specifier does not get imported from latex correctly
Submitter: | Gennady Uraltsev <guraltsev> | ||
Submitted: | Wed 30 Jun 2021 10:12:30 PM UTC | ||
Category: | Conversion | Priority: | 5 - Normal |
Item Group: | Error | Status: | Confirmed |
Privacy: | Public | Assigned to: | vdhoeven |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 2.1 |
Fixed Release: | None | Fixed Release: | |
Keywords: |
Thu 01 Jul 2021 10:58:06 AM UTC, comment #1: |
Massimiliano Gubinelli <mgubi>![]() |
Wed 30 Jun 2021 10:12:30 PM UTC, original submission:
When trying to import valid latex math:
|
Gennady Uraltsev <guraltsev> |
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.
There are two issues here: the first is the fact that the \align tag in TeXmacs insert a block content and not an inline one, so we go to the line without reason. I'm not sure why is the case, it seems to me that the \equations-base tag go into block mode. A priori this should be correctable.
Provided we fix this we will have to enhance the conversions to take the vertical alignment option [t] into account.
Joris, suggestions/remarks?