5
votes
1answer
81 views

Can I make apa6 \maketitle not print an abstract?

\documentclass[man]{apa6} \usepackage[english]{babel} \usepackage[utf8x]{inputenc} \usepackage{amsmath} \usepackage{graphicx} \usepackage{apacite} % PAPER SPECIFIC \title{Example Paper} \author{C.J. ...
3
votes
1answer
110 views

Altering title page : apa6e

I am using the apa6e package. I once asked a question (LINK) about altering it and received some code to do so. I am getting somewhat more comfortable with LaTeX and now have two changes I'd like to ...
4
votes
1answer
128 views

Table of contents: title added as section

I'm using apa6 with TeX Live 2012 and would like to use the command \maketitle. However, whenever I do, the title of my document always appears above my table of contents, and it is even listed as a ...
4
votes
1answer
134 views

apa6e title page and abstract page not appearing

I believe this was working before. I was trying to get the reference page on a new page and had issued a \renewcommand in apacite, but now I am having a whole new problem with apa6e and I'm not sure ...
2
votes
1answer
388 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 ...
1
vote
1answer
85 views

Force title break in apa6e

Apologies in advance: this is not minimal in the example but I am afraid my lack of knowledge about what packages control what could lead me to leave out packages that have an effect on the output. I ...