diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-18 00:54:06 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-18 00:54:07 -0400 |
commit | 507664b0c7935f2e3d1632fe60d2ea382f568689 (patch) | |
tree | 7f98976fb877eb9b7963996d5ca15d894492282a /doc | |
parent | 908526ff8503c36b0d2a267aa5dfe4c788780791 (diff) | |
download | tame-507664b0c7935f2e3d1632fe60d2ea382f568689.tar.gz tame-507664b0c7935f2e3d1632fe60d2ea382f568689.tar.bz2 tame-507664b0c7935f2e3d1632fe60d2ea382f568689.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tame.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index 5ed5229..10ed1d0 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 |