Search found 2 matches
- Sun Mar 29, 2009 7:58 am
- Forum: BibTeX, biblatex and biber
- Topic: Apacite - Problem - Use of @year@ doesn't match its def
- Replies: 2
- Views: 7731
Re: Apacite - Problem - Use of @year@ doesn't match its def
Try commenting out the babel package. I think apacite has problems with babel and hyperref. I commented those packages out of my document and my citations formatted correctly. I don't understand why, but it worked for me.
- Sun Mar 29, 2009 7:56 am
- Forum: BibTeX, biblatex and biber
- Topic: ¿Clickable URLs from \url, \howpublished or what in Apacite?
- Replies: 2
- Views: 7200
¿Clickable URLs from \url, \howpublished or what in Apacite?
Use the url package
\usepackage{url}
Then you can insert the \url command in your bib entry. For example,
@misc{ACS,
author = {{\bibcorporate{U.S. Census Bureau}}},
year = {2006},
title = {{A}merican {C}ommunity {S}urvey, {S}chool {D}istrict {D}emographic {S}ystem},
howpublished ...
\usepackage{url}
Then you can insert the \url command in your bib entry. For example,
@misc{ACS,
author = {{\bibcorporate{U.S. Census Bureau}}},
year = {2006},
title = {{A}merican {C}ommunity {S}urvey, {S}chool {D}istrict {D}emographic {S}ystem},
howpublished ...