Tagged Questions
3
votes
1answer
136 views
How to tweak 3-5 authors citation with the biblatex-apa style?
One thing about the biblatex-apa style I could not get used to, is the 3-5 authors citation: if the authors number is between 3-5, all of them will be printed in citation.
e.g. Biblatex-apa style:
...
2
votes
3answers
270 views
How to modify APA Biblatex style to look like “elsarticle-harv” style?
I have been using the \bibliographystyle{elsarticle-harv} style for a long time, since I newly swtiched to biblatex and it is only for natbib, so how to modify the default biblatex style or ...
1
vote
2answers
185 views
APA-Biblatex Problem with amount of authors
I've got a problem with the biblatex-apa version.
Here is the relevant part of my header:
\documentclass[
a4paper,
12pt,
headings=normal
bibtotoc,
pointlessnumbers
]{scrartcl}
...
7
votes
2answers
841 views
Biblatex-apa: No change of citation with three authors to “et al.” (“/u.a.” in german) after first citing the source
in my doc, biblatex-apa seems not to change citation-style to "et al." for a source with three authors after first citing that source, if there are other citations in between.
So, when citing the ...
5
votes
1answer
1k views
How to make \citet* display full list of authors?
When I am using the natbib package with apalike bibliography style \citet* displays only an abbreviated list of authors, such as Lemarechal et al. (1995). How can I make it display a full list of ...
