Re: [NTG-context] BUG(?): asciimath does not support ||

2017-01-23 Thread Henri Menke
Thanks Aditya! Seems like there is no double vertical bar in the ASCIIMATH specs. I don’t use it anyway. Sorry for making noise. On 01/23/2017 09:05 AM, Aditya Mahajan wrote: > On Fri, 20 Jan 2017, Henri Menke wrote: > >> Dear devs, >> >> In mathematics the norm of something is usually

Re: [NTG-context] BUG(?): asciimath does not support ||

2017-01-23 Thread Aditya Mahajan
On Fri, 20 Jan 2017, Henri Menke wrote: Dear devs, In mathematics the norm of something is usually denoted by the double vertical bars, e.g. ||v||. This is not available in asciimath. \usemodule[asciimath] \starttext $\asciimath{ x^* = min { x | sum_{kk} ||f(x_{kk}^{20})|| } }$ \stoptext

[NTG-context] BUG(?): asciimath does not support ||

2017-01-20 Thread Henri Menke
Dear devs, In mathematics the norm of something is usually denoted by the double vertical bars, e.g. ||v||. This is not available in asciimath. \usemodule[asciimath] \starttext $\asciimath{ x^* = min { x | sum_{kk} ||f(x_{kk}^{20})|| } }$ \stoptext Could you please add this to the parser?