[OS X TeX] Problem with Figure Numbering and Glossaries
Bruno Voisin
bvoisin at mac.com
Fri May 28 19:13:58 CEST 2004
Le 28 mai 04, à 18:45, Bruno Voisin a écrit :
> For example, I wrote a document in the report class and, to get
> figures and tables numbered consecutively throughout the report,
> independent from the chapter, used:
>
> \usepackage{remreset}
> \makeatletter
> \@removefromreset{figure}{chapter}
> \@removefromreset{table}{chapter}
> \makeatother
Oops! Was that, of course:
\usepackage{remreset}
\makeatletter
\@removefromreset{figure}{chapter}
\renewcommand{\thefigure}{\arabic{figure}}
\@removefromreset{table}{chapter}
\renewcommand{\thetable}{\arabic{table}}
\makeatother
Bruno Voisin
-----------------------------------------------------
Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
Please see <http://www.esm.psu.edu/mac-tex/> for list
guidelines, information, and LaTeX/TeX resources.
More information about the macostex-archives
mailing list