setupindenting[no] does not reset indentation for items
I have the following code: \starttext {\bf\em default} paragrap1 paragrap2 paragrap3 \startitemize \item paragrap1 paragrap2 paragrap3 \stopitemize \setupindenting[yes,medium] {\bf\em after setupindenting[yes,medium]} paragrap1 paragrap2 paragrap3 \startitemize \item paragrap1 paragrap2 paragrap3 \stopitemize \setupindenting[no] {\bf\em after setupindenting[no]} paragrap1 paragrap2 paragrap3 \startitemize \item paragrap1 paragrap2 paragrap3 \stopitemize \stoptext I would expect the default and setupindentation[no] to do the same. But it does not. By the last one normal text is not indented anymore, but the items still are. Is this a bug, or a feature? -- Cecil Westerhof
Nobody an idea about this problem?
How at least getting items without indent?
2011/4/9, Cecil Westerhof
I have the following code: \starttext
{\bf\em default}
paragrap1
paragrap2
paragrap3
\startitemize \item paragrap1
paragrap2
paragrap3 \stopitemize
\setupindenting[yes,medium]
{\bf\em after setupindenting[yes,medium]}
paragrap1
paragrap2
paragrap3
\startitemize \item paragrap1
paragrap2
paragrap3 \stopitemize
\setupindenting[no]
{\bf\em after setupindenting[no]}
paragrap1
paragrap2
paragrap3
\startitemize \item paragrap1
paragrap2
paragrap3 \stopitemize
\stoptext
I would expect the default and setupindentation[no] to do the same. But it does not. By the last one normal text is not indented anymore, but the items still are. Is this a bug, or a feature?
-- Cecil Westerhof
-- Cecil Westerhof
participants (1)
-
Cecil Westerhof