LaTeX技巧心得278:如何使得表格计数器使用罗马数字

标签:
latex标题编号罗马数字 |
分类: 表格制作 |
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
\renewcommand\thetable{\Roman{table}}
演示效果:

演示代码:
\documentclass{book}
\usepackage[font=small,format=plain,labelfont={bf,up},labelsep=space]{caption}
% Change "Table" to "TABLE" in tables, but leave \autoref intact
\DeclareCaptionLabelForma
\captionsetup[table]{labelformat=table}
% Change the numbering scheme from "1.3" to "III"