Hi, graphictext still doesn't work as expected. I get a correct pdf with mkiv; with mkii the '1' is totally missing. Live ConTeXt currently fails in both cases (luatex 0.25.2 there). I have even some more problems with the desired font (Arial, T1), as mkiv creates a broken pdf here (mtxrun is aborted, when calling pstoedit). Looks like a different problem, but one step after the other. Greetings, Peter % -------- \useMPlibrary[txt] \setupcolors[state=start] \startMPenvironment[global] \usetypescriptfile[type-gyr] \usetypescript[palatino][texnansi] \setupbodyfont[palatino,10pt] \definefont [ONEfont] [Palatino at 40pt] \stopMPenvironment \startreusableMPgraphic{ONE} graphictext "\ONEfont 1" withdrawcolor blue withfillcolor black withpen pencircle scaled 1pt ; \stopreusableMPgraphic \starttext {\bf Bold} {\it Italic} {\bf\it BoldItalic} \useMPgraphic{ONE} \stoptext % --------
**push** this problem is not solved in todays beta. pdftex still fails (only works if you run luatex first, so it can use the temp pdf). btw: can you make nofshades (local in mlib-pps.lua) accessible? i finished my first mlib special and need the counter to integrete the shadings. Best wishes, Peter Peter Rolf schrieb:
Hi,
graphictext still doesn't work as expected. I get a correct pdf with mkiv; with mkii the '1' is totally missing. Live ConTeXt currently fails in both cases (luatex 0.25.2 there).
I have even some more problems with the desired font (Arial, T1), as mkiv creates a broken pdf here (mtxrun is aborted, when calling pstoedit). Looks like a different problem, but one step after the other.
Greetings, Peter
% -------- \useMPlibrary[txt]
\setupcolors[state=start]
\startMPenvironment[global] \usetypescriptfile[type-gyr] \usetypescript[palatino][texnansi] \setupbodyfont[palatino,10pt] \definefont [ONEfont] [Palatino at 40pt] \stopMPenvironment
\startreusableMPgraphic{ONE} graphictext "\ONEfont 1" withdrawcolor blue withfillcolor black withpen pencircle scaled 1pt ; \stopreusableMPgraphic
\starttext
{\bf Bold} {\it Italic} {\bf\it BoldItalic}
\useMPgraphic{ONE}
\stoptext % --------
___________________________________________________________________________________ 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Peter Rolf wrote:
**push**
this problem is not solved in todays beta. pdftex still fails (only works if you run luatex first, so it can use the temp pdf).
btw: can you make nofshades (local in mlib-pps.lua) accessible? i finished my first mlib special and need the counter to integrete the shadings.
there will be a proper public interface once the basic code is ok; for that we need a bit more backend support Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen schrieb:
Peter Rolf wrote:
**push**
this problem is not solved in todays beta. pdftex still fails (only works if you run luatex first, so it can use the temp pdf).
btw: can you make nofshades (local in mlib-pps.lua) accessible? i finished my first mlib special and need the counter to integrete the shadings.
there will be a proper public interface once the basic code is ok; for that we need a bit more backend support
ok i'll patch the files then and make a complete test run.
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Hans Hagen
-
Peter Rolf