Browse Source

reset figure numbering at beginning of actual text to get figures starting from 1 and not 2 which was previously the case

master
Constantin Fürst 11 months ago
parent
commit
ae28c5a771
  1. 2
      thesis/bachelor.tex

2
thesis/bachelor.tex

@ -73,6 +73,8 @@ plainpages=false,pdfpagelabels=true]{hyperref}
\cleardoublepage
\pagenumbering{arabic}
\setcounter{figure}{0}
% use \input for small stuff (like a list you include twice or a tiks figure)
% and \include for large latex compilation workloads (like a chapter) to get faster builds.
\include{content/10_introduction}

Loading…
Cancel
Save