[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Re: New viewer selection backend
From: |
Rasmus Pank Roulund |
Subject: |
Re: [AUCTeX-devel] Re: New viewer selection backend |
Date: |
Wed, 21 Oct 2009 20:47:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090929 Lightning/1.0pre Thunderbird/3.0b4 |
On 2009-10-21 19:59, Ralf Angeli wrote:
I cannot reproduce this. It looks like the %(outpage) expander is
broken in your case. Is this with the original definition or did you
fiddle with it in `TeX-expand-list'?
I check my dot emacs and haven't done anything funky.
Notice though, in single-file documents it works at it us supposed to.
In another multi-file document I got the following suggested view command:
evince -p ng: main.pdf
This project has a structure like:
.
main.tex <-- \input of various files
style/head.tex <-- The main config file
sections/section1 <-- containing the actual text
The project that made AUCTeX suggest
evince -p o t main.pdf
has a structure like
.
main.tex <-- with layout specifications \input etc.
sections/section1.tex <-- containing the actual text
Cheers,
Rasmus