Skip to content
Snippets Groups Projects
Commit 5b1f6119 authored by Vít Novotný's avatar Vít Novotný
Browse files

Fixed spacing in the \toc@font definition.

parent a2f0caf5
No related branches found
No related tags found
No related merge requests found
......@@ -940,14 +940,14 @@
% Set up the ToC entries appearance.
\renewcommand*\toc@font[1]{%
\ifcase #1\relax
\bfseries % \chapter (0)
\or
\slshape % \section (1)
\ifcase #1\relax
\bfseries % \chapter (0)
\or
\slshape % \section (1)
\else
\rmfamily % \subsection (2), \subsubsection (3)
% \paragraph, \subparagraph (4)
\fi}
\rmfamily % \subsection (2), \subsubsection (3)
% \paragraph, \subparagraph (4)
\fi}
% Set up the table of contents entries for sectioning commands.
\renewcommand*\l@part[2]{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment