On Mon, May 20, 2013 at 11:09 AM, John Kane <[email protected]> wrote:
> And I just realised that \documentclass[12pt,letterpaper]{apa6} in LaTex
> gives the same error as I get with LyX
>
Correct. The reason this happens is because you are loading both ctable and
threeparttable. Each of these packages defines the same command, "\tnote".
This is what the error basically says.
You may not have realized that you were loading the threeparttable package,
but this is done automatically by the apa/apa6 document classes, because
they depend on the threeparttable package.
Jacob