From 5b1f61191ea83736a1720a1ee7f00f2da9239646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com> Date: Wed, 13 Apr 2016 10:16:32 +0200 Subject: [PATCH] Fixed spacing in the \toc@font definition. --- style/mu/base.dtx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style/mu/base.dtx b/style/mu/base.dtx index 4c01cee..908d82e 100644 --- a/style/mu/base.dtx +++ b/style/mu/base.dtx @@ -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]{% -- GitLab