[tex4ht-commits] [SCM] tex4ht updated: r700 - trunk/web
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed May 27 14:39:28 CEST 2020
Author: michal_h21
Date: 2020-05-27 15:39:27 +0300 (Wed, 27 May 2020)
New Revision: 700
Modified:
trunk/web/ChangeLog
trunk/web/index.html
Log:
Use make4ht instead of htlatex
Modified: trunk/web/ChangeLog
===================================================================
--- trunk/web/ChangeLog 2020-05-27 12:05:54 UTC (rev 699)
+++ trunk/web/ChangeLog 2020-05-27 12:39:27 UTC (rev 700)
@@ -1,3 +1,7 @@
+2020-05-28 Michal Hoftich <michal.h21 at gmail.com>
+
+ * index.html: use make4ht instead of htlatex.
+
2019-06-24 Karl Berry <karl at freefriends.org>
* index.html: wording, tweak changelog format
Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html 2020-05-27 12:05:54 UTC (rev 699)
+++ trunk/web/index.html 2020-05-27 12:39:27 UTC (rev 700)
@@ -68,14 +68,9 @@
<p>To convert a LaTeX source file.tex to HTML5 that uses UTF-8:
<pre>
-htlatex file.tex "xhtml,html5,charset=utf-8" " -cunihtf -utf8"
+make4ht file.tex
</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>For more comprehensible invocations, see <a
href="https://ctan.org/pkg/make4ht">make4ht</a> above.
More information about the tex4ht-commits
mailing list.