Proper @math HTML override with @definfoenclose

Backslashes were being stripped from the output unless escaped with another
backslash, but that would cause problems with the TeX ouput.
master
Mike Gerwitz 2015-04-18 00:54:06 -04:00
parent 908526ff85
commit 507664b0c7
1 changed files with 1 additions and 3 deletions

View File

@ -70,9 +70,7 @@ Free Documentation License".
@ifhtml
@c override @math to delimit for MathJax/KaTeX/etc
@macro math{expr}
\\(\expr\\\)
@end macro
@definfoenclose math,\(,\)
@end ifhtml