Search found 4 matches

by dashcon1
Sun Mar 20, 2011 8:08 pm
Forum: BibTeX, biblatex and biber
Topic: Very weird APA-Error
Replies: 1
Views: 1331

Very weird APA-Error

got it myself...

in FUNCTION {format.org.or.pub}
there is a

Code: Select all

{ "year" bibinfo.check extra.label * }
just replace it with

Code: Select all

{ "year" bibinfo.check " "*}
and you're good! =)
by dashcon1
Sun Mar 20, 2011 6:17 pm
Forum: BibTeX, biblatex and biber
Topic: Very weird APA-Error
Replies: 1
Views: 1331

Very weird APA-Error

Hi,

I get the following output using APA-Style citations of the same author and year:

[Author 2011a] Author: ... 2011a.
[Author 2011b] Author: ... 2011b.


How can I stop the a,b,... to show up behind the "real" year???

MWE:

\documentclass[]{article}

\begin{document}
\title{Title}
\author ...
by dashcon1
Tue Feb 01, 2011 10:41 pm
Forum: BibTeX, biblatex and biber
Topic: Add Linebreak to Bibliography after [Label]
Replies: 2
Views: 6308

Re: Add Linebreak to Bibliography after [Label]

Thank you frabjous!

your suggestion works wonderfully! (attachment shows my selfmade bibstyle (latex makebst))

i'm very sorry about the sloppy example.
by dashcon1
Tue Feb 01, 2011 9:29 pm
Forum: BibTeX, biblatex and biber
Topic: Add Linebreak to Bibliography after [Label]
Replies: 2
Views: 6308

Add Linebreak to Bibliography after [Label]

Hi everybody,

I am trying to get the following output:

[Author 2000]
Author: Title, etc... 2000


What I did is to use \bibliographystyle{apalike} as a basis for my own style. Everything works ... but I cant get the Line to break after the label.

\documentclass{scrreprt}
\bibliography ...