[NTG-context] bold header turns regular again

2009-08-22 Thread Mojca Miklavec
Hello, I have just found an old piece of code (that has been misbehaving for a long time). The last number is printed in regular instead of bold typeface in both mkii and mkiv: \startitemize[n][headstyle=bold] \head a\par aa \head b\par \head c \head d \stopitemize (I know a workaround, so no

[NTG-context] \sometxt inside functions

2009-08-22 Thread Mojca Miklavec
Hello Hans, is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) \starttext % makes sure that textext() works; is there an equivalent for \sometxt? \forceMPTEXcheck{drawA} \startMPinclusions def drawA =

Re: [NTG-context] \sometxt inside functions

2009-08-22 Thread Mojca Miklavec
On Sat, Aug 22, 2009 at 10:05, Mojca Miklavec wrote: Hello Hans, is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) Well, not that it does work in MKIV, but that's for a different reason (textext() doesn't

Re: [NTG-context] \sometxt inside functions

2009-08-22 Thread Aditya Mahajan
On Sat, 22 Aug 2009, Mojca Miklavec wrote: Hello Hans, is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) \starttext % makes sure that textext() works; is there an equivalent for \sometxt? From what I

Re: [NTG-context] \sometxt inside functions

2009-08-22 Thread Aditya Mahajan
On Sat, 22 Aug 2009, Mojca Miklavec wrote: On Sat, Aug 22, 2009 at 10:05, Mojca Miklavec wrote: Hello Hans, is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) Well, not that it does work in MKIV, but that's

Re: [NTG-context] \sometxt inside functions

2009-08-22 Thread Mojca Miklavec
On Sat, Aug 22, 2009 at 10:53, Aditya Mahajan wrote: On Sat, 22 Aug 2009, Mojca Miklavec wrote: Hello Hans, is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) \starttext % makes sure that textext()

Re: [NTG-context] using overprint results in broken PDF

2009-08-22 Thread Khaled Hosny
On Tue, Aug 18, 2009 at 02:42:55PM +0200, Hans Hagen wrote: Khaled Hosny wrote: On Tue, Aug 18, 2009 at 10:07:05AM +0200, Hans Hagen wrote: Khaled Hosny wrote: On Mon, Aug 17, 2009 at 11:07:51AM +0200, Hans Hagen wrote: Khaled Hosny wrote: \setupcolors[overprint=yes] \starttext Hello

Re: [NTG-context] \sometxt inside functions

2009-08-22 Thread Hans Hagen
Hi Mojca is there some simple command to make the following work (in MKII)? (I accept Not interested since it works in mkiv as a valid answer :) Not interested since it works in mkiv and since aditya solved your mkii problem. I have no clue what could be wrong with your updated

Re: [NTG-context] A problem with \useURL or \from

2009-08-22 Thread Hans Hagen
Eythan Weg wrote: Hi, With current context and luatex revision 3038 I use this sample: \setupinteraction[state=start] \setupurl[color=blue] \starttext \useURL[here][http://google.com] \from[here] \stoptext It compiles with the link shown correctly but in greenish color. Pressing on it, the

Re: [NTG-context] bold header turns regular again

2009-08-22 Thread Hans Hagen
Mojca Miklavec wrote: Hello, I have just found an old piece of code (that has been misbehaving for a long time). The last number is printed in regular instead of bold typeface in both mkii and mkiv: \startitemize[n][headstyle=bold] \head a\par aa \head b\par \head c \head d \stopitemize (I

Re: [NTG-context] bold header turns regular again

2009-08-22 Thread Mojca Miklavec
On Sat, Aug 22, 2009 at 14:50, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I have just found an old piece of code (that has been misbehaving for a long time). The last number is printed in regular instead of bold typeface in both mkii and mkiv: \startitemize[n][headstyle=bold] \head

[NTG-context] Footnote and type

2009-08-22 Thread Aditya Mahajan
Hi, Another footnote bug in MKIV: \starttext \footnote{\type{\test}} \stoptext gives ! Undefined control sequence. \@@ddfootnotetitle -\type {\test } \doif #1#2-\edef \!!stringa {#1 }\edef \!!stringb {#2}\ifx \!!stringa

Re: [NTG-context] Multi-line labels in MetaPost

2009-08-22 Thread Michail Vidiassov
Dear All, I have fixed this by using: label.rt(textext(\framed[frame=off,align=right]{One\\Two}),origin); And what about proper tables there? Replacing One\\Two in the above code with $ \startmathmatrix \NC 1 \NC 1 \NR \NC 1 \NC 1 \NR \stopmathmatrix $ or \starttable{|cm|cm|} \NC 1 \NC 1

Re: [NTG-context] Multi-line labels in MetaPost

2009-08-22 Thread Aditya Mahajan
On Sat, 22 Aug 2009, Michail Vidiassov wrote: Dear All, I have fixed this by using: label.rt(textext(\framed[frame=off,align=right]{One\\Two}),origin); And what about proper tables there? Replacing One\\Two in the above code with $ \startmathmatrix \NC 1 \NC 1 \NR \NC 1 \NC 1 \NR

Re: [NTG-context] Multi-line labels in MetaPost

2009-08-22 Thread Hans Hagen
Aditya Mahajan wrote: Hans, should we add this to strc-ali? sure, i'll also do the same with getbuffer, as often using buffere is convenient in such cases: \unexpanded\def\getbuffer {\dodoubleempty\dogetbuffer} \starttext \startbuffer[a] $\startmathmatrix \NC 1 \NC 1 \NR \NC 1 \NC