GNOME Bugzilla – Bug 380008
Support for forward search in DVI
Last modified: 2010-11-09 13:51:31 UTC
Some DVI viewers provide "forward search" fucntionality - ability to jump to a place which corresponds to given line in source TeX file; this is an inverse thing for "inverse search", where you get to TeX file from DVI. This and inverse search is a must for editing TeX documents. KDVI, for instance, provides this with kdvi --unique file:blah.dvi#src:146blah.tex which means "show the place in DVI file which corresponds to line 146 in blah.tex".
This bug is a brother of #375539.
Created attachment 77276 [details] [review] patch Attached patch draws source specials in DVI file. What's not clear is how to retrieve bounding boxes for those: you can see that mdvi gets us the bottom of the line, and we need the top of the line to be able to scroll to there or to click it with mouse or something. I could not find how to do it without modifying mdvi sources.
FYI, the latest version of Evince supports forward and backwardSearch using SyncTeX.
Yevgen, I am closing this as WONTFIX since there is already synctex support in evince, which is another method to support inverse and forward search in pdf and dvi LaTeX files.
*** This bug has been marked as a duplicate of bug 543503 ***