emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/text.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/man/text.texi,v
Date: Sun, 01 Oct 2006 22:52:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/10/01 22:52:07

Index: text.texi
===================================================================
RCS file: /sources/emacs/emacs/man/text.texi,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- text.texi   30 Sep 2006 21:07:21 -0000      1.71
+++ text.texi   1 Oct 2006 22:52:07 -0000       1.72
@@ -1370,11 +1370,11 @@
 @findex doctex-mode
 
   @TeX{} is a powerful text formatter written by Donald Knuth; it is
-also free software, like GNU Emacs.  @LaTeX{} is a simplified input
+also free software, like GNU Emacs.  address@hidden is a simplified input
 format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}.
address@hidden is a special form of @address@hidden@TeX{} is
address@hidden is a special form of address@hidden@address@hidden is
 obsoleted by the @samp{slides} document class and other alternative
-packages in recent @LaTeX{} versions.}  address@hidden (@file{.dtx}) is a
+packages in recent address@hidden versions.}  address@hidden (@file{.dtx}) is a
 special file format in which the address@hidden sources are written,
 combining sources with documentation.
 
@@ -1383,13 +1383,13 @@
 invoking @TeX{} on all or part of the file.
 
 @vindex tex-default-mode
-  @TeX{} mode has four variants: Plain @TeX{} mode, @LaTeX{} mode,
+  @TeX{} mode has four variants: Plain @TeX{} mode, address@hidden mode,
 address@hidden mode, and address@hidden mode (these distinct major modes differ
 only slightly).  They are designed for editing the four different
 formats.  The command @kbd{M-x tex-mode} looks at the contents of the
-buffer to determine whether the contents appear to be either @LaTeX{}
+buffer to determine whether the contents appear to be either address@hidden
 input, address@hidden, or address@hidden input; if so, it selects the
-appropriate mode.  If the file contents do not appear to be @LaTeX{},
+appropriate mode.  If the file contents do not appear to be address@hidden,
 address@hidden or address@hidden, it selects Plain @TeX{} mode.  If the 
contents
 are insufficient to determine this, the variable
 @code{tex-default-mode} controls which mode is used.
@@ -1487,22 +1487,22 @@
 @node LaTeX Editing
 @subsection address@hidden Editing Commands
 
-  @LaTeX{} mode, and its variant, address@hidden mode, provide a few extra
+  address@hidden mode, and its variant, address@hidden mode, provide a few 
extra
 features not applicable to plain @TeX{}.
 
 @table @kbd
 @item C-c C-o
-Insert @samp{\begin} and @samp{\end} for @LaTeX{} block and position
+Insert @samp{\begin} and @samp{\end} for address@hidden block and position
 point on a line between them (@code{tex-latex-block}).
 @item C-c C-e
-Close the innermost @LaTeX{} block not yet closed
+Close the innermost address@hidden block not yet closed
 (@code{tex-close-latex-block}).
 @end table
 
 @findex tex-latex-block
address@hidden C-c C-o @r{(@LaTeX{} mode)}
address@hidden C-c C-o @r{(address@hidden mode)}
 @vindex latex-block-names
-  In @LaTeX{} input, @samp{\begin} and @samp{\end} commands are used to
+  In address@hidden input, @samp{\begin} and @samp{\end} commands are used to
 group blocks of text.  To insert a @samp{\begin} and a matching
 @samp{\end} (on a new line following the @samp{\begin}), use @kbd{C-c
 C-o} (@code{tex-latex-block}).  A blank line is inserted between the
@@ -1516,8 +1516,8 @@
 @end example
 
 @findex tex-close-latex-block
address@hidden C-c C-e @r{(@LaTeX{} mode)}
-  In @LaTeX{} input, @samp{\begin} and @samp{\end} commands must
address@hidden C-c C-e @r{(address@hidden mode)}
+  In address@hidden input, @samp{\begin} and @samp{\end} commands must
 balance.  You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to
 insert automatically a matching @samp{\end} to match the last unmatched
 @samp{\begin}.  It indents the @samp{\end} to match the corresponding
@@ -1645,9 +1645,9 @@
 If @samp{%**start of header} does not appear within the first 100 lines of
 the buffer, @kbd{C-c C-r} assumes that there is no header.
 
-  In @LaTeX{} mode, the header begins with @samp{\documentclass} or
+  In address@hidden mode, the header begins with @samp{\documentclass} or
 @samp{\documentstyle} and ends with @address@hidden@}}.  These
-are commands that @LaTeX{} requires you to use in any case, so nothing
+are commands that address@hidden requires you to use in any case, so nothing
 special needs to be done to identify the header.
 
 @findex tex-file
@@ -1689,7 +1689,7 @@
 @findex tex-bibtex-file
 @kindex C-c TAB @r{(@TeX{} mode)}
 @vindex tex-bibtex-command
-  For @LaTeX{} files, you can use address@hidden to process the auxiliary
+  For address@hidden files, you can use address@hidden to process the auxiliary
 file for the current buffer's file.  address@hidden looks up bibliographic
 citations in a data base and prepares the cited references for the
 bibliography section.  The command @kbd{C-c @key{TAB}}
@@ -1751,9 +1751,9 @@
 @end ignore
 
 @cindex address@hidden package
address@hidden references, @LaTeX{}
address@hidden @LaTeX{} references
-  For managing all kinds of references for @LaTeX{}, you can use
address@hidden references, address@hidden
address@hidden address@hidden references
+  For managing all kinds of references for address@hidden, you can use
 address@hidden  @inforef{Top,, reftex}.
 
 @node HTML Mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]