mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
FIGURENUMBERING changed to continous instead of per-chapter numbering
This commit is contained in:
parent
d4e773046a
commit
baa8690461
|
@ -241,6 +241,12 @@
|
|||
\counterwithout{figure}{chapter}
|
||||
|
||||
|
||||
% Do not reset counter for tables at all
|
||||
% through the document from start to finish.
|
||||
% https://tex.stackexchange.com/a/28020
|
||||
\counterwithout{table}{chapter}
|
||||
|
||||
|
||||
% Set footnote numeration
|
||||
% https://www.sharelatex.com/learn/Footnotes
|
||||
% This command need to be run AFTER
|
||||
|
|
Loading…
Reference in a new issue