texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp TODO texi2any.pl


From: Patrice Dumas
Subject: texinfo/tp TODO texi2any.pl
Date: Sun, 16 Oct 2011 23:02:56 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/16 23:02:56

Modified files:
        tp             : TODO texi2any.pl 

Log message:
        Fix node footer buttons in texi2html mode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.190&r2=1.191
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.73&r2=1.74

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -b -r1.190 -r1.191
--- TODO        15 Oct 2011 11:42:43 -0000      1.190
+++ TODO        16 Oct 2011 23:02:56 -0000      1.191
@@ -1,3 +1,9 @@
+In Info @var{aa} leads to aa being capitalized.  Right now, if there is a
+punctuation after the @var, the rule for capitalized word apply, ie, no
+doubling of spaces.  Same with @sc.  It is certainly wrong, especially
+for @var. In TeX, there is a doubling of space for both @var (which is not 
+capitalized) and @sc.
+
 export XML_CATALOG_FILES=~/src/texinfo/tp/catalog.xml
 perl -w t/02coverage.t -o
 xmllint --nonet --noout --valid commands.xml

Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- texi2any.pl 15 Oct 2011 12:01:43 -0000      1.73
+++ texi2any.pl 16 Oct 2011 23:02:56 -0000      1.74
@@ -460,7 +460,9 @@
   ['SECTION_FOOTER_BUTTONS', [ 'FastBack', 'Back', 'Up', 
                                                'Forward', 'FastForward' ]],
   ['NODE_FOOTER_BUTTONS', [ 'FastBack', 'Back', 
-                                            'Up', 'Forward', 'FastForward' ]],
+                                            'Up', 'Forward', 'FastForward',
+                             ' ', ' ', ' ', ' ',
+                             'Top', 'Contents', 'Index', 'About' ]],
   );
   foreach my $option (@texi2html_options) {
     no warnings 'once';



reply via email to

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