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: Mon, 14 Nov 2005 06:16:26 -0500

Index: texi2html/doc/texi2html.html
diff -u texi2html/doc/texi2html.html:1.28 texi2html/doc/texi2html.html:1.29
--- texi2html/doc/texi2html.html:1.28   Sun Aug 28 08:39:57 2005
+++ texi2html/doc/texi2html.html        Mon Nov 14 11:14:01 2005
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Portions of texi2html
+<!--  Portions of texi2html
   Copyright C 1999, 2000 Lionel Cons
   Copyright C 1999, 2000 Karl Berry
   Copyright C 1999, 2000 Olaf Bachmann
@@ -30,8 +30,8 @@
 conditions for modified versions, except that this
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
--->
-<!-- Created on August, 28 2005 by texi2html @PACKAGE_VERSION@ -->
+ -->
+<!-- Created on November, 14 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 19 August 2005, describes version 1.77
+<p>This manual, last updated 28 August 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>
@@ -5371,7 +5371,9 @@
 <h2 class="section"> 7.19 Bypassing normal formatting </h2>
 
 <p>It is possible to bypass completely the normal formatting of @-commands 
-with braces. In that case the @-commands and the text within 
+with braces and raw regions 
+(<code>@html</code>, <code>@tex</code>, <code>@xml</code>&hellip; regions). 
+In that case the @-commands and the text within 
 are passed to a user defined function early, in a pass when no expansion
 of output takes place, called the collecting pass. Another user defined 
 function is called during the output expansion phase.
@@ -5391,13 +5393,21 @@
 a hash used to specify the user defined function references. 
 The key of the hash reference are <code>'init'</code> for the function
 reference called during the collecting pass, and <code>'expand'</code>
-during the expansion pass. Here is an example:
+during the expansion pass. Here is an example for an @-command with
+braces:
 </p>
 <table><tr><td>&nbsp;</td><td><pre class="example">$command_handler{'math'} =
      { 'init' =&gt; \&amp;Texi2HTML::LaTeX2HTML::to_latex,
        'expand' =&gt; \&amp;Texi2HTML::LaTeX2HTML::do_tex
      };
 </pre></td></tr></table>
+<p>And an example for a raw region @-command:
+</p>
+<table><tr><td>&nbsp;</td><td><pre class="example">$command_handler{'tex'} =
+     { 'init' =&gt; \&amp;Texi2HTML::LaTeX2HTML::to_latex,
+       'expand' =&gt; \&amp;Texi2HTML::LaTeX2HTML::do_tex
+     };
+</pre></td></tr></table>
 <p>The function references are called like:
 </p>
 <dl>
@@ -6676,7 +6686,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>August, 28 
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>November, 14 
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:
@@ -6778,7 +6788,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>August, 28 
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>November, 14 
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]