diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-26 22:48:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-26 22:48:05 +0000 |
commit | a50e79ebc090ce469ab1bc9510b74105c0bf5951 (patch) | |
tree | b1dda086e41fa5c90dd622f22d30b1d79a183666 /Master/texmf-dist/tex | |
parent | a4465a1d204198c56c93b9a21056805818713afe (diff) |
fix from tex4ht svn for nested urls for eprint records (arxiv, jstor, ,,,)
git-svn-id: svn://tug.org/texlive/trunk@28952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht index 65b13685f69..741e97bbd50 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% biblatex.4ht 2012-10-26-14:30 % +% biblatex.4ht 2013-01-26-09:30 % % Copyright (C) 2007--2009 Eitan M. Gurari % -% 2009--2012 TeX Users Group % +% 2009--2013 TeX Users Group % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -25,23 +25,8 @@ % tex4ht@tug.org % % http://www.tug.org/tex4ht % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2012-10-26-14:30} -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either -% version 1.3c of this license or (at your option) any -% later version. The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3c or later is part of all distributions -% of LaTeX version 2005/12/01 or later. -% -% This work has the LPPL maintenance status "maintained". -% -% 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 2013-01-26-09:30} + \ifx\blx@startbib\:UnDef \pend:def\blx@shorthands{% \pend:def\blx@bibinit{% @@ -370,9 +355,9 @@ \fi } \NewConfigure{blx@unit}{2} - +% \else - \fi +\fi \NewConfigure{thebibliography}{4} @@ -453,6 +438,7 @@ \def\writeCiteLink#1{\immediate\write\@mainaux{% \string\@namedef{#1.\thepage}{\FileName}}} \let\blx@addpagesum\@gobbletwo +\let\nolinkurl\relax \let\:temp\do \def\do#1{% |