"Paul D. Nelson" <[email protected]> writes:
> Thanks, looks good to me, so I've pushed to master.
Thanks! I have a question though: I tried the new code with 'emacs -Q'
and this minimal setup:
--8<---------------cut here---------------start------------->8---
(progn
(package-initialize t)
(package-activate 'buframe)
(load "~/path/to/auctex/auctex-autoloads.el" nil t t)
(setq preview-visibility-style 'at-point)
(setq preview-at-point-placement 'buframe) )
--8<---------------cut here---------------end--------------->8---
and this small file:
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{amsmath}
\begin{document}
This is some math $a+b=c$ and more like:
\begin{equation*}
a^2 + b^2 = c^2
\end{equation*}
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---
Hitting 'C-c C-p C-b' doesn't give me previews in buframe's; regardless
of point being on math or not. The preview file (*.png) are created
successfully, though. Am I missing something?
Best, Arash
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex