Carlos <linguafa...@gmail.com> writes:

> I forgot to mention something, which was one of the reasons,
> besides convenience, of using \usepackage bound to C-c C-e
>
> If
>>\usepackage is no environment
>
> What is the rationale to have 
>
> (defun LaTeX-env-document (&optional ignore)
>   "Create new LaTeX document.
> The compatibility argument IGNORE is ignored."
>   (TeX-insert-macro "documentclass")
>
> then? since documentclass is no environment either. 

Yes, but without a \documentclass you can't have a document environment,
so this is a special case.

Bye,
Tassilo


_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to