Re: [NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Aditya Mahajan

On Thu, 1 Mar 2018, Alan Bowen wrote:


OK—thanks for the mkiv alternative to \eqalign.


This has been available for a while:

http://dl.contextgarden.net/myway/context-latex-math.pdf

Aditya___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Alan Bowen
Wolfgang—thanks for the link/explanation.

Alan


On Thu, Mar 1, 2018 at 4:57 PM, Wolfgang Schuster <
schuster.wolfg...@gmail.com> wrote:

> https://mailman.ntg.nl/pipermail/ntg-context/2018/090856.html
>
> Wolfgang
>
> Alan Bowen 
> 1. März 2018 um 17:41
> \eqalign does not seem to be working in the latest beta.
>
> MWE taken from the garden:
>
> \starttext
>
> \startformula
> \eqalign{
> t_{L,\text{early}} & = t_{L,\text{late}} = t_{L,\text{ray}} \cr
> & = 6\ \mu m \cr
> }
> \stopformula
>
> \stoptext
>
> Alan
> 
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage : http://www.pragma-ade.nl / http://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> ___
>
>
>
> 
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> ___
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Alan Bowen
OK—thanks for the mkiv alternative to \eqalign.

Alan

On Thu, Mar 1, 2018 at 2:36 PM, Otared Kavian  wrote:

> Hi Alan,
>
> I think in mkiv one is supposed to use rather the \startalign...\stopalign
> structure, as in the following:
>
> \starttext
>
> \startformula
> \startalign
> \NC t_{L,\text{early}} \NC = t_{L,\text{late}} = t_{L,\text{ray}} \NR
> \NC\NC  = 6\ \mu m \NR
> \stopalign
> \stopformula
>
> \stoptext
>
> Best regards: OK
>
> On 1 Mar 2018, at 17:41, Alan Bowen  wrote:
>
> \eqalign does not seem to be working in the latest beta.
>
> MWE taken from the garden:
>
> \starttext
>
> \startformula
> \eqalign{
> t_{L,\text{early}} & = t_{L,\text{late}} = t_{L,\text{ray}} \cr
> & = 6\ \mu m \cr
> }
> \stopformula
>
> \stoptext
>
> Alan
> 
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> ___
>
>
>
> 
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> ___
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Broken Index Behavior?

2018-03-01 Thread Brian Wedde
I put ConTeXt on a new server. It works fine except that it is not 
aggregating index results. I have isolated it to a single line, but i do 
not understand why it breaks indexing. Feedback from anybody would be 
immensely helpful. I have already spent way too much time figuring this out.


%Minimal example:
% ConTeXt  ver: 2017.05.15 21:48 MKII  fmt: 2017.8.17  int: english/english
\enableregime[utf]
\starttext
\index{Aardvark}Aardvark
\index{Baboon}Baboon
\index{Camel}Camel
\pagebreak
\index{Baboon}Baboon
\placeindex[compress=yes]
\stoptext

Outputs Index like this:

A
Aardvark 1

B
Baboon 1

C
Camel 1

B
Baboon 2

and issues warning when compiling:
references  : duplicate reference [][Index:b] on page 2

However, if i remove this line, it works fine:
\enableregime[utf]

I need that line to be able to handle diacritics in the text however. I 
cannot upgrade to mkIV yet as there is a complex toolchain involved.


Running this example with the same installation files and same input 
returns different results when run on my local workstation versus this 
new machine i am working on. It also works fine on the 
live.contextgarden.net tool.


Can anyone think of a reason why adding "\enableregime[utf]" would break 
the index aggregator? File permissions? Missing tool? Something wrong 
with fonts? Some other context-sensitive misconfiguration?


Any help would be appreciated. Thanks a bunch.

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Wolfgang Schuster

https://mailman.ntg.nl/pipermail/ntg-context/2018/090856.html

Wolfgang

Alan Bowen 
1. März 2018 um 17:41
\eqalign does not seem to be working in the latest beta.

MWE taken from the garden:

\starttext

\startformula
\eqalign{
t_{L,\text{early}} & = t_{L,\text{late}} = t_{L,\text{ray}} \cr
& = 6\ \mu m \cr
}
\stopformula

\stoptext

Alan
___
If your question is of interest to others as well, please add an entry 
to the Wiki!


maillist : ntg-context@ntg.nl / 
http://www.ntg.nl/mailman/listinfo/ntg-context

webpage : http://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Otared Kavian
Hi Alan,

I think in mkiv one is supposed to use rather the \startalign...\stopalign 
structure, as in the following:

\starttext

\startformula
\startalign
\NC t_{L,\text{early}} \NC = t_{L,\text{late}} = t_{L,\text{ray}} \NR
\NC\NC  = 6\ \mu m \NR
\stopalign
\stopformula

\stoptext

Best regards: OK

> On 1 Mar 2018, at 17:41, Alan Bowen  wrote:
> 
> \eqalign does not seem to be working in the latest beta.
> 
> MWE taken from the garden:
> 
> \starttext
> 
> \startformula
> \eqalign{
> t_{L,\text{early}} & = t_{L,\text{late}} = t_{L,\text{ray}} \cr
> & = 6\ \mu m \cr
> }
> \stopformula
> 
> \stoptext
> 
> Alan
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] \eqalign not working in latest beta

2018-03-01 Thread Alan Bowen
\eqalign does not seem to be working in the latest beta.

MWE taken from the garden:

\starttext

\startformula
\eqalign{
t_{L,\text{early}} & = t_{L,\text{late}} = t_{L,\text{ray}} \cr
& = 6\ \mu m \cr
}
\stopformula

\stoptext

Alan
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___