Re: [NTG-context] Color tables in MKIV

2010-05-26 Thread Hans Hagen
On 26-5-2010 8:29, Peter Münster wrote: On Wed, May 26 2010, Hongwen Qiu wrote: Since I get black background for \BL(which is not gray) and get the following error for \CL in MKIV: Hans: "mkiv will have other ways to do this kind of hackery" See also: http://tracker.luatex.org/view.php?id=11

Re: [NTG-context] startxmlsetups escaping a ":"?

2010-05-26 Thread Hans Hagen
On 25-5-2010 11:27, Johannes Graumann wrote: Hi, How do I escape a ":" in an \startxmlsetups ? the element is actually called "text:p" and does not refer to something but to something This is the current MarkV Beta ... example needed ... namespaces should work ok -

Re: [NTG-context] startxmlsetups escaping a ":"?

2010-05-26 Thread Taco Hoekwater
Johannes Graumann wrote: > Hi, > > How do I escape a ":" in an > \startxmlsetups > ? > the element is actually called "text:p" and does not refer to Just in case this helps: in xml, text:p refers to an element named 'p' in the namespace 'text'. Best wishes, Taco

[NTG-context] unknown script 'context.lua' or 'mtx-context.lua'

2010-05-26 Thread Mojca Miklavec
Hans, why don't you add a special-case in this case: > context test MTXrun | unknown script 'context.lua' or 'mtx-context.lua' if 'context.lua' cannot be found then either: a) instead of printing out "unknown script 'context.lua'" print out "please run 'luatools --generate'" - it will be less co

Re: [NTG-context] unknown script 'context.lua' or 'mtx-context.lua'

2010-05-26 Thread Taco Hoekwater
Mojca Miklavec wrote: > Hans, > > why don't you add a special-case in this case: > >> context test > MTXrun | unknown script 'context.lua' or 'mtx-context.lua' Coincidence: Hans and I discussed this same thing just this morning. > b) or (may be even better) try to run "luatools --generate" >

Re: [NTG-context] unknown script 'context.lua' or 'mtx-context.lua'

2010-05-26 Thread Mojca Miklavec
On Wed, May 26, 2010 at 12:25, Taco Hoekwater wrote: > > Mojca Miklavec wrote: >> Hans, >> >> why don't you add a special-case in this case: >> >>> context test >> MTXrun | unknown script 'context.lua' or 'mtx-context.lua' > > Coincidence: Hans and I discussed this same thing just this morning. Wo

[NTG-context] fonts don´t get correct assigned in layers

2010-05-26 Thread Bernhard Rosensteiner
Hello, please have a look at the following minimal example: \setuppagenumbering[state=stop] \defineornament[Bildbeschriftung][alternative=b,preset=lefttop][style=sstf] %font assignement in style key don´t bleed through in layers \definelayer[deviation][width=\paperwidth, height=\paperheight, pre

Re: [NTG-context] fonts don´t get correct assigned in layers

2010-05-26 Thread Peter Rolf
Am 26.05.2010 13:26, schrieb Bernhard Rosensteiner: > Hello, > please have a look at the following minimal example: > > > \setuppagenumbering[state=stop] > \defineornament[Bildbeschriftung][alternative=b,preset=lefttop][style=sstf] > %font assignement in style key don´t bleed through in layers >

Re: [NTG-context] fonts don´t get correct assigned i n layers

2010-05-26 Thread Bernhard Rosensteiner
ah, i see. found already solution: \setuppagenumbering[state=stop] \defineornament[Bildbeschriftung][alternative=b,preset=lefttop][style=sstf] %font assignement in style key don´t bleed through in layers \definelayer[deviation][width=\paperwidth, height=\paperheight, preset=lefttop] \startsetups

Re: [NTG-context] fonts don´t get correct assigned i n layers

2010-05-26 Thread Wolfgang Schuster
Am 26.05.10 17:55, schrieb Bernhard Rosensteiner: ah, i see. found already solution: another way is to force helvetica/heros in the ornament with 'style={\switchtobodyfont[heros]}', it's slower but doesn't depend on the bodyfont Wolfgang

[NTG-context] context mkiv eats a table

2010-05-26 Thread Marius
Hello, does somebody experience a situation then a table disappear in the document? This is an ugly bug, but I can't narrow it to a simple case. Best Regards, Marius ___ If your question is of interest to others as we

Re: [NTG-context] context mkiv eats a table

2010-05-26 Thread Peter Münster
On Wed, May 26 2010, Marius wrote: > > does somebody experience a situation then a table disappear in the > document? This is an ugly bug, but I can't narrow it to a simple case. When you need a lot of text, pages, floats and whatever to trigger this problem, then you can use commands like \dorec

Re: [NTG-context] unknown script 'context.lua' or 'mtx-context.lua'

2010-05-26 Thread Hans Hagen
On 26-5-2010 12:20, Mojca Miklavec wrote: Hans, why don't you add a special-case in this case: context test MTXrun | unknown script 'context.lua' or 'mtx-context.lua' if 'context.lua' cannot be found then either: a) instead of printing out "unknown script 'context.lua'" print out "please run

Re: [NTG-context] unknown script 'context.lua' or 'mtx-context.lua'

2010-05-26 Thread Hans Hagen
On 26-5-2010 12:34, Mojca Miklavec wrote: On Wed, May 26, 2010 at 12:25, Taco Hoekwater wrote: Mojca Miklavec wrote: Hans, why don't you add a special-case in this case: context test MTXrun | unknown script 'context.lua' or 'mtx-context.lua' Coincidence: Hans and I discussed this same th

[NTG-context] gentium font doesn't work in latest current

2010-05-26 Thread Thomas A . Schmitz
Hi all, the current version doesn't work with the gentium font; it is displayed in a tiny size. Test file: \usetypescript[gentium] \starttext Hello \switchtobodyfont[gentium] World \stoptext I don't know if other fonts are affected as well; so far, I've only seen this with gentium. This used

[NTG-context] textbackground frame

2010-05-26 Thread Horacio Suarez
hello all I was using this to have a framed text but now it's not working anymore, even in context live. what i'm missing? thankyou in advance. % \starttext \definetextbackground[marco][backgroundcolor=lightgray,background=color,frame=on,location=paragraph] \starttextbackground[marco] \

Re: [NTG-context] textbackground frame

2010-05-26 Thread Aditya Mahajan
On Wed, 26 May 2010, Horacio Suarez wrote: hello all I was using this to have a framed text but now it's not working anymore, even in context live. what i'm missing? thankyou in advance. % \starttext \definetextbackground[marco][backgroundcolor=lightgray,background=color,frame=on,locat

[NTG-context] Using catcode table in MkII

2010-05-26 Thread Aditya Mahajan
Hi, How do you use catcodetables in MkII. The following works fine in MkIV \unprotect \newcatcodetable\vimcatcodes \startcatcodetable \vimcatcodes \catcode`\^^I = \@@active \catcode`\^^M = \@@active \catcode`\^^L = \@@active \catcode`\= 12 \catcode`\^^Z = \@@ignore \stopcatcodetab

Re: [NTG-context] textbackground frame

2010-05-26 Thread Horacio Suarez
Thankyou very much! > Date: Wed, 26 May 2010 18:12:54 -0400 > From: adit...@umich.edu > To: ntg-context@ntg.nl > Subject: Re: [NTG-context] textbackground frame > > On Wed, 26 May 2010, Horacio Suarez wrote: > > > > > hello all > > > > I was using this to have a framed text but now it's not

Re: [NTG-context] Using catcode table in MkII

2010-05-26 Thread Wolfgang Schuster
Am 27.05.10 00:59, schrieb Aditya Mahajan: Hi, How do you use catcodetables in MkII. The following works fine in MkIV \unprotect \newcatcodetable\vimcatcodes \startcatcodetable \vimcatcodes \catcode`\^^I = \@@active \catcode`\^^M = \@@active \catcode`\^^L = \@@active \catcode`\= 12

Re: [NTG-context] Using catcode table in MkII

2010-05-26 Thread Aditya Mahajan
On Thu, 27 May 2010 00:32:28 -0400, ntg-context-boun...@ntg.nl wrote: > Am 27.05.10 00:59, schrieb Aditya Mahajan: > > Hi, > > > > How do you use catcodetables in MkII. The following works fine in MkIV > > > > \unprotect > > \newcatcodetable\vimcatcodes > > > > \startcatcodetable \vimcatcodes > >