[NTG-context] Bug with location=nonumber

2011-11-21 Thread Aditya Mahajan
Hi, Consider the following test file \starttext \startplacefigure[location={here,nonumber}, title=none] test \stopplacefigure \startplacefigure[location={here,nonumber}, title={test}] test \stopplacefigure \stoptext The title of the second figure is displayed. The bug is because I have

Re: [NTG-context] Overview screen containing multiple pages

2011-11-21 Thread Aditya Mahajan
On Sun, 20 Nov 2011, Wolfgang Schuster wrote: Am 20.11.2011 um 19:37 schrieb Aditya Mahajan: There is a python script called impressive (http://impressive.sourceforge.net/) that adds some eyecandy to presentations. One of the features that it has is an overview screen at the end, like

Re: [NTG-context] \unit and Hertz, lux, and degrees/minutes/seconds

2011-11-21 Thread Hans Hagen
On 21-11-2011 02:00, Robin Kirkham wrote: Over the weekend I've discovered a couple more problems with \unit so I'll make up some test cases and desired output and post it in a few days. ok, I'll wait for that then -

Re: [NTG-context] Chart module

2011-11-21 Thread Hans Hagen
On 20-11-2011 03:52, Aditya Mahajan wrote: Hi, Nested flow charts do not work in the current chart module. \usemodule[chart] \startFLOWchart[A] \startFLOWcell \name{A} \location{1,1} \text{A} \stopFLOWcell \stopFLOWchart \startFLOWchart[B] \includeFLOWchart[A][x=1,y=1] \stopFLOWchart

[NTG-context] setupinteraction kills dodoubleargument

2011-11-21 Thread Hans van der Meer
In my documents I use a macro in footnotes, which is defined though \dodoubleargument. However, enabling interactions (which must be done too) plays havoc with \dodoubleargument, though \dosingleargument seems to escape unharmed. Why is this? Can it be repaired? Hans van der Meer % Indexing

Re: [NTG-context] setupinteraction kills dodoubleargument

2011-11-21 Thread Wolfgang Schuster
Am 21.11.2011 um 14:25 schrieb Hans van der Meer: In my documents I use a macro in footnotes, which is defined though \dodoubleargument. However, enabling interactions (which must be done too) plays havoc with \dodoubleargument, though \dosingleargument seems to escape unharmed. Why is

Re: [NTG-context] setupinteraction kills dodoubleargument

2011-11-21 Thread Meer, H. van der
On 21 nov. 2011, at 14:55, Wolfgang Schuster wrote: Am 21.11.2011 um 14:25 schrieb Hans van der Meer: In my documents I use a macro in footnotes, which is defined though \dodoubleargument. However, enabling interactions (which must be done too) plays havoc with \dodoubleargument,

Re: [NTG-context] setupinteraction kills dodoubleargument

2011-11-21 Thread Hans Hagen
On 21-11-2011 15:50, Meer, H. van der wrote: On 21 nov. 2011, at 14:55, Wolfgang Schuster wrote: Am 21.11.2011 um 14:25 schrieb Hans van der Meer: In my documents I use a macro in footnotes, which is defined though \dodoubleargument. However, enabling interactions (which must be done too)

Re: [NTG-context] Bug with location=nonumber

2011-11-21 Thread Hans Hagen
On 21-11-2011 09:38, Aditya Mahajan wrote: Hi, Consider the following test file \starttext \startplacefigure[location={here,nonumber}, title=none] test \stopplacefigure \startplacefigure[location={here,nonumber}, title={test}] test \stopplacefigure \stoptext The title of the second figure is

[NTG-context] Rotating natural Tables

2011-11-21 Thread Christian
Hello, quick question: How do I rotate a floating TABLE when using \startplacetable[title={My long title},list={Short title}] and \stopplacetable? What is the parameter equivalent to \placetable{orientation=90} in this case?

[NTG-context] inactive hyperlink?

2011-11-21 Thread Hans van der Meer
There is something with creating hyperlinks I do not understand. Did \setupinteraction[state=start] Situation-1: \placefigure[][reftofigure].. gives me with \in.. a clickable link. Situation-2: \pagereference[reftoplace] (or \textreference, \reference} do give me a link-colored text with

[NTG-context] equation numbering

2011-11-21 Thread Meer, H. van der
ConTeXt still has some mysteries for me ;-) This time it is the equationnumbering. Doing \placeformula\startformula..\stopformula gives the equation a certain number, lets say (1.5). Now I change the call to \placeformula[equ:thisfml]\startformula..\stopformula and the number changes to (1.6).

[NTG-context] pagenumbering and part options

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Ok this is embarrassing, but I can't seen to figure this one out. To solve the current issue I need either 1. a \part, let's define it as \partsuper, that does one thing and ONLY one thing: \starttext \partsuper{Super Part 1} text page numbers 1, 2, 3, , n \partsuper{Super

[NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
[please ignore other one] Dear gang, Ok this is embarrassing, but I can't seen to figure this one out. To solve the current issue I need either 1. a \part, let's define it as \partsuper, that does one thing and ONLY one thing: \starttext \partsuper{Super Part 1} text page numbers 1, 2, 3,

[NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
[please ignore other one] Dear gang, Ok this is embarrassing, but I can't seen to figure this one out. To solve the current issue I need either 1. a \part, let's define it as \partsuper, that does one thing and ONLY one thing: \starttext \partsuper{Super Part 1} text page numbers 1, 2, 3,

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Pontus Lurcock
On Mon 21 Nov 2011, Idris Samawi Hamid ادريس سماوي حامد wrote: 2. The other, less sophisticated option: How do I get \setuppagenumbering to simply just reset the current pagenumber to 1 and start from 1 again? I think that what you want (untested) is \setuppagenumber[number=1] rather than

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Aditya Mahajan
On Tue, 22 Nov 2011, Pontus Lurcock wrote: On Mon 21 Nov 2011, Idris Samawi Hamid ادريس سماوي حامد wrote: 2. The other, less sophisticated option: How do I get \setuppagenumbering to simply just reset the current pagenumber to 1 and start from 1 again? I think that what you want

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
On Mon, 21 Nov 2011 15:02:51 -0700, Pontus Lurcock p...@talvi.net wrote: On Mon 21 Nov 2011, Idris Samawi Hamid ادريس سماوي حامد wrote: 2. The other, less sophisticated option: How do I get \setuppagenumbering to simply just reset the current pagenumber to 1 and start from 1 again? I

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Aditya, On Mon, 21 Nov 2011 15:09:23 -0700, Aditya Mahajan adit...@umich.edu wrote: There is also \setupuserpagenumber[number=1] and \setupuserpagenumber[way=bysuperpart] (if superpart is defined using \definehead). Hmm, I was wondering if there was something like this in the system

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
On Mon, 21 Nov 2011 15:18:46 -0700, Idris Samawi Hamid ادريس سماوي حامد isha...@colostate.edu wrote: Could the recent work on cross-document referencing ( http://www.pragma-ade.com/general/magazines/mag-1103.pdf ) remove this requirement? Now this I was unaware of ... I will study it.

[NTG-context] cross referencing suite

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Knights, http://www.pragma-ade.com/general/magazines/mag-1103.pdf mentions a 4-file test site, but I can't find it in my context tree ... Can someone point me to it? Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shīʿī Studies Department of

Re: [NTG-context] cross referencing suite

2011-11-21 Thread Aditya Mahajan
On Mon, 21 Nov 2011, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear Knights, http://www.pragma-ade.com/general/magazines/mag-1103.pdf mentions a 4-file test site, but I can't find it in my context tree ... Can someone point me to it? The test suite used to refer to

Re: [NTG-context] cross referencing suite

2011-11-21 Thread Andreas Harder
On 22.11.2011, at 00:13, Aditya Mahajan wrote: On Mon, 21 Nov 2011, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear Knights, http://www.pragma-ade.com/general/magazines/mag-1103.pdf mentions a 4-file test site, but I can't find it in my context tree ... Can someone point me to it?

Re: [NTG-context] cross referencing suite

2011-11-21 Thread Idris Samawi Hamid ادريس سماوي حامد
On Mon, 21 Nov 2011 17:25:43 -0700, Andreas Harder ahar...@uni-koblenz.de wrote: http://pragma-ade.com/download-4.htm There you will find a folder named project … Excellent .. thnx!! Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shīʿī

Re: [NTG-context] pagenumbering and part options [CORRECTED]

2011-11-21 Thread Wolfgang Schuster
Am 21.11.2011 um 23:20 schrieb Idris Samawi Hamid ادريس سماوي حامد: Hi Aditya, On Mon, 21 Nov 2011 15:09:23 -0700, Aditya Mahajan adit...@umich.edu wrote: There is also \setupuserpagenumber[number=1] and \setupuserpagenumber[way=bysuperpart] (if superpart is defined using

[NTG-context] Text in a box now broken

2011-11-21 Thread Kip Warner
Hey folks, I noticed as of maybe a week ago, that all of the text I have positioned inside of a box has disappeared. I can see everything else, as before, but not the stuff in the box. The box just shows up as a mangled line. The following is a minimal example from ConTeXt version 2011.11.17

Re: [NTG-context] Text in a box now broken

2011-11-21 Thread Wolfgang Schuster
Am 22.11.2011 um 06:23 schrieb Kip Warner: Hey folks, I noticed as of maybe a week ago, that all of the text I have positioned inside of a box has disappeared. I can see everything else, as before, but not the stuff in the box. The box just shows up as a mangled line. The following is a