diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-19 21:20:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-19 21:20:21 +0000 |
commit | 0c0db26df0044b7695de75ed266b1a399f2ebf33 (patch) | |
tree | 37557a43faefec943bb1325928238ec16d41748c /Master/texmf-dist/source | |
parent | 77b0010297bb9ba792ad97dfd34f19fe23feda9c (diff) |
\nobreakspace, \textellipsis picture mode, tex4ht r954
git-svn-id: svn://tug.org/texlive/trunk@59646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 4dff10aa3ad..7eb8e40b0b3 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 952 2021-06-17 21:47:06Z karl $ +% $Id: tex4ht-4ht.tex 954 2021-06-19 19:34:56Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -35327,7 +35327,7 @@ The relax is to avoid end-of-line for the control character. \let\sp:c|=\ |<latex,plain sp|> \def\:nbsp{\ifx\EndPicture\:UnDef\protect\leavevmode\ht:special{t4ht@+\string&{35}x00A0{59}}\a:HChar\else\leavevmode\nobreak\ \fi} \def\:ensp{\protect\leavevmode\ht:special{t4ht@+\string&{35}x2002{59}}\a:HChar} -\let\nobreakspace\:nbsp +\HLet\nobreakspace\:nbsp >>> \<config plain shared\><<< diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex index 4f87c827e00..eefe14ffb34 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-unicode.tex 912 2021-04-25 12:43:36Z michal_h21 $ +% $Id: tex4ht-unicode.tex 954 2021-06-19 19:34:56Z michal_h21 $ % latex tex4ht-unicode or xhlatex tex4ht-unicode "html,3,sections+" % % Copyright 2009-2021 TeX Users Group @@ -1069,7 +1069,8 @@ The following symbols have mathrel settings. \<latex text symbols\><<< -\def\textellipsis{\x:unicode{2026}} +\def\:tempa{\x:unicode{2026}} +\HLet\textellipsis\:tempa >>> |