GNU TeXmacs - Bugs: bug #63309, Space between operator and symbol...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63309: Space between operator and symbol in the second row of "align" is too small.
Submitter: | jadelight | ||
Submitted: | Thu 03 Nov 2022 10:30:21 AM UTC | ||
Category: | Editor | Priority: | 5 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 2.1.2 |
Fixed Release: | None | Fixed Release: | |
Keywords: |
Thu 12 Oct 2023 05:19:01 PM UTC, comment #1: |
Basile <baudoly> |
Thu 03 Nov 2022 10:30:21 AM UTC, original submission:
If I put "a" on the left column and "=b" on the right column of an "align" environment, then the space between "=" and "b" is too small. This is odd becuase "=b" is just an ordinary expression as in any other math environment. Same issue occurs if "=" is replaced by other operators such as "+".
|
jadelight |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
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.
Powered by Savane 3.12.
Corresponding source code
I think the reason is that (by design) you only get larger spacing around binary operators when operands are present on both sides. In your case, you could add an empty group (opening-parenthesis and then TAB) immediately before the equal sign.
Your problem is not specific to tables, you get the same spacing if you type $=b$ and the fix is the same.
I hope this solves the issue.