On 28/08/2025, Uwe Brauer wrote:
> Well everything works fine, till the moment I add the new environment
> \begin{equation*}
> \int f dx=0
> \end{equation*}
>
> This will then *not* displayed via preview, I have to run C-c C-p C-p
> again.
>
> BTW, may be the after-save-hook would be a better choice?
Also, a possible configuration is to show the preview at the top/bottom of the
overlay, using this:
(setq preview-point-show-in
`(buframe ,(lambda (&rest args)
(apply 'buframe-position-right-of-overlay `(,@args bottom)))))
Not the best interface for configuration, but I was going for generality.
Best regards,
-- Al