| C-c C-e |
LaTeX-environment |
Make LaTeX environment
(\begin{...}-\end{...} pair) |
| C-c C-s |
LaTeX-section |
Insert a template for a
LaTeX section (\section{...}) |
| C-c C-f C-e |
TeX-font |
Insert Emphasize
\emph{} |
| C-c C-f C-b |
TeX-font |
Insert Bold
\textbf{} |
| C-c C-f C-t |
TeX-font |
Insert Typewriter
\texttt{} |
| C-c C-f C-c |
TeX-font |
Insert SMALL CAPS
\textsc{} |
| C-c C-f C-f |
TeX-font |
Insert Sans Serif
\textsf{} |
| C-c C-f C-i |
TeX-font |
Insert Italic
\textit{} |
| C-c C-f C-s |
TeX-font |
Insert Slanted
\textsl{} |
| C-c C-f C-r |
TeX-font |
Insert Roman
\textrm{} |
| C-c C-f C-d |
TeX-font |
Delete font |
C-c ] |
LaTeX-close-environment |
Insert an
\end{} that matches the current environment |
| C-c C-j |
LaTeX-insert-item |
Insert an \item |
| C-c C-c |
TeX-command-master |
LATEX the master |
| C-c C-r |
TeX-command-region |
LATEX the region |
| C-c ; |
TeX-comment-region |
Comment out a region |
| C-c : |
TeX-un-comment-region |
Uncomment a region |
| M-q |
LaTeX-format-paragraph |
Format the current
paragraph |
| M-g |
LaTeX-format-region |
Format the region |