[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] pdf forward and inverse search without pdflatex
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX-devel] pdf forward and inverse search without pdflatex |
Date: |
Thu, 27 Nov 2014 15:57:17 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Uwe Brauer <address@hidden> writes:
Hu Uwe,
> I was about to install aucctex 11.88 to a colleague of mine how uses
> XEmacs as well since he wanted to use forward and inverse search for
> pdf files (MaC with Skim) but it turned out that he needs to use latex
> (and then dvi2ps and ps2pdf) because he uses psfrag which seems only
> to work with latex and not pdflatex.
>
> How could a possible workflow be without turning on and off
> TeX-PDF-mode all the time?
I think in this scenario forward/backward search can only work between
TeX file and generated DVI file. If `TeX-source-correlate-mode' is
active, then the DVI file will contain information for backward search
(by default using the source-specials method).
So it's probably only a matter of what your colleague's DVI viewer
supports.
Bye,
Tassilo