christianp / asciimath2tex

JavaScript library to convert AsciiMath to TeX
Apache License 2.0
70 stars 16 forks source link

Missing backslash at lines 312 and 314 #31

Closed GiovanniSalmeri closed 1 month ago

GiovanniSalmeri commented 1 month ago

I have discovered a little typo at lines 312 and 314. They should be:

            {asciimath: "mathbf", atname:"mathvariant", atval:"bold", tex:"\\mathbf"},
            {asciimath: "mathsf", atname:"mathvariant", atval:"sans-serif", tex:"\\mathsf"},

Thank you!

christianp commented 1 month ago

Well spotted. Thanks!