[tex4ht-commits] [SCM] tex4ht updated: r835 - trunk/web

karl at gnu.org.ua karl at gnu.org.ua
Wed Oct 28 02:18:18 CET 2020


Author: karl
Date: 2020-10-28 03:18:18 +0200 (Wed, 28 Oct 2020)
New Revision: 835

Modified:
   trunk/web/index.html
Log:
include mathml in examples


Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html	2020-10-26 00:52:04 UTC (rev 834)
+++ trunk/web/index.html	2020-10-28 01:18:18 UTC (rev 835)
@@ -84,25 +84,25 @@
 
 <h3>Basic invocation for modern output</h3>
 
-<p>TeX4ht can be invoked in several ways. Original way is to use the <code>htlatex</code> command.
-To convert a LaTeX source file.tex to HTML5 that uses UTF-8:</p>
+<p>TeX4ht can be invoked in several ways. The original way is to use the
+<code>htlatex</code> command. To convert a LaTeX source file.tex to
+HTML5 that uses UTF-8, with MathML:</p>
 
 <pre>
-<samp>$ <kbd>htlatex file.tex "xhtml,html5,charset=utf-8" " -cunihtf -utf8"</kbd></samp>
+<samp>$ <kbd>htlatex file.tex "xhtml,html5,mathml,charset=utf-8" " -cunihtf -utf8"</kbd></samp>
 </pre>
 
 <p>N.B. That command line has three arguments, the second two given
 inside shell quotes; the last argument starts with a space. <a
-  href="doc/mn-commands.html">More details on calling
-  conventions</a>.
+href="doc/mn-commands.html">More details on calling conventions</a>.
 
 <p>An easier way is to use <a
 href="https://ctan.org/pkg/make4ht">make4ht</a> (see its documentation
 for more). The following command produces the same output as the
-previous one, HTML5 in UTF-8 encoding:</p>
+previous one, HTML5 in UTF-8 encoding with MathML:</p>
 
 <pre>
-<samp>$ <kbd>make4ht file.tex</kbd></samp>
+<samp>$ <kbd>make4ht file.tex "mathml"</kbd></samp>
 </pre>
 
 <h3>Bug reports</h3>



More information about the tex4ht-commits mailing list.