I'm trying to produce a manuscript for submission. I have tables that are fairly long and need to be single spaced. The apa6 class is double-spacing the entire document including the tables. I need double-spaced body text and single-spaced tables. My previous version of the document, before I tried apa6, invoked the endfloat package and the spacing was what I needed. As an aside, the apa6 manual suggests tables can be either single or double spaced. Can I request this format from the class?
|
|
||||
|
Although it is not necessary to load use the
Here is a minimal example using the former
|
|||||||||||
|
|
I don't know the apa6 class and its options, but you can do it manually with the following code. I suggest to create an environment which creates the table and formats the font, spacing and so on. These changes effects only the environment/table and switched back after leaving the environment.
|
|||
|


lipsumpackage, other members of the community will be able to copy, paste and experiment with your code. – Mark S. Everitt Feb 10 '12 at 9:55