Fixed wrong fonts (toc title and chapters) in the toc. Thanks to magnucki.

This commit is contained in:
Ricardo Langner
2015-10-10 23:57:20 +02:00
parent 1275ccebc3
commit e62216bb59
2 changed files with 4 additions and 0 deletions

View File

@@ -634,6 +634,10 @@
% The tocloft package enables us to control the typographic design of the % The tocloft package enables us to control the typographic design of the
% table of contents, list of figures and list of tables % table of contents, list of figures and list of tables
\RequirePackage{tocloft} \RequirePackage{tocloft}
% - fixes wrong fonts in the toc, thanks to magnucki
\renewcommand{\cftchapfont}{\usefont{T1}{bch}{b}{n}\selectfont}
\renewcommand{\cfttoctitlefont}{\thesischapterfont}
%
% %
% > adjusts the indention for figure and table entries (lof and lot) % > adjusts the indention for figure and table entries (lof and lot)
% -- \cftsetindents{entry}{indent}{numwidth} sets the entry's indent to % -- \cftsetindents{entry}{indent}{numwidth} sets the entry's indent to

Binary file not shown.