Konfiguriere Abbildungs- und Tabellennummerierung nach Kapiteln (X.Y Format)
This commit is contained in:
parent
b173449c84
commit
385042b5fa
@ -44,11 +44,18 @@
|
|||||||
% ==============================================================================
|
% ==============================================================================
|
||||||
% Counter Configuration
|
% Counter Configuration
|
||||||
% ==============================================================================
|
% ==============================================================================
|
||||||
% Remove chapter dependency from figure, table, and equation counters
|
% Configure figure and table numbering to include chapter number
|
||||||
\counterwithout{figure}{chapter}
|
% Format: Chapter.Number (e.g., 2.3 for third figure in chapter 2)
|
||||||
\counterwithout{table}{chapter}
|
\counterwithin{figure}{chapter}
|
||||||
|
\counterwithin{table}{chapter}
|
||||||
|
|
||||||
|
% Keep equation counter independent of chapters
|
||||||
\counterwithout{equation}{chapter}
|
\counterwithout{equation}{chapter}
|
||||||
|
|
||||||
|
% Redefine the format to show as "Chapter.Number" instead of "Chapter:Number"
|
||||||
|
\renewcommand{\thefigure}{\thechapter.\arabic{figure}}
|
||||||
|
\renewcommand{\thetable}{\thechapter.\arabic{table}}
|
||||||
|
|
||||||
% ==============================================================================
|
% ==============================================================================
|
||||||
% End of Sections Configuration Module
|
% End of Sections Configuration Module
|
||||||
% ==============================================================================
|
% ==============================================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user