[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Re: PDF Forward search
From: |
Rasmus Pank Roulund |
Subject: |
[AUCTeX] Re: PDF Forward search |
Date: |
Thu, 22 May 2008 00:12:18 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
You didn't mention how the viewer should be called for forward search,
so I cannot give more advice than
M-x customize-variable <RET> TeX-output-view-style <RET>
Thanks.
The DDE messaged is provided as
(dde-message (concat "[ForwardSearch(\"" pdf-file-dos "\",\""
filename-dos "\"," current-line ",0]" ))
in the .el file.
For TeXnicCenter it is
DDE command: [ForwardSearch("%bm.pdf","%nc",%l,0)]
Is there a list of what all the %x means?
I tried to specify regexp for pdf files in the above variable as
[ForwardSearch("%o","%s.tex",%l,0)] but naturally it did not work.
How do I specify it should be a DDE command (if needed)?
Thanks in advance,
Rasmus