daisy / daisy/MathCAT

canonicalization problem with presubscript and primes

Open
#179 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.