| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-10 | Fix test for #9555. | John MacFarlane | |
| 2024-03-10 | LaTeX reader: improve tokenization of `@`. | John MacFarlane | |
| Make tokenization sensitive to `\makeatletter`/`\makeatother`. Previously we just always treated `@` as a letter. This led to bad results, e.g. with the sequence `\@`. E.g., `a\@ b` would parse as "ab" and `a\@b` as "a". Closes #9555. | |||
