From a331a3d71b6e554f275058d0ab793988cc6b3c78 Mon Sep 17 00:00:00 2001 From: Ricardo Langner Date: Wed, 14 Oct 2015 20:47:35 +0200 Subject: [PATCH] Fixed wrong font for lof and lot title. Thanks to magnucki. --- cleanthesis.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cleanthesis.sty b/cleanthesis.sty index e4bfc45..6eff3bc 100644 --- a/cleanthesis.sty +++ b/cleanthesis.sty @@ -636,6 +636,8 @@ % - fixes wrong fonts in the toc, thanks to magnucki \renewcommand{\cftchapfont}{\usefont{T1}{bch}{b}{n}\selectfont} \renewcommand{\cfttoctitlefont}{\thesischapterfont} +\renewcommand{\cftloftitlefont}{\thesischapterfont} +\renewcommand{\cftlottitlefont}{\thesischapterfont} % % % > adjusts the indention for figure and table entries (lof and lot)