Re: BibTex: tag per inserire siti web

#6809
Up
0
Down
::

La faq ufficiale suggerisce questo:

URLs in BibTeX bibliographies

There is no citation type for URLs, per se, in the standard BibTeX styles, though Oren Patashnik (the author of BibTeX) is believed to beconsidering developing one such for use with the long-awaited BibTeX version 1.0.

The actual information that need be available in a citation of an URL is discussed at some length in the publicly available on-line extracts of ISO 690-2; the techniques below do not satisfy all the requirements of ISO 690-2, but they offer a solution that is at least available to users of today’s tools.

Until the new version of BibTeX arrives, the simplest technique is to use the howpublished field of the standard styles’ @misc function. Of course, the strictures about typesetting URLs still apply, so the entry will look like:

`@misc{…,
…,
howpublished = “\url{http://…}”
}`

Grazie Minnolina! Ottimo suggerimento…aggiungo per quelli che leggono questo thread che è necessario anche aggiungere nel preambolo il package “url”. Così facendo, al momento della conversione in pdf si otterranno anche dei link reali nel documento che fanno puntare il proprio browser all’indirizzo indicato.

Grazie ancora!

Go to top