You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LaTeX doesn't have special commands for < (less than) or > (greater than) signs, this however results in clash with html tag opening/closing. KaTeX itself doesn't have this problem (I can write a < b here https://khan.github.io/KaTeX/ just fine), so I think the issue is the parser here.
Neither of these variants will work:
$a < b$
$a < b$
$a \< b$
(Interestingly the first one will also break my vim-pandoc highlighting)
The text was updated successfully, but these errors were encountered:
LaTeX doesn't have special commands for < (less than) or > (greater than) signs, this however results in clash with html tag opening/closing. KaTeX itself doesn't have this problem (I can write
a < b
here https://khan.github.io/KaTeX/ just fine), so I think the issue is the parser here.Neither of these variants will work:
$a < b$
$a < b$
$a \< b$
(Interestingly the first one will also break my vim-pandoc highlighting)
The text was updated successfully, but these errors were encountered: