Charles de Miramon wrote:
Anders Dahnielson wrote:

Anyone who know some way to suppress printing of URLs in citations when
using jurabib?

I put the following in the LaTeX preamble:

\renewcommand{\biburlprefix}{}
\renewcommand{\biburlsuffix}{}
\renewcommand{\jburldef}{}

However, it leaves an extra comma at the end of the citation. Argh!


Look in the jurabib users mailing list archive. I think this topic was
already asked.

Cheers,
Charles

You could try deleting  "format.url output"
or perhaps just "output"
This appeared to be the answer on the mailing list.

jurabib.sty

FUNCTION {article}
{ output.bibitem
  format.authors "author" output.check
  set.after.author.sep output
  format.artperiodincoll.title "title" output.check
  crossref missing$
      { journal article.in.journal output.nonnull
        new.sentence
        format.vol.year.num.pages output
      }
      { format.article.crossref output.nonnull }
  if$
  format.url output
  format.note
  format.isbn.issn output
  format.howcited.artperiod output
  check.missing.pages
  fin.entry.endnote

Reply via email to