Builtin macros, macro arguments, overset and underset

* Ship predefined macros with the library, in macros.js.
* Allow macro arguments #1 and so on, with argument count deduced from string.
* Use these features to implement \overset and \underset, fixes #484.
This commit is contained in:
Martin von Gagern
2017-01-06 18:52:50 +01:00
parent 40ec1b92b8
commit 7ec455083f
5 changed files with 98 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
"less": "~2.7.1",
"morgan": "^1.7.0",
"nomnom": "^1.8.1",
"object-assign": "^4.1.0",
"pako": "1.0.4",
"selenium-webdriver": "^2.48.2",
"sri-toolbox": "^0.2.0",