On Fri, 2 Mar 2007, Aditya Mahajan wrote:
Hi,
Right now, indentnext key is ignored for floats. I was trying to test how to do it, but something strange is happening. I thought that the following two are equivalent:
\def\sometopfloat [#1]{\someelsefloat[#1]}
\placefigure[top]{top}{} \nonoindentation\autoindentation\dorechecknextindentation
and
\def\sometopfloat[#1]% {\someelsefloat[#1]% \nonoindentation\autoindentation\dorechecknextindentation}
\placefigure[top]{top}{}
The first one works fine, but the second does not. Can anyone explain what is going on here. Here is my test example:
I finally managed to figure out what is wrong. The \nonoindentation...\doreckecknextindentation should be the last line in the defintion of dodocomplexplacefloat. I will post the details of my feature request on dev-context list after doing some testing. Aditya