-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
KaTeX supports a lot of features from a lot of packages. We should make a list, either in the README or in a katex.sty style file (maybe in contrib?), so that it's easy to port code from KaTeX to LaTeX. Feel free to list packages you're aware of here. For starters:
amsmathfor many macrosamssymbfor many symbols (e.g.,\triangledown)latexsymfor e.g.\Box(included ineufrakfor\mathfrakamssymb)colorfor\colorand\textcolor(but these don't support HTML colors...)mathtoolsfor e.g.\xhookleftarrowMnSymbolseems to cover more stretchys thanmathtoolsoverrightarrowfor\Overrightarrowcancelfor\cancel\KaTeXshould get its own\newcommandunicode-mathfor Unicode symbols that @ronkok is addingarydshlnfor Added ability to create a dashed vertical line in arrays, using ':' #1395statmathfor\argmin/\argmax(add \argmax and \argmin #1820)stmaryrdfor\llbracket/\rrbracket(Add symbol double square brackets #1947)
(I've mentioned this idea before, but never turned it into an issue.)
Relatedly, #272 suggests trying to redefine sizing commands to work in math mode or other additional features from LaTeX (larger Unicode support?).
Reactions are currently unavailable