Placing a symbol at begin of a line when indenting is on
Hi. Consider the following example <example file="square_q.ctx"> \usesymbols[nav] \setupindenting[yes, medium, next] \starttext \input tufte \symbol[navigation 2][CloseDocument] \input tufte \input tufte \stoptext </example> In this example the symbol 'CloseDocument' (square) is placed at begin of a line but it is indented. Is it possible to place the symbol such that its left edge would be aligned by left edge of the text and the indenting of following text is not touched? Thanks in advance, Vladimir -- Sears has everything.
On 18-5-2010 5:17, Vladimir Lomov wrote:
\usesymbols[nav] \setupindenting[yes, medium, next]
\starttext
\input tufte
\symbol[navigation 2][CloseDocument] \input tufte
\input tufte
\stoptext
\atleftmargin{\symbol[navigation 2][CloseDocument]} \input tufte ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
** Hans Hagen [2010-05-18 09:43:54 +0200]:
On 18-5-2010 5:17, Vladimir Lomov wrote:
\usesymbols[nav] \setupindenting[yes, medium, next]
\starttext
\input tufte
\symbol[navigation 2][CloseDocument] \input tufte
\input tufte
\stoptext
\atleftmargin{\symbol[navigation 2][CloseDocument]} \input tufte
Thank you. Works as I expected. -- Blessed is he who expects nothing, for he shall never be disappointed. -- Alexander Pope
participants (2)
-
Hans Hagen
-
Vladimir Lomov