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

2018-03-02 Thread Alan Bowen
Excellent, Aditya.This is most helpful. Many thanks.

Alan

On Thu, Mar 1, 2018 at 10:49 PM, Aditya Mahajan  wrote:

> 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
> 
> ___
>
___
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 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
___

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
___