Aditya Mahajan wrote:
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.
first a simplication of the example code: \startMPenvironment[global] \usetypescriptfile[type-buy] \loadmapfile[texnansi-bh-lucida.map] \usetypescript[lucida][texnansi] \setupbodyfont[lucida,10pt] \stopMPenvironment the global directive makes the env transparent for the doc anyhow, the problem is that in a mp to pdf conversion the mapo info got lost; i patched texexec a bit and it works ok now here (needs some testing with other mp stuff) Han s ----------------------------------------------------------------- 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 -----------------------------------------------------------------