texlive[48516] Master/texmf-dist/tex/generic/tex4ht: tuenc.def for

commits+karl at tug.org commits+karl at tug.org
Fri Aug 31 00:31:30 CEST 2018


Revision: 48516
          http://tug.org/svn/texlive?view=revision&revision=48516
Author:   karl
Date:     2018-08-31 00:31:28 +0200 (Fri, 31 Aug 2018)
Log Message:
-----------
tuenc.def for text symbols, tex4ht r424

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=424

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2018-08-30 19:37:17 UTC (rev 48515)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2018-08-30 22:31:28 UTC (rev 48516)
@@ -1,4 +1,4 @@
-% latex.4ht (2018-06-12-16:01), generated from tex4ht-4ht.tex
+% latex.4ht (2018-08-30-15:28), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2018 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2018-06-12-16:01}
+\immediate\write-1{version 2018-08-30-15:28}
 
 \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
 
@@ -198,6 +198,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

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht	2018-08-30 19:37:17 UTC (rev 48515)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht	2018-08-30 22:31:28 UTC (rev 48516)
@@ -1,5 +1,5 @@
 % tuenc-luatex.4ht, generated from tex4ht-4ht.tex
-% Copyright 2017 TeX Users Group
+% Copyright 2017-2018 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -11,12 +11,12 @@
 %
 % This work has the LPPL maintenance status "maintained".
 %
-% This Current Maintainer of this work
-% is the TeX4ht Project <tex4ht at tug.org>.
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2017-01-24-15:21}
+\immediate\write-1{version 2018-08-30-15:28}
 
 \RequirePackage{luatexbase}
 \RequirePackage{luacode}
@@ -25,6 +25,7 @@
   local fontspec = require "fontspec-4ht"
   luatexbase.add_to_callback("pre_linebreak_filter", fontspec.char_to_entity, "Char to entity")
   luatexbase.add_to_callback("hpack_filter", fontspec.char_to_entity, "hpack-char-to-entity")
+  luatexbase.add_to_callback("vpack_filter", fontspec.char_to_entity, "hpack-char-to-entity")
 \end{luacode*}
 \Hinput{tuenc-luatex}
 \endinput



More information about the tex-live-commits mailing list