1
vote
0answers
46 views

How to put synctex file in different directory than pdf without segmentation fault?

I want to put output files (.pdf) into a _out dir and auxiliary files such as .synctex.gz or .toc into a _aux subdir. From the help it seems that the -d option is what allows one to do it, but if I ...
0
votes
1answer
158 views

How to set up texi2dvi with synctex and error handling?

I would like to set up texi2dvi (with error-handling, synctex for forward and backward syncronization, and Okular as viewer) to compile .tex documents (under Ubuntu 12.04 with Emacs 24). (In case ...
1
vote
1answer
217 views

How to pass pdflatex option “-synctex=1” to texi2dvi?

How can I pass the option -synctex=1 (for synctex support) of pdflatex to texi2dvi?
3
votes
1answer
1k views

pdflatex, latexmk, synctex: Adding an option to pdflatex causes synctex to fail

The user "Mike" kindly helped me on Latex, Emacs: automatically open TeX Help buffer on error and close it after correction of the error? to create the following function which makes error detection ...
3
votes
3answers
940 views

SumatraPDF Inverse Search

I wanted to set the SumatraPDF Inverse-Search option on Inlage, according to instructions on this page. For some reason, my "options" menu ends at "Make SumatraPDF my default PDF reader" and doesn't ...
1
vote
1answer
184 views

How can I keep browsing my pdf with synctex at the same time as LaTeX is rebuilding it?

As discussed here pdflatex preview problem: white pdf pages with only hyperref-rectangles visible during compile? when working on my dissertation which takes a long time to compile (even when ...
4
votes
1answer
258 views

Inverse PDF Search in beamer

Can you please help in fixing a problem with inverse PDF search in beamer documents beamer does not work correctly with SyncTeX. Inverse PDF search (in Sumatra, Texworks, etc. I’ve tried all windows ...
5
votes
1answer
368 views

Synctex inverse search mistaken when using the crop package

When using pdflatex I generate synctex file for inverse search (point and click in SumatraPDF brings me to a correct line in TeXnicCenter). This works perfectly However, if I use the crop package the ...
23
votes
4answers
8k views

How to setup synctex with vim, pdflatex and an open-source PDF-viewer under Linux?

Inspired by the comments to this answer I am curious how to actually setup and use forward/reverse (inverse) search with vim, pdflatex and an open-source PDF-viewer under Linux. Btw, to give more ...
7
votes
2answers
697 views

Is there a “ForwardPDF” tool available?

When I am working on a big document, I find the srcltx package to be extremely useful. However, I also really like the hyperref package. Is it possible to use both? In particular, is there a way to ...