Re: [NTG-context] American-style letters with t-letter?

2008-05-16 Thread David Rogers
On Fri, May 16, 2008 at 12:12 AM, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > On Thu, May 15, 2008 at 11:02 PM, David Rogers > <[EMAIL PROTECTED]> wrote: >> Hi all (but especially Wolfgang Schuster): >> >> I'd like to use Wolfgang's t-letter module to set up a very basic >> American-style letter

Re: [NTG-context] some minor problems (mkiv)

2008-05-16 Thread Peter Rolf
Wolfgang Schuster schrieb: > On Fri, May 16, 2008 at 1:12 PM, Peter Rolf <[EMAIL PROTECTED]> wrote: >> hi, >> >> i'm still trying to make my code run with mkiv. here are two minor >> problems. the first one is easy to deal with, but the second one >> currently breaks my testbed. >> >> >> % engine=l

Re: [NTG-context] some minor problems (mkiv)

2008-05-16 Thread Peter Rolf
Taco Hoekwater schrieb: > > Peter Rolf wrote: >> hi, >> >> i'm still trying to make my code run with mkiv. here are two minor >> problems. the first one is easy to deal with, but the second one >> currently breaks my testbed. >> >> >> % engine=luatex >> \setupcolors[state=start] >> >> \starttext

Re: [NTG-context] some minor problems (mkiv)

2008-05-16 Thread Wolfgang Schuster
On Fri, May 16, 2008 at 1:12 PM, Peter Rolf <[EMAIL PROTECTED]> wrote: > hi, > > i'm still trying to make my code run with mkiv. here are two minor > problems. the first one is easy to deal with, but the second one > currently breaks my testbed. > > > % engine=luatex > \setupcolors[state=start] > >

Re: [NTG-context] some minor problems (mkiv)

2008-05-16 Thread Taco Hoekwater
Peter Rolf wrote: > hi, > > i'm still trying to make my code run with mkiv. here are two minor > problems. the first one is easy to deal with, but the second one > currently breaks my testbed. > > > % engine=luatex > \setupcolors[state=start] > > \starttext > > \startMPcode > label("no col

Re: [NTG-context] getting inside xhtml / mkii

2008-05-16 Thread Jelle Huisman
Wolfgang Schuster wrote: > What special fonts or features do you use with XeTeX which are not > possible with LuaTeX. I need to support Graphite enabled fonts for the rendering of complex non-roman scripts [1], Graphite can currently only be used with XeTeX. Anyway, I'll reformat my source file t

[NTG-context] some minor problems (mkiv)

2008-05-16 Thread Peter Rolf
hi, i'm still trying to make my code run with mkiv. here are two minor problems. the first one is easy to deal with, but the second one currently breaks my testbed. % engine=luatex \setupcolors[state=start] \starttext \startMPcode label("no color",origin) withcolor red; % always black \stopM

Re: [NTG-context] Removing inbreakable whitespace at pagebreaks

2008-05-16 Thread Wolfgang Schuster
On Fri, May 16, 2008 at 12:03 PM, Taco Hoekwater <[EMAIL PROTECTED]> wrote: > > > Wolfgang Schuster wrote: >> Hi, >> >> I try to take care in my letter module to keep at least the last sentence >> in the text the signature together on the same page, this did work but >> I introduced another problem

Re: [NTG-context] getting inside xhtml / mkii

2008-05-16 Thread Wolfgang Schuster
On Fri, May 16, 2008 at 12:19 PM, Jelle Huisman <[EMAIL PROTECTED]> wrote: > Wolfgang Schuster wrote: >> You should be switch to MkIV if possible, it is easier to select >> the elements and you don't need different commands for normal >> div elements as environments or as commands. > Problem is th

Re: [NTG-context] getting inside xhtml / mkii

2008-05-16 Thread Jelle Huisman
Wolfgang Schuster wrote: > You should be switch to MkIV if possible, it is easier to select > the elements and you don't need different commands for normal > div elements as environments or as commands. Problem is that I have to use XeTeX for some special fonts, so I have to stay with MkII for thi

Re: [NTG-context] Removing inbreakable whitespace at pagebreaks

2008-05-16 Thread Taco Hoekwater
Wolfgang Schuster wrote: > Hi, > > I try to take care in my letter module to keep at least the last sentence > in the text the signature together on the same page, this did work but > I introduced another problem. Why don't you just put the \blank inside of the macro that typesets the signature

Re: [NTG-context] Keeping a block of text together, without breaking footnotes, etc.

2008-05-16 Thread Taco Hoekwater
Daniel Pittman wrote: > G'day. > > As part of a document I am laying out I have a number of blocks of text > that I want to keep together on a single page -- either all before a > page break or all after it. > > I can achieve this using a \vbox, but that has the fairly undesirable > property of

Re: [NTG-context] getting inside xhtml / mkii

2008-05-16 Thread Wolfgang Schuster
On Thu, May 15, 2008 at 9:54 PM, Jelle Huisman <[EMAIL PROTECTED]> wrote: > Yes, I know that the xhtml is not very nice (if only I could write my > own xml...) The situation is that I get this file from a customer and I > want to avoid having to reformat it (for compatibility reasons). That's > wh

Re: [NTG-context] missing btex ..etex in mp figure

2008-05-16 Thread Taco Hoekwater
luigi scarso wrote: > In > > \starttext > \startTEXpage > \startlua > metapost.process("metafun",{"beginfig(1);", > "a=.7in; b=0.5in;", > "z0=(0,0); z1=(a,0); z2=(0,b);", > "z0=.5[z1,z3]=.5[z2,z4];", > "draw z1..z2..z3..z4..cycle;", > "drawarrow z0..z1;", > "drawarrow z0..z2;", > "label.top(btex

Re: [NTG-context] figure not found box (mkiv)

2008-05-16 Thread Peter Rolf
Taco Hoekwater schrieb: > > Peter Rolf wrote: >> Hi, >> >> one problem fixed, the next one is knocking on the door. This must be >> the definition of a lucky man ;) >> >> Can anybody try the following code? Mhh, no problems on 'context live' >> (luatex 0.25.2). > > This bug (and the stability p

Re: [NTG-context] figure not found box (mkiv)

2008-05-16 Thread Taco Hoekwater
Peter Rolf wrote: > Hi, > > one problem fixed, the next one is knocking on the door. This must be > the definition of a lucky man ;) > > Can anybody try the following code? Mhh, no problems on 'context live' > (luatex 0.25.2). This bug (and the stability problem with TRUNK) should be fixed n

Re: [NTG-context] American-style letters with t-letter?

2008-05-16 Thread Wolfgang Schuster
On Thu, May 15, 2008 at 11:02 PM, David Rogers <[EMAIL PROTECTED]> wrote: > Hi all (but especially Wolfgang Schuster): > > I'd like to use Wolfgang's t-letter module to set up a very basic > American-style letter. I see (by looking into t-letter.tex) that there > are at least plans for this to be p