mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Dont reset Figure counter at every book chapter
This commit is contained in:
parent
c04e7a7751
commit
543b37b562
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue