Support \bgroup and \egroup

This commit is contained in:
Martin von Gagern
2017-01-06 23:34:29 +01:00
parent 96d1e6aea7
commit e2763a3007
6 changed files with 21 additions and 0 deletions

View File

@@ -8,6 +8,13 @@ function defineMacro(name, body) {
module.exports[name] = body;
}
//////////////////////////////////////////////////////////////////////
// basics
defineMacro("\\bgroup", "{");
defineMacro("\\egroup", "}");
defineMacro("\\begingroup", "{");
defineMacro("\\endgroup", "}");
//////////////////////////////////////////////////////////////////////
// amsmath.sty