diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/url.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/url.4ht | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/url.4ht b/Master/texmf-dist/tex/generic/tex4ht/url.4ht index 9f2965d73d7..db5cd44d0bc 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/url.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/url.4ht @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% url.4ht 2008-08-07-16:09 % +% url.4ht 2008-09-16-11:44 % % Copyright (C) 1997--2008 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2008-08-07-16:09} +\immediate\write-1{version 2008-09-16-11:44} \def\:temp{\begingroup \def\UrlLeft##1\UrlRight{\ifmmode \else \UrlFont\fi \Url:use{##1}}% @@ -51,6 +51,13 @@ \def\:tempc{\a:path\begingroup\aftergroup\b:path \Configure{url}{\ifmmode \else \UrlFont\fi ##1}\urlstyle {tt}\Url} \HLet\path\:tempc +\else + \def\:temp{\leavevmode \begingroup \urlstyle {tt}\Url} + \ifx \:temp\path + \def\:tempc{\leavevmode\a:path\begingroup\aftergroup\b:path + \Configure{url}{\ifmmode \else \UrlFont\fi ##1}\urlstyle {tt}\Url} + \HLet\path\:tempc + \fi \fi \fi |