BibTeX, biblatex and biber ⇒ ISBN not showing in Apacite
ISBN not showing in Apacite
I am using apacite as bibliographystyle, which does not print ISBN in the references. Any solutions? Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
ISBN not showing in Apacite
apacite.bst
does not support an entry field isbn
(but e.g. a doi
). The supported entry fields can be found in apacite.bst
. Just search for keyword ENTRY
.Note also, that
apacite
is not conform with current APA rules. So it is only one of several author-year styles. If you really need APA, you should use biblatex
either with option cite=apa
(APA7 compatibility) or cite=apa6
(old APA6 compatibility). But if you need only an author-year style use for example biblatex
with style=authoryear
or style=ext-authoryear
or any suitable author-year (→ CTAN Catalogue Topic biblatex). Most style for biblatex
supports isbn
— but sometimes not for all kind of entry types (e.g. AFAIK the standard styles support it not for @article
or @online
, see the 