diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-09 00:47:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-09 00:47:25 +0000 |
commit | c043a046d19dff839171f10bcf50a8c42a29e2a5 (patch) | |
tree | a309b0ecd9ce2a2c9955073aa19e3ce894d92634 /Master/texmf-dist | |
parent | 03e24a3c99e6763967e156890e12d9d67efd9aae (diff) |
url.4ht: must use _ not \sb for tex4ht, so overwrite \set@mathnolig definition with old version, unfortunately
git-svn-id: svn://tug.org/texlive/trunk@33926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/url.4ht | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/url.4ht b/Master/texmf-dist/tex/generic/tex4ht/url.4ht index ccc961448c5..47653649af6 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/url.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/url.4ht @@ -65,6 +65,11 @@ \Configure{url}{#1} \NewConfigure{path}{2} +\def\set@mathnolig#1{\ifnum\mathcode`#1<32768 + \begingroup\lccode`\~`#1\lowercase{\endgroup + \edef~}{\mathchar\number\mathcode`#1_{\/}}% + \mathcode`#1=32768 \fi} + \Hinput{url} \endinput |