Open creativequotient opened 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$"))
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.
The first time I enable
latex-preview-pane
mode, the page renders just fine. However, it just won't update, even after IM + 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?