ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Stopper and itemize
@ 2014-10-13 18:24 Fabrice Couvreur
  2014-10-13 19:37 ` Otared Kavian
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2014-10-13 18:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

hi,
In the following code, the default stopper is the point.

\starttext
\startitemize[columns,a,joinedup]
\item $f(0)$
\item $g(0,3)$
\item $f(\sqrt 2)$
\item $g(-4)$
\stopitemize
\stoptext

How to have a break ?
Best regards,
Fabrice

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stopper and itemize
  2014-10-13 18:24 Stopper and itemize Fabrice Couvreur
@ 2014-10-13 19:37 ` Otared Kavian
  2014-10-14 16:54   ` Fabrice
  0 siblings, 1 reply; 6+ messages in thread
From: Otared Kavian @ 2014-10-13 19:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

What do you mean by a « break »?

On 14 Oct 2014, at 02:24, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:

> hi,
> In the following code, the default stopper is the point.
> 
> \starttext
> \startitemize[columns,a,joinedup]
> \item $f(0)$
> \item $g(0,3)$
> \item $f(\sqrt 2)$
> \item $g(-4)$
> \stopitemize
> \stoptext
> 
> How to have a break ?
> Best regards,
> Fabrice
> ___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stopper and itemize
  2014-10-13 19:37 ` Otared Kavian
@ 2014-10-14 16:54   ` Fabrice
  2014-10-14 17:13     ` Mikael P. Sundqvist
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice @ 2014-10-14 16:54 UTC (permalink / raw)
  To: ntg-context

Hi,
My English is not perfect !
I mean bracket, that is to say, 1) instead of 1.
Best regards,
Fabrice
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stopper and itemize
  2014-10-14 16:54   ` Fabrice
@ 2014-10-14 17:13     ` Mikael P. Sundqvist
  2014-10-15 17:41       ` Fabrice
  0 siblings, 1 reply; 6+ messages in thread
From: Mikael P. Sundqvist @ 2014-10-14 17:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Oct 14, 2014 at 6:54 PM, Fabrice <couvreur.fabrice@wanadoo.fr> wrote:
> Hi,
> My English is not perfect !
> I mean bracket, that is to say, 1) instead of 1.
>
> Best regards,
> Fabrice
> ___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


Hi,

what about

\starttext
\startitemize[columns,a,joinedup][stopper=)]
\item $f(0)$
\item $g(0,3)$
\item $f(\sqrt 2)$
\item $g(-4)$
\stopitemize
\stoptext

/Mikael
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stopper and itemize
  2014-10-14 17:13     ` Mikael P. Sundqvist
@ 2014-10-15 17:41       ` Fabrice
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice @ 2014-10-15 17:41 UTC (permalink / raw)
  To: ntg-context

Hi Mikael,
Thank you, but I should have known!!
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stopper and itemize
  2014-10-13 16:21 (no subject) Fabrice Couvreur
@ 2014-10-13 17:56 ` Fabrice
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice @ 2014-10-13 17:56 UTC (permalink / raw)
  To: ntg-context


___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-10-15 17:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-13 18:24 Stopper and itemize Fabrice Couvreur
2014-10-13 19:37 ` Otared Kavian
2014-10-14 16:54   ` Fabrice
2014-10-14 17:13     ` Mikael P. Sundqvist
2014-10-15 17:41       ` Fabrice
  -- strict thread matches above, loose matches on Subject: below --
2014-10-13 16:21 (no subject) Fabrice Couvreur
2014-10-13 17:56 ` Stopper and itemize Fabrice

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