[NTG-context] index x-ref problem

2018-05-19 Thread Alan Bowen
IF I am doing this correctly, then, there seems to be problems in the current standalone​ when there are two x-refs to a single heading. The space after “and” is missing and should the order of the refs not be alphabetical? MWE \starttext \seeindex{animal}{cat} \seeindex{animal}{quadruped}

[NTG-context] Numbered, counted snippets in running text

2018-05-19 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Just put together a macro that appears to do what's desired. However, is there a cleaner, more ConTeXt-like way to do this? === \newcount \MQT \MQT=1 \define[1]\NUM{% \framed[offset=overlay,frame=off,background=color,backgroundcolor=green] {\starttabulate[|c|] \NC

Re: [NTG-context] ConTeXt Sources (MkII)

2018-05-19 Thread Shreevatsa R
On Wed, 18 Apr 2018 at 05:05, Hans Hagen wrote: > the other languages in indic will probably be supported in a couple of > weeks (basics are there but a bit of extra code is needed) > Is this still planned? I would love to be able to use LuaTeX for say Kannada or Telugu

Re: [NTG-context] Fonts and equations

2018-05-19 Thread Ulrike Fischer
Am Sat, 19 May 2018 10:06:01 +1200 schrieb Henri Menke: >> I can't search for e.g. the a or z if I compile > > You probably have to search for 푎 (U+1D44E) and 푧 (U+1D467). Well yes, but I have some doubts that Lance meant this. -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [NTG-context] ConTeXt Sources (MkII)

2018-05-19 Thread Hans Hagen
On 5/19/2018 7:45 PM, Shreevatsa R wrote: On Wed, 18 Apr 2018 at 05:05, Hans Hagen > wrote: the other languages in indic will probably be supported in a couple of weeks (basics are there but a bit of extra code is needed) Is this still

[NTG-context] Conversion of \newcounts

2018-05-19 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Related to the last thread ("Numbered, counted snippets in running text"). Let us consider the same macro: === \newcount \MQT \MQT=1 \define[1]\NUM{% \framed[offset=overlay,frame=off,background=color,backgroundcolor=green] {\starttabulate[|c|] \NC \mbox{\the\MQT} \NR \NC #1

Re: [NTG-context] Conversion of \newcounts

2018-05-19 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد 20. Mai 2018 um 00:30 Dear gang, Related to the last thread ("Numbered, counted snippets in running text"). Let us consider the same macro: === \newcount \MQT \MQT=1 \define[1]\NUM{%

Re: [NTG-context] Numbered, counted snippets in running text

2018-05-19 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sat, 19 May 2018 16:47:34 -0600, Henri Menke wrote: On 05/20/2018 09:34 AM, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear gang, Just put together a macro that appears to do what's desired. However, is there a cleaner, more ConTeXt-like way to do this? ===

Re: [NTG-context] Numbered, counted snippets in running text

2018-05-19 Thread Henri Menke
On 05/20/2018 09:34 AM, Idris Samawi Hamid ادريس سماوي حامد wrote: > Dear gang, > > Just put together a macro that appears to do what's desired. However, is > there a cleaner, more ConTeXt-like way to do this? > > === > \newcount \MQT > \MQT=1 > \define[1]\NUM{% >

Re: [NTG-context] Conversion of \newcounts

2018-05-19 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sat, 19 May 2018 16:40:13 -0600, Wolfgang Schuster wrote: Idris Samawi Hamid ادريس سماوي حامد 20. Mai 2018 um 00:30 Dear gang, Related to the last thread ("Numbered, counted snippets in running text"). Let us consider the