Viewers for PDF, PS, and DVISumatra PDF now with forward and inverse search support

Information and discussion about output viewers related to LaTeX (e.g. Adobe Reader, Ghostview, YAP, ...)
Post Reply
propell
Posts: 44
Joined: Fri May 30, 2008 11:16 am

Sumatra PDF now with forward and inverse search support

Post by propell »

Just a quick note to inform you that the Sumatra PDF viewer now supports forward and inverse search using the pdfsync package:
http://blog.kowalczyk.info/forum_sumatr ... 86&Posts=8
http://blog.kowalczyk.info/forum_sumatr ... 8&Posts=16

This is a really useful feature that allows you to jump back and forth between your tex source and pdf. Thanks to pdfsync the corresponding location in the pdf or tex source will automatically be located.

Some notes on how to set this up using WinEdt, TeXnicCenter and Emacs can be found here:
http://william.famille-blum.org/blog/in ... 515-065447
http://blog.kowalczyk.info/forum_sumatr ... 94&Posts=2

Note: It seems that future versions of pdftex will include the functionality of pdfsync (called synctex).

- Kjell Magne Fauske

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Stefan Kottwitz
Site Admin
Posts: 10308
Joined: Mon Mar 10, 2008 9:44 pm

Re: Sumatra PDF now with forward and inverse search support

Post by Stefan Kottwitz »

Hi,

thanks for the information! At the moment I am not using Windows but after reading your posting I recommended your note to a windows user.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Sumatra PDF now with forward and inverse search support

Post by localghost »

Hello Kjell,

what a pleasure to have you here. And many thanks for this contribution. I hope we will see your here solving some tricky problems with pgf/tikZ. I myself am on the threshold of changing from PSTricks.


Best regards and welcome to board
Thorsten
propell
Posts: 44
Joined: Fri May 30, 2008 11:16 am

Re: Sumatra PDF now with forward and inverse search support

Post by propell »

Thank you Thorsten for the warm welcome! Looking forward to answer any TikZ related questions :)

I switched from PSTricks to TikZ a few years ago. I miss some of the user contributed pst-xx packages, but I have never regretted the switch.

- Kjell Magne
propell
Posts: 44
Joined: Fri May 30, 2008 11:16 am

Sumatra PDF now with forward and inverse search support

Post by propell »

propell wrote:
Note: It seems that future versions of pdftex will include the functionality of pdfsync (called synctex).
Support for synctex in Sumatra PDF is now on the way:
http://william.famille-blum.org/blog/in ... 612-040012
http://blog.kowalczyk.info/forum_sumatr ... 08&Posts=5

PdfTeX 1.40.8 with synctex support has not been officially released yet, but it will be part of TeXLive 2008. I'm sure it will be updated quickly in MikTeX when it is released.

- Kjell Magne
User avatar
Stefan Kottwitz
Site Admin
Posts: 10308
Joined: Mon Mar 10, 2008 9:44 pm

Sumatra PDF now with forward and inverse search support

Post by Stefan Kottwitz »

Hi,
propell wrote: PdfTeX 1.40.8 with synctex support has not been officially released yet, but it will be part of TeXLive 2008.
pdfTeX 3.1415926-1.40.8 with SyncTeX support was released yesterday: pdfTeX News.

Stefan
LaTeX.org admin
propell
Posts: 44
Joined: Fri May 30, 2008 11:16 am

Sumatra PDF now with forward and inverse search support

Post by propell »

Stefan_K wrote:Hi,

pdfTeX 3.1415926-1.40.8 with SyncTeX support was released yesterday: pdfTeX News.
Great news. MikTeX has actually shipped with beta a version of 1.40.8 for a couple of weeks now. A build of SumatraPDF with synctex support can be downloaded from here:
http://william.famille-blum.org/blog/in ... 612-040012

I have tried it with WinEDT and it seems to work well.

- Kjell Magne Fauske
valasaru
Posts: 2
Joined: Sat Apr 24, 2010 11:42 pm

Sumatra PDF now with forward and inverse search support

Post by valasaru »

fyi: a way to setup Sumatra PDF for TexmakerX:
http://www.xnoiz.co.cc/latex-texmakerx-with-sumatrapdf/

(written it as it was not actually so easy to find the required command format.. [note the """ sequences in the cmd :) ])

comments and suggested improvements are welcome ;)
User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

Re: Sumatra PDF now with forward and inverse search support

Post by Bozack »

Is it also possible to do forward search somehow if you compile to PDF via a DVI file? I have to compile via latex -> dvips -> ps2pdf, because I use PSTricks, and then the forward search doesn't seem to work.

I guess it's a bit much to ask for - but it would be really nice :D

EDIT: Oh wow, I just randomly fell over the solution myself: I simply have to add "-synctex=-1" to the latex compilation options - then it works perfectly both with forward and inverse search! :lol:
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit
Post Reply