BRIEFS logo BRIEFS

Vim Latex Live Preview

02/12/2016 , 2m, 45s

Vim Latex Preview in action

Git Repo https://github.com/xuhdev/vim-latex-live-preview

getestete PDF Viewer

  • evince
  • okular
  • zathura

Wird Python unterstützt?

:echo has('python')
:version

Mein Mapping .vimrc

nmap <F8> :LLPStartPreview<CR>

Meine Config in .vimrc

let g:livepreview_previewer = 'zathura'
autocmd Filetype tex setl updatetime=350