GeneralRoman numeral for tables

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
lucataschini
Posts: 5
Joined: Tue Jun 10, 2008 4:22 pm

Roman numeral for tables

Post by lucataschini »

Hi All,
I've a problem I could not solve simply surfing on the net, but it might be very silly (sorry).

I need to label my tables (only tables and not figures or pages) with Roman numerals. Does a
precise command exists? Something like \tablenumbering{roman}?

thank you to all!!!
luca

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Roman numeral for tables

Post by Stefan Kottwitz »

Hi Luca,

you could use \Roman to change how the table counter will be printed:

Code: Select all

\renewcommand*\thetable{\Roman{table}}
Stefan
LaTeX.org admin
lucataschini
Posts: 5
Joined: Tue Jun 10, 2008 4:22 pm

Roman numeral for tables

Post by lucataschini »

thx a lot,
indeed reading a book I tried myself \renewcommand{\thetable}{\Roman{table}}

thank you for your help,
luca
Last edited by cgnieder on Mon Dec 03, 2012 8:52 pm, edited 1 time in total.
Leighton Regayre
Posts: 1
Joined: Mon Dec 03, 2012 6:24 pm

Re: Roman numeral for tables

Post by Leighton Regayre »

Thanks from me as well. Very useful.
Post Reply