Hi, Nino
to solve the thumbs issue, remove the line
from this part of your code
Code: Select all
\rotatebox{90}{\colorbox{\chapterthumbboxcolor}%
{%
\parbox[c][\chapterthumbheight][c]{\chapterthumbwidth}%
{%
\centering
\textcolor{\chapterthumbtextcolor}{%
\strut\thechapter}
<b>\\</b>
}%
}%
}%
When I compiled your code (using pdflatex and latex) I received the following error:
Code: Select all
! LaTeX Error: Command \I already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.136 \newcommand{\I}{\COOL@notation@ISymb}
removing
arabic from the options to the
babel package and commenting out the line
Code: Select all
\DeclareFixedFont{\tr}{LAE}{cmr}{m}{n}{4mm}
solved the problem, so there's an issue there. However, I don't have time right now to figure out the real cause of the error, so that you can still be able to use the
arabic option. Perhaps someone else will be able to help you with this issue.
1,1,2,3,5,8,13,21,34,55,89,144,233,...