[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A large apparatus is available that supports insertions of environments, that is `\begin{}' -- `\end{}' pairs.
AUCTeX is aware of most of the actual environments available in a specific document. This is achieved by examining your `\documentclass' command, and consulting a precompiled list of environments available in a large number of styles.
You insert an environment with C-c C-e, and select an environment type. Depending on the environment, AUCTeX may ask more questions about the optional parts of the selected environment type. With C-u C-c C-e you will change the current environment.
If the optional argument arg is not-nil (i.e. you have given a prefix argument), the current environment is modified and no new environment is inserted.
As a default selection, AUCTeX will suggest the environment last
inserted or, as the first choice the value of the variable
LaTeX-default-environment
.
If the document is empty, or the cursor is placed at the top of the document, AUCTeX will default to insert a `document' environment.
Most of these are described further in the following sections, and you may easily specify more. See section 4.4.5 Customizing environments.
4.4.1 Equations | ||
4.4.2 Floats | ||
4.4.3 Itemize-like | ||
4.4.4 Tabular-like | ||
4.4.5 Customizing environments |
You can close the current environment with C-c ], but we suggest that you use C-c C-e to insert complete environments instead.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |