Tagged Questions
5
votes
1answer
393 views
AUCTeX, preview-latex, and Ghostscript (Emacs)
I'll keep this short and sweet; Emacs can't find gs, which has been installed via brew and works fine.
Error
PDF2DSC sentinel: Searching for program: No such file or directory, gs
MWE
...
1
vote
1answer
257 views
Compatible versions of AUCTeX and Ghostscript on Mac
When I run preview-at-point (in emacs), I get a minus (do not enter) sign rather than the figure.
I followed the suggestion here and downloaded the development version of AucTeX. The problem remains.
...
1
vote
0answers
690 views
xdvi/ghostscript error on inserting a png into a LaTeX file [closed]
I'm trying to include a .png picture into my LaTeX .dvi file. I use Emacs on Debian, if that is of any importance.
I do this by
\usepackage{graphicx}
\graphicspath{{./dia/}}
and then
...
