xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
832 stars 73 forks source link

Evince does not reload automatically #75

Closed zhuosongz closed 5 years ago

zhuosongz commented 6 years ago

Hi, I got a problem that the evince viewer does not reload automatically, and I have to reload it manually. Could you please help me with this? Thanks!

Also, after I set let g:livepreview_previewer = 'open -a Skim' as recommended, it also open the pdf file using Evince. How to set the previewer as Skim? Thanks!

badouralix commented 6 years ago

Hi @zhuosongz, thanks for reaching out Did you added this command in your .vimrc or did you run it inside vim once the file was loaded?

zhuosongz commented 6 years ago

Thank you @badouralix . I added the command in my vimrc and it didn't work. And then I run it inside vim, and it still didn't work. Thanks!

badouralix commented 6 years ago

Would you mind pasting the output of :echo b:livepreview_buf_data after running :LLPStartPreview?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. Thanks for contributing to vim-llp!