Hello list, Is there a way to obtain a differrent indentation for the first paragraph, than all the following ones? I would like the first to be indented by 0.5\textwidth and all the others by 1 pica. Many thanks in advance Piotr -- http://okle.pl
Seems I almost learnt how to do it, but notice the whitespace after
the first paragraph.
Piotr
\setupindenting[yes,1pc]
\defineindenting[qq][text=,separator=,width=0.5\textwidth]
\starttext
\qq
\input zapf
\input knuth
\stoptext
2009/9/30 Piotr Kopszak
Hello list,
Is there a way to obtain a differrent indentation for the first paragraph, than all the following ones? I would like the first to be indented by 0.5\textwidth and all the others by 1 pica.
Many thanks in advance
Piotr
Piotr Kopszak schrieb:
Seems I almost learnt how to do it, but notice the whitespace after the first paragraph.
Piotr
\setupindenting[yes,1pc] \defineindenting[qq][text=,separator=,width=0.5\textwidth]
Just add the empty key 'after=' to your definition and the whitespace vanishes. Best wishes, Peter
\starttext \qq \input zapf
\input knuth \stoptext
2009/9/30 Piotr Kopszak
: Hello list,
Is there a way to obtain a differrent indentation for the first paragraph, than all the following ones? I would like the first to be indented by 0.5\textwidth and all the others by 1 pica.
Many thanks in advance
Piotr
participants (2)
-
Peter Rolf
-
Piotr Kopszak