Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
fithesis
Commits
5b1f6119
Commit
5b1f6119
authored
Apr 13, 2016
by
Vít Novotný
Browse files
Fixed spacing in the \toc@font definition.
parent
a2f0caf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/mu/base.dtx
View file @
5b1f6119
...
...
@@ -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]{%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment