[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Texi2html-cvs] texi2html texi2html.init texi2html.pl
From: |
Patrice Dumas |
Subject: |
[Texi2html-cvs] texi2html texi2html.init texi2html.pl |
Date: |
Thu, 23 Apr 2009 21:19:45 +0000 |
CVSROOT: /cvsroot/texi2html
Module name: texi2html
Changes by: Patrice Dumas <pertusus> 09/04/23 21:19:44
Modified files:
. : texi2html.init texi2html.pl
Log message:
Add punctuation characters and after punctuation characters.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.185&r2=1.186
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.273&r2=1.274
Patches:
Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -b -r1.185 -r1.186
--- texi2html.init 23 Apr 2009 10:13:08 -0000 1.185
+++ texi2html.init 23 Apr 2009 21:19:43 -0000 1.186
@@ -12,7 +12,7 @@
# Afterwards, load the file with command-line
# option -init-file <your_init_file>
#
-# $Id: texi2html.init,v 1.185 2009/04/23 10:13:08 pertusus Exp $
+# $Id: texi2html.init,v 1.186 2009/04/23 21:19:43 pertusus Exp $
######################################################################
# The following variables can also be set by command-line options
@@ -2065,6 +2065,9 @@
'!' => '!'
);
+$punctuation_characters = '.?!';
+$after_punctuation_characters = '"\')]';
+
#
# texinfo "things" (@foo{}) to HTML ones
#
Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -b -r1.273 -r1.274
--- texi2html.pl 23 Apr 2009 10:13:08 -0000 1.273
+++ texi2html.pl 23 Apr 2009 21:19:44 -0000 1.274
@@ -79,7 +79,7 @@
}
# CVS version:
-# $Id: texi2html.pl,v 1.273 2009/04/23 10:13:08 pertusus Exp $
+# $Id: texi2html.pl,v 1.274 2009/04/23 21:19:44 pertusus Exp $
# Homepage:
my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -556,6 +556,8 @@
$def_in_type_delimiters
$def_argument_separator_delimiters
%colon_command_punctuation_characters
+$punctuation_characters
+$after_punctuation_characters
@command_handler_init
@command_handler_process
@command_handler_finish
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Texi2html-cvs] texi2html texi2html.init texi2html.pl,
Patrice Dumas <=