bitstormFA / jlatexmathfx

A Javafx Control to render LaTeX math formula
GNU General Public License v2.0
28 stars 10 forks source link

An enhancement: avoid throwing exceptions for an invalid LateX string #6

Closed spockoyno closed 6 years ago

spockoyno commented 6 years ago

Since it can be easy to make a mistake in a LateX string, might it be possible to replace the string with something like "??" rather than throwing an exception?

bitstormFA commented 6 years ago

Good idea - implemented in 0.33