Fix the comment for \xsection.
This commit is contained in:
parent
819d41ad47
commit
1db495588c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
% A thick horizontal rule filling all page width.
|
% A thick horizontal rule filling all page width.
|
||||||
\def\thickhrule{\leavevmode\leaders\hrule height 1.5pt\hfill\kern\z@}
|
\def\thickhrule{\leavevmode\leaders\hrule height 1.5pt\hfill\kern\z@}
|
||||||
|
|
||||||
% Set up an unnumbered chapter appearing in the table of contents.
|
% Set up an unnumbered section appearing in the table of contents.
|
||||||
\newcommand{\xsection}[1]{
|
\newcommand{\xsection}[1]{
|
||||||
\section*{#1}
|
\section*{#1}
|
||||||
\addcontentsline{toc}{section}{#1}
|
\addcontentsline{toc}{section}{#1}
|
||||||
|
|
Loading…
Reference in a new issue