slatex / RusTeX

A (somewhat experimental) implementation of a TeX engine in rust, used to convert LaTeX documents to xhtml.
24 stars 0 forks source link

Two smaller bugs #11

Open leahneukirchen opened 1 year ago

leahneukirchen commented 1 year ago

Toying around with latest from 2023-07-13, I found:

\documentclass{article}
\begin{document}

Backslash-Space works in text mode but not math mode: x\ 678.

\[
  x\ 678
\]

This $y$ should be italic:

\[
  3y
\]
\end{document}
Jazzpirate commented 1 year ago

thanks for letting me know - given the current spaghetti-incarnation of rustex, this is a bit annoying to solve, so I would probably fix this during refactoring the whole thing into a proper crate (which I'm actively working on)