* Michael Dowling (2010-02-28) writes:
> If I hasve the following line in my latex file, preview latex dies.
> Here's the line:
>
> \usepackage[prologue,table,svgnames,dvipsnames]{pstricks}
>
> Here's the error message:
>
> Debugger entered--Lisp error: (file-error "Opening input file" "no such file
> or directory" "/home/mike/tex/linput/_region_.prv/tmp4425kQn/preview.ps")
Hm, I cannot reproduce this with a file like the following:
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage[prologue,table,svgnames,dvipsnames]{pstricks}
\begin{document}
foo $1+1=2$ bar
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---
I started Emacs with
emacs -Q -l auctex -l preview-latex file.tex
and called preview-latex with `C-c C-p C-d'.
Does it work if you do it like that?
--
Ralf
_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex