Dont reset Figure counter at every book chapter

This commit is contained in:
chhan11 2017-06-07 12:32:30 +02:00
parent c04e7a7751
commit 543b37b562
1 changed files with 10 additions and 2 deletions

View File

@ -50,7 +50,9 @@
\catcode`\_=12
\bibliographystyle{unsrtnat} %styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles
% styles list is available at
% https://www.sharelatex.com/learn/Natbib_bibliography_styles
\bibliographystyle{unsrtnat}
% Path where images are located relative
@ -243,10 +245,16 @@
% Do not reset counter for footnotes at all
% through the document from start to finish.
% https://tex.stackexchange.com/questions/10448/continuous-footnote-numbering
% https://tex.stackexchange.com/a/10449
\counterwithout{footnote}{chapter}
% Do not reset counter for figures at all
% through the document from start to finish.
% https://tex.stackexchange.com/a/28334
\counterwithout{figure}{chapter}
% Set footnote numeration
% https://www.sharelatex.com/learn/Footnotes
% This command need to be run AFTER