ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* itemize with columns in \startcolumns enviroment
@ 2010-04-11 10:47 Xan
  2010-04-11 10:55 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Xan @ 2010-04-11 10:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: itemize with columns in \startcolumns enviroment
  2010-04-11 10:47 itemize with columns in \startcolumns enviroment Xan
@ 2010-04-11 10:55 ` Wolfgang Schuster
  2010-04-11 11:01   ` Xan
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-04-11 10:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Xan

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
___________________________________________________________________________________


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

* Re: itemize with columns in \startcolumns enviroment
  2010-04-11 10:55 ` Wolfgang Schuster
@ 2010-04-11 11:01   ` Xan
  2010-04-11 11:30     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Xan @ 2010-04-11 11:01 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: itemize with columns in \startcolumns enviroment
  2010-04-11 11:01   ` Xan
@ 2010-04-11 11:30     ` Wolfgang Schuster
  2010-04-11 14:12       ` Xan
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-04-11 11:30 UTC (permalink / raw)
  To: Xan; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: itemize with columns in \startcolumns enviroment
  2010-04-11 11:30     ` Wolfgang Schuster
@ 2010-04-11 14:12       ` Xan
  0 siblings, 0 replies; 5+ messages in thread
From: Xan @ 2010-04-11 14:12 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-04-11 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-11 10:47 itemize with columns in \startcolumns enviroment Xan
2010-04-11 10:55 ` Wolfgang Schuster
2010-04-11 11:01   ` Xan
2010-04-11 11:30     ` Wolfgang Schuster
2010-04-11 14:12       ` Xan

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