summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-19 18:14:06 +0000
committerKarl Berry <karl@freefriends.org>2023-02-19 18:14:06 +0000
commitaef021c82b6a6345ecc9792eb6bb62d93b8bd781 (patch)
tree1c4a528aad1001790e3589faad7e3a80606c0ab2 /Master/texmf-dist/source/generic
parentbf74f908255227eb2f199a5c279ab1c7123596d8 (diff)
url spaces, tex4ht r1298 (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@65929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex8
2 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index bb786652c48..85478b3d879 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2023-02-19 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (url.4ht): remove spaces before \url command.
+ https://github.com/michal-h21/tex4ebook/issues/102
+
2023-02-12 Karl Berry <karl@freefriends.org>
* tex4ht-4ht.tex: copyright 2023
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 97ba417850e..e308f92ae24 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 1297 2023-02-12 22:24:36Z karl $
+% $Id: tex4ht-4ht.tex 1298 2023-02-19 13:05:01Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -5107,7 +5107,7 @@ message before the package quits.
\<url.4ht\><<<
% url.4ht (|version), generated from |jobname.tex
-% Copyright |CopyYear.1997. Eitan M. Gurari
+% Copyright 1997-2023 TeX Users Group
|<TeX4ht copywrite|>
|<fix url|>
\expandafter\ifx\csname Url@OT1encSpecials\endcsname\relax
@@ -5125,10 +5125,10 @@ message before the package quits.
>>>
\<fix url\><<<
-\protected\def\:temp{\leavevmode \begingroup
+\protected\def\:temp{\leavevmode \begingroup\ht:special{t4ht@(}%
\def\UrlLeft##1\UrlRight{\ifmmode \else \UrlFont\fi \Url:use{##1}}%
\def\Url@use##1 ##2{\ifmmode \else \UrlFont\fi
- \Url:use{##1}}\let\,\empty \Configure{$}{}{}{}\Url}
+ \Url:use{##1}}\let\,\empty \Configure{$}{}{}{}\ht:special{t4ht@)}\Url}
\HLet\url\:temp
>>>