(name, body)
| 13336 | /* harmony default export */ var macros = (builtinMacros); // This function might one day accept an additional argument and do more things. |
| 13337 | |
| 13338 | function defineMacro(name, body) { |
| 13339 | builtinMacros[name] = body; |
| 13340 | } ////////////////////////////////////////////////////////////////////// |
| 13341 | // macro tools |
| 13342 | // LaTeX's \@firstoftwo{#1}{#2} expands to #1, skipping #2 |
| 13343 | // TeX source: \long\def\@firstoftwo#1#2{#1} |