Sebastian N. Fischmeister wrote on 11 Jan 2006 22:28:19 MET: > I use a white-on-black setup. Preview works for sections and > the like, however, figures are now black-on-black. It didn't > help to set 'preview-transparent-color'. I'm using 11.82. Does > someone have a clue?
Are you using PDFLaTeX or LaTeX? I had a problem with using PDF-mode a couple of months ago: <URL:http://lists.gnu.org/archive/html/bug-auctex/2005-04/msg00012.html> It appears to work for me now except for very small flaws (screenshot below). Regards Patrick
preview-latex_light_on_dark_bg_almost_solved.png
Description: PNG image
(Notice the default-color change after `\textcolor' has been
invoked for the first time)
Here's the tex code for the screenshot:
--8<------------------------schnipp------------------------->8---
\documentclass{article}
\usepackage{color}
\begin{document}
\section{foo}
\label{sec:foo}
\begin{equation}
\label{eq:1}
x+y+\textcolor{blue}{a+b}+\textcolor{red}{ABC}
\end{equation}
\end{document}
--8<------------------------schnapp------------------------->8---
--
"Es regnet, und bei der Staatsregierung tut man nichts dagegen"
(Edmund Stoiber)
_______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
