Search found 2 matches

by stegzzz
Wed Jul 03, 2013 7:32 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex missing year
Replies: 2
Views: 5204

biblatex missing year

I just tested the code you are providing, i cannot reproduce the behaviour. The year is shown.

hmm, I suppose that means there is something about my setup. There are no errors during the build but one clue is the

\DeclareLanguageMapping{american}{american-apa}

statement that is highlighted ...
by stegzzz
Wed Jul 03, 2013 5:28 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex missing year
Replies: 2
Views: 5204

biblatex missing year

Hi,I have the latex code below. When I compile using TeXstudio the year information is missing from the in-text citation and reference list, as shown in the attached pdf. Any suggestions for what I can do to fix this?

Thanks!

\documentclass[man,11pt, a4paper]{apa6}
\usepackage{filecontents ...