aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/text.texi38
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
1373also free software, like GNU Emacs. @LaTeX{} is a simplified input 1373also free software, like GNU Emacs. La@TeX{} is a simplified input
1374format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}. 1374format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}.
1375Sli@TeX{} is a special form of @LaTeX{}.@footnote{Sli@TeX{} is 1375Sli@TeX{} is a special form of La@TeX{}.@footnote{Sli@TeX{} is
1376obsoleted by the @samp{slides} document class and other alternative 1376obsoleted by the @samp{slides} document class and other alternative
1377packages in recent @LaTeX{} versions.} Doc@TeX{} (@file{.dtx}) is a 1377packages in recent La@TeX{} versions.} Doc@TeX{} (@file{.dtx}) is a
1378special file format in which the La@TeX{} sources are written, 1378special file format in which the La@TeX{} sources are written,
1379combining sources with documentation. 1379combining sources with documentation.
1380 1380
@@ -1383,13 +1383,13 @@ It provides facilities for checking the balance of delimiters and for
1383invoking @TeX{} on all or part of the file. 1383invoking @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,
1387Sli@TeX{} mode, and Doc@TeX{} mode (these distinct major modes differ 1387Sli@TeX{} mode, and Doc@TeX{} mode (these distinct major modes differ
1388only slightly). They are designed for editing the four different 1388only slightly). They are designed for editing the four different
1389formats. The command @kbd{M-x tex-mode} looks at the contents of the 1389formats. The command @kbd{M-x tex-mode} looks at the contents of the
1390buffer to determine whether the contents appear to be either @LaTeX{} 1390buffer to determine whether the contents appear to be either La@TeX{}
1391input, Sli@TeX{}, or Doc@TeX{} input; if so, it selects the 1391input, Sli@TeX{}, or Doc@TeX{} input; if so, it selects the
1392appropriate mode. If the file contents do not appear to be @LaTeX{}, 1392appropriate mode. If the file contents do not appear to be La@TeX{},
1393Sli@TeX{} or Doc@TeX{}, it selects Plain @TeX{} mode. If the contents 1393Sli@TeX{} or Doc@TeX{}, it selects Plain @TeX{} mode. If the contents
1394are insufficient to determine this, the variable 1394are 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
1491features not applicable to plain @TeX{}. 1491features 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
1495Insert @samp{\begin} and @samp{\end} for @LaTeX{} block and position 1495Insert @samp{\begin} and @samp{\end} for La@TeX{} block and position
1496point on a line between them (@code{tex-latex-block}). 1496point on a line between them (@code{tex-latex-block}).
1497@item C-c C-e 1497@item C-c C-e
1498Close the innermost @LaTeX{} block not yet closed 1498Close 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
1506group blocks of text. To insert a @samp{\begin} and a matching 1506group 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
1508C-o} (@code{tex-latex-block}). A blank line is inserted between the 1508C-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
1521balance. You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to 1521balance. You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to
1522insert automatically a matching @samp{\end} to match the last unmatched 1522insert 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.
1645If @samp{%**start of header} does not appear within the first 100 lines of 1645If @samp{%**start of header} does not appear within the first 100 lines of
1646the buffer, @kbd{C-c C-r} assumes that there is no header. 1646the 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
1650are commands that @LaTeX{} requires you to use in any case, so nothing 1650are commands that La@TeX{} requires you to use in any case, so nothing
1651special needs to be done to identify the header. 1651special 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
1693file for the current buffer's file. Bib@TeX{} looks up bibliographic 1693file for the current buffer's file. Bib@TeX{} looks up bibliographic
1694citations in a data base and prepares the cited references for the 1694citations in a data base and prepares the cited references for the
1695bibliography section. The command @kbd{C-c @key{TAB}} 1695bibliography 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
1757Ref@TeX{}. @inforef{Top,, reftex}. 1757Ref@TeX{}. @inforef{Top,, reftex}.
1758 1758
1759@node HTML Mode 1759@node HTML Mode