> And C-c C-n does not change that?

> What is your file structure?  What is the name of your file?  Is it
> the same file in which the \usepackage{amsmath} is to be found?  Do
> you have a bibliography file with the same file name (except the
> extension, of course)?  That would disturb parsing.

This is my file, I've just created it in a new directory and the
problem is the same. both equation and align can be completed with TAB.
----
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
  \label{eq:1}
  x = b
\end{equation}
\begin{align}
  y = 2
\end{align}
\end{document}
%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 
---



_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to