texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp Texinfo/Convert/Text.pm t/results/co...


From: Patrice Dumas
Subject: texinfo/tp Texinfo/Convert/Text.pm t/results/co...
Date: Sat, 20 Nov 2010 10:06:56 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/11/20 10:06:56

Modified files:
        tp/Texinfo/Convert: Text.pm 
        tp/t/results/coverage: math.pl 

Log message:
        Handle @\.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Text.pm?cvsroot=texinfo&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/math.pl?cvsroot=texinfo&r1=1.11&r2=1.12

Patches:
Index: Texinfo/Convert/Text.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Text.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- Texinfo/Convert/Text.pm     13 Nov 2010 21:13:16 -0000      1.20
+++ Texinfo/Convert/Text.pm     20 Nov 2010 10:06:56 -0000      1.21
@@ -144,6 +144,7 @@
            '@', '@',
            '}', '}',
            '{', '{',
+           '\\', '\\',  # should only appear in math
 );
 
 my %accent_commands = %Texinfo::Common::accent_commands;

Index: t/results/coverage/math.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/coverage/math.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- t/results/coverage/math.pl  1 Nov 2010 09:01:02 -0000       1.11
+++ t/results/coverage/math.pl  20 Nov 2010 10:06:56 -0000      1.12
@@ -348,10 +348,10 @@
 math code a < b
 
 Complex
- \\underline{math \\hbox{ code }} i \\sum_{i}{\\underline{f}}
+ \\underline{math \\hbox{ code }} \\i \\sum_{i}{\\underline{f}}
 
 @\\ outside of math
-
+\\
 
 ';
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]