[tex4ht-commits] [SCM] tex4ht updated: r402 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed May 9 10:48:18 CEST 2018
Author: michal_h21
Date: 2018-05-09 11:48:18 +0300 (Wed, 09 May 2018)
New Revision: 402
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Patch XeTeX active characters only with XeTeX
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-05-09 08:22:13 UTC (rev 401)
+++ trunk/lit/ChangeLog 2018-05-09 08:48:18 UTC (rev 402)
@@ -5,6 +5,8 @@
compilation errror.
* Makefile: removed $(ht_fonts_devdir)/alias/bera/fvmr8r.htf, this file
doesn't exist and it caused constant recompilations of font files.
+ * tex4ht-4ht.tex (usepackage.4ht): patch XeTeX active characters only in
+ XeTeX compilation.
2018-05-08 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2018-05-09 08:22:13 UTC (rev 401)
+++ trunk/lit/tex4ht-4ht.tex 2018-05-09 08:48:18 UTC (rev 402)
@@ -3488,9 +3488,11 @@
\<add to usepackage\><<<
\def\:temp{expl3}\ifx \@currname\:temp
+\ifdefined\XeTeXversion%
\xenunidelblock{Latin-expl3}%
\AtEndOfPackage{\xeuniuseblock{Latin-expl3}}
\fi
+\fi
>>>
%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list