AUXtex 在 EMACS 中不显示预览

AUXtex 在 EMACS 中不显示预览

我刚刚安装了 AUXtex,并且非常仔细地按照手册上的说明进行操作,但是,当我尝试预览时,它显示错误图标而不是方程式的预览图像。我应该怎么做才能解决这个问题?

我使用:Emacs 23 Ghostscript 9.01 texlive ubuntu 11

我的 TEX 代码:

\documentclass{article}
\begin{document}
The solution to $\sqrt{x} = 5$ is $x=25$.

$A$
\end{document} 

l.6 The solution to $
                     \sqrt{x} = 5$ is $x=25$.
Preview: Tightpage -32891 -32891 32891 32891
! Preview: Snippet 1 ended.(524466+157106x2122178).
<-><->

l.6 The solution to $\sqrt{x} = 5$
                                   is $x=25$.
[1]
! Preview: Snippet 2 started.
<-><->

l.6 The solution to $\sqrt{x} = 5$ is $
                                       x=25$.
! Preview: Snippet 2 ended.(422343+0x1903724).
<-><->

l.6 The solution to $\sqrt{x} = 5$ is $x=25$
                                            .
[2]
! Preview: Snippet 3 started.
<-><->

l.8 $
     A$
! Preview: Snippet 3 ended.(447828+0x491521).
<-><->

l.8 $A$

.... ....

 Preview-DviPS finished at Fri Aug 12 22:52:32
Running `Preview-Ghostscript' with ``gs -dOutputFile\=\(_region_.prv/tmp10859AUf/pr1-\%d.pbm\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS -dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=pnmraw -r94.3276x94.1294''

Preview-Ghostscript finished at Fri Aug 12 22:52:32

答案1

啊 - 我不得不从 cvs 编译 auctex。不知出于什么原因,预览无法在 11.04 上从站点的稳定 .tar.gz 运行。祝您编辑愉快。

相关内容