Latexify.jl icon indicating copy to clipboard operation
Latexify.jl copied to clipboard

Incorrectly parsed math mode accents

Open kapple19 opened this issue 3 years ago • 0 comments

For example,

using Symbolics: @variables
@variables x′
x′ * x′

outputs

\begin{equation} x^\prime^{2} \end{equation}

or

using Symbolics: @variables
@variables ŷ
ŷ * ŷ

outputs

\begin{equation} x\hat^{2} \end{equation}

Loving the package btw!

kapple19 avatar Jul 21 '21 04:07 kapple19