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

jhefferon at domain.hid jhefferon at domain.hid
Thu Aug 13 11:40:43 CEST 2015


Author: jhefferon
Date: Thu Aug 13 11:40:41 2015
New Revision: 399

URL: http://svn.gna.org/viewcvs/latexrefman?rev=399&view=rev
Log:
array corrections

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=399&r1=398&r2=399&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Thu Aug 13 11:40:41 2015
@@ -1,3 +1,8 @@
+2015-08-13  Jim Hefferon  <jhefferon at domain.hid>
+
+	* latex2e.texi (array): Fis description of optional position
+	argument for array.
+
 2015-08-12  Jim Hefferon  <jhefferon at domain.hid>
 
 	* latex2e.texi (displaymath): Integral wrong. Couple of other

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=399&r1=398&r2=399&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Thu Aug 13 11:40:41 2015
@@ -1766,28 +1766,36 @@
 \end at domain.hid@}
 @end example
 
+or
+
+ at example
+\begin at domain.hid}@}
+ at var{column 1 entry} &@var{column 2 entry} ... &@var{column n entry} \\
+...
+\end at domain.hid@}
+ at end example
+
 Produce a mathematical array.  This environment can only be used in math
 mode, and normally appears within a displayed mathematics environment
 such as @code{equation} (@pxref{equation}).  Column entries are
-separated by an ampersand at domain.hid{&}.  Rows are terminated with
-double-backslashes at domain.hid{\\}.  The required argument @var{cols}
-describes the number of columns, their alignment, and the formatting of
-the intercolumn regions.
-
-The @code{array} environment is just like the @code{tabular}
-environment but entries are typeset in mathematics mode, in textstyle
-(except if the @var{cols} definition specifies the column with
+separated by an ampersand at domain.hid{&}).  Rows are terminated with
+double-backslashes at domain.hid{\\}) (@pxref{\\}).  
+
+The required argument @var{cols} describes the number of columns, their
+alignment, and the formatting of the intercolumn regions.  See
+ at ref{tabular} for the complete description of @var{cols}, and of the
+other common features of the two environments, including the optional
+ at var{pos} argument.
+
+There are two ways that @code{array} diverges from @code{tabular}.  The
+first is that @code{array} entries are typeset in mathematics mode, in
+textstyle (except if the @var{cols} definition specifies the column with
 @code{@@p@{..@}}, which causes the entry to be typeset in text mode).
-See @ref{tabular} for the complete description of @var{cols}, and of the
-other common features of the two environments.
-
-There are two ways that @code{array} diverges from @code{tabular}.  The
-first is that @code{array} does not have @code{tabular}'s argument
- at domain.hid} giving vertical alignment.  The second is that, instead of
- at domain.hid @code{\tabcolsep}, @LaTeX{}'s intercolumn space in an
-array is governed by the parameter
+The second is that, instead of @code{tabular}'s parameter
+ at code{\tabcolsep}, @LaTeX{}'s intercolumn space in an array is governed
+by
 @findex \arraycolsep
- at domain.hid} which gives half the width between columns; the
+ at code{\arraycolsep} which gives half the width between columns. The
 default for this is @samp{5pt}.
 
 To obtain arrays with braces the standard is to use the @file{amsmath}
@@ -1799,7 +1807,7 @@
 @code{Vmatrix} for an array surrounded by double vertical
 bars at domain.hid{||..||}, along with a number of other array constructs.
 
-Here's an example of an array:
+Here is an example of an array:
 
 @example
 \begin at domain.hid@}
@@ -1842,9 +1850,11 @@
 then will break at the double backslash, and will center the ending.
 
 @example
-My father considered that anyone who went to chapel and didn't drink 
-alcohol was not to be tolerated.\\ 
-I grew up in that belief.  --Richard Burton 
+\begin at domain.hid@}
+  My father considered that anyone who went to chapel and didn't drink 
+  alcohol was not to be tolerated.\\ 
+  I grew up in that belief.  --Richard Burton 
+\end at domain.hid@}
 @end example
 
 A double backslash after the final line is optional.





More information about the latexrefman-commits mailing list