[tex4ht-commits] [SCM] tex4ht updated: r960 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Jun 24 16:27:14 CEST 2021


Author: michal_h21
Date: 2021-06-24 14:27:14 +0000 (Thu, 24 Jun 2021)
New Revision: 960

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Added support for \textquotedbl

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-06-20 22:33:23 UTC (rev 959)
+++ trunk/lit/ChangeLog	2021-06-24 14:27:14 UTC (rev 960)
@@ -1,3 +1,9 @@
+2021-06-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht (latex.4ht): added support for \textquotedbl in LuaLaTeX and
+	XeLaTeX.
+	https://tex.stackexchange.com/a/602531/2891
+
 2021-06-20  Karl Berry  <karl at freefriends.org>
 
 	* Makefile (tex4ht_html4_derived): no more html4-uni.4ht.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-06-20 22:33:23 UTC (rev 959)
+++ trunk/lit/tex4ht-4ht.tex	2021-06-24 14:27:14 UTC (rev 960)
@@ -5774,6 +5774,8 @@
     \input binhex
     \def\DeclareTextSymbol#1#2#3{\gdef#1{\ht:special{t4ht at +&{35}x\hex{#3}{59}}\a:HChar}}
     \input tuenc.def
+    % this command is defined by tuenc, but doesn't work out of the box with TeX4ht
+    \def\textquotedbl{\HCode{"}}
     \let\DeclareTextSymbol\old:DeclareTextSymbol
   \fi
 



More information about the tex4ht-commits mailing list.