Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}} \resetcounter[test] \startcombination[2*2] \testitem{first} \testitem{second} \testitem{third} \testitem{fourth}

Re: [NTG-context] float combinations

2013-04-14 Thread Hans Hagen
On 4/14/2013 8:30 AM, Alan BRASLAU wrote: Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}} \resetcounter[test] \startcombination[2*2] \testitem{first} \testitem{second}

Re: [NTG-context] float combinations

2013-04-14 Thread Robert Blackstone
On 14 Apr 2013, at 07:05, Hans Hagen pra...@wxs.nl wrote: On 4/13/2013 12:33 PM, Robert Blackstone wrote: Dear all, A few days ago (10 April 2013, Vol.106, Issue 25) I posted a question about giving related but not necessarily adjacent floats the same number, as for example Fig. 2a and

Re: [NTG-context] float combinations

2013-04-14 Thread Robert Blackstone
On 14 Apr 2013, at 07:05 , Marco Patzer home...@lavabit.com wrote: On 2013?04?13 Robert Blackstone wrote: (in reply to Alan BRASLAU) (I tried your liitle code snippet but ConText would not have it.) He's missing a closing bracket on the \externalfigure[mill] line. Here's a complete

Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
On Sun, 14 Apr 2013 10:55:41 +0200 Hans Hagen pra...@wxs.nl wrote: On 4/14/2013 8:30 AM, Alan BRASLAU wrote: Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}}

Re: [NTG-context] float combinations

2013-04-14 Thread Marco Patzer
On 2013–04–14 Alan BRASLAU wrote: Two problems, though: 1. I tried label= in \setupcaption to suppress Figure . This does not work, and looking at the source I do not see how to do this... \setuplabeltext [figureitem=] Marco signature.asc Description: Digital signature

Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
On Sun, 14 Apr 2013 13:54:48 +0200 Marco Patzer home...@lavabit.com wrote: On 2013–04–14 Alan BRASLAU wrote: Two problems, though: 1. I tried label= in \setupcaption to suppress Figure . This does not work, and looking at the source I do not see how to do this... \setuplabeltext

[NTG-context] float combinations

2013-04-13 Thread Robert Blackstone
Dear all, A few days ago (10 April 2013, Vol.106, Issue 25) I posted a question about giving related but not necessarily adjacent floats the same number, as for example Fig. 2a and Fig. 2b. In the meantime I found a, not very elegant, solution that only partly satisfies me. Here is a working

Re: [NTG-context] float combinations

2013-04-13 Thread Alan BRASLAU
This is probably not exactly what you want, however, one can use list= in \startplacefigure\stopplacefigure to differentiate between the figure caption and its listing in the list of figures. \startplacefigure [title={Dutch scenery. \startitemize [n] \startitem A cow. \stopitem

Re: [NTG-context] float combinations

2013-04-13 Thread Marco Patzer
On 2013–04–13 Alan BRASLAU wrote: A cow is shown in \in{figure} [fig:scenery]a. A cow is shown in \in{figure}{a}[fig:scenery] The above example raises the following (low priority) feature suggestion: How about some way of automatically numbering/labeling combinations just like item lists?

Re: [NTG-context] float combinations

2013-04-13 Thread Robert Blackstone
On 13 Apr 2013, at 13:30 , Alan BRASLAU alan.bras...@cea.fr wrote: This is probably not exactly what you want, however, one can use list= in \startplacefigure\stopplacefigure to differentiate between the figure caption and its listing in the list of figures. \startplacefigure

Re: [NTG-context] float combinations

2013-04-13 Thread Marco Patzer
On 2013–04–13 Robert Blackstone wrote: (I tried your liitle code snippet but ConText would not have it.) He's missing a closing bracket on the \externalfigure[mill] line. Here's a complete example: \setupexternalfigures [location=default] \defineitemgroup [subfigure] [lefttext=, stopper=]

Re: [NTG-context] float combinations

2013-04-13 Thread Hans Hagen
On 4/13/2013 12:33 PM, Robert Blackstone wrote: Dear all, A few days ago (10 April 2013, Vol.106, Issue 25) I posted a question about giving related but not necessarily adjacent floats the same number, as for example Fig. 2a and Fig. 2b. In the meantime I found a, not very elegant, solution that

Re: [NTG-context] float combinations

2013-04-13 Thread Hans Hagen
On 4/13/2013 1:13 PM, Alan BRASLAU wrote: (However, I am sure that Wolfgang can suggest an obvious solution that is already available, that I overlook... :) \useMPlibrary[dum] \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \resetcounter[test]

[NTG-context] float combinations

2013-04-10 Thread Robert Blackstone
Dear all, I would like to have in my document floats, i.c. musical examples, that basically have the same number, for example, Ex. 3a and Ex. 3b, with text in between and possibly not even on the same page. It seems that it can be done (Wiki-page Command/setupfloatsplitting) but I have no