TeX版 - 从pdf文件截的图在xdvi中为什么不能显示 |
|
|
|
|
|
l*2 发帖数: 21 | 1 我在一个pdf论文里抓了图,把图打印成pdf文件,再另存为eps。这样嵌入到tex文件里
。在windows下面用yap看生成的dvi文件,显示到这种图的时候,yap会弹出一个问题:
The document cannot be rendered properly because the current render method
does not support PostScript specials. Temporarily switch to the Dvips render
method?
选yes以后,就可以显示这些图片了。但是在linux下面用texlive2007编译,再用xdvi
看,这些图就不能显示,只有一片空白。那些用matlab直接打印的eps图片都可以显示
。而且我在xdvi的选项已经选了"显示ps和bounding"。
请问各位高手,在xdvi里面怎么能显示这些图片?或者有什么其他的dvi viewer for
linux? 多谢! | p****o 发帖数: 1340 | 2 this eps file contains some non-standard postscript command. i also met
such a problem before. what i did is to use ps2epsi/ps2pdf etc to convert
the file among several formats. ususallyy, the output will eventually
be normal after several steps, but you might loss some precision during
the process.
render
xdvi
【在 l*2 的大作中提到】 : 我在一个pdf论文里抓了图,把图打印成pdf文件,再另存为eps。这样嵌入到tex文件里 : 。在windows下面用yap看生成的dvi文件,显示到这种图的时候,yap会弹出一个问题: : The document cannot be rendered properly because the current render method : does not support PostScript specials. Temporarily switch to the Dvips render : method? : 选yes以后,就可以显示这些图片了。但是在linux下面用texlive2007编译,再用xdvi : 看,这些图就不能显示,只有一片空白。那些用matlab直接打印的eps图片都可以显示 : 。而且我在xdvi的选项已经选了"显示ps和bounding"。 : 请问各位高手,在xdvi里面怎么能显示这些图片?或者有什么其他的dvi viewer for : linux? 多谢!
|
|
|
|
|
|