summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-30 22:31:28 +0000
committerKarl Berry <karl@freefriends.org>2018-08-30 22:31:28 +0000
commita9c0531e20cecfe64dd0656f3c5f990c277d7c66 (patch)
treec626286856582c813bc76b2c5809d704a4063876
parentabc9ed45a0d2c3a799e4a66f9426b25c6ff3c9d1 (diff)
tuenc.def for text symbols, tex4ht r424
git-svn-id: svn://tug.org/texlive/trunk@48516 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/latex.4ht12
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht9
2 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
index 8b08b63c959..e993be39361 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
@@ -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@+&{35}x\hex{#3}{59}}x}}
+ \input tuenc.def
+ \let\DeclareTextSymbol\old:DeclareTextSymbol
+ \fi
+
\ifdefined\directlua%
\input tuenc-luatex.4ht
\fi
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht
index 1b7f5a2abc8..a3bf0cf9f19 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/tuenc-luatex.4ht
@@ -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@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