[latexrefman-commits] r492 - in /trunk: ChangeLog latex2e.texi

karl at domain.hid karl at domain.hid
Sat Jan 23 18:00:08 CET 2016


Author: karl
Date: Sat Jan 23 18:00:07 2016
New Revision: 492

URL: http://svn.gna.org/viewcvs/latexrefman?rev=492&view=rev
Log:
fix undefined cross references

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=492&r1=491&r2=492&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Sat Jan 23 18:00:07 2016
@@ -1,3 +1,8 @@
+2016-01-23  Karl Berry  <karl at domain.hid>
+
+	* latex2e.texi (Environment[s], \item): fix undefined references.
+	(cross-reference): replace with "cross reference", for consistency.
+
 2016-01-22  Karl Berry  <karl at domain.hid>
 
 	* aspell.en.pws: add more exceptions.

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=492&r1=491&r2=492&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Sat Jan 23 18:00:07 2016
@@ -1927,7 +1927,7 @@
 information for references from the @file{.aux} file.  If this is the
 first time you are running the document then you will get a message
 @code{LaTeX Warning: Label(s) may have changed. Rerun to get
-cross-references right.} and in the output the reference will appear as
+cross references right.} and in the output the reference will appear as
 two question marks at domain.hid{??}, in boldface.  Or, if you change some
 things so the references change then you get the same warning and the
 output contains the old reference information.  The solution in either
@@ -2074,18 +2074,19 @@
 @findex \begin
 @findex \end
 
- at domain.hid{} provides many environments for delimiting certain behavior
-(@pxref{Environment}).  Synopsis:
-
- at domain.hid
-\begin at domain.hid name}@}
+ at LaTeX{} provides many environments for delimiting certain behavior.
+An environment begins with @code{\begin} and ends with @code{\end},
+like this:
+
+ at example
+\begin at domain.hid}@}
   ...
-\end at domain.hid name}@}
- at domain.hid example
-
-The @var{environment name} at the beginning must exactly match that at
-the end. For instance, if you enter
- at domain.hid@}} then you will get an error like
+\end at domain.hid}@}
+ at end example
+
+The @var{environment-name} at the beginning must exactly match that at
+the end. For instance, the input
+ at code{\begin at domain.hid@}} will cause an error like:
 @samp{! LaTeX Error: \begin at domain.hid*@} on input line 5 ended by
 \end at domain.hid@}.}
 
@@ -2371,16 +2372,15 @@
 \end at domain.hid@}
 @end example
 
- at domain.hid \item
 Environment to make a labelled list of items.  Each item's @var{label}
 is typeset in bold, flush-left.  Each item's text may contain multiple
 paragraphs.  Although the labels on the items are optional there is no
 sensible default, so all items should have labels.
 
 @findex \item
-The list consists of at least one item; see at domain.hid} (having no
-items causes the @LaTeX{} error @samp{Something's wrong--perhaps a
-missing \item}).  Each item is produced with an @code{\item} command.
+The list consists of at least one item, created with the @code{\item}
+command (@pxref{\item}).  Having no items causes the @LaTeX{} error
+ at samp{Something's wrong--perhaps a missing \item}).
 
 @cindex bold typewriter, avoiding
 @cindex typewriter labels in lists
@@ -2744,7 +2744,7 @@
 The figure body is typeset in a @code{parbox} of width @code{\textwidth}
 and so it can contain text, commands, etc.
 
-The label is optional; it is used for cross-references (@pxref{Cross
+The label is optional; it is used for cross references (@pxref{Cross
 references}).
 @findex \caption
 The optional @code{\caption} command specifies caption text for the
@@ -3107,6 +3107,7 @@
 
 
 @node \item
+ at section @code{\item}: An entry in a list.
 
 Synopsis:
 
@@ -3778,7 +3779,7 @@
 The table body is typeset in a @code{parbox} of width @code{\textwidth}
 and so it can contain text, commands, etc.
 
-The label is optional; it is used for cross-references (@pxref{Cross
+The label is optional; it is used for cross references (@pxref{Cross
 references}).  
 @findex \caption
 The optional @code{\caption} command specifies caption text for the





More information about the latexrefman-commits mailing list