From: Tim Pope Date: Sun, 16 Nov 2003 22:28:21 +0000 (+0000) Subject: Fixed bug in tracking of url.used and citen.used X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=c0f88d764bb0a9b3c2e030210c51bdf2b9f136fa Fixed bug in tracking of url.used and citen.used --- diff --git a/mlastyle.bst b/mlastyle.bst index f705a32..6055ac2 100644 --- a/mlastyle.bst +++ b/mlastyle.bst @@ -620,7 +620,6 @@ FUNCTION {format.url} { accessdate " " * } if$ "$<$\url{" * url * "}$>$" * - url.used #1 + 'url.used := urlpath empty$ 'skip$ { do.period " Path: " * urlpath * } @@ -1369,6 +1368,8 @@ FUNCTION {init.vars} FUNCTION {forward.author.dup.check} { + url empty$ 'skip$ { url.used #1 + 'url.used := } if$ + crossref empty$ 'skip$ { citen.used #1 + 'citen.used := } if$ author empty$ { editor empty$ { organization field.or.null 'a := }{ editor 'a :=} if$} { author 'a := }