Tagged Questions
1
vote
0answers
83 views
How to forward search to a character when editing using Vim?
We can forward search to a line in a tex file opened in Vim by setting the following in a pdf viewer (I'm using okular):
gvim --servername GVIM --remote +%l %f
But can we go straight to the ...
4
votes
1answer
456 views
How to do forward search to PDF file opened with Okular from include files when editing using VIM/GVIM
I'm using vim to edit my tex files and I use latex suite as a plugin to compile my tex sources and view them in using Okular pdf viewer.
Setting the following in Okular settings makes inverse search ...