Fix \hline => \horizontalrule
This commit is contained in:
4
main.tex
4
main.tex
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user