Fix \hline => \horizontalrule

This commit is contained in:
2024-06-28 00:52:14 +02:00
parent efd6cc8c51
commit ccb6d117da
2 changed files with 3 additions and 3 deletions

View File

@@ -100,10 +100,10 @@
\newcommand{\chaptertoc}{% Print the table of contents for the chapter \newcommand{\chaptertoc}{% Print the table of contents for the chapter
\vspace*{-1cm}% \vspace*{-1cm}%
\hline% \horizontalrule%
\vspace*{-0.5cm}% \vspace*{-0.5cm}%
\localtableofcontents% \localtableofcontents%
\hline% \horizontalrule%
} }
% Add chapter label as prefix to all other sub-labels % Add chapter label as prefix to all other sub-labels

View File

@@ -211,7 +211,7 @@
%% Other %% Other
\newcommand{\hline}{\par\noindent\rule{\textwidth}{0.4pt}} % Horizontal line \newcommand{\horizontalrule}{\par\noindent\rule{\textwidth}{0.4pt}} % Horizontal line
%% User studies %% User studies