[tex4ht-commits] [SCM] tex4ht updated: r705 - trunk/web
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu May 28 14:08:37 CEST 2020
Author: michal_h21
Date: 2020-05-28 15:08:36 +0300 (Thu, 28 May 2020)
New Revision: 705
Modified:
trunk/web/ChangeLog
trunk/web/index.html
Log:
Added back info about htlatex
Modified: trunk/web/ChangeLog
===================================================================
--- trunk/web/ChangeLog 2020-05-27 20:21:47 UTC (rev 704)
+++ trunk/web/ChangeLog 2020-05-28 12:08:36 UTC (rev 705)
@@ -1,3 +1,7 @@
+2020-05-29 Michal Hoftich <michal.h21 at gmail.com>
+
+ * index.html: added back info about htlatex.
+
2020-05-28 Michal Hoftich <michal.h21 at gmail.com>
* index.html: use make4ht instead of htlatex.
Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html 2020-05-27 20:21:47 UTC (rev 704)
+++ trunk/web/index.html 2020-05-28 12:08:36 UTC (rev 705)
@@ -66,14 +66,32 @@
<h3>Basic invocation for modern output</h3>
-<p>To convert a LaTeX source file.tex to HTML5 that uses UTF-8:
+<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>
<pre>
+<samp>
+htlatex file.tex "xhtml,html5,charset=utf-8" " -cunihtf -utf8"
+</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="applications/tex4ht/mn-commands.html">More details on calling
+ conventions</a>.
+
+<p>Easier way is to use <code>make4ht</code>. The following command produces the same output as the previous one,
+HTML5 in UTF-8 encoding:
+</p>
+
+<pre>
+<samp>
make4ht file.tex
+</samp>
</pre>
<p>For more comprehensible invocations, see <a
-href="https://ctan.org/pkg/make4ht">make4ht</a> above.
+href="https://ctan.org/pkg/make4ht">make4ht</a> documentation.
<h3>Bug reports</h3>
More information about the tex4ht-commits
mailing list.