Tagged Questions
0
votes
1answer
62 views
Indentation using the APA6 class [closed]
I'm having some trouble indenting paragraphs using apa6.cls. \indent does not indent the paragraph, and I have tried \setlength{\parindent}{5pt} after \maketitle. I am using manuscript mode ...
0
votes
0answers
92 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 ...
4
votes
1answer
263 views
How to set parindent in apa class?
Usually one can adjust paragraph indent with
\setlength{\parindent}{0pt}
but that fails for the apa class. Is there another way to get rid of this indents in this class?
4
votes
2answers
2k views
Stop automatic indenting of tabular in apa6e
In apa6e, tabular environments indent automatically. This does not match APA's guidelines.
One can work around this by putting a \noindent in front of every \begin{tabular}{...} line.
How can I stop ...
9
votes
1answer
2k views
Hanging references using \fullcite
I need APA style hanging references using \fullcite. For example
I need \fullcite because I want the reference cited where I want in the document, unlike at the end of the document using \cite.
...