From: Thomas Pietrzak Date: Wed, 17 Apr 2019 14:07:03 +0000 (+0200) Subject: url in incollection X-Git-Tag: first-full-draft~218 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=08b324157565448b0822f247a2b0e31728968d85;p=hdr.git url in incollection --- 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