The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
7answers
2k views

PDF reader on Linux capable of continuous updating

I am using latexmk on a Red Hat 5 machine. I use it as: latexmk -pdf -pvc I would like to have my PDF reader automatically update the PDF as it is changed. What PDF reader do I need for this? What ...
2
votes
1answer
304 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 ...
2
votes
0answers
95 views

Emacs hint that: Cannot have two processes for the same document

I have installed emacs 24.2, okular 0.14(with KDE 4.8) and Texlive 2011 in windows7. I want to use okular to view pdf file generated by latex in emacs. Hence I have configured okular in my .emacs as ...
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 ...
1
vote
0answers
104 views

pdflatex renders document with all dashes in bold [closed]

I have proceeded a new installation of LaTeX (in a new system: Ubuntu 12.04), I was installing from tug.org. Previously I was using TeX Live installed by apititude, on Ubuntu 10.04. I'm using Kile as ...
3
votes
0answers
161 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
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 ...
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) ...
9
votes
3answers
971 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 ...