3 Jun
2013
3 Jun
'13
6:44 p.m.
Am 03.06.2013 um 16:59 schrieb Marco Patzer
Hi,
how to disable indentation inside floats without using \noindenting each time?
\setupindenting [yes, medium] \starttext \input ward
\startplacefigure foo\par bar \stopplacefigure
\startplacefigure alpha\par beta \stopplacefigure
\startplacefigure \noindenting a manual\par\tex{noindenting}\par works \stopplacefigure
\input ward \stoptext
There is no key for \setupfloat the disable the indentation because floats are only a container for other objects, e.g. figures or tables. For text objects like verbatim text indentation has to be part of the object and in your case you should use a environment which has a option for this. Wolfgang