Tagged Questions
5
votes
2answers
83 views
Forward Search in Emacs for Okular not working
On Emacs, I am trying to get forward search with Okular. Right now, I have the following command:
okular --unique %o#src:%n`pwd`/./%b
But, this does not take me to the right line, as I'd expect. ...
3
votes
0answers
171 views
How to configure Okular so that I can locate the line approximately correct, when in forwardPDF
I am using Kile editing my tex files, with Okular for viewing the dvi and PDF files. And I can search the source file from PDF fairly well. I have configured Kile as follows in order to highlight the ...
1
vote
0answers
84 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
491 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 ...
3
votes
1answer
1k views
How to set up Okular for forward/backward search with TeX Live 2011? (not trivial anymore)
I am working with Xbuntu 12.04 on a MacBook Air 4,1. I have Okular version 0.14.3 and TeX Live 2011 installed.
I used to have perfect forward (from .tex to .pdf) and backward (from .pdf to .tex) ...
2
votes
1answer
313 views
How to enable LyX forward search with okular
The title says it. The instructions in http://wiki.lyx.org/LyX/SyncTeX no longer works for forward search. I think the PDF command:
okular --unique "file:$$o#src:$$n $$t"
is no longer working for new ...
9
votes
3answers
988 views
How to set up forward search: from .tex under Emacs to position .pdf under Okular
I edit .tex file under Emacs and view them with Okular.
I have already set up the backward search: from .pdf to .tex by pressing Shift+Left click on the .pdf file. The related part of .emacs file is ...