[NTG-context] bug in latest beta?

2014-03-18 Thread Pablo Rodriguez
Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First item. \item Second item. \stopitemize \stoptext This worked fine with previous beta. Isn’t it a bug?

Re: [NTG-context] bug in latest beta?

2014-03-18 Thread Wolfgang Schuster
Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First item. \item Second item.

Re: [NTG-context] bug in latest beta?

2014-03-18 Thread Pablo Rodriguez
On 03/18/2014 06:39 PM, Wolfgang Schuster wrote: Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez: Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First

[NTG-context] issue with \processaction

2014-03-18 Thread Pablo Rodriguez
Dear list, I have the following sample: \def\CheckUser{\cldcommand{sprint(tex.vrbcatcodes,os.resultofwhoami)}} \def\UserNumber{\processaction[\CheckUser][ousia=1, unknown=user unknown]} \starttext This is user \CheckUser\ with number \UserNumber. \stoptext which gives me the following output:

Re: [NTG-context] issue with \processaction

2014-03-18 Thread Hans Hagen
On 3/18/2014 6:58 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \def\CheckUser{\cldcommand{sprint(tex.vrbcatcodes,os.resultofwhoami)}} \def\UserNumber{\processaction[\CheckUser][ousia=1, unknown=user unknown]} \starttext This is user \CheckUser\ with number \UserNumber.

Re: [NTG-context] hyperlinks in latest beta?

2014-03-18 Thread Hans Hagen
On 3/17/2014 10:06 PM, Pablo Rodriguez wrote: On 03/17/2014 06:12 PM, Alan Bowen wrote: The following code produces the right cross-references but dead links, at least at my end. [...] Is this a problem with the latest beta (ConTeXt ver: 2014.03.16 19:58 MKIV beta)? Hi Alan, links work fine

Re: [NTG-context] hyperlinks in latest beta?

2014-03-18 Thread Alan Bowen
Great! Thanks, Hans. On Tue, Mar 18, 2014 at 2:56 PM, Hans Hagen pra...@wxs.nl wrote: On 3/17/2014 10:06 PM, Pablo Rodriguez wrote: On 03/17/2014 06:12 PM, Alan Bowen wrote: The following code produces the right cross-references but dead links, at least at my end. [...] Is this a

Re: [NTG-context] issue with \processaction

2014-03-18 Thread Pablo Rodriguez
On 03/18/2014 07:55 PM, Hans Hagen wrote: On 3/18/2014 6:58 PM, Pablo Rodriguez wrote: \def\CheckUser{\cldcommand{sprint(tex.vrbcatcodes,os.resultofwhoami)}} \def\UserNumber{\processaction[\CheckUser][ousia=1, unknown=user unknown]} \starttext This is user \CheckUser\ with number

Re: [NTG-context] issue with \processaction

2014-03-18 Thread Wolfgang Schuster
Am 18.03.2014 um 22:09 schrieb Pablo Rodriguez oi...@gmx.es: On 03/18/2014 07:55 PM, Hans Hagen wrote: On 3/18/2014 6:58 PM, Pablo Rodriguez wrote: \def\CheckUser{\cldcommand{sprint(tex.vrbcatcodes,os.resultofwhoami)}} \def\UserNumber{\processaction[\CheckUser][ousia=1, unknown=user

Re: [NTG-context] issue with \processaction

2014-03-18 Thread Pablo Rodriguez
On 03/18/2014 10:40 PM, Wolfgang Schuster wrote: Am 18.03.2014 um 22:09 schrieb Pablo Rodriguez: On 03/18/2014 07:55 PM, Hans Hagen wrote: [...] you output vrbcatcodes strings while you test using ctx catcodesn of course i'd use lua for all of it: [...] I’m afraid that the user doesn’t

Re: [NTG-context] issue with \processaction

2014-03-18 Thread Aditya Mahajan
On Tue, 18 Mar 2014, Pablo Rodriguez wrote: The next one (AFAIK) should work on every OS: \startluacode local user = local users = { [ousia] = 1, } function document.CheckUser() user = os.resultof(echo ousia) context.verbatim(user) end

[NTG-context] Endnotes bug

2014-03-18 Thread Rik Kabel
Using both TL2013 and the current standalone beta (2014-03-16) I see a spurious comma in index entries referring to endnote locations. The following MWE shows the problem: \setupnote[footnote][location=none] \starttext Index in endnote.\footnote{\index{Why a comma?}Endnote.}

[NTG-context] \seeindex and secondary index (register) levels

2014-03-18 Thread Rik Kabel
How can I get \seeindex to refer to other than the top-level of an index entry? In the following MWE, I would like to link to /text+more/, not /text,/ and not /text+some/. That is, the highlight should include the name of the lower level(s). The actual link should be to the page with the entry