Thoughts?
Simon
Code: Select all
\documentclass[doc]{apa6}\usepackage[center]{caption}\shorttitle{Test}\begin{document}\begin{table}\caption{This is my caption}\begin{tabular}{lrr}This is my table & 5&10\\This is my table & 5&10\\\end{tabular}\end{table}\end{document}
Code: Select all
\documentclass[doc]{apa6}\shorttitle{Test}\begin{document}\begin{table}\centeredcaption{5in}{This is my caption}\begin{tabular}{lrr}This is my table & 5&10\\This is my table & 5&10\\\end{tabular}\end{table}\end{document}