A document class dedicated to formatting document elements conforming to APA style (6th edition).
28
votes
6answers
11k views
How to APA 6th in LaTeX?
I have previously been writing psychology manuscripts according to the standards of the American Psychological Association (APA, version 5) using the excellent apa class, with apacite managing my ...
3
votes
1answer
117 views
Use of apacite package with subfiles package or standalone package results in LaTeX Error: Can be used only in preamble
I want to create a multi-file project for my thesis, in which I use separate files for sections. To be able to compile these separate files I tried using the subfiles package and the standalone ...
5
votes
1answer
403 views
APA6: \citeauthor adds only the first author when citing a source for the first time
When citing a group of 3 to 5 authors for the first time in a paper using the document class apa6, the command \citeauthor adds only the first author followed by "et al.". The APA manuscript ...
3
votes
0answers
601 views
How do I write a paper using APA6 format? [closed]
I'm trying to write a paper, and the format must adhere to APA style, 6th edition. I've found that I should use \documentclass{apa6} to do this. Well, I tried, and I get :
File 'apa6.cls' not ...
2
votes
1answer
389 views
How do I put multiple lines in a title when using the apa6 class?
Right now I'm using \title to define a title and \maketitle to display it. How do I put multiple lines in the title? I need to adhere to APA 6th edition format, and according to the book I'm using, I ...
2
votes
2answers
994 views
Cannot get apa6 style to work in (MiK)TeX
I am a new LaTeX user, and I followed some guides on the internet to set up MiKTeX + Texmakerx on Windows Vista. As I am doing a PhD in Psychology, I wanted to use the new APA6 class. So I opened the ...