Dear list,

I was recently reminded by
[this](http://psung.blogspot.com/2009/08/auctex-and-preview-latex.html)
post regarding availability of preview-latex.  After pressing C-c C-p
C-b, I get small empty  boxes next to my equations.  That is, the png
images aren't displayed correctly.  I looked into the temporary
directories and the png files are indeed created.   They're just not
being displayed correctly in emacs.  Does anyone know how to fix this?
 Thanks.

After getting that to work, I would also like to set the "font" color
in the png files to be green since I have a black background in emacs
(currently set to white for testing).  How could I modify this?

FYI, I am using AucTeX 11.86 with Emacs 23 in Ubuntu 11.04.  Also,
this error was reproduced with a simple LaTeX file (below), and emacs
was started without the init file (loaded AucTeX and preview-latex
manually).

-- Vinh

foo.tex:
\documentclass{article}

\begin{document}
Let $x=1$.  %%
Then
\[
\lim_{x\rightarrow \infty} x^{x}
\]
is undefined.  %%
\end{document}

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to