[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] [bug] TeX file does not inherit styles from master
From: |
Leo |
Subject: |
[AUCTeX] [bug] TeX file does not inherit styles from master |
Date: |
Tue, 03 Feb 2009 15:46:26 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (windows-nt) |
Hi there,
I think I discovered a bug in AUCTeX.
The master file m.tex:
----------------
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\include{s}
\end{document}
----------------
The slave file s.tex:
----------------
\section{What's wrong?}
Test styles.
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "m"
%%% End:
----------------
In the master file C-c C-e has completion /align/ available but not in
the slave file.
This is tested in version 2009-01-14.
Best wishes,
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX] [bug] TeX file does not inherit styles from master,
Leo <=