Re: BibTex: campi AUTHOR e EDITOR in @BOOK

#11396
Up
0
Down
::

Non ho mai usato jurabib e me la sono cavata, forse in modo poco ortodosso […]

Io uso makebst. Non si potrebbe modificare il file bst? Allego il codice:

`FUNCTION {book}
{ output.bibitem
author empty$
{ format.editors “author and editor” output.check
editor format.key output
}
{ format.authors output.nonnull
crossref missing$
{ “author and editor” editor either.or.check }
'skip$
if$
}
if$
format.date “year” output.check
date.block
format.btitle “title” output.check
crossref missing$
{ format.bvolume output
format.number.series output
format.publisher.address output
}
{
format.book.crossref output.nonnull
}
if$
format.edition output
new.sentence
format.note output
fin.entry`

Vorrei che il curatore venisse menzionato semplicemente dopo il titolo, come se fosse un @INCOLLECTION.

Grazie a tutti.


Mozart

Go to top