On Tue, 18 Jul 2006, Hans Hagen wrote:
Renaud AUBIN wrote:
Hi all,
Considering the test http://renojrl.lrv.uvsq.fr/testbed/ I have some problems using lucida:
texexec gives some warnings: kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+420/600 --dpi 420 texnansi-raw-lbr mktexpk: don't know how to create bitmap font for texnansi-raw-lbr. kpathsea: Appending font creation commands to missfont.log.
and the resulting pdf leads to "Could not find a font in the Resources dictionary"...
Moreover, I don't want to use pk...
How to solve this problem to embed lucida into test-3d_kin_foreground.pdf ? Another point: I am affraid that test.pdf embed lucida twice once one can embed the font into the staticMPfigure's pdf...
May I have to continue with my old MPgraphics or I'd rather replace them by staticMPfigure ?
the statics don't work well with text, i need to figure out why
Something very strange is happening here. Looks like a typescript loading problem. I can not test with lucida (do not have them) but the same problem appears with palatino also. This does not work \startMPenvironment \usetypescript[palatino][ec] \setupbodyfont[palatino,10pt] \stopMPenvironment \starttext \startMPpage label.top(btex $a$ first etex,origin) ; \stopMPpage \stoptext While this works. \usetypescript[palatino][ec] \setupbodyfont[palatino,10pt] \startMPenvironment \usetypescript[palatino][ec] \setupbodyfont[palatino,10pt] \stopMPenvironment \starttext \startMPpage label.top(btex $a$ first etex,origin) ; \stopMPpage \stoptext The same thing happens in \starttext \setupoutput[pdftex] \setupcolors[state=start] \startTEXpage \convertMPtoPDF{t1-mpgraph.1}{1}{1} \stopTEXpage \stoptext where t1-mpgraph.1 is the eps file created by the first file. %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: -13 3 13 11 %%HiResBoundingBox: -12.17421 3 12.1742 10.4221 %%Creator: MetaPost 0.901 %%CreationDate: 2006.07.18:1134 %%Pages: 1 %%DocumentFonts: rpxpplri pplr8r %%BeginProlog /rpxpplri /rpxpplri def /pplr8r /pplr8r def /fshow {exch findfont exch scalefont setfont show}bind def %%EndProlog %%Page: 1 1 %%HiResBoundingBox: -12.17421 3 12.1742 10.4221 -12.17421 3.2142 moveto (a) rpxpplri 9.96265 fshow -5.26021 3.2142 moveto (\002rst) pplr8r 9.96265 fshow showpage %%EOF This explains why --mpgraphic switch does not work as expected, and thus staticMPfigure does not work. I do not know how to make this work. Aditya