From 507664b0c7935f2e3d1632fe60d2ea382f568689 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 18 Apr 2015 00:54:06 -0400 Subject: [PATCH] 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. --- doc/tame.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/tame.texi b/doc/tame.texi index 5ed52297..10ed1d0d 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -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