Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
97 stars 19 forks source link

Support for line break #120

Closed Kolaru closed 4 months ago

Kolaru commented 4 months ago

Line break can be created with \\.

The line break must not be inside an equation, e.g. $a \\ b$ is invalid.