diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst index 3b9f761670b..73a96082be9 100644 --- a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst +++ b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst @@ -435,31 +435,8 @@ FUNCTION {format.url} if$ } -FUNCTION {is.doi.in.url} -{ url empty$ - { #0 } - { doi text.length$ 'stringlength := - url text.length$ 'charptr := - { url charptr stringlength substring$ doi = not - charptr #0 > - and - } - { charptr #1 - 'charptr := } - while$ - charptr - } - if$ -} - FUNCTION {format.doi} -{ doi empty$ - { "" } - { is.doi.in.url - { "" } - { new.block "\doi{" doi * "}" * } - if$ - } - if$ +{ "" } FUNCTION {format.title} |