[tex4ht-commits] [SCM] tex4ht updated: r1230 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 31 13:01:20 CET 2022
Author: michal_h21
Date: 2022-10-31 12:01:20 +0000 (Mon, 31 Oct 2022)
New Revision: 1230
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-unicode.tex
Log:
fixed unicode characters for more long arrow commands
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-10-31 11:23:43 UTC (rev 1229)
+++ trunk/lit/ChangeLog 2022-10-31 12:01:20 UTC (rev 1230)
@@ -1,5 +1,8 @@
2022-10-31 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-unicode.tex (unicode.4ht): fixed Unicode characters for
+ more long arrow commands.
+
* tex4ht-4ht.tex (minted.4ht): don't insert comments in
\mintedinline, it can cause removal of HTML tags.
https://github.com/michal-h21/make4ht/issues/92
Modified: trunk/lit/tex4ht-unicode.tex
===================================================================
--- trunk/lit/tex4ht-unicode.tex 2022-10-31 11:23:43 UTC (rev 1229)
+++ trunk/lit/tex4ht-unicode.tex 2022-10-31 12:01:20 UTC (rev 1230)
@@ -442,11 +442,11 @@
\Configure{ddots} {\x:unicode{22F1}}
\Configure{hookleftarrow} {\x:unicode{21A9}}
\Configure{hookrightarrow} {\x:unicode{21AA}}
-\Configure{longleftarrow} {\x:unicode{2190}}
-\Configure{longleftrightarrow} {\x:unicode{2194}}
-\Configure{Longleftrightarrow} {\x:unicode{21D4}}
-\Configure{longmapsto} {\x:unicode{21A6}}
-\Configure{longrightarrow} {\x:unicode{2192}}
+\Configure{longleftarrow} {\x:unicode{27F5}}
+\Configure{longleftrightarrow} {\x:unicode{27F7}}
+\Configure{Longleftrightarrow} {\x:unicode{27FA}}
+\Configure{longmapsto} {\x:unicode{27FC}}
+\Configure{longrightarrow} {\x:unicode{27F6}}
\Configure{mid} {\x:unicode{2223}}
\Configure{models} {\x:unicode{22A7}}
\Configure{mapsto} {\x:unicode{21A6}}
More information about the tex4ht-commits
mailing list.