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
834 stars 74 forks source link

No error and No response after the LLPStartPreview command #84

Closed bfly123 closed 4 years ago

bfly123 commented 5 years ago

LLPStartPreview command exists and there is no error after the command, but no preview open, I have test with evince and mupdf, all have no responses.

vim 7.4 with python3 Latex is running as expected.

JostBrand commented 5 years ago

11 Is your file in ~ ?

If yes try another dir

bjce commented 5 years ago

Hello

First of all: thank you very much for writing and updating the package!

I face the same issue: I followed the following steps:

Add the plugin in the Vundle section of your ~/.vimrc:

call vundle#begin()
[...]
" A Vim Plugin for Lively Previewing LaTeX PDF Output
Plugin 'xuhdev/vim-latex-live-preview'
[...]
call vundle#end()

Then reload the config and install the new plugin. Run inside vim:

:so ~/.vimrc
:PluginInstall

Manually Copy plugin/latexlivepreview.vim to ~/.vim/plugin.

But then when running :LLPStartPreview inside vim, nothing happens (including no error message)

It might be related to the fact that i have simply trouble compiling the .tex document with the command \ll. I posted a question regarding what I did here

stale[bot] commented 4 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!