I'm using Aquamacs 2.4 on MacOS X 10.6.8 with pdflatex (TeXLive 2011).
My problem:
I can create inline previews of formulas, figures etc. in the source code with AUCTeX which is very helpful - e. g. with the command C-C C-P C-D.
When I do that, the already compiled PDF output file seems to be removed, so after creating the previews, I can not jump from the source code to the pdf any more (with synctex), but I firstly have to recreate the PDF with pdflatex which takes some time.
So my question is:
- is there anything which I have not configured correctly, or is it normal (or necessary) that during the creation of the AUCTeX previews the original PDF is removed?
MWE:
\documentclass{scrbook}
\begin{document}
this is a dummy text with a dummy formula:
$a+b = c^2$
\end{document}



preview-latexandsynctex? Can't you use preview alone until the content is frozen, and then synctex to adjust the typesetting details? – T. Verron Jan 5 at 0:15