I have the following problem: As you will see in the example the command \iffalse is not recognized by kile as a valid command. Could you please point me to the place where I can change this.
The error in Kile is irritating since the greying out runs into valid code which I would very much like to see highlighted.
Any help appreciated! Thanks a lot!
Bernhard
Code: Select all
\newcommand\fs@my{%Caption im Rahmen
\let\@fs@capt\floatc@plain
\let\@fs@iftopcapt\iffalse
\def\@fs@mid{}%
\def\@fs@pre{\begin{boxedminipage}{0.95\textwidth}}%
\def\@fs@post{\end{boxedminipage}}%
}%