I use LaTeX for creating PDF output from R - not to create long documents. Hence the automatic Table 1: <caption> above the table is rather annoying. How can I remove the automatically generated Table 1:? Is it at all possible?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 26 '12 at 2:29
|
Use the
|
|||
|
|
|
In the standard document class (
In the above redefinition, the first argument |
|||
|
|


xtablepackage, or Sweave, or do you export the data from R into a CSV file that you then import into LaTeX? – Jake Jan 26 '12 at 3:05