New features
- Add support for
\binom
- Add support for
\over
and\choose
- Add
\partial
,\subset
,\supset
,\subseteq
,\supseteq
,\cap
,\cup
,\setminus
,\neg
,\lnot
,\top
,\bot
,\emptyset
,\varnothing
,\land
,\lor
,\wedge
,\vee
,\notin
,\nsubseteq
,\nsupseteq
,\models
- Add simple
katex
command-line binary to convert TeX to HTML on the server - Add WOFF2 fonts for faster downloads in Chrome and Opera
Other changes
- Correctly throws on
\sqrt[3]{x}
to indicate lack of support - Fixed spacing for
\iint
and\iiint
- Built files now only use ASCII characters to avoid character encoding problems
- Warn when in quirks mode (i.e., missing a
<!DOCTYPE html>
declaration)