Re: [NTG-context] Space Between Number and Reference

2012-06-21 Thread Wolfgang Schuster
Am 21.06.2012 um 21:45 schrieb Kip Warner: > Hey list, > > I am dumping all of my references into an appendix with the following: > > \placepublications[criterium=all] > > It works great for references 1 to 9, but anything longer than a single > digit and the actual reference text just ends up

Re: [NTG-context] how to change footnote body number

2012-06-21 Thread Wolfgang Schuster
Am 21.06.2012 um 21:00 schrieb Pablo Rodríguez: > Hi there, > > I'm trying to change the format of the footnote numbers in the body (not > in the lower area for footnotes) and I don't know how to do this. > > Here you have a sample: > > \definefontfeature[oldnumb][onum=yes] > \setupnotation[fo

Re: [NTG-context] Space Between Number and Reference

2012-06-21 Thread Marco
On 2012-06-21 Kip Warner wrote: > I am dumping all of my references into an appendix with the following: > > \placepublications[criterium=all] That example it too short. Extend it until it exhibits the problem you describe. By that you increase the chance of a quick response by magnitudes. > I

Re: [NTG-context] how to change footnote body number

2012-06-21 Thread Marco
On 2012-06-21 Pablo Rodríguez wrote: > I'm trying to change the format of the footnote numbers in the body (not > in the lower area for footnotes) and I don't know how to do this. \setupfootnotes [textcommand=\high] There you can hook in your font feature command. Marco

[NTG-context] Space Between Number and Reference

2012-06-21 Thread Kip Warner
Hey list, I am dumping all of my references into an appendix with the following: \placepublications[criterium=all] It works great for references 1 to 9, but anything longer than a single digit and the actual reference text just ends up being superimposed over it instead of shifting over. I'm gu

[NTG-context] how to change footnote body number

2012-06-21 Thread Pablo Rodríguez
Hi there, I'm trying to change the format of the footnote numbers in the body (not in the lower area for footnotes) and I don't know how to do this. Here you have a sample: \definefontfeature[oldnumb][onum=yes] \setupnotation[footnote][numberstyle=\tf,numbercommand=\addfs{oldnumb}] \starttext No

[NTG-context] xtable

2012-06-21 Thread Meer, H. van der
Can one put individual horizontal and vertical lines between rows/columns in xtable? Just like for example \HL in \starttable? The workings of parameter spaceinbetween on \startxtable remain a mystery to me. Can someone enlighten me? Hans van der Meer

Re: [NTG-context] PDF links wrong on Windows

2012-06-21 Thread Steffen Wolfrum
Am 21.06.2012 um 15:53 schrieb Taco Hoekwater: > And in that case, it was not really linking to the next page, but to the > very bottom of the correct page (with \setupinteraction[focus=standard]) I only used \setupinteraction[state=start], no focus, nothing fancy. Nothing funny ;o( Steffen

Re: [NTG-context] PDF links wrong on Windows

2012-06-21 Thread Taco Hoekwater
On 06/21/2012 02:35 PM, Steffen Wolfrum wrote: Hi, I just finished a book project with MkIV vers. 2012.04.14 00:10. When opening the PDF on Mac, all bookmarks link to the correct page. when opening the PDF on Windows, all bookmarks link to a wrong page (page number plus one). Is this a know i

Re: [NTG-context] PDF links wrong on Windows

2012-06-21 Thread Steffen Wolfrum
Am 21.06.2012 um 14:55 schrieb Hans Hagen: > On 21-6-2012 14:35, Steffen Wolfrum wrote: >> Hi, >> >> I just finished a book project with MkIV vers. 2012.04.14 00:10. >> >> When opening the PDF on Mac, all bookmarks link to the correct page. >> when opening the PDF on Windows, all bookmarks link

Re: [NTG-context] PDF links wrong on Windows

2012-06-21 Thread Hans Hagen
On 21-6-2012 14:35, Steffen Wolfrum wrote: Hi, I just finished a book project with MkIV vers. 2012.04.14 00:10. When opening the PDF on Mac, all bookmarks link to the correct page. when opening the PDF on Windows, all bookmarks link to a wrong page (page number plus one). Is this a know issue

[NTG-context] PDF links wrong on Windows

2012-06-21 Thread Steffen Wolfrum
Hi, I just finished a book project with MkIV vers. 2012.04.14 00:10. When opening the PDF on Mac, all bookmarks link to the correct page. when opening the PDF on Windows, all bookmarks link to a wrong page (page number plus one). Is this a know issue? Thanks, Steffen

Re: [NTG-context] The bTABLE is still broken in latest beta

2012-06-21 Thread Hans Hagen
On 21-6-2012 05:49, Hongwen Qiu wrote: The bTABLE is still broken in latest beta. Minimal example: \starttext \setupTABLE[c][each][width=1cm] \bTABLE \bTR\bTD Test \eTD\eTR \eTABLE \stoptext fixed ... thanks for testing -