{apa-style} is about bibliography questions using the style of the American Psychological Association. Use this tag in addition to the tag for the specific package you use to implement the style.
4
votes
1answer
84 views
How to add an APA-style citation with no author in ConTeXt?
I need to cite some articles which were created by some professional organizations, so no authors or editors are listed:
@Article{noname2012,
author = {},
title = {This is the title},
...
1
vote
0answers
66 views
Biblatex apa-style citation link issue
The biblatex apa-citation only link the year other than author-year together.
apa-style:
while the citation of a typical journal paper looks like this:
So how to make the default apa-style ...
0
votes
0answers
91 views
First lines in the bibliography list are indented when I use numbering in apa style
I want my references numbered and appear the following order: author, year, title, etc...
When I use apa.bst style with the natbib code:
\usepackage[round,numbers]{natbib}
the first line of each ...
