BibTeX, biblatex and biber ⇒ Apacite - Problem - Use of @year@ doesn't match its def
Apacite - Problem - Use of @year@ doesn't match its def
I am trying to use the apacite package but I run into a problem!
Here is my code:
\documentclass[11pt]{article}
\usepackage[english]{babel}
\usepackage{doc,apacite}
\usepackage{graphicx}
\topmargin -1cm
\begin{document}
\title{Materthesis}
\section{Value Creation Management}
\label{sec:ValueCreationManagement}
\subsection{Definition}
\label{sec:Definition}
\\
A company has to create value is a comman phrase. But what is a value? There are three views when we look at value of a company \cite{Wildemann2007}.
\\
When I build this I get the following error:
Use of @year@ doesn't match its definition.
\Y.Wildmann2007 ->\@year@ 0
I assume this is related to my bibtex library which I am using (generated by Jabref). The code for Wildmann2007 is:
@BOOK{Wildemann2007,
title = {Wertsteigerung durch Wertschöpfung},
publisher = {TCW Transfer-Centrum-Verlag, München},
year = {2007},
author = {Horst Wildemann},
review = {blablabla},
timestamp = {2008.12.12}
}
I am using TexNicCenter if this information is needed...
After building the text the following is shown: (0, )
I know there are plenty of discussions about apacite but I checked them without success.
So please let me know what the issue is or could be!
Thanks in advance!
-Frank
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
Re: Apacite - Problem - Use of @year@ doesn't match its def
-
- Posts: 15
- Joined: Fri Feb 23, 2007 9:29 am
Re: Apacite - Problem - Use of @year@ doesn't match its def
Regrding the hyperref + apacite package compatibility problems, the simplest solution is (for now) to place your
\usepackage[...]{hyperref}
BEFORE
\usepackage{apacite}
in your preamble. (Reference: http://www.latex-community.org/forum/po ... 02#preview)
The normal hyperlinks will work, but unfortunately the APA citations will now not be hyperlinked to your bibliography. It's the cheapest workaround though, at least for the apacite.* versions I'm using.