To meet my school's thesis format requirements, I need to have my figures and tables numbered sequentially throughout the whole thesis rather than sequentially per chapter (i.e. 1.1, 1.2, 2.1, 2.2). I am having trouble figuring out how to do this right now, though. What I have been able to figure out how to do is get rid of the period and the second number. Here's the code I added right after all my \usepackage statements:
Code: Select all
\renewcommand{\thefigure}{\arabic{figure}}
However, whatever counter it is using is still resetting at the beginning of each chapter, and in the list of figures there is an extra hard return after each chapter worth of figures. Can anyone inform me as to how to override this counter? I've tried a bunch of code I found online to no avail. Thanks!