jgm / jgm/texmath

MathML <mo> created for each adjacent Rel symbol

Open
#220 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
406
Forks
86
Avg merge
1h 25m
Merged PRs (30d)
1

Description

According to the TeXBook, adjacent Rel symbols shouldn't have space between them. In the MathML output, multiple `` are created for each symbol which doesn't seem correct. Example of current behaviour:

Input: `:::`

MathML output:
```html
:
:
:
```

I would expect only one element to be output. This is what MathJax does, for example.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.