ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* itemize (bis)
@ 2006-04-09 22:06 Renaud AUBIN
  2006-04-11 13:42 ` Renaud AUBIN
  0 siblings, 1 reply; 2+ messages in thread
From: Renaud AUBIN @ 2006-04-09 22:06 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 601 bytes --]

Hi all,

(see [NTG-context] itemize)

Now I use

\setupitemize[each][2,packed,joinedup,intext][indentnext=yes] % thanks
Hans for intext !

but I don't obtain indentation of the first line of each item...

i.e. I got

    Un petit paragraphe
qui continue à la ligne.
- le premier élément de
la liste,
- le second élément de
la liste.

instead of

    Un petit paragraphe
qui continue à la ligne.
    - le premier élément de
la liste,
    - le second élément de
la liste.

I have tried several options in setuptiemize but failed to get what I
want...

Cheers,

Renaud

[-- Attachment #1.2: Type: text/html, Size: 1170 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: itemize (bis)
  2006-04-09 22:06 itemize (bis) Renaud AUBIN
@ 2006-04-11 13:42 ` Renaud AUBIN
  0 siblings, 0 replies; 2+ messages in thread
From: Renaud AUBIN @ 2006-04-11 13:42 UTC (permalink / raw)



Thanks Taco to help me on this issue.

I eventually use (allmost copy-paste from #context):

\setbox0=\hbox{--~}
 
\def\indenteddash#1{\hskip\parindent--~}
\definesymbol[indentdash][\indenteddash]

\setupitemize[each][indentdash,packed,joinedup,intext][indentnext=yes,width=\dimexpr
\parindent + \wd0 \relax]


Cheers,

Renaud

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-11 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-09 22:06 itemize (bis) Renaud AUBIN
2006-04-11 13:42 ` Renaud AUBIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).