[NTG-context] Loading OTF fonts?

2019-09-12 Thread Jon Wong
Hi all, I tried following this tex.sx answer: https://tex.stackexchange.com/questions/453143/noto-cjk-font-not-usable-with-context Can someone give me an explanation of what I did wrong? Hit me with all the

Re: [NTG-context] Loading OTF fonts?

2019-09-12 Thread Jon Wong
Hi all, Oops. I think I’m failing at understanding font lookup folder. Maybe I need pointers on OSFONTDIR? Specifying the full path works. Regards Jon > On Sep 12, 2019, at 6:42 PM, Jon Wong wrote: > > Hi all, > > I tried following this tex.sx answer: >

Re: [NTG-context] Math \not

2019-09-12 Thread Atsuhito Kohda
Dear all, \nequiv seems to work both in a math mode and in an ordinary text mode so I'd like to clarify the situation. Is \nequiv defined as a binary operator when used in math mode (that is \math{A\nequiv B})? When I grepped \nequiv in /usr/share/texmf/tex/context, it hitted nothing at all.

[NTG-context] doifsomething vs iffirstargument in TABLE?

2019-09-12 Thread Jon Wong
Hi all, If I use iffirstargument, the optional (first argument) is always seen as false. If I use doifsomething, it works, but the “else” part is never executed when it should. MWE: \starttext % \def\MyRow{\dosingleempty\doMyRow} % \def\doMyRow[#1]#2#3#4#5{% % \bTR \bTD #2 \eTD % %

Re: [NTG-context] Loading OTF fonts?

2019-09-12 Thread Jean-Pierre Delange
PATH=$PATH:/Users/adeimantos/Documents/context/tex/texmf-osx-64/bin (Be aware to edit the good path to/tex/texmf-Linux64/bin); Then : context --generate Then again : context --make At last , one loads fonts through : mtxrun --script fonts --reload. Don’t forget to inform CtXt about fonts files :

Re: [NTG-context] doifsomething vs iffirstargument in TABLE?

2019-09-12 Thread Wolfgang Schuster
Jon Wong schrieb am 12.09.2019 um 15:44: Hi all, If I use iffirstargument, the optional (first argument) is always seen as false. If I use doifsomething, it works, but the “else” part is never executed when it should. MWE: \starttext % \def\MyRow{\dosingleempty\doMyRow} %

Re: [NTG-context] Math \not

2019-09-12 Thread Aditya Mahajan
On Thu, 12 Sep 2019, Atsuhito Kohda wrote: Dear all, \nequiv seems to work both in a math mode and in an ordinary text mode so I'd like to clarify the situation. Is \nequiv defined as a binary operator when used in math mode (that is \math{A\nequiv B})? When I grepped \nequiv in

Re: [NTG-context] Math \not

2019-09-12 Thread Atsuhito Kohda
Dear Aditya and all, > Is \nequiv defined as a binary operator when used in math Sorry not binary but binomial. 2019年9月12日(木) 22:20 Aditya Mahajan : > > char-def.lua Ah I should grep not "\nequiv" but "nequiv". Is there any document or wiki which explains math characters definition of