Graphics, Figures & TablesTable Caption "labels"

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Hiox
Posts: 1
Joined: Tue Feb 08, 2011 6:17 pm

Table Caption "labels"

Post by Hiox »

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: ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Table Caption "labels"

Post by frabjous »

Try adding to your preamble:

Code: Select all

\usepackage[labelformat=empty]{caption}
For more info see the caption package documentation.
Post Reply