From 543b37b5620cacd733f3fe75fc250271a6b62888 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Wed, 7 Jun 2017 12:32:30 +0200 Subject: [PATCH] Dont reset Figure counter at every book chapter --- structure.tex | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/structure.tex b/structure.tex index 8726aed..336c1a1 100644 --- a/structure.tex +++ b/structure.tex @@ -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