Graphics, Figures & TablesCustom Table Caption

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gdsaxton
Posts: 6
Joined: Fri Jul 24, 2009 10:15 pm

Custom Table Caption

Post by gdsaxton »

Hi,

I am wondering if there is a way to assign a specific table number to a table? E.g., if I want the PDF document to show "Table 2: Summary Statistics" for the first table, instead of "Table 1: Summary Statistics"?

Thanks.

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Custom Table Caption

Post by gmedina »

Use

Code: Select all

\setcounter{table}{<value>}
where <value> represents a numerical value.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
gdsaxton
Posts: 6
Joined: Fri Jul 24, 2009 10:15 pm

Re: Custom Table Caption

Post by gdsaxton »

Perfect! Thank you so much!

Cheers,

Greg
Post Reply