mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-18 18:07:25 -05:00
Make flowchart numbering consistent
Now all figures, tables and flowcharts are numbered with chapter.number. Fixes: https://github.com/hendricius/the-sourdough-framework/issues/395 Also added vertical space for list of tables so it matches the list of figures and list of flowcharts
This commit is contained in:
@@ -24,11 +24,14 @@
|
|||||||
types=flowcharts,% ,
|
types=flowcharts,% ,
|
||||||
float,
|
float,
|
||||||
floattype=4,%
|
floattype=4,%
|
||||||
|
counterwithin=chapter,
|
||||||
name=Flowchart,%
|
name=Flowchart,%
|
||||||
listname = {List of Flowcharts}
|
listname = {List of Flowcharts}
|
||||||
]{loc}
|
]{loc}
|
||||||
\setuptoc{loc}{chapteratlist}
|
\setuptoc{loc}{chapteratlist}
|
||||||
\DeclareTOCStyleEntry[numwidth=3em]{tocline}{figure}
|
\DeclareTOCStyleEntry[numwidth=3em]{tocline}{figure}
|
||||||
|
\DeclareTOCStyleEntry[numwidth=3em]{tocline}{flowchart}
|
||||||
|
\DeclareTOCStyleEntry[numwidth=3em]{tocline}{table}
|
||||||
|
|
||||||
% Common abbreviations
|
% Common abbreviations
|
||||||
\newcommand{\ie}{\emph{i.e.}\@ifnextchar.{\!\@gobble}{}}
|
\newcommand{\ie}{\emph{i.e.}\@ifnextchar.{\!\@gobble}{}}
|
||||||
|
|||||||
Reference in New Issue
Block a user