ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startitemize[columns] in a figure caption
@ 2012-04-11 20:29 Alan Braslau
  2012-04-12  4:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Braslau @ 2012-04-11 20:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

\startitemize [columns]
does not work in a figure caption (for example).

[I can already hear Hans saying "of course it doesn't".]

Alan


"minimal" example:


\starttext

\startitemize [a,columns] % columns work here...
	\startitem first  \stopitem
	\startitem second \stopitem
	\startitem third  \stopitem
	\startitem fourth \stopitem
\stopitemize

\startplacefigure [
	title={My figure
	\startitemize [a,columns] % ...but not here!
		\startitem first  \stopitem
		\startitem second \stopitem
		\startitem third  \stopitem
		\startitem fourth \stopitem
	\stopitemize
	}
	]
	\externalfigure [cow]
\stopplacefigure

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


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

* Re: \startitemize[columns] in a figure caption
  2012-04-11 20:29 \startitemize[columns] in a figure caption Alan Braslau
@ 2012-04-12  4:21 ` Wolfgang Schuster
  2012-04-12  5:27   ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-04-12  4:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 11.04.2012 um 22:29 schrieb Alan Braslau:

> Hello,
> 
> \startitemize [columns]
> does not work in a figure caption (for example).
> 
> [I can already hear Hans saying "of course it doesn't".]

\startsimplecolumns
\startitemize
…
\stopitemize
\stopsimplecolumns

For explanations search the list archive.

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] 4+ messages in thread

* Re: \startitemize[columns] in a figure caption
  2012-04-12  4:21 ` Wolfgang Schuster
@ 2012-04-12  5:27   ` Aditya Mahajan
  2012-04-12 13:56     ` Alan BRASLAU
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2012-04-12  5:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 435 bytes --]

On Thu, 12 Apr 2012, Wolfgang Schuster wrote:

>
> Am 11.04.2012 um 22:29 schrieb Alan Braslau:
>
>> Hello,
>>
>> \startitemize [columns]
>> does not work in a figure caption (for example).
>>
>> [I can already hear Hans saying "of course it doesn't".]
>
> \startsimplecolumns
> \startitemize
> …
> \stopitemize
> \stopsimplecolumns
>
> For explanations search the list archive.

and add it to the wiki :)

Aditya

[-- 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] 4+ messages in thread

* Re: \startitemize[columns] in a figure caption
  2012-04-12  5:27   ` Aditya Mahajan
@ 2012-04-12 13:56     ` Alan BRASLAU
  0 siblings, 0 replies; 4+ messages in thread
From: Alan BRASLAU @ 2012-04-12 13:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 12 Apr 2012 01:27:33 -0400
Aditya Mahajan <adityam@umich.edu> wrote:

> On Thu, 12 Apr 2012, Wolfgang Schuster wrote:
> 
> >
> > Am 11.04.2012 um 22:29 schrieb Alan Braslau:
> >
> >> Hello,
> >>
> >> \startitemize [columns]
> >> does not work in a figure caption (for example).
> >>
> >> [I can already hear Hans saying "of course it doesn't".]
> >
> > \startsimplecolumns
> > \startitemize
> > …
> > \stopitemize
> > \stopsimplecolumns
> >
> > For explanations search the list archive.
> 
> and add it to the wiki :)
> 
> Aditya

I've read on the mailing list how columns is a mess
and that we have different mechanisms available to us.

The point here is that in using item lists, one should
NOT have to think or know about this at all:
either item list options work or not - in that case
it is a bug.

My suggestion is the following:
1 - either 

I've read on the mailing list how columns is a mess
and that we have several different mechanisms available to us.

The point here is that in using item lists,
one should NOT have to think or know about this AT ALL:
either item list options work or they do not -
that they do not always work is a bug.

My suggestion is the following:
\startitemize[n]
\startitem either item columns be fixed (such as by
using the simple column mechanism); \stopitem
\startitem or the column option be removed entirely.
To get the desired result, one can then explicitly include
the start/stop itemized within a start/stop simplecolumns,
this becoming the standard operating procedure; \stopitem
\stopitemize

Adding a caveat to the wiki is a sort of band-aid, not a solution.
Describing the correct usage, once the desired behavior be
determined, does have its place on the wiki.

Alan

(I thank Wolfgang, as always, for the suggestion -
I will, in my usage, for now and maybe forever
unless itemized columns gets fixed, forget about
the column option and systematically use start/stop
simplecolumns.)
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2012-04-12 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 20:29 \startitemize[columns] in a figure caption Alan Braslau
2012-04-12  4:21 ` Wolfgang Schuster
2012-04-12  5:27   ` Aditya Mahajan
2012-04-12 13:56     ` Alan BRASLAU

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