BibTeX, biblatex and biberDoes apacite support doi?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
footex
Posts: 2
Joined: Wed Jun 22, 2011 2:35 pm

Does apacite support doi?

Post by footex »

I found the style biblatex-apa for biblatex which supports DOIs :)

Recommended reading 2024:

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

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

ltxsun
Posts: 16
Joined: Thu Jun 03, 2010 7:41 pm

Re: Does apacite support doi?

Post by ltxsun »

I have a kind of tedious solution. As my bib file is getting bigger and bigger, it is getting harder to sync between my latex bib and EndNote for Word. Hopefully there will be a new version of apacite soon.

For the moment, I just use this field for a clickable doi (using hyperref, and I like the doi number in smaller fonts):

howpublished = {doi:\href{http://dx.doi.org/doinumber}{\small doinumber}}
Post Reply