Re: [NTG-context] \setupcaptions question

2015-03-10 Thread Wolfgang Schuster
Am 13.02.2015 um 08:53 schrieb j. van den hoff veedeeh...@googlemail.com: On Fri, 13 Feb 2015 04:54:58 +0100, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: No, you’re right. I used the wrong command (\at is used to show the page where to float was placed) understood. and

[NTG-context] \setupcaptions question

2015-02-13 Thread joerg van den hoff
I want to use `numberstopper' for figure caption customization like so: \setupcaptions[numberstopper={:}] this works fine for the caption itself (i.e. I get, e.g. Figure 1: caption text) _but_ references to the figure via a defined label such as [fig:example] in the body text do include the

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Otared Kavian
Hi Wolfgang, and Joerg, Actually with your code and using numberstopper instead of stopper your example works fine here, too. So the right command is \setupcaption[figure][numberstopper={:}] and not what I wrote before (which works in mkii, though…). Actually the command used by Joerg,

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Otared Kavian
Hi Joerg, I think you are right when refering to a figure, the number stopper should not appear in the text. It seems to me that using something like \setupcaption[figure][stopper={.}] used to work in mkii and mkiv, but while it works in mkii, I just tried it with mkiv and found that

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Wolfgang Schuster
Am 12.02.2015 um 17:37 schrieb j. van den hoff veedeeh...@googlemail.com: I want to use `numberstopper' for figure caption customization like so: \setupcaptions[numberstopper={:}] this works fine for the caption itself (i.e. I get, e.g. Figure 1: caption text) _but_ references to

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread j. van den hoff
On Thu, 12 Feb 2015 22:18:51 +0100, Otared Kavian ota...@gmail.com wrote: Hi Joerg, hi otared, I think you are right when refering to a figure, the number stopper should not appear in the text. It seems to me that using something like \setupcaption[figure][stopper={.}] used to

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread j. van den hoff
On Thu, 12 Feb 2015 22:56:11 +0100, Otared Kavian ota...@gmail.com wrote: Hi Wolfgang, and Joerg, Actually with your code and using numberstopper instead of stopper your example works fine here, too. So the right command is \setupcaption[figure][numberstopper={:}] and not what I

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Wolfgang Schuster
Am 12.02.2015 um 23:14 schrieb j. van den hoff veedeeh...@googlemail.com: On 12 Feb 2015, at 22:31, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Am 12.02.2015 um 17:37 schrieb j. van den hoff veedeeh...@googlemail.com: I want to use `numberstopper' for figure caption

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread j. van den hoff
On Fri, 13 Feb 2015 04:54:58 +0100, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: No, you’re right. I used the wrong command (\at is used to show the page where to float was placed) understood. and so far there is only a workaround for this problem. What you can do OK, does this

[NTG-context] \setupcaptions question

2015-02-12 Thread j. van den hoff
I want to use `numberstopper' for figure caption customization like so: \setupcaptions[numberstopper={:}] this works fine for the caption itself (i.e. I get, e.g. Figure 1: caption text) _but_ references to the figure via a defined label such as [fig:example] in the body text do include the

Re: [NTG-context] setupcaptions

2012-07-13 Thread Hans Hagen
On 11-7-2012 22:29, Wolfgang Schuster wrote: Having a list as argument for the style key is interesting and you have my vote for this but it would be more complex and slower than the current mechanism. indeed too much of a slowdown Hans

[NTG-context] setupcaptions

2012-07-11 Thread Meer, H. van der
I want to make my figure captions both slanted and small, or bold and small,etc. The wiki has for setupcaptions: headstyle normal, bold, .. , small, .. style normal, bold, .. , small, .. I therefore expected to work the following setup:

Re: [NTG-context] setupcaptions

2012-07-11 Thread Wolfgang Schuster
Am 11.07.2012 um 17:17 schrieb Meer, H. van der: I want to make my figure captions both slanted and small, or bold and small,etc. The wiki has for setupcaptions: headstyle normal, bold, .. , small, .. style normal, bold, .. , small, .. I therefore expected to work the following

[NTG-context] setupcaptions stopper and separator

2012-06-04 Thread Andy Thomas
Hi all, while trying to figure out all the functions that setupcaptions has, I stumbled trying to make stopper and separator work. MnWE: \useMPlibrary[dum] \starttext \section{One} \setupcaptions [figure] [way=bysection,prefixsegments=section,separator={A},stopper={B},suffix={C}]

Re: [NTG-context] \setupcaptions hangs

2011-09-19 Thread Wolfgang Schuster
Am 19.09.2011 um 03:42 schrieb Aditya Mahajan: Hi, \setupcaptions[width=\textwidth] hangs with an infinite loop. The following let you compile your document but captions are missing, it’s something for Hans to fix. str-flt.mkiv %D Individial settings:

Re: [NTG-context] \setupcaptions hangs

2011-09-19 Thread Hans Hagen
On 19-9-2011 03:42, Aditya Mahajan wrote: Hi, \setupcaptions[width=\textwidth] hangs with an infinite loop. fixed (we noticed it here too) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] \setupcaptions hangs

2011-09-19 Thread Hans Hagen
On 19-9-2011 09:10, Wolfgang Schuster wrote: - \let\currenfloat\currentcaption + \let\currenfloat\currentfloatcaption + \let\currentfloat\currentfloatcaption - Hans Hagen | PRAGMA

Re: [NTG-context] \setupcaptions hangs

2011-09-19 Thread Aditya Mahajan
On Mon, 19 Sep 2011, Hans Hagen wrote: On 19-9-2011 09:10, Wolfgang Schuster wrote: - \let\currenfloat\currentcaption + \let\currenfloat\currentfloatcaption + \let\currentfloat\currentfloatcaption Thanks. Aditya

[NTG-context] \setupcaptions hangs

2011-09-18 Thread Aditya Mahajan
Hi, \setupcaptions[width=\textwidth] hangs with an infinite loop. Aditya ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] setupcaptions

2006-08-03 Thread Thomas A. Schmitz
There has been a discussion about this three months ago, but I can't figure it out: I have \setupcaptions[separator={:}] in my document and would expect something like figure 1: a figure, but I don't get a colon, the same for stopper={:}. Isn't this supposed to work? Thomas

Re: [NTG-context] setupcaptions

2006-08-03 Thread Taco Hoekwater
Thomas A. Schmitz wrote: There has been a discussion about this three months ago, but I can't figure it out: I have \setupcaptions[separator={:}] in my document and would expect something like figure 1: a figure, but I don't get a colon, the same for stopper={:}. Isn't this

Re: [NTG-context] setupcaptions

2006-08-03 Thread Hans Hagen
Taco Hoekwater wrote: Thomas A. Schmitz wrote: There has been a discussion about this three months ago, but I can't figure it out: I have \setupcaptions[separator={:}] in my document and would expect something like figure 1: a figure, but I don't get a colon, the same for