I am using indent, but do not want indent in the first paragraph. A paragraph after a flowchart is always the first paragraph. Is there a way to have no indent in that paragraph? I could put a \myblank between the flowchart and the paragraph. But that is not a very neat solution. -- Cecil Westerhof
Am 05.04.2011 um 01:26 schrieb Cecil Westerhof:
I am using indent, but do not want indent in the first paragraph. A paragraph after a flowchart is always the first paragraph. Is there a way to have no indent in that paragraph?
I could put a \myblank between the flowchart and the paragraph. But that is not a very neat solution.
untested: \definefloat[flowchart][default=force,indentnext=no] %\setupcaption[flowchart][number=none] \starttext ... \placeflowchart{}{\FLOWchart[...]} ... \stoptext Wolfgang
2011/4/5 Wolfgang Schuster
Am 05.04.2011 um 01:26 schrieb Cecil Westerhof:
I am using indent, but do not want indent in the first paragraph. A paragraph after a flowchart is always the first paragraph. Is there a way to have no indent in that paragraph?
I could put a \myblank between the flowchart and the paragraph. But that is not a very neat solution.
untested:
\definefloat[flowchart][default=force,indentnext=no] %\setupcaption[flowchart][number=none]
\starttext
...
\placeflowchart{}{\FLOWchart[...]}
...
\stoptext
Works, thanks. One more thing. Should after a pagebreak there also be no indent? After one of my flowcharts I had: \myblank \pagebreak But I would expect that the first paragraph on a page would not have an indent. But that could be the wrong expectation. -- Cecil Westerhof
participants (2)
-
Cecil Westerhof
-
Wolfgang Schuster