diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chet')
-rw-r--r-- | Master/texmf-dist/tex/latex/chet/chet.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chet/chet.sty b/Master/texmf-dist/tex/latex/chet/chet.sty index 5dee649e753..1ee51ec9129 100644 --- a/Master/texmf-dist/tex/latex/chet/chet.sty +++ b/Master/texmf-dist/tex/latex/chet/chet.sty @@ -137,13 +137,13 @@ % Table of contents formatting \setcounter{tocdepth}{3} -\renewcommand{\cfttoctitlefont}{\hfill\bfseries} -\renewcommand{\cftaftertoctitle}{\hfill} +\renewcommand{\cfttoctitlefont}{\bfseries} \renewcommand{\cftsecaftersnum}{.} \renewcommand{\cftsubsecaftersnum}{.} \renewcommand{\cftsubsubsecaftersnum}{.} \renewcommand{\cftdotsep}{8} \newcommand{\toc}{\tableofcontents} +\renewcommand\contentsname{\centerline{Contents}} % Numbered equation with optional label \NewDocumentCommand\eqn{mo}{% |