Closed GoogleCodeExporter closed 9 years ago
Resolvido com « format.volume output new.sentence » abaixo.
FUNCTION {book}
{ output.bibitem
format.author.or.editor.or.organization new.sentence
iso.year.label
format.type output new.sentence
format.btitle "title" output.check new.sentence
format.furtherresp new.sentence
format.edition output new.sentence
format.publisher.address output
iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
{format.year output new.sentence} if$
format.volume output new.sentence
format.book.pages output
format.illustrated
format.dimensions new.sentence
format.howpublished output new.sentence
format.note output
format.issn output %pode parecer curioso, mas revistas inteiras são tratadas
como livro
format.isbn output new.sentence
format.url
fin.entry
}
FUNCTION {booklet}
{ output.bibitem
format.author.or.editor.or.organization new.sentence
iso.year.label
format.type output new.sentence
format.btitle "title" output.check new.sentence
format.edition output new.sentence
address "address" bibinfo.check output
format.bvolume output
%format.date output new.sentence
iso.date.place {abnt.alf 'skip$ {format.year output new.sentence} if$}
{format.year output new.sentence} if$
format.volume output new.sentence
format.book.pages output new.sentence
format.note output
format.isbn output new.sentence
format.url
fin.entry
}
Original comment by yche...@gmail.com
on 21 Sep 2014 at 1:03
Excelente Youssef! Obrigado! Estou fechando a issue...
Original comment by laurocesar
on 21 Sep 2014 at 1:55
Original issue reported on code.google.com by
laurocesar
on 21 Sep 2014 at 12:17