textlive编译问题,请高手指教,多谢!

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
gaoy1
帖子: 2
注册时间: 2014-04-07 13:34
系统: ubuntu 13.10

textlive编译问题,请高手指教,多谢!

#1

帖子 gaoy1 » 2014-04-07 13:43

新装的ubuntu,很多功能不太会,tex是其它程序生成的,复制到windows下用winedt能够编译成功,但是在linux在编译以后打开是空白的。
程序提供了1个cfg文件和一个cls文件,我都和tex文本放一起了,编译成功以后应该生成的是一个图,但是我打开dvi是空白的

latex 123.tex
No file 123.aux.
Preview: Fontsize 10pt
ABD: EveryShipout initializing macros
Overfull \hbox (89.30429pt too wide) in paragraph at lines 28--29
Preview: Tightpage -32891 -32891 32891 32891
[1] (./123.aux) )
(see the transcript file for additional information)
Output written on 123.dvi (1 page, 437676 bytes).
Transcript written on 123.log.

dvipdf 123.dvi
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1916 1 3 %oparray_pop 1915 1 3 %oparray_pop 1899 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1174/1684(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:100/300(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.10: Unrecoverable error, exit code 1
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: textlive编译问题,请高手指教,多谢!

#2

帖子 lainme » 2014-04-07 14:39

可以给下源文件么?或者简化后的样例。
gaoy1
帖子: 2
注册时间: 2014-04-07 13:34
系统: ubuntu 13.10

textlive编译问题,请高手指教,多谢!

#3

帖子 gaoy1 » 2014-04-07 18:11

别的程序生成的一个tex文件,运行出来本来应该是一个图。在windows 7环境下编译正常,但是在ubuntu 3.10 下编译之后生成的dvi文件是空白的。
把windows下得到的dvi和pdf拷贝到ubuntu下之后,pdf可以打开,但是用dxvi 打开dvi文件时提示:
Warning: Cannot convert string "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*" to type FontStruct
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*" to type FontStruct
不知道这种情况应该怎么解决。
回复