José Carlos Santos
Tue, 23 Feb 2010 07:01:09 -0800
On 21-02-2010 14:59, Ralf Angeli wrote:
Release notes for AUCTeX 11.86 with preview-latex
I installed AUCTeX 11.86 and now I have a problem. If I open a .tex file using Emacs and then I do
C-h v TeX-output-view-style <RET>
what I get is:
TeX-output-view-style is a variable defined in `tex.el'.
Its value is
(("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "dvips %d -o && start \"\" %f")
("^dvi$" "." "yap -1 %dS %d")
("^pdf$" "." "SumatraPDF %o")
("^html?$" "." "start \"\" %o"))
So, as you can see, if what I want is to view a file called, say,
test.pdf, then the command line which should be used to open it was
supposed to be
SumatraPDF test.pdf Instead, what I get is start "" "test.pdf" Can anyone tell me why? (And also how to change that?) Best regards, Jose Carlos Santos _______________________________________________ auctex mailing list auctex@gnu.org http://lists.gnu.org/mailman/listinfo/auctex