[NTG-context] Incorrect boundingbox information in .tma files for Chinese OTF fonts

2016-01-24 Thread 李延瑞
Hi, After updated minimals to 2016.01.18 22:21, I found that the boundingbox information on some chinese puncts is not right. For example, the comma(uni: FF0C, decimaly: 65292) in Adobesongstd-light.otf font, boundingbox should be "{ 171, -58, 370, 240 }". But in the .tma file which is generated

[NTG-context] doifnextcharelse

2016-01-24 Thread dr. Hans van der Meer
I would like to differentiate on the following character being one of X or not X. But cannot get it right in \doifnextcharelse. For example \def\mynextchar{\doifnextcharelse{X}{\def\Next{Y}}{\def\Next{Z}}\Next} delivers: ZX ZQ then input: \mynextchar X \mynextchar Q I hoped for YX ZQ, but it

Re: [NTG-context] doifnextcharelse

2016-01-24 Thread Pablo Rodriguez
On 01/24/2016 02:30 PM, dr. Hans van der Meer wrote: > I would like to differentiate on the following character being one of X or > not X. > But cannot get it right in \doifnextcharelse. > > For example > \def\mynextchar{\doifnextcharelse{X}{\def\Next{Y}}{\def\Next{Z}}\Next} > delivers: ZX ZQ

[NTG-context] Showcase of Title Pages done with ConTeXt ?

2016-01-24 Thread Ibn Saeed
Hello I am trying to get a feel of what is possible with ConTeXt for designing Title Pages or Cover Pages. In LaTeX, i see the following title pages http://ctan.asis.io/info/latex-samples/TitlePages/titlepages.pdf and some are shown here

Re: [NTG-context] ntg-context Digest, Vol 139, Issue 61

2016-01-24 Thread Jeong Dal
Dear Fabrice, I run the same file again and I think that main things in my log file is not different from yours. Do you use Adobe Reader to view the pdf files? The pdf viewer of TeXShop and that of TeXworks can not show the animation. If you have the trouble even if you use the adobe reader, I

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Jeong Dal
I am sorry, I forgot to change the subject. I send it again. *** Dear Fabrice, I run the same file again and I think that main things in my log file is not different from yours. Do you use Adobe Reader to view the pdf files? The pdf viewer of TeXShop and that of TeXworks can not

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Fabrice Couvreur
Hello everyone, I tested the code and it does not work: I get one page with buttons for animation is not working. thank you, Fabrice \def\MyGraphics#1{% \unexpanded\def\MyGraphics#1{% \startMPcode path p,q; p:=fullcircle scaled 72; L:=length p; N:=20; q:=subpath (0,#1/N*L) of p; draw q withcolor

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Wolfgang Schuster
Fabrice Couvreur 24. Januar 2016 um 12:39 Hello everyone, I tested the code and it does not work: I get one page with buttons for animation is not working. thank you, Fabrice \def\MyGraphics#1{% \unexpanded\def\MyGraphics#1{% \startMPcode path p,q;

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Jeong Dal
Dear Wolfgang and Fabrice, I am sorry. I didn’t notice that there is a difference between my code and Fabrice’s. I made a wrong comment. I know that there are several options in the animation module: menu, menustyle, menucolor, framerate. Would you please explain the menustyle option once

Re: [NTG-context] doifnextcharelse

2016-01-24 Thread Meer, Hans van der
Yes this works. But alas, the ultimate goal is to test against several characters and that seems impossible to do with standard ConTeXt api-macros.Let alone when these characters are . or . or ) etc. Hans van der Meer met vriendelijke groet Hans van der Meer > On 24 Jan 2016, at 15:13,

Re: [NTG-context] doifnextcharelse

2016-01-24 Thread Meer, Hans van der
Is it impossible to test on a blank with something alike \doifnextcharelse ? The implementation in the source skips blanks, but what if that is one doesn't want? For example to distinguish between "\abc \def" and \abc\def"? Hans van der Meer

Re: [NTG-context] doifnextcharelse

2016-01-24 Thread Wolfgang Schuster
Meer, Hans van der 24. Januar 2016 um 15:58 Yes this works. But alas, the ultimate goal is to test against several characters and that seems impossible to do with standard ConTeXt api-macros.Let alone when these characters are . or . or ) etc. \startluacode

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Wolfgang Schuster
Jeong Dal 24. Januar 2016 um 15:02 Dear Wolfgang and Fabrice, I am sorry. I didn’t notice that there is a difference between my code and Fabrice’s. I made a wrong comment. I know that there are several options in the animation module: menu, menustyle, menucolor,