ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Enumerations in an environment
@ 2018-08-13 10:35 Fabrice Couvreur
  2018-08-13 15:11 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Couvreur @ 2018-08-13 10:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster


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

Hello,
How to have :

Démonstration --- 1.one
2.two
3.three

Thanks
Fabrice

\defineenumeration
  [proof]
  [text=Démonstration,
   alternative=serried,
   number=no,
   headcommand=\groupedcommand{}{~---~},
   headstyle=bolditalic,
   %headcommand=\groupedcommand{}{:\,},
   width=broad,
   closesymbol={\symbol[square]}]

\starttext

\startproof
   \startitemize[n]
   \item one
   \item two
   \item three
   \stopitemize
 \stopproof

\stoptext

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

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Enumerations in an environment
  2018-08-13 10:35 Enumerations in an environment Fabrice Couvreur
@ 2018-08-13 15:11 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2018-08-13 15:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Fabrice Couvreur


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



Fabrice Couvreur schrieb am 13.08.18 um 12:35:
> Hello,
> How to have :
>
> Démonstration --- 1.one
> 2.two
> 3.three
>
> Thanks
> Fabrice
>
> \defineenumeration
> [proof]
>   [text=Démonstration,
>    alternative=serried,
> number=no,
>    headcommand=\groupedcommand{}{~---~},
> headstyle=bolditalic,
>    %headcommand=\groupedcommand{}{:\,},
> width=broad,
>    closesymbol={\symbol[square]}]
>
> \starttext
>
> \startproof
> \startitemize[n]
>    \item one
>    \item two
>    \item three
> \stopitemize
>  \stopproof

\startproof
   \startitemize[n,text][lefttext=,righttext=]
   \item one\par
   \item two\par
   \item three
   \stopitemize
\stopproof

Wolfgang

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

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-08-13 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13 10:35 Enumerations in an environment Fabrice Couvreur
2018-08-13 15:11 ` Wolfgang Schuster

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).