Skip to content

Commit

Permalink
feat: add space to the list of figures numbers
Browse files Browse the repository at this point in the history
avoid overlapping numbers and titles starting with 10.10 and upwards

Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Jun 30, 2024
1 parent c6683fe commit cac3e06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aussehen/hbrs-inf.sty
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

% Avoids overlapping of the chapter numbers and the title in the list of figures
% This happens if the chapter numbr is 10.10 and higher
\makeatletter
\renewcommand*\l@figure{\@dottedtocline{1}{1em}{3.2em}}
\makeatother

% Deutsch
\RequirePackage[ngerman]{babel}
\RequirePackage[ngerman]{isodate}
Expand Down

0 comments on commit cac3e06

Please sign in to comment.