Re: [NTG-context] loop textext and \MPstring{… }

2009-08-13 Thread Andreas Harder
Am 13.08.2009 um 05:00 schrieb Aditya Mahajan:You just need to work a little harder.\startbuffer[1]This is a test\stopbuffer\startbuffer[2]Another test\stopbuffer\startbuffer[3]And again\stopbuffer\startluacode  userdata = userdata or {}  function userdata.shift(i)    return "(" .. i .. "cm ," .. i

Re: [NTG-context] loop textext and \MPstring{… }

2009-08-12 Thread Andreas Harder
Am 12.08.2009 um 20:34 schrieb Mojca Miklavec: I'm sure that there's a workaround (or at least a dozen of other ways), but I have no time (and my computer is being repaired again) to inspect right now. Some tips? MKIV is both very powerful and fast, so you could probably also define strings

Re: [NTG-context] loop textext and \MPstring{… }

2009-08-12 Thread Andreas Harder
Am 12.08.2009 um 15:25 schrieb Aditya Mahajan: On Wed, 12 Aug 2009, Andreas Harder wrote: Am 12.08.2009 um 07:40 schrieb Aditya Mahajan: On Tue, 11 Aug 2009, Andreas Harder wrote: Hi, I am trying to achieve the following: \setMPtext{1}{ABC} \setMPtext{2}{DEF} \setMPtext{3}{GHI

Re: [NTG-context] loop textext and \MPstring{… }

2009-08-12 Thread Andreas Harder
Am 12.08.2009 um 07:40 schrieb Aditya Mahajan: On Tue, 11 Aug 2009, Andreas Harder wrote: Hi, I am trying to achieve the following: \setMPtext{1}{ABC} \setMPtext{2}{DEF} \setMPtext{3}{GHI} \starttext \startMPpage[offset=1ex,width=\paperwidth,height=\paperheight] for i=1 upto 3: draw

[NTG-context] loop textext and \MPstring{… }

2009-08-11 Thread Andreas Harder
Hi, I am trying to achieve the following: \setMPtext{1}{ABC} \setMPtext{2}{DEF} \setMPtext{3}{GHI} \starttext \startMPpage[offset=1ex,width=\paperwidth,height=\paperheight] for i=1 upto 3: draw textext(\MPstring{i}) shifted(i*cm,i*cm) ; endfor; \stopMPpage \stoptext There is no error

Re: [NTG-context] base- vs. node-kerning

2009-04-04 Thread Andreas Harder
Am 04.04.2009 um 12:48 schrieb Hans Hagen: Andreas Harder wrote: Hello, the kerning with mode=node seems not to work as desired, the gaps after the kerned character are to big. Here is a test file: \setupcolors[state=start] \definefontfeature[base][mode=base,kern=yes] \definefontfeature

[NTG-context] base- vs. node-kerning

2009-04-03 Thread Andreas Harder
Hello, the kerning with mode=node seems not to work as desired, the gaps after the kerned character are to big. Here is a test file: \setupcolors[state=start] \definefontfeature[base][mode=base,kern=yes] \definefontfeature[node][mode=node,kern=yes] \definefont[MinBase][name:minionpro-regul

Re: [NTG-context] protrusion and \quotation{…}

2009-03-10 Thread Andreas Harder
Thank you very much. Curious, with \hfill\quotation{…} there is still no protrusion on the right side (in regular text, without \hfill, it works as expected). Andreas ___ If your question is of interest to oth

[NTG-context] Bibliography module and ibid./ebd.

2009-03-10 Thread Andreas Harder
Hello again, is it possible to achieve with the t-bib-module that the second (third, … ) of two or more consecutive \cite-command with the same tag will be replaced with ebid. (ebd. in German)? I found an older posting http://archive.contextgarden.net/message/20020903.072930.995836b4.en.html o

[NTG-context] protrusion and \quotation{…}

2009-03-10 Thread Andreas Harder
Hello, is it volitional/known that there is no protrusion if one using \quotation{…} (under mkiv)? \definefontfeature[protrusion][default][protrusion=quality] \definefont[test][Serif*protrusion at 24pt] \setupalign[hanging] \starttext \showframe \test\setupinterlinespace \quotation{Hello

[NTG-context] Can't compile LuaTeX beta 0.35.0 (on OS X)

2009-02-25 Thread Andreas Harder
Hello, if I try to compile the actual LuaTeX beta, the compilation ends with the following error: ld: in ../../libs/luasocket/src/socket.a, archive has no table of contents collect2: ld returned 1 exit status make: *** [luatex] Error 1 I'm on Mac OS X 10.5.6 (Intel) and checked out the source

Re: [NTG-context] Kerning and Minion Pro

2009-01-17 Thread Andreas Harder
>> I've a curious problem: With Palatino or Latin Modern kerning seems to >> work as intended, but what's the matter with Minion (example below)? > This appears to be caused by the fact that in MinionPro most > (not all, but most) of the kerning is specified via kern classes. Than you for expl

[NTG-context] Kerning and Minion Pro

2009-01-16 Thread Andreas Harder
Hello, I've a curious problem: With Palatino or Latin Modern kerning seems to work as intended, but what's the matter with Minion (example below)? \setupcolors[state=start] % \mainlanguage[de] \definefontfeature[basekerned][default][mode=base] \definefontfeature[nodekerned][default][mode=nod

[NTG-context] TABLEs and backgroundcolor

2008-11-09 Thread Andreas Harder
Hello everyone, this TABLE used to work not long time ago: \setupcolors[state=start] \starttext % \showframe \bTABLE[framecolor=gray] % split=yes \setupTABLE[column][first] [background=color,backgroundcolor=red] \setupTABLE[column][last] [background=color,backgroundcolor=green] \setupTABLE[fir

<    1   2   3   4