I need to change the numbering of figures and tables so that they are incremental. My figures should be named Figure 1, Figure 2, Figure 3, Figure 4 and not as LaTeX does Figure 1.1, Figure 1.2, Figure 2.1, Figure 2.2. Following solutions are conceivable:
- mess with the counters at the beginning of each figure and table. Not practical!
- rename everything by hand with custom caption, and losing the pretty ToC feature. Possibly making a mess.
- Is there a package out there or a simple command I ignore?
Thanks in advance