BibTeX, biblatex and bibermultibib and URLs

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
drocco
Posts: 3
Joined: Wed Feb 16, 2011 1:52 pm

multibib and URLs

Post by drocco »

Hi,
first of all: I'm Italian :-) Please be patient with my English...

I'm writing my cv using multibib.
In my .bib file there are entries with the "Url" field, but multibib doesn't display any url.
I made it working by changing the .bib file, adding a "Note" field (with embedded \url{...}); but I'd like to get it working with my original .bib file.
Can someone help me?
Last edited by drocco on Thu Feb 17, 2011 11:23 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

multibib and URLs

Post by frabjous »

Whether or not the url field is used depends on the bibliographystyle file (.bst), but you didn't mention which one you were using. If you're using abbrv, alpha, unsrt, or plain, then you might try one of abbrvurl, alphaurl instead, plainurl instead, unsrturl instead (these come from the urlbst package).

If you need to stick with the one you have because your publisher or journal requires it, then using the note field is probably a good compromise.
drocco
Posts: 3
Joined: Wed Feb 16, 2011 1:52 pm

Re: multibib and URLs

Post by drocco »

Many thanks!
That's what i was looking for.
Post Reply