[NTG-context] Metapost and mkiv

2009-11-27 Thread Alan BRASLAU
Is this a bug in mkiv metapost? Alan minimal example: \setupcolors [state=start] \starttext \startuniqueMPgraphic{test} for i = 0 upto 10 : draw thelabel(decimal i, (i, 0) scaled 1cm) withcolor red ; % red in mkii, black in mkiv? endfor ;

Re: [NTG-context] Metapost and mkiv

2009-11-27 Thread Hans Hagen
Alan BRASLAU wrote: Is this a bug in mkiv metapost? Alan minimal example: \setupcolors [state=start] \starttext \startuniqueMPgraphic{test} for i = 0 upto 10 : draw thelabel(decimal i, (i, 0) scaled 1cm) withcolor red ; % red in mkii, black in

[NTG-context] Alphabetical order in register

2009-11-27 Thread Gerhard Kugler
Hello, the German umlauts are not sorted correctly in a register. How can I change their positions? Gerhard -- Gerhard Kugler Psychotherapeut Bensheim (Germany) http://www.psychotherapie-kugler.de ___ If your

Re: [NTG-context] Alphabetical order in register

2009-11-27 Thread Piotr Kopszak
Did you remember about \language[de] in the preamble? 2009/11/27, Gerhard Kugler pra...@psychotherapie-kugler.de: Hello, the German umlauts are not sorted correctly in a register. How can I change their positions? Gerhard -- Gerhard Kugler Psychotherapeut Bensheim (Germany)

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Thomas A. Schmitz
On Nov 27, 2009, at 12:19 PM, Taco Hoekwater wrote: Hi, Hans released a new current context yesterday. This is mostly a bugfix/ catchup release for mkiv functionality, but there are also a few other bugfixes. See http://wiki.contextgarden.net/Context_2009.11.26 for details. Best

[NTG-context] Indentation

2009-11-27 Thread commb07
Hi @all, i´m new to context and so far i like it a lot more than messy latex. i try to write some mathematical proofs and have a layout in mind which i can´t implement in a nice way: i want to write the proofs in a tree-like structure, where a 'subproof' for a statement is indented below the

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Bowen Alan C.
I have successfully installed and run this latest ConTeXt (in the minimals). What has happened to context --version and luatex --version? Both now get “command not found”. Alan On Nov 27, 2009, at 06;19,23 , Taco Hoekwater wrote: Hi, Hans released a new current context yesterday. This is

Re: [NTG-context] Indentation

2009-11-27 Thread Taco Hoekwater
comm...@googlemail.com wrote: i have tried vtop, which works ok, but looks ugly, and splitting proofs across multiple pages is a pain. is there a better way to do this? \startnarrower[left] \startnarrower[left] ... \stopnarrower \stopnarrower Best wishes, Taco

Re: [NTG-context] Metapost and mkiv

2009-11-27 Thread Willi Egger
Hi Alan, I run in this myself. A possible solution is: \startuniqueMPgraphic{test} for i = 0 upto 10 : draw thelabel(textext(\color[red] decimal i ), (i, -1) scaled 1cm); endfor ; \stopuniqueMPgraphic \setupcolors[state=start] \starttext \uniqueMPgraphic{test}

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Taco Hoekwater
Bowen Alan C. wrote: I have successfully installed and run this latest ConTeXt (in the minimals). What has happened to context --version and luatex --version? Both now get “command not found”. IIRC, mojca changed setuptex so that it only adjusts the PATH in the current subshell. Can

[NTG-context] 4th ConTeXt meeting: Brejlov (Prague), Czech Republic

2009-11-27 Thread Jano Kula
Dear all, we are glad to announce the date of the 4th ConTeXt meeting, which will take place in Brejlov (Prague), Czech Republic: September 13-18, 2010 We'll add more details to the conference page and inform you about important updates on the list, especially deadlines and fees. For now,

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Hans Hagen
Vyatcheslav Yatskovsky wrote: I see that Wolfgang's fix for itemize indentation is not included in the new version. Was it forgotten or treated a 'hack'? well, i'm not copying each hack into my sources indeed. normally wolfgang (or aditya or taco or ...) will let me know off list when

Re: [NTG-context] footnote placement in columns

2009-11-27 Thread Taco Hoekwater
Hi, Andreas Harder wrote: Hi, something is wrong with the column placement or I did something wrong. I want them on both columns or at least at the right one. % \setupfootnotes[location=columns] % - box0 \setupfootnotes[location=lastcolumn] % - = firstcolumn There is a bug in

[NTG-context] new beta

2009-11-27 Thread Hans Hagen
Hi, i uploaded a beta with a few fixes. i also replaced the mtxrun.cmd etc file by executables (windows stubs only); on tex live we have a call chain: *.exe - *.cmd|bat - whatever and we don't want that many calls (and files) so i copied the regular runner and patched it into a mtxrun

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Bowen Alan C.
On Nov 27, 2009, at 10;17,36 , Mojca Miklavec wrote: On Fri, Nov 27, 2009 at 12:27, Thomas A. Schmitz wrote: On Nov 27, 2009, at 12:19 PM, Taco Hoekwater wrote: Hi, Hans released a new current context yesterday. This is mostly a bugfix/ catchup release for mkiv functionality, but there

Re: [NTG-context] new beta

2009-11-27 Thread Hans Hagen
Wolfgang Schuster wrote: Am 27.11.2009 um 18:03 schrieb Hans Hagen: Hi, i uploaded a beta with a few fixes. ! I can't find file `type-lua.mkiv'. to be read again \relax l.254 \loadmarkfile{type-lua} Why don't you load it in type-ini.mkiv new attempt ... i also

Re: [NTG-context] new beta

2009-11-27 Thread Wolfgang Schuster
Am 27.11.2009 um 19:05 schrieb Hans Hagen: new attempt ... i also changed type-def and we now have type-set as initializer you need type-lua.tex, not type-lua.mkiv type-set.mkiv: \usetypescriptfile[\f!typeprefix lua] Wolfgang

Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Mojca Miklavec
On Fri, Nov 27, 2009 at 18:40, Bowen Alan C. wrote: On Nov 27, 2009, at 10;17,36 , Mojca Miklavec wrote: Bowen Alan C. wrote: I have successfully installed and run this latest ConTeXt (in the minimals). What has happened to context --version and luatex --version? Both now get “command not

Re: [NTG-context] footnote placement in columns

2009-11-27 Thread Andreas Harder
Am 27.11.2009 um 17:29 schrieb Taco Hoekwater: Hi, Andreas Harder wrote: Hi, something is wrong with the column placement or I did something wrong. I want them on both columns or at least at the right one. % \setupfootnotes[location=columns] % - box0

Re: [NTG-context] new beta

2009-11-27 Thread Mojca Miklavec
On Fri, Nov 27, 2009 at 18:03, Hans Hagen wrote: Hi, i uploaded a beta with a few fixes. i also replaced the mtxrun.cmd etc file by executables (windows stubs only); on tex live we have a call chain: *.exe - *.cmd|bat - whatever and we don't want that many calls (and files) so i copied the

Re: [NTG-context] new beta

2009-11-27 Thread Hans Hagen
Mojca Miklavec wrote: I just came back. I guess that I should start fixing the (already broken?) windows installation :) no need for fixing, it's just stubs .. just make sure that you copy the dll and exe files from the stub paths (and get rid of cmd/bat files when an exe is there) so, we

Re: [NTG-context] new beta

2009-11-27 Thread Yanrui Li
2009/11/28 Hans Hagen pra...@wxs.nl Hi, i uploaded a beta with a few fixes. i also replaced the mtxrun.cmd etc file by executables (windows stubs only); on tex live we have a call chain: *.exe - *.cmd|bat - whatever and we don't want that many calls (and files) so i copied the regular