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.html


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

Index: texi2html/doc/texi2html.html
diff -u texi2html/doc/texi2html.html:1.30 texi2html/doc/texi2html.html:1.31
--- texi2html/doc/texi2html.html:1.30   Tue Nov 29 19:04:25 2005
+++ texi2html/doc/texi2html.html        Thu Dec  1 08:38:41 2005
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
  -->
-<!-- Created on November, 29 2005 by texi2html @PACKAGE_VERSION@ -->
+<!-- Created on December, 1 2005 by texi2html 1.77 -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -48,7 +48,7 @@
 <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.77: 
Texi2HTML">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2html @PACKAGE_VERSION@">
+<meta name="Generator" content="texi2html 1.77">
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <style type="text/css">
 <!--
@@ -130,7 +130,7 @@
 <a name="SEC_Top"></a>
 
 
-<p>This manual, last updated 28 August 2005, describes version 1.77
+<p>This manual, last updated 30 November 2005, describes version 1.77
 of the <code>texi2html</code> Perl script which converts
 <a href="http://www.texinfo.org";>Texinfo</a> into <a 
href="http://w3c.org";>HTML</a>.
 </p>
@@ -992,6 +992,7 @@
 </tr></table>
 <h2 class="section"> 4.6 Customizing the <acronym>HTML</acronym> and text 
style </h2>
 
+
 <p>Miscalleneous style changes may be achieved with command line options. 
 </p>
 <dl compact="compact">
@@ -2019,7 +2020,18 @@
 <dd><p>The file name of the table of contents.
 </p></dd>
 <dt> <code>today</code></dt>
-<dd><p>The date.
+<dd><p>The date. May be overriden by <code>$DATE</code>.
+</p></dd>
+<dt> <code>user</code></dt>
+<dd><p>The user running <code>texi2html</code>. Maybe overriden by 
<code>$USER</code>.
+</p></dd>
+<dt> <code>css_import_lines</code></dt>
+<dd><p>reference on an array containing the <code>@import</code> lines of 
+<acronym>CSS</acronym> files.
+</p></dd>
+<dt> <code>css_lines</code></dt>
+<dd><p>reference on an array containing the normal lines of 
+<acronym>CSS</acronym> files.
 </p></dd>
 </dl>
 
@@ -2229,6 +2241,7 @@
 </tr></table>
 <h2 class="section"> 6.7 Customizing the <code>texi2html</code> css lines </h2>
 
+
 <p>It is possible to modify the <code>texi2html</code> css lines by modifying
 the entries or adding to the <a name="IDX119"></a>
 <code>%css_map</code> hash. Each key is a css
@@ -2243,6 +2256,19 @@
 </p>
 <table><tr><td>&nbsp;</td><td><pre class="example">$CSS_LINES = '';
 </pre></td></tr></table>
+<p>Another possiblility is to modify the array corresponding with the array 
+reference <code>$Texi2HTML::THISDOC{'css_import_lines'}</code> that contains 
the
+<code>@import</code> lines of <acronym>CSS</acronym> files, and similarly it 
is possible
+to modify the array corresponding with the array 
+reference <code>$Texi2HTML::THISDOC{'css_lines'}</code>  that contains 
+the normal <acronym>CSS</acronym> files lines (for details on what corresponds 
with
+those different lines, see <a href="texinfo.html#HTML-CSS">(texinfo)HTML 
CSS</a> section `HTML CSS' in <cite>GNU Texinfo</cite>).
+The right place to modify these arrays is in a function appearing in 
+the <code>@command_handler_process</code> array 
+(see section <a href="#SEC89">Bypassing normal formatting</a>). Later, the 
<acronym>CSS</acronym> lines
+are allready expanded, by the function reference below. 
+</p>
+
 <p>It is also possible to change completely the way <a name="IDX122"></a>
 <code>$CSS_LINES</code> are
 generated by redefining the following function reference:
@@ -6438,6 +6464,8 @@
 <tr><td></td><td valign="top"><a href="#SEC68">complex format</a></td><td 
valign="top"><a href="#SEC68">7.10 Formatting of complex formats 
(<code>@example</code>, <code>@display</code>&hellip;)</a></td></tr>
 <tr><td></td><td valign="top"><a href="#SEC17"><tt>`Config'</tt></a></td><td 
valign="top"><a href="#SEC17">4.8 Use initialization files for fine 
tuning</a></td></tr>
 <tr><td></td><td valign="top"><a href="#SEC4">configure</a></td><td 
valign="top"><a href="#SEC4">3. Installation of 
<code>texi2html</code></a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#SEC15"><acronym>CSS</acronym></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#SEC38"><acronym>CSS</acronym></a></td><td valign="top"><a 
href="#SEC38">6.7 Customizing the <code>texi2html</code> css lines</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
 <tr><th><a name="SEC100_3">D</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="#SEC3">downloading 
<code>texi2html</code> source</a></td><td valign="top"><a href="#SEC3">2. 
Obtaining <code>texi2html</code></a></td></tr>
@@ -6694,7 +6722,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>November, 29 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>December, 1 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.77</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -6796,7 +6824,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>November, 29 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>December, 1 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.77</em></a>.
  </font>
  <br>
 




reply via email to

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