texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] Changes to texi2html/doc/texi2html.texi


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/doc/texi2html.texi
Date: Thu, 01 Dec 2005 03:38:49 -0500

Index: texi2html/doc/texi2html.texi
diff -u texi2html/doc/texi2html.texi:1.42 texi2html/doc/texi2html.texi:1.43
--- texi2html/doc/texi2html.texi:1.42   Tue Nov 29 19:04:26 2005
+++ texi2html/doc/texi2html.texi        Thu Dec  1 08:38:41 2005
@@ -766,6 +766,8 @@
 @node Style options
 @section Customizing the @acronym{HTML} and text style
 
address@hidden @acronym{CSS}
+
 Miscalleneous style changes may be achieved with command line options. 
 
 @table @asis
@@ -1384,7 +1386,15 @@
 @item toc_file
 The file name of the table of contents.
 @item today
-The date.
+The date. May be overriden by @code{$DATE}.
address@hidden user
+The user running @command{texi2html}. Maybe overriden by @code{$USER}.
address@hidden css_import_lines
+reference on an array containing the @code{@@import} lines of 
address@hidden files.
address@hidden css_lines
+reference on an array containing the normal lines of 
address@hidden files.
 @end table
 
 It also holds the arg of the following commands, associated with the command 
@@ -1496,6 +1506,8 @@
 @node css
 @section Customizing the @command{texi2html} css lines
 
address@hidden @acronym{CSS}
+
 It is possible to modify the @command{texi2html} css lines by modifying
 the entries or adding to the @variable{%css_map} hash. Each key is a css
 selector, the corresponding value is a style string.
@@ -1508,6 +1520,19 @@
 @example
 $CSS_LINES = '';
 @end example
+
+Another possiblility is to modify the array corresponding with the array 
+reference @code{$Texi2HTML::address@hidden'css_import_lines'@}} that contains 
the
address@hidden@@import} lines of @acronym{CSS} files, and similarly it is 
possible
+to modify the array corresponding with the array 
+reference @code{$Texi2HTML::address@hidden'css_lines'@}}  that contains 
+the normal @acronym{CSS} files lines (for details on what corresponds with
+those different lines, see @ref{HTML CSS,,,texinfo,GNU Texinfo}).
+The right place to modify these arrays is in a function appearing in 
+the @code{@@command_handler_process} array 
+(@pxref{Bypassing normal formatting}). Later, the @acronym{CSS} lines
+are allready expanded, by the function reference below. 
+
 
 It is also possible to change completely the way @variable{$CSS_LINES} are
 generated by redefining the following function reference:




reply via email to

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