korsbo / Latexify.jl

Convert julia objects to LaTeX equations, arrays or other environments.
MIT License
544 stars 55 forks source link

Disallow tensors #286

Closed gustaphe closed 2 months ago

gustaphe commented 2 months ago

Solves #284

Higher-dimensional tensors cannot be simply printed, so this PR throws an error. A bit more informative than the indexing error it would have caused before.