I had realised that I was loading the threeparttable package but I thought it was a dependency of ctable--thinking like an R user not a LaTeX user obviously. In that case, I should a tabe footnote capacity anyway and probably don't need ctables, am i correct?
Thanks very much. Now to figure out how to do it! ________________________________ From: Jacob Bishop <[email protected]> To: John Kane <[email protected]> Cc: Lyx List <[email protected]> Sent: Monday, May 20, 2013 2:17:26 PM Subject: Re: ctable does not work with article(APA) 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
