I have TeXnicCenter and GSview. If I have a .tex file house.tex, and the resulting PostScript file house.ps, I'd like to be able to jump from a line in house.ps to the corresponding line in house.tex quickly.
Asked
Active
Viewed 204 times
1
1 Answers
2
Synchronisation is possible to the direct output from TeX, so a .dvi or .pdf file, depending on how you are working. But that I know of this is not going to work for a PostScript file (or indeed a .pdf generated using dvips + ps2dpf or using dvipdfm(x)). The synchronisation information if lost on conversion from .dvi format.
Joseph Wright
- 259,911
- 34
- 706
- 1,036
.dvior.pdffile depending on how you are working. But that I know of this is not going to work for a PostScript file (or indeed a.pdfgenerated usingdvips+ps2dpfor usingdvipdfm(x)). – Joseph Wright Mar 03 '12 at 11:48-synctexoption that will allow you to right click on the code and just to the appropriate place in the PDF and also in the reverse direction (which is more useful). See Location inside a LaTeX source code – Peter Grill Mar 07 '12 at 21:58