From 47c547f86a5e1fcc25a4b7b7ff15db5979771b8f Mon Sep 17 00:00:00 2001 From: Ricardo Langner Date: Wed, 14 Oct 2015 20:40:54 +0200 Subject: [PATCH] Fixes wrapped footer text (fixes #36). --- cleanthesis.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanthesis.sty b/cleanthesis.sty index 0b2a5e3..e4bfc45 100644 --- a/cleanthesis.sty +++ b/cleanthesis.sty @@ -365,7 +365,7 @@ {\color{ctcolorfootermark}\textbf{\chaptername\ \thechapter}}% \quad% \ifct@cthesis@wrapfooter% - {\color{ctcolorfootertitle}\parbox[t]{.7\textwidth}{#1}}% + {\color{ctcolorfootertitle}\protect\parbox[t]{.7\textwidth}{#1}}% \else% {\color{ctcolorfootertitle}#1}% \fi%