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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Aug 30 15:20:13 CEST 2018


Author: michal_h21
Date: 2018-08-30 16:20:13 +0300 (Thu, 30 Aug 2018)
New Revision: 424

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
load tuenc.def to get definitions of text symbols

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-08-30 08:23:17 UTC (rev 423)
+++ trunk/lit/ChangeLog	2018-08-30 13:20:13 UTC (rev 424)
@@ -1,5 +1,12 @@
-2018-07-32  Michal Hoftich  <michal.h21 at gmail.com>
+2018-08-30  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (tuenc-luatex.4ht): added vpack_filter callback, in order
+	to process all characters
+	* tex4ht-4ht.tex (latex.4ht): load tuenc.def to get definitions for text
+	symbols
+
+2018-07-31  Michal Hoftich  <michal.h21 at gmail.com>
+
 	* tex4ht-ooffice.tex (ooffice.4ht): removed &npsp; entity from configuration
 	for HBorder, it caused Xtpipes error.
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2018-08-30 08:23:17 UTC (rev 423)
+++ trunk/lit/tex4ht-4ht.tex	2018-08-30 13:20:13 UTC (rev 424)
@@ -5235,6 +5235,14 @@
 \edef\test:tu:encoding{TU}
 \ifx\test:f:encoding\test:tu:encoding
   \RequirePackage[OT1]{fontenc}
+  %  load tuenc definitions for commands like \quotedblbase 
+  \ifdefined\old:DeclareTextSymbol\else
+    \input binhex
+    \def\DeclareTextSymbol#1#2#3{\gdef#1{\special{t4ht at +&{35}x\hex{#3}{59}}x}}
+    \input tuenc.def
+    \let\DeclareTextSymbol\old:DeclareTextSymbol
+  \fi
+
   \ifdefined\directlua%
     \input tuenc-luatex.4ht
   \fi



More information about the tex4ht-commits mailing list