Re: [NTG-context] MetaFun: Confusion with `function()` and `xyscaled`

2011-10-22 Thread Hans Hagen
On 21-10-2011 22:53, Aditya Mahajan wrote: Could someone please explain to me how `xyscaled` works in this case please. I though `xyscaled (αcm, ζcm)` would set the object/path to a width of α cm and a height of ζ cm. IIRC, xysized does that. (I am usually confused between ..sized and

Re: [NTG-context] accessibility of PDF (inter word space

2011-10-22 Thread Hans Hagen
On 21-10-2011 12:44, Stefan Goßrau wrote: Hello, I am very new in Context and have my first Problems. I read a lot, but can't find the solution. I try to produce accessible PDF. One Point is, that they have to be reflowed in a PDF-Viewer. But if I reflow my documents, there are no

Re: [NTG-context] Standardmakeup

2011-10-22 Thread Wolfgang Schuster
Am 21.10.2011 um 21:01 schrieb Willi Egger: Thank you Wolfgang. I do not remember but there was a time where \godown would not work without the strut. So I have mistaken this. The makeup environments put the content in a \vbox and at the begin of a \vbox a vertical skip isn’t discarded

[NTG-context] xml and lua again

2011-10-22 Thread Thomas A. Schmitz
Hi all, again, I'm playing a bit with processing my xml in lua. I want a simple interface for processing tables (I don't need all the power and complexity of cals tables and want to learn something in the process). And I thought that collecting the setups in lua might be the easiest way, but

[NTG-context] installing mkiv

2011-10-22 Thread Wolfgang Werners-Lucchini
Hallo, I tried to install a mkiv-only context with: first-setup --context=luatex but there is no texmf-context folder. What I am doing wrong? Wolfgang ___ If your question is of interest to others as well, please

Re: [NTG-context] installing mkiv

2011-10-22 Thread Wolfgang Schuster
Am 22.10.2011 um 19:59 schrieb Wolfgang Werners-Lucchini: Hallo, I tried to install a mkiv-only context with: first-setup --context=luatex but there is no texmf-context folder. What I am doing wrong? It’s “first-setup.sh --engine=luatex”. Wolfgang

[NTG-context] Script to upload modules to context garden

2011-10-22 Thread Aditya Mahajan
Hi all, I finally got tired of manually uploading new versions of modules to context garden. So, here is a ruby script that automates the task: https://github.com/adityam/contextgarden-update/blob/master/update This uses `mechanize` library for HTML scrapping and `highline` library for user