\documentclass[man]{apa6}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{apacite}
% PAPER SPECIFIC
\title{Example Paper}
\author{C.J. Steele}
\affiliation{University of LaTeX}
\abstract{Sample abstract of the paper}
\shorttitle{Example Paper}
\begin{document}
\maketitle
%%%
Fill out this part here, this is your paper
%%%
\end{document}
Based off of the sample, I'm looking for an option that would allow me to forgo printing the Abstract with \maketitle. (i.e. I have a professor asking that I not include an abstract.)
I'm a LaTeX newb, but I did google and search these forums. I found one question here but it was closed because no one was sure what was being asked. I've tried to avoid the pitfalls of that question, so please be gentle. ;-P
apa6only issues a warning if there's no abstract, which can be safely ignored. So, just omit\abstract{...}. – egreg Feb 15 '13 at 21:29%before the abstract line (or lines) in the input. It will still be there, but invisible to LaTeX. – egreg Feb 16 '13 at 17:28