I want my captions to include only my text. For example the table captions by default say:
Table 1: blahblahblah
I want them to say:
blahblahblah
Is there a way to remove this 'label' Table 1: ?
Graphics, Figures & Tables ⇒ Table Caption "labels"
NEW: TikZ book now 40% off at Amazon.com for a short time.

Table Caption "labels"
Try adding to your preamble:
For more info see the caption package documentation.
Code: Select all
\usepackage[labelformat=empty]{caption}