ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with Enumerations
@ 2016-02-18 16:34 Fabrice Couvreur
  2016-02-18 21:03 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2016-02-18 16:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
I do not succeed more to have a list according to the number of columns that
I chose.
Thank you
Fabrice

\starttext

\startitemize[n][stopper={.},style=bold]

\item La suite \m{\left(U_n\right)} est géométrique de premier terme \m{U_0
= 10} et de raison \m{q = 3 }, alors :

\startlinecorrection[blank]

\startitemize[a,columns,joinedup,pack,2*broad,three][stopper={.},style=bold]


\item \math{U_4 = 22}
\item \math{U_4 = 810}
\item \math{U_4 = 10 \times  3^3}
\item \math{U_4 = 10 +  3 \times 4}

\stopitemize

\stoplinecorrection

\stopitemize

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 960 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] 3+ messages in thread

* Re: Problem with Enumerations
  2016-02-18 16:34 Problem with Enumerations Fabrice Couvreur
@ 2016-02-18 21:03 ` Hans Hagen
  2016-02-19  8:35   ` Fabrice Couvreur
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2016-02-18 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/18/2016 5:34 PM, Fabrice Couvreur wrote:
> Hello,
> I do not succeed more to have a list according to the number of columns
> that I chose.
> Thank you
> Fabrice
>
> \starttext
>
> \startitemize[n][stopper={.},style=bold]
>
> \item La suite \m{\left(U_n\right)} est géométrique de premier terme
> \m{U_0 = 10} et de raison \m{q = 3 }, alors :
>
> \startlinecorrection[blank]
>
> \startitemize[a,columns,joinedup,pack,2*broad,three][stopper={.},style=bold]
>
>
> \item \math{U_4 = 22}
> \item \math{U_4 = 810}
> \item \math{U_4 = 10 \times  3^3}
> \item \math{U_4 = 10 +  3 \times 4}
>
> \stopitemize
>
> \stoplinecorrection
>
> \stopitemize

don't use the line correction wrapper


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Problem with Enumerations
  2016-02-18 21:03 ` Hans Hagen
@ 2016-02-19  8:35   ` Fabrice Couvreur
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Couvreur @ 2016-02-19  8:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Hans,
By removing  \startlinecorrection[blank] the problem persists with the
following code.
Thank you.
Fabrice

\starttext

\startitemize[n][stopper={.},style=bold]

\item La suite \m{\left(U_n\right)} est géométrique de premier terme \m{U_0
= 10} et de raison \m{q = 3 }, alors :

\startitemize[a,columns,joinedup,pack,2*broad,three][stopper={.},style=bold]

\item \math{U_4 = 22}
\item \math{U_4 = 810}
\item \math{U_4 = 10 \times  3^3}
\item \math{U_4 = 10 +  3 \times 4}

\stopitemize

\stopitemize

\stoptext


2016-02-18 22:03 GMT+01:00 Hans Hagen <pragma@wxs.nl>:

> On 2/18/2016 5:34 PM, Fabrice Couvreur wrote:
>
>> Hello,
>> I do not succeed more to have a list according to the number of columns
>> that I chose.
>> Thank you
>> Fabrice
>>
>> \starttext
>>
>> \startitemize[n][stopper={.},style=bold]
>>
>> \item La suite \m{\left(U_n\right)} est géométrique de premier terme
>> \m{U_0 = 10} et de raison \m{q = 3 }, alors :
>>
>> \startlinecorrection[blank]
>>
>>
>> \startitemize[a,columns,joinedup,pack,2*broad,three][stopper={.},style=bold]
>>
>>
>> \item \math{U_4 = 22}
>> \item \math{U_4 = 810}
>> \item \math{U_4 = 10 \times  3^3}
>> \item \math{U_4 = 10 +  3 \times 4}
>>
>> \stopitemize
>>
>> \stoplinecorrection
>>
>> \stopitemize
>>
>
> don't use the line correction wrapper
>
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> ___________________________________________________________________________________
> 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: 3970 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] 3+ messages in thread

end of thread, other threads:[~2016-02-19  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 16:34 Problem with Enumerations Fabrice Couvreur
2016-02-18 21:03 ` Hans Hagen
2016-02-19  8:35   ` Fabrice Couvreur

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