summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-24 22:45:47 +0000
committerKarl Berry <karl@freefriends.org>2017-12-24 22:45:47 +0000
commit139e61a63e6ea8d0dd99a5104160a711c5fcd173 (patch)
tree3254fb2b4f4dae45b5a18765d5f4274924b607a8 /Master/texmf-dist/bibtex
parentcf7342c11e4de5d7643fa9304797349e914a37dd (diff)
thuthesis (24dec17)
git-svn-id: svn://tug.org/texlive/trunk@46132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst25
2 files changed, 2 insertions, 48 deletions
diff --git a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst
index 8d9428f3ec0..51652863734 100644
--- a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst
+++ b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst
@@ -436,31 +436,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}
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}