canonicalization problem with presubscript and primes
Open
bug
rules
- Dominant language
- Rust
- Stars
- 114
- Forks
- 85
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 42
Description
This comes from a CMU braille test (4.3.4 example 3): ${}_{++}z^{''}$
The TeX code produces:
```
```
The WIRIS editor produces (I tried prescripts first and primes first, both came out the same):
```
```
Canonicalization produces:
```
```
for the TeX.
The primes should be part of the `mmultiscripts` so the CMU rules can order the output correctly (primes after the base, then the presubscripts).
For the WIRIS encoding, the canonicalization does it wrong the opposite way:
```
```
Here there is an `msub` with an empty base inside the `mmultiscripts`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.