[tex4ht-commits] [SCM] tex4ht updated: r954 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sat Jun 19 21:34:57 CEST 2021
Author: michal_h21
Date: 2021-06-19 19:34:56 +0000 (Sat, 19 Jun 2021)
New Revision: 954
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
trunk/lit/tex4ht-unicode.tex
Log:
Fixed for nobreakspace and textellipsis in picture mode
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-06-18 15:52:03 UTC (rev 953)
+++ trunk/lit/ChangeLog 2021-06-19 19:34:56 UTC (rev 954)
@@ -1,3 +1,9 @@
+2021-06-19 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (latex.4ht),
+ * tex4ht-unicode.tex (unicode.4ht): fixed support for \nobreakspace and
+ \textellipsis in the picture mode.
+
2021-06-18 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mkht.tex: fixed mysterious error that appeared after LaTeX update.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-06-18 15:52:03 UTC (rev 953)
+++ trunk/lit/tex4ht-4ht.tex 2021-06-19 19:34:56 UTC (rev 954)
@@ -35327,7 +35327,7 @@
\let\sp:c|=\ |<latex,plain sp|>
\def\:nbsp{\ifx\EndPicture\:UnDef\protect\leavevmode\ht:special{t4ht at +\string&{35}x00A0{59}}\a:HChar\else\leavevmode\nobreak\ \fi}
\def\:ensp{\protect\leavevmode\ht:special{t4ht at +\string&{35}x2002{59}}\a:HChar}
-\let\nobreakspace\:nbsp
+\HLet\nobreakspace\:nbsp
>>>
\<config plain shared\><<<
Modified: trunk/lit/tex4ht-unicode.tex
===================================================================
--- trunk/lit/tex4ht-unicode.tex 2021-06-18 15:52:03 UTC (rev 953)
+++ trunk/lit/tex4ht-unicode.tex 2021-06-19 19:34:56 UTC (rev 954)
@@ -1069,7 +1069,8 @@
\<latex text symbols\><<<
-\def\textellipsis{\x:unicode{2026}}
+\def\:tempa{\x:unicode{2026}}
+\HLet\textellipsis\:tempa
>>>
More information about the tex4ht-commits
mailing list.