Latexify.jl
Latexify.jl copied to clipboard
Allow unicode cdot to be considered operator alongside *
Sometimes you want to assign unicode cdot to dot product, etc but latexify will render it like a function. This PR should allow the unicode cdot to be rendered like the asterisk. It is also immune to kwargs cdot = false because sometimes you want to notate the dot in certain circumstance, etc