codimd icon indicating copy to clipboard operation
codimd copied to clipboard

LaTeX not work as for '\exist'

Open EvelynLuo opened this issue 4 years ago • 2 comments
trafficstars

Hi, \exist doesn't work in LaTeX I wrote : ${ A| \exist C\in Country \exist L \in geo_Lake (C.code = L.country \land A.name = C.name) }$ hope to see : image but shown: image

EvelynLuo avatar Nov 17 '21 21:11 EvelynLuo

LaTeX syntax is supported by mathjax.

Please use exists for exist symbol.

codimd-mathjax-exist

Symbols list can be found here: https://docs.mathjax.org/en/latest/input/tex/macros/index.html

tarlety avatar Nov 29 '21 03:11 tarlety