Graphics, Figures & Tables ⇒ Custom Table Caption
Custom Table Caption
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Custom Table Caption
Code: Select all
\setcounter{table}{<value>}
Re: Custom Table Caption
Cheers,
Greg