auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] Questions about latex.el


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] Questions about latex.el
Date: Thu, 01 Aug 2013 22:04:05 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

address@hidden writes:

>>> 1. I wanted to add support for the align and align* environments and had
>>>    some questions about how to do that.
>>
>> AUCTeX already has support for those.  As soon as you use the amsmath
>> packade (`C-c RET usepackage RET amsmath RET'), `C-c C-e' also completes
>> those.
>
> Oh very nice, thank you!  I wasn't aware that the right styles would
> be loaded when using the amsmath package.  However, don't you think
> that if I choose the documentclass amsart, the styles for amsmath
> should be automatically loaded by auctex?

They are, at least in the current Git version.  When I do

  C-c C-e document RET amsart RET RET

to create this minimal document

--8<---------------cut here---------------start------------->8---
\documentclass{amsart}

\begin{document}

\end{document}
--8<---------------cut here---------------end--------------->8---

then the value of `TeX-active-styles' is

  ("amsart10" "amsthm" "amsopn" "amsbsy" "amstext" "amsmath"
   "amsart" "latex2e" "amsarttest" "NoVirtexSymbols")

So amsmath and several other AMS styles have automatically been loaded.

Bye,
Tassilo



reply via email to

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