[NTG-context] itemize with columns in \startcolumns enviroment

2010-04-11 Thread Xan

Hi,

I have

\startcolumns
[...]
\startexercici Amb el mateix experiment aleatori de l'activitat 
anterior, calcula els esdeveniments següents:

\startitemize[a,packed,columns]
\item $(A^c)^c$
\item $(A \cap B)^c$
\item $(A \cup B)^c$
\item $A^c \cup B$
\item $A^c \cap B$
\item $A \cup B^c$
\item $A^c \cap B^c$
\item $A \cap B^c$
\stopitemize
\stopexercici
[...]
\stopcolumns

but the itemize does NOt display as two columns. What is the solution 
for that?


Please, CCme

Thanks a lot,
Xan.

PS: The exercici enviroment is defined as:

\defineenumeration
 [exercici]
 
[text={\startcolor[middlecyan]Exercici\stopcolor},headstyle=bold,between=\blank,titledistance=0em,textdistance=1em,

stopper={.\space},location=serried,left={\bgroup\bf},right={\egroup},width=fit,headstyle=\ss]

___
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
___


Re: [NTG-context] itemize with columns in \startcolumns enviroment

2010-04-11 Thread Wolfgang Schuster

Am 11.04.10 12:47, schrieb Xan:

Hi,

I have

\startcolumns
[...]
\startexercici Amb el mateix experiment aleatori de l'activitat 
anterior, calcula els esdeveniments següents:

\startitemize[a,packed,columns]
\item $(A^c)^c$
\item $(A \cap B)^c$
\item $(A \cup B)^c$
\item $A^c \cup B$
\item $A^c \cap B$
\item $A \cup B^c$
\item $A^c \cap B^c$
\item $A \cap B^c$
\stopitemize
\stopexercici
[...]
\stopcolumns

but the itemize does NOt display as two columns. What is the solution 
for that?
Columns can't be nested but you can use \start/\stopsimplecolumns for 
the itemize.


Wolfgang

___
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
___


Re: [NTG-context] itemize with columns in \startcolumns enviroment

2010-04-11 Thread Xan

En/na Wolfgang Schuster ha escrit:
Columns can't be nested but you can use \start/\stopsimplecolumns for 
the itemize.


Wolfgang


Thanks Wolfgang. Perfect solution!

For the other hand, can't columns be nested? Why not put in 
\startitemize code one "if": if there is _in_ a column environment,use 
\startsimplecolumns, Is it technically possible?


Thanks,
Xan.
___
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
___


Re: [NTG-context] itemize with columns in \startcolumns enviroment

2010-04-11 Thread Wolfgang Schuster

Am 11.04.10 13:01, schrieb Xan:

For the other hand, can't columns be nested?

No.
Why not put in \startitemize code one "if": if there is _in_ a column 
environment,use \startsimplecolumns, Is it technically possible?

Possible but not so simple as you think.

Wolfgang

___
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
___


Re: [NTG-context] itemize with columns in \startcolumns enviroment

2010-04-11 Thread Xan

En/na Wolfgang Schuster ha escrit:

Am 11.04.10 13:01, schrieb Xan:

For the other hand, can't columns be nested?

No.
Why not put in \startitemize code one "if": if there is _in_ a column 
environment,use \startsimplecolumns, Is it technically possible?

Possible but not so simple as you think.

Wolfgang


Thanks anyway.
Xan.
___
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
___