feat: support \angl and \angln (#2334)

* Support \angl and \angln

* Update screenshots

* Update documentation
This commit is contained in:
Ron Kok
2020-07-25 06:53:11 -07:00
committed by GitHub
parent d1ad2e0b8b
commit e76857ec03
10 changed files with 88 additions and 11 deletions

View File

@@ -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}");