texi2html-cvs
[Top][All Lists]
Advanced

[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: Sat, 24 Jan 2009 00:35:10 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/01/24 00:35:09

Modified files:
        .              : texi2html.init texi2html.pl 

Log message:
        add PARAGRAPHINDENT for the default paragraphindent

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.178&r2=1.179
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.261&r2=1.262

Patches:
Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- texi2html.init      18 Jan 2009 00:59:30 -0000      1.178
+++ texi2html.init      24 Jan 2009 00:35:08 -0000      1.179
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.178 2009/01/18 00:59:30 pertusus Exp $
+# $Id: texi2html.init,v 1.179 2009/01/24 00:35:08 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -287,6 +287,8 @@
 # latex2html are cleaned (they all have the prefix <document name>_l2h_).
 $L2H_CLEAN = 1;
 
+$PARAGRAPHINDENT = 3;
+
 ##############################################################################
 #
 # The following can only be set in the init file

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -b -r1.261 -r1.262
--- texi2html.pl        18 Jan 2009 00:59:30 -0000      1.261
+++ texi2html.pl        24 Jan 2009 00:35:09 -0000      1.262
@@ -74,7 +74,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.261 2009/01/18 00:59:30 pertusus Exp $
+# $Id: texi2html.pl,v 1.262 2009/01/24 00:35:09 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -263,6 +263,7 @@
 @CSS_REFS
 $INLINE_CONTENTS
 $INLINE_INSERTCOPYING
+$PARAGRAPHINDENT
 );
 
 # customization variables




reply via email to

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