auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to reftex/doc/reftex.texi,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to reftex/doc/reftex.texi,v
Date: Sun, 17 Feb 2008 17:19:22 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    08/02/17 17:19:21

Index: reftex.texi
===================================================================
RCS file: /sources/auctex/reftex/doc/reftex.texi,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- reftex.texi 2 Jan 2008 20:25:01 -0000       1.54
+++ reftex.texi 17 Feb 2008 17:19:21 -0000      1.55
@@ -200,14 +200,14 @@
 @chapter Introduction
 @cindex Introduction
 
address@hidden is a specialized package for support of labels,
-references, citations, and the index in @LaTeX{}.  @RefTeX{} wraps
-itself round 4 @LaTeX{} macros: @code{\label}, @code{\ref}, @code{\cite},
-and @code{\index}.  Using these macros usually requires looking up
-different parts of the document and searching through @BibTeX{} database
-files.  @RefTeX{} automates these time--consuming tasks almost
-entirely.  It also provides functions to display the structure of a
-document and to move around in this structure quickly.
address@hidden is a specialized package for support of labels, references,
+citations, and the index in @LaTeX{}.  @RefTeX{} wraps itself round four
address@hidden macros: @code{\label}, @code{\ref}, @code{\cite}, and
address@hidden  Using these macros usually requires looking up different
+parts of the document and searching through @BibTeX{} database files.
address@hidden automates these time-consuming tasks almost entirely.  It also
+provides functions to display the structure of a document and to move
+around in this structure quickly.
 
 @iftex
 Don't be discouraged by the size of this manual, which covers @RefTeX{}
@@ -336,7 +336,7 @@
 
 @page
 @item @b{Viewing address@hidden
-When point is on the @var{key} argument of a cross--referencing macro
+When point is on the @var{key} argument of a cross-referencing macro
 (@code{\label}, @code{\ref}, @code{\cite}, @code{\bibitem},
 @code{\index}, and variations) or inside a @BibTeX{} database entry, you
 can press @kbd{C-c &} (@code{reftex-view-crossref}) to display
@@ -393,7 +393,7 @@
 @item @b{Where address@hidden Go ahead and use @RefTeX{}.  Use its menus
 until you have picked up the key bindings.  For an overview of what you
 can do in each of the different special buffers, press @kbd{?}.  Read
-the manual if you get stuck, of if you are curious what else might be
+the manual if you get stuck, or if you are curious what else might be
 available.  The first part of the manual explains in
 a tutorial way how to use and customize @RefTeX{}.  The second
 part is a command and variable reference.
@@ -433,10 +433,10 @@
 
 @tablesubheading{Moving around}
 @item n
-Goto next entry in the table of context.
+Goto next entry in the table of contents.
 
 @item p
-Goto previous entry in the table of context.
+Goto previous entry in the table of contents.
 
 @item C-c C-n
 Goto next section heading.  Useful when many labels and index entries
@@ -492,7 +492,7 @@
 @code{\chapter}, @code{\subsection} to @code{\section} etc. If there is
 an active region, all sections in the region will be promoted, including
 the one at point.  To avoid mistakes, @RefTeX{} requires a fresh
-document scan before executing this command - if necessary, it will
+document scan before executing this command -- if necessary, it will
 automatically do this scan and ask the user to repeat the promotion
 command.
 
@@ -656,7 +656,7 @@
 @cindex Label environment
 @cindex @code{\label}
 
address@hidden provides a powerful mechanism to deal with cross--references in a
address@hidden provides a powerful mechanism to deal with cross-references in a
 document.  When writing a document, any part of it can be marked with a
 label, like @address@hidden@}}.  @LaTeX{} records the current value of a
 certain counter when a label is defined.  Later references to this label
@@ -670,7 +670,7 @@
 
 Several different environments can share a common counter and therefore
 a common label category.  E.g.  labels in both @code{equation} and
address@hidden environments record the value of the same counter - the
address@hidden environments record the value of the same counter -- the
 equation counter.
 
 @menu
@@ -697,7 +697,7 @@
 and will figure out the environment it currently is in and adapt the
 label to that environment.  A label usually consists of a short prefix
 indicating the type of the label and a unique mark.  @RefTeX{} has
-3 different modes to create this mark.
+three different modes to create this mark.
 
 @enumerate
 @item
@@ -1592,7 +1592,7 @@
 @cindex LaTeX packages, @code{varioref}
 @vindex reftex-vref-is-default
 @code{varioref} is a frequently used LaTeX package to create
-cross--references with page information.  When you want to make a
+cross-references with page information.  When you want to make a
 reference with the @code{\vref} macro, just press the @kbd{v} key in the
 selection buffer to toggle between @code{\ref} and @code{\vref}
 (@pxref{Referencing Labels}).  The mode line of the selection buffer
@@ -2561,13 +2561,13 @@
 The index tag is "idx".
 
 @node Viewing Cross-References, RefTeXs Menu, Index Support, Top
address@hidden Viewing Cross--References
address@hidden Viewing Cross-References
 @findex reftex-view-crossref
 @findex reftex-mouse-view-crossref
 @kindex C-c &
 @kindex S-mouse-2
 
address@hidden can display cross--referencing information.  This means,
address@hidden can display cross-referencing information.  This means,
 if two document locations are linked, @RefTeX{} can display the
 matching location(s) in another window.  The @code{\label} and @code{\ref}
 macros are one way of establishing such a link.  Also, a @code{\cite}
@@ -2576,7 +2576,7 @@
 
 The feature is invoked by pressing @kbd{C-c &}
 (@code{reftex-view-crossref}) while point is on the @var{key} argument
-of a macro involved in cross--referencing.  You can also click with
+of a macro involved in cross-referencing.  You can also click with
 @kbd{S-mouse-2} on the macro argument.  Here is what will happen for
 individual classes of macros:
 
@@ -2587,7 +2587,7 @@
 Display the corresponding label definition.  All usual
 address@hidden macros that start with @samp{ref} or end with
 @samp{ref} or @samp{refrange}} of the @code{\ref} macro are active for
-cross--reference display.  This works also for labels defined in an
+cross-reference display.  This works also for labels defined in an
 external document when the current document refers to them through the
 @code{xr} interface (@pxref{xr (LaTeX package)}).
 
@@ -2598,13 +2598,13 @@
 @kbd{C-c &} several times moves through the entire document and finds
 all locations.  Not only the @code{\label} macro but also other macros
 with label arguments (as configured with @code{reftex-label-alist}) are
-active for cross--reference display.
+active for cross-reference display.
 
 @item @code{\cite}
 @cindex @code{\cite}
 Display the corresponding @BibTeX{} database entry or @code{\bibitem}.
 All usual address@hidden macros that either start or end with
address@hidden of the @code{\cite} macro are active for cross--reference
address@hidden of the @code{\cite} macro are active for cross-reference
 display.
 
 @item @code{\bibitem}
@@ -2633,7 +2633,7 @@
 
 @vindex reftex-view-crossref-extra
 While the display of cross referencing information for the above
-mentioned macros is hard--coded, you can configure additional relations
+mentioned macros is hard-coded, you can configure additional relations
 in the variable @code{reftex-view-crossref-extra}.
 
 @iftex
@@ -2886,7 +2886,7 @@
 @end lisp
 
 @item
-Some @TeX{} systems provide stand--alone programs to do the file search just
+Some @TeX{} systems provide stand-alone programs to do the file search just
 like @TeX{} and @BibTeX{}.  E.g. Thomas Esser's @code{teTeX} uses the
 @code{kpathsearch} library which provides the command @code{kpsewhich}
 to search for files.  @RefTeX{} can be configured to use this
@@ -3168,7 +3168,7 @@
 Labels}).
 
 @item
address@hidden@RefTeX{} tells @AUCTeX{} about new labels, citation-- and index 
address@hidden
address@hidden@RefTeX{} tells @AUCTeX{} about new labels, citation and index 
address@hidden
 @RefTeX{} will add all newly created labels to @AUCTeX{}'s completion list.
 @end itemize
 
@@ -3637,7 +3637,7 @@
 
 @deffn Command reftex-isearch-minor-mode
 Toggle a minor mode which enables incremental search to work globally
-on the entire multifile document.  Files will be searched in th
+on the entire multifile document.  Files will be searched in the
 sequence they appear in the document.
 @end deffn
 
@@ -3993,7 +3993,7 @@
 the word before point is equal to one of these words when calling
 @code{reftex-reference}, the label list offered will be automatically
 restricted to labels of the correct type.  If the first element of this
-word--list is the symbol `regexp', the strings are interpreted as regular
+word list is the symbol `regexp', the strings are interpreted as regular
 expressions.
 
 @item @var{toc-level}
@@ -5098,7 +5098,7 @@
 @section Keymaps and Hooks
 @cindex Keymaps
 
address@hidden has the usual general keymap and load-- and mode-hook.
address@hidden has the usual general keymap, load hook and mode hook.
 
 @deffn Keymap reftex-mode-map
 The keymap for @RefTeX{} mode.
@@ -5112,7 +5112,7 @@
 Normal hook which is being run when turning on @RefTeX{} mode.
 @end deffn
 
-Furthermore, the 4 modes used for referencing labels, creating
+Furthermore, the four modes used for referencing labels, creating
 citations, the table of contents buffer and the phrases buffer have
 their own keymaps and mode hooks.  See the respective sections.  There
 are many more hooks which are described in the relevant sections about




reply via email to

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