[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 11.86; preview-latex doesn't work with pstricks
From: |
Ralf Angeli |
Subject: |
Re: [Bug-AUCTeX] 11.86; preview-latex doesn't work with pstricks |
Date: |
Tue, 02 Mar 2010 20:27:30 +0100 |
* 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