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

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

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