diff options
| -rw-r--r-- | man/text.texi | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/man/text.texi b/man/text.texi index c2546530b42..78f35c9f8ca 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1370,11 +1370,11 @@ automatically by putting this in your @file{.emacs} file: | |||
| 1370 | @findex doctex-mode | 1370 | @findex doctex-mode |
| 1371 | 1371 | ||
| 1372 | @TeX{} is a powerful text formatter written by Donald Knuth; it is | 1372 | @TeX{} is a powerful text formatter written by Donald Knuth; it is |
| 1373 | also free software, like GNU Emacs. @LaTeX{} is a simplified input | 1373 | also free software, like GNU Emacs. La@TeX{} is a simplified input |
| 1374 | format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}. | 1374 | format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}. |
| 1375 | Sli@TeX{} is a special form of @LaTeX{}.@footnote{Sli@TeX{} is | 1375 | Sli@TeX{} is a special form of La@TeX{}.@footnote{Sli@TeX{} is |
| 1376 | obsoleted by the @samp{slides} document class and other alternative | 1376 | obsoleted by the @samp{slides} document class and other alternative |
| 1377 | packages in recent @LaTeX{} versions.} Doc@TeX{} (@file{.dtx}) is a | 1377 | packages in recent La@TeX{} versions.} Doc@TeX{} (@file{.dtx}) is a |
| 1378 | special file format in which the La@TeX{} sources are written, | 1378 | special file format in which the La@TeX{} sources are written, |
| 1379 | combining sources with documentation. | 1379 | combining sources with documentation. |
| 1380 | 1380 | ||
| @@ -1383,13 +1383,13 @@ It provides facilities for checking the balance of delimiters and for | |||
| 1383 | invoking @TeX{} on all or part of the file. | 1383 | invoking @TeX{} on all or part of the file. |
| 1384 | 1384 | ||
| 1385 | @vindex tex-default-mode | 1385 | @vindex tex-default-mode |
| 1386 | @TeX{} mode has four variants: Plain @TeX{} mode, @LaTeX{} mode, | 1386 | @TeX{} mode has four variants: Plain @TeX{} mode, La@TeX{} mode, |
| 1387 | Sli@TeX{} mode, and Doc@TeX{} mode (these distinct major modes differ | 1387 | Sli@TeX{} mode, and Doc@TeX{} mode (these distinct major modes differ |
| 1388 | only slightly). They are designed for editing the four different | 1388 | only slightly). They are designed for editing the four different |
| 1389 | formats. The command @kbd{M-x tex-mode} looks at the contents of the | 1389 | formats. The command @kbd{M-x tex-mode} looks at the contents of the |
| 1390 | buffer to determine whether the contents appear to be either @LaTeX{} | 1390 | buffer to determine whether the contents appear to be either La@TeX{} |
| 1391 | input, Sli@TeX{}, or Doc@TeX{} input; if so, it selects the | 1391 | input, Sli@TeX{}, or Doc@TeX{} input; if so, it selects the |
| 1392 | appropriate mode. If the file contents do not appear to be @LaTeX{}, | 1392 | appropriate mode. If the file contents do not appear to be La@TeX{}, |
| 1393 | Sli@TeX{} or Doc@TeX{}, it selects Plain @TeX{} mode. If the contents | 1393 | Sli@TeX{} or Doc@TeX{}, it selects Plain @TeX{} mode. If the contents |
| 1394 | are insufficient to determine this, the variable | 1394 | are insufficient to determine this, the variable |
| 1395 | @code{tex-default-mode} controls which mode is used. | 1395 | @code{tex-default-mode} controls which mode is used. |
| @@ -1487,22 +1487,22 @@ work with them. | |||
| 1487 | @node LaTeX Editing | 1487 | @node LaTeX Editing |
| 1488 | @subsection La@TeX{} Editing Commands | 1488 | @subsection La@TeX{} Editing Commands |
| 1489 | 1489 | ||
| 1490 | @LaTeX{} mode, and its variant, Sli@TeX{} mode, provide a few extra | 1490 | La@TeX{} mode, and its variant, Sli@TeX{} mode, provide a few extra |
| 1491 | features not applicable to plain @TeX{}. | 1491 | features not applicable to plain @TeX{}. |
| 1492 | 1492 | ||
| 1493 | @table @kbd | 1493 | @table @kbd |
| 1494 | @item C-c C-o | 1494 | @item C-c C-o |
| 1495 | Insert @samp{\begin} and @samp{\end} for @LaTeX{} block and position | 1495 | Insert @samp{\begin} and @samp{\end} for La@TeX{} block and position |
| 1496 | point on a line between them (@code{tex-latex-block}). | 1496 | point on a line between them (@code{tex-latex-block}). |
| 1497 | @item C-c C-e | 1497 | @item C-c C-e |
| 1498 | Close the innermost @LaTeX{} block not yet closed | 1498 | Close the innermost La@TeX{} block not yet closed |
| 1499 | (@code{tex-close-latex-block}). | 1499 | (@code{tex-close-latex-block}). |
| 1500 | @end table | 1500 | @end table |
| 1501 | 1501 | ||
| 1502 | @findex tex-latex-block | 1502 | @findex tex-latex-block |
| 1503 | @kindex C-c C-o @r{(@LaTeX{} mode)} | 1503 | @kindex C-c C-o @r{(La@TeX{} mode)} |
| 1504 | @vindex latex-block-names | 1504 | @vindex latex-block-names |
| 1505 | In @LaTeX{} input, @samp{\begin} and @samp{\end} commands are used to | 1505 | In La@TeX{} input, @samp{\begin} and @samp{\end} commands are used to |
| 1506 | group blocks of text. To insert a @samp{\begin} and a matching | 1506 | group blocks of text. To insert a @samp{\begin} and a matching |
| 1507 | @samp{\end} (on a new line following the @samp{\begin}), use @kbd{C-c | 1507 | @samp{\end} (on a new line following the @samp{\begin}), use @kbd{C-c |
| 1508 | C-o} (@code{tex-latex-block}). A blank line is inserted between the | 1508 | C-o} (@code{tex-latex-block}). A blank line is inserted between the |
| @@ -1516,8 +1516,8 @@ how to add @samp{theorem}, @samp{corollary}, and @samp{proof}: | |||
| 1516 | @end example | 1516 | @end example |
| 1517 | 1517 | ||
| 1518 | @findex tex-close-latex-block | 1518 | @findex tex-close-latex-block |
| 1519 | @kindex C-c C-e @r{(@LaTeX{} mode)} | 1519 | @kindex C-c C-e @r{(La@TeX{} mode)} |
| 1520 | In @LaTeX{} input, @samp{\begin} and @samp{\end} commands must | 1520 | In La@TeX{} input, @samp{\begin} and @samp{\end} commands must |
| 1521 | balance. You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to | 1521 | balance. You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to |
| 1522 | insert automatically a matching @samp{\end} to match the last unmatched | 1522 | insert automatically a matching @samp{\end} to match the last unmatched |
| 1523 | @samp{\begin}. It indents the @samp{\end} to match the corresponding | 1523 | @samp{\begin}. It indents the @samp{\end} to match the corresponding |
| @@ -1645,9 +1645,9 @@ after. The lines containing the two strings are included in the header. | |||
| 1645 | If @samp{%**start of header} does not appear within the first 100 lines of | 1645 | If @samp{%**start of header} does not appear within the first 100 lines of |
| 1646 | the buffer, @kbd{C-c C-r} assumes that there is no header. | 1646 | the buffer, @kbd{C-c C-r} assumes that there is no header. |
| 1647 | 1647 | ||
| 1648 | In @LaTeX{} mode, the header begins with @samp{\documentclass} or | 1648 | In La@TeX{} mode, the header begins with @samp{\documentclass} or |
| 1649 | @samp{\documentstyle} and ends with @samp{\begin@{document@}}. These | 1649 | @samp{\documentstyle} and ends with @samp{\begin@{document@}}. These |
| 1650 | are commands that @LaTeX{} requires you to use in any case, so nothing | 1650 | are commands that La@TeX{} requires you to use in any case, so nothing |
| 1651 | special needs to be done to identify the header. | 1651 | special needs to be done to identify the header. |
| 1652 | 1652 | ||
| 1653 | @findex tex-file | 1653 | @findex tex-file |
| @@ -1689,7 +1689,7 @@ Variables}. | |||
| 1689 | @findex tex-bibtex-file | 1689 | @findex tex-bibtex-file |
| 1690 | @kindex C-c TAB @r{(@TeX{} mode)} | 1690 | @kindex C-c TAB @r{(@TeX{} mode)} |
| 1691 | @vindex tex-bibtex-command | 1691 | @vindex tex-bibtex-command |
| 1692 | For @LaTeX{} files, you can use Bib@TeX{} to process the auxiliary | 1692 | For La@TeX{} files, you can use Bib@TeX{} to process the auxiliary |
| 1693 | file for the current buffer's file. Bib@TeX{} looks up bibliographic | 1693 | file for the current buffer's file. Bib@TeX{} looks up bibliographic |
| 1694 | citations in a data base and prepares the cited references for the | 1694 | citations in a data base and prepares the cited references for the |
| 1695 | bibliography section. The command @kbd{C-c @key{TAB}} | 1695 | bibliography section. The command @kbd{C-c @key{TAB}} |
| @@ -1751,9 +1751,9 @@ required. This is set up for Czech---customize the group | |||
| 1751 | @end ignore | 1751 | @end ignore |
| 1752 | 1752 | ||
| 1753 | @cindex Ref@TeX{} package | 1753 | @cindex Ref@TeX{} package |
| 1754 | @cindex references, @LaTeX{} | 1754 | @cindex references, La@TeX{} |
| 1755 | @cindex @LaTeX{} references | 1755 | @cindex La@TeX{} references |
| 1756 | For managing all kinds of references for @LaTeX{}, you can use | 1756 | For managing all kinds of references for La@TeX{}, you can use |
| 1757 | Ref@TeX{}. @inforef{Top,, reftex}. | 1757 | Ref@TeX{}. @inforef{Top,, reftex}. |
| 1758 | 1758 | ||
| 1759 | @node HTML Mode | 1759 | @node HTML Mode |