Re: [NTG-context] update

2008-01-29 Thread Hans Hagen
Johannes Graumann wrote: Hans Hagen wrote: Hi, i uploaded a fix for the reported problems; the uploaded version also uses lua for locating files that have to be included; this should work with the mkiv xml too (i forgot who asked for that but i needed it myself too) Does this include

Re: [NTG-context] update

2008-01-29 Thread Johannes Graumann
Hans Hagen wrote: Hi, i uploaded a fix for the reported problems; the uploaded version also uses lua for locating files that have to be included; this should work with the mkiv xml too (i forgot who asked for that but i needed it myself too) Does this include zip file reading while using

Re: [NTG-context] header to register

2008-01-29 Thread Wolfgang Schuster
On Jan 28, 2008 9:10 PM, Henning Hraban Ramm [EMAIL PROTECTED] wrote: Am 2008-01-28 um 09:16 schrieb Wolfgang Schuster: On Jan 23, 2008 10:04 PM, Henning Hraban Ramm [EMAIL PROTECTED] wrote: Am 2008-01-22 um 11:31 schrieb Wolfgang Schuster: You could try to write \expanded{index{#1}} and

Re: [NTG-context] MKIV Chinese typesetting

2008-01-29 Thread Wolfgang Schuster
On Jan 29, 2008 12:19 AM, Arthur Reutenauer [EMAIL PROTECTED] wrote: This is wrong, fon-otf contains a few lua macros about linebreaking and char-def has information about the character width (full width, half width ...) and other information like opening punctuation, parenthesis but none

Re: [NTG-context] \placeregister[index][compress=yes] BROKEN ??

2008-01-29 Thread Steffen Wolfrum
In context version 20070417 it works. The next one (2007-07-24) fails. Yours, Steffen Am 28.01.2008 um 18:45 schrieb Taco Hoekwater: Steffen Wolfrum wrote: Hi, please have a look at following minimal: I can confirm that it is indeed broken, but because of the mkii/mkiv split, it is

Re: [NTG-context] update

2008-01-29 Thread Hans Hagen
Johannes Graumann wrote: Hans Hagen wrote: Hi, i uploaded a fix for the reported problems; the uploaded version also uses lua for locating files that have to be included; this should work with the mkiv xml too (i forgot who asked for that but i needed it myself too) Hello Norbert,

Re: [NTG-context] \placeregister[index][compress=yes] BROKEN ??

2008-01-29 Thread Taco Hoekwater
Steffen Wolfrum wrote: In context version 20070417 it works. The next one (2007-07-24) fails. And here is a document-level patch (mkii mode) that fixes it. I leave it up to Hans to formalize this properly. \unprotect % The standard \mkloadregister takes one 1 argument, not enough % because the

Re: [NTG-context] header to register

2008-01-29 Thread Wolfgang Schuster
On Jan 29, 2008 3:31 PM, Idris Samawi Hamid [EMAIL PROTECTED] wrote: On Tue, 29 Jan 2008 03:51:01 -0700, Wolfgang Schuster [EMAIL PROTECTED] wrote: You could use \unknown What should that do? And where/how would I use it? Please don't expect me to know any lowlevel commands... Hi

Re: [NTG-context] header to register

2008-01-29 Thread Idris Samawi Hamid
On Tue, 29 Jan 2008 09:35:12 -0700, Wolfgang Schuster [EMAIL PROTECTED] wrote: One can also use \textellipsis, which is more obvious ;-) Try this: \starttext text\textellipsis text\unknown \stoptext I prefer the second line So do I. But I still use \dots mostly so I did not realize

Re: [NTG-context] header to register

2008-01-29 Thread Idris Samawi Hamid
On Tue, 29 Jan 2008 03:51:01 -0700, Wolfgang Schuster [EMAIL PROTECTED] wrote: You could use \unknown What should that do? And where/how would I use it? Please don't expect me to know any lowlevel commands... Hi Henning, \unknown is no low level command, it is ConTeXt's command to

Re: [NTG-context] update

2008-01-29 Thread Johannes Graumann
Hans Hagen wrote: Hi, i uploaded a fix for the reported problems; the uploaded version also uses lua for locating files that have to be included; this should work with the mkiv xml too (i forgot who asked for that but i needed it myself too) Hello Norbert, Can I help lifting this into a

[NTG-context] exploring register options

2008-01-29 Thread Henning Hraban Ramm
Can someone tell me, if the following options of \setupregister are supposed to have some effect (I couldn't see any): style (pagestyle and textstyle work) command (pagecommand and textcommand work) location (Just fixed the texshow description.) I didn't check those (also undocumented):

Re: [NTG-context] header to register (SOLVED)

2008-01-29 Thread Henning Hraban Ramm
Am 2008-01-29 um 21:01 schrieb Henning Hraban Ramm: Here's a rather minimal working example that shows the index problem (even if not the failure with my actual project): \setuphead[chapter][page=no, number=no, textcommand=\MyTitle] Sorry, in this case it's solvable with

Re: [NTG-context] header to register

2008-01-29 Thread Henning Hraban Ramm
Am 2008-01-29 um 18:48 schrieb Idris Samawi Hamid: So do I. But I still use \dots mostly so I did not realize the difference; I thought they were the same (or forgot they are different). Why the different definitions I wonder? Till then I'll proabably \let\textellipsis=\unknown. (there

[NTG-context] Numbers in Tables

2008-01-29 Thread Bart Wise
The code below defines a number and then on each row, displays then increments the number. The number is defined and reset to 0 before the table is declared. However, when the number is displayed in the table, it's not zero as expected, but some other number (usually between 3 and 9). The