jsinglet / latex-preview-pane

Makes LaTeX editing less painful by providing a updatable preview pane
130 stars 24 forks source link

prevew pane not updating #55

Open creativequotient opened 4 years ago

creativequotient commented 4 years ago

The first time I enable latex-preview-pane mode, the page renders just fine. However, it just won't update, even after I M + p. I can see from the message in the status bar that the pane is updating, but nothing is really changing on the actual preview pane.

If I disable the preview and enable the mode again, then the file refreshes. But it has never automatically updated properly. Has anyone encountered such a problem?

ning-y commented 4 years ago

Mine worked up until I added biblatex. It looks like M-p will still generate an updated PDF file, but the buffer showing the PDF is not updated. Another fix is to revert-buffer on the preview buffer with g or r if you are using PDFView. To make this process more comfortable, you can skip the y/n revert-buffer prompt by setting revert-without-query to include all PDF-looking files:

(setq revert-without-query '("pdf$"))
jpyamamoto commented 3 years ago

I am experiencing the same problem. Is there any workaround for this? I'd rather not go to the preview buffer and revert every time.