|
发表于 2004-5-14 08:52:55
|
显示全部楼层
是这样的,我用debian/unstable,按照上面所说,的确很顺利,编译一般的中文文档是没问题了,可是,编译王垠的那个example.tex就出问题了,用王垠的例子中的Makefile,
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
] [19
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
] [20
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
dvips: Secure mode is 1 so execute <jpeg2ps -r 140 ./figs/cat.jpg> will not run
] [21<./figs/meta.eps>] [22] [23] [24]
Makefiel实际是这样做的:
latex example
latex example
dvips example
我要做pdf ,用的是:
dvipdfm example
错误提示:
....................
Remainder of line unparsed.
Current input buffer is -->begin H.R end<--
Ignoring remaining special text following unknown PS operator: "SDict"
Remainder of line unparsed.
Current input buffer is -->begin [ /View [/XYZ H.V] /Dest (page.21) cvn H.B /...<--
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 gbksongsl43
mktexpk: don't know how to create bitmap font for gbksongsl43.
kpathsea: Appending font creation commands to missfont.log.
gbksongsl43: Can't locate a Type 1, TTF, PK, or virtual font file
Not sure how to proceed. For now this is fatal
Maybe in the future, I'll substitute some other font.
Output file removed.
Makefile本身好像也有点问题,提示 *.eps找不到, |
|