(yatexe)Begin-type completion


Next: Section-type completion Prev: Completion Up: Completion

Begin-type completion
=====================

  "Begin-type completion" completes commands of `\begin{env}' ...
`\end{env}'.  All of the begin-type completions begin with this key
sequence.

`[prefix] b'
             ... start begin-type completion

An additional key stroke immediately completes a frequently used LaTeX
`\begin{}'...`\`end'{}' environment.

`[prefix] b c'
             ...  `\begin{center}...\end{center}'
`[prefix] b d'
             ...  `\begin{document}...\end{document}'
`[prefix] b D'
             ...  `\begin{description}...\end{description}'
`[prefix] b e'
             ...  `\begin{enumerate}...\end{enumerate}'
`[prefix] b E'
             ...  `\begin{equation}...\end{equation}'
`[prefix] b i'
             ...  `\begin{itemize}...\end{itemize}'
`[prefix] b l'
             ...  `\begin{flushleft}...\end{flushleft}'
`[prefix] b m'
             ...  `\begin{minipage}...\end{minipage}'
`[prefix] b t'
             ...  `\begin{tabbing}...\end{tabbing}'
`[prefix] b T'
             ...  `\begin{tabular}...\end{tabular}'
`[prefix] b^T'
             ...  `\begin{table}...\end{table}'
`[prefix] b p'
             ...  `\begin{picture}...\end{picture}'
`[prefix] b q'
             ...  `\begin{quote}...\end{quote}'
`[prefix] b Q'
             ...  `\begin{quotation}...\end{quotation}'
`[prefix] b r'
             ...  `\begin{flushright}...\end{flushright}'
`[prefix] b v'
             ...  `\begin{verbatim}...\end{verbatim}'
`[prefix] b V'
             ...  `\begin{verse}...\end{verse}'

  Any other LaTeX environments are made by completing-read of the Emacs
function.

`[prefix] b SPACE'
             ... begin-type completion

The next message will show up in the minibuffer

             Begin environment(default document):

by typing `[prefix] b'.  Put the wishing environment with completion in
the minibuffer, and `\begin{env}'...\`\end{env}' will be inserted in the
LaTeX source text.  If the environment you want to put does not exist in
the YaTeX completion table, it will be registered in the user completion
table.  YaTeX automatically saves the user completion table in the user
dictionary file at exiting of emacs.

At the completion of certain environments, the expected initial entry will
automatically inserted such as `\item' for `itemize' environment.  If you
don't want the entry, it can be removed by undoing.

  If you want to enclose some paragraphs which have already been written
into environment, invoke the begin-type completion right after region
marking.

If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing
`C-space' (`set-mark-command') twice turns `transient-mark-mode' on
temporarily.  Then, type call begin-type completion to enclose text into a
environment.




automatically generated by info2www.cgi version 1.2