您的位置:首页 > 其它

Renumbering figure in LaTeX

2014-12-09 13:56 316 查看
zz: http://stackoverflow.com/questions/3391540/renumbering-figure-in-latex
How can I make figures be renumbered in a TeX document? I want the main figures to be 1, 2, 3, ...etc. But then I want a section to have supplementary figures, S1, S2, S3, S4. The "S" does not have to appear in the figure name, but I do want to reset the counter.

Next to reseting the counter for the figures:

\setcounter{figure}{0}

You can also add the "S" by using:

\makeatletter
\renewcommand{\thefigure}{S\@arabic\c@figure}
\makeatother
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: