Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

vim-evince-syntex in vimtex #3

Open
rudrab opened this issue Aug 2, 2021 · 1 comment
Open

vim-evince-syntex in vimtex #3

rudrab opened this issue Aug 2, 2021 · 1 comment

Comments

@rudrab
Copy link

rudrab commented Aug 2, 2021

Hi,
I have recently asked vim-forward/backward search with evince in vimtex lervag/vimtex#2064

I have tried

let g:vimtex_mappings_leader='`'
let g:vimtex_compiler_latexmk = {
      \ 'continuous' : 0,
      \ 'options' : [
      \   '-verbose',
      \   '-pv',
      \   '-file-line-error',
      \   '-synctex=1',
      \   '-shell-escape',
      \   '-interaction=nonstopmode',
      \ ],
      \}
let g:vimtex_compiler_latexmk_engines = {
      \ '_' : '-lualatex',
      \}

But that is not working.

The solution was proposed in lervag/vimtex#2064 (comment) and lervag/vimtex#2064 (comment) shows the possibility of achiving this if vim-evince-synctex create a PR in vimtex, as suggested in lervag/vimtex#2064 (comment)

This is beyond my capability, but may I request someone for the same/?

@lervag
Copy link

lervag commented Aug 2, 2021

Just a minor comment: The configuration you post is not really relevant to the viewer settings in VimTeX.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants