Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect conversion of mathtools symbols like \coloneq and \Coloneq #2410

Open
fiveseven-lambda opened this issue Aug 29, 2024 · 0 comments · May be fixed by #2418
Open

Incorrect conversion of mathtools symbols like \coloneq and \Coloneq #2410

fiveseven-lambda opened this issue Aug 29, 2024 · 0 comments · May be fixed by #2418

Comments

@fiveseven-lambda
Copy link

fiveseven-lambda commented Aug 29, 2024

Hello,

I have noticed that LaTeXML currently converts certain symbols from the mathtools package incorrectly. Specifically, the following conversions are observed:

  • \coloneq is converted to :-
  • \eqcolon is converted to -:
  • \Coloneq is converted to ::-
  • \Eqcolon is converted to -::

However, in the actual mathtools package, these symbols are converted as follows:

  • \coloneq should convert to :=
  • \colondash should convert to :-
  • \eqcolon should convert to =:
  • \dashcolon should convert to -:
  • \Coloneq should convert to ::=
  • \Colondash should convert to ::-
  • \Eqcolon should convert to =::
  • \Dashcolon should convert to -::

It would be great if the LaTeXML implementation could be updated to match the mathtools package’s definitions.

Thank you for your attention to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants