[tex4ht-commits] [SCM] tex4ht updated: r962 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Jun 24 21:36:45 CEST 2021
Author: michal_h21
Date: 2021-06-24 19:36:45 +0000 (Thu, 24 Jun 2021)
New Revision: 962
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Use T1 font encoding with LUaLaTeX and XeLaTeX
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-06-24 19:14:10 UTC (rev 961)
+++ trunk/lit/ChangeLog 2021-06-24 19:36:45 UTC (rev 962)
@@ -1,7 +1,6 @@
2021-06-24 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-4ht (latex.4ht): added support for \textquotedbl in LuaLaTeX and
- XeLaTeX.
+ * tex4ht-4ht (latex.4ht): use T1 encoding with LuaLaTeX or XeLaTeX.
https://tex.stackexchange.com/a/602531/2891
2021-06-20 Karl Berry <karl at freefriends.org>
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-06-24 19:14:10 UTC (rev 961)
+++ trunk/lit/tex4ht-4ht.tex 2021-06-24 19:36:45 UTC (rev 962)
@@ -5768,14 +5768,13 @@
\edef\test:f:encoding{\f at encoding}
\edef\test:tu:encoding{TU}
\ifx\test:f:encoding\test:tu:encoding
- \RequirePackage[OT1]{fontenc}
+ \RequirePackage[T1]{fontenc}
% load tuenc definitions for commands like \quotedblbase
\ifdefined\old:DeclareTextSymbol\else
\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
- \DeclareTextSymbol{\textquotedbl}\UnicodeEncodingName{"0022}
\let\DeclareTextSymbol\old:DeclareTextSymbol
\fi
More information about the tex4ht-commits
mailing list.