korsbo / Latexify.jl

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

Infix operators and paranthesis precedence #296

Open gustaphe opened 4 days ago

gustaphe commented 4 days ago

I headed out to add some infix comparison operators, but wasn't happy to have to defend keeping the weird parenthesis issues, so I fixed that too.

List of infix comparison operators

These are the ones currently in the comparison dictionary: image

Closes #168 Does much of #246 Closes #279