I am using PSTricks and trying to generate an inline preview with auctex for part of a document.
This works fine if I surround the whole thing in $ signs like
$
\begin{pspicture}
...
\end{pspicture}
$
but this doesn't work when I want to use a math variable, say $\theta$ within that block. I expected using \theta without the dollar signs would work, but it doesn't.
Is there a way to generate inline previews without surrounding dollar signs, or is there a way to include nested dollar signs within the section?
$ ++ \mbox{text $math$ text} +++$– David Carlisle Dec 1 '12 at 15:54