From 08b324157565448b0822f247a2b0e31728968d85 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Wed, 17 Apr 2019 16:07:03 +0200 Subject: [PATCH] url in incollection --- plain-withurls.bst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plain-withurls.bst b/plain-withurls.bst index 0259f2e..e0aaed7 100644 --- a/plain-withurls.bst +++ b/plain-withurls.bst @@ -689,7 +689,20 @@ FUNCTION {incollection} { output.bibitem format.authors "author" output.check new.block - format.title "title" output.check + + + % NICOLAS + doi empty$ + { url empty$ + { format.btitle } + { "\href{" url * "}{" * format.title * "}" * } + if$ + } + { "\href{http://doi.org/" doi * "}{" * format.title * "}" * } + if$ + "title" output.check + %format.title "title" output.check + new.block crossref missing$ { format.in.ed.booktitle "booktitle" output.check -- 2.30.2