auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Multi file, RefTex and Auctex question.


From: Ralf Angeli
Subject: Re: [AUCTeX] Multi file, RefTex and Auctex question.
Date: Fri, 02 Dec 2005 10:20:30 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* Fredrik Karlsson (2005-12-01) writes:

> I am trying to use the AUCTeX package with RefTex in multi-file Sweave
> (noweb) document.
> When entering one of the included files, and C-c =, I get teh following:
>
> TABLE-OF-CONTENTS on /home/fredrik/dokument/Thesis/Book/thesismain.tex
> SPC=view TAB=goto RET=goto+hide [q]uit [r]escan [l]abels [f]ollow [x]r [?]Help
> ------------------------------------------------------------------------------
>  File thesismain.tex starts here
>  File childspeech was not found
[...]
> (setq reftex-file-extensions
>       '(("Snw" "Rnw" "nw" "tex" ".tex" ".ltx")
>                              ("bib" ".bib")))

Does it work if you use
(setq reftex-file-extensions
      '(("tex" ".Snw" ".Rnw" ".nw" ".tex" ".ltx")
        ("bib" ".bib")))
instead?

If it does, it's probably a documentation bug in RefTeX.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]