mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
feat: support \angl and \angln (#2334)
* Support \angl and \angln * Update screenshots * Update documentation
This commit is contained in:
@@ -987,6 +987,10 @@ defineMacro("\\braket", "\\mathinner{\\langle{#1}\\rangle}");
|
||||
defineMacro("\\Bra", "\\left\\langle#1\\right|");
|
||||
defineMacro("\\Ket", "\\left|#1\\right\\rangle");
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// actuarialangle.dtx
|
||||
defineMacro("\\angln", "{\\angl n}");
|
||||
|
||||
// Custom Khan Academy colors, should be moved to an optional package
|
||||
defineMacro("\\blue", "\\textcolor{##6495ed}{#1}");
|
||||
defineMacro("\\orange", "\\textcolor{##ffa500}{#1}");
|
||||
|
Reference in New Issue
Block a user