auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Multi file, RefTex and Auctex question.


From: Fredrik Karlsson
Subject: [AUCTeX] Multi file, RefTex and Auctex question.
Date: Thu, 1 Dec 2005 16:32:20 +0100

Hi,

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
 File background was not found
 File method was not found
 Part I Voicing contrast in production
 File voicing was not found
 File aspforce was not found
 File aspvotinteraction was not found
 File individualdiff was not found
 Part II Acquisition of place and manner of articulation
 File place was not found
 File manner was not found
 File placemannervoice was not found
 File clusterdev was not found
 File thesismain.tex ends here


The master file seems to be identified ok, but the files included in
from this file are not.
The include section of hte master file looks like this:


%----------------------------------------------------------

%Covers the method used and why.
\include{background}
%Covers the execution of the method
\include{method}

%Covers the results from the segmental labeling
%\include{segments}


\part{Voicing contrast in production}
\label{PART:voic-contr-prod}


\include{voicing}
\include{aspforce}
\include{aspvotinteraction}
\include{individualdiff}



\part{Acquisition of place and manner of articulation}
\label{PART:acuis-place-mann}

\include{place}
\include{manner}
\include{placemannervoice}
\include{clusterdev}

%----------------------------------------------------------

The tsettings I have got in my init.el is:


(add-to-list  'auto-mode-alist  '("\\.Rnw\\'" . Rnw-mode))
(add-to-list  'auto-mode-alist  '("\\.Snw\\'" . Rnw-mode))
(setq reftex-file-extensions
      '(("Snw" "Rnw" "nw" "tex" ".tex" ".ltx")
                               ("bib" ".bib")))
(setq TeX-file-extensions
      '("Snw" "Rnw" "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo"))

And at the bottom of each included file, I have:


%%% Local Variables:
%%% mode: latex
%%% TeX-master: "thesismain"
%%% End:

Does anyone know what might be wrong?

/Fredrik

---
My Gentoo + PVR-350 + IVTV + MythTV blog is on
http://gentoomythtv.blogspot.com/




reply via email to

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