Hello,
Maybe I have not been clear enough about what I would like to do ?
In the first exercise, I get this:

*Ex1* BlablaBlablaBlablaBlablaBlablaBlablaBlablaBlabla
BlablaBlablaBlablaBlablaBlablaBlablaBlablaBlabla

In the second exercise, this:

*Ex2*

1.

2.

3.

I would like to do this:

*Ex2* 1.
2.
3.

Thank you.
Fabrice

2018-01-28 22:54 GMT+01:00 Fabrice Couvreur <fabrice1.couvr...@gmail.com>:

> Hello,
> How to make the first item on the baseline of the numbering as in the
> first exercise ?
> Thanks.
> Fabrice
>
> \defineframed
>   [ACFRAME]
>   [frame=off,
>    boffset=0pt,
>    width=fit,
>    align=flushleft,
>    location=low,
>    background=color,
>    backgroundcolor=MyColorA]
>
> \defineframed
>   [EXFRAME]
>   [frame=off,
>    offset=0pt,
>    location=low,
>    width=\struttotal,
>    background=color,
>    backgroundcolor=black,
>    foregroundcolor=white,
>    forgroundstyle=bold]
>
> \defineprocessor[ACPROCESSOR][command=\EXFRAME]
> \defineconversionset[ACCONVERSION][][ACPROCESSOR->n]
>
> \defineenumeration
>   [ex]
>   [text=,
>    width=fit,
>    numberconversionset=ACCONVERSION,
>    alternative=serried,
>    number=yes]
>
> \starttext
> \startex
> \input ward
> \stopex
> \startex
>   \startitemize[n]
>   \item One
>   \item Two
>   \item Three
>   \stopitemize
> \stopex
> \stoptext
>
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to