[latexrefman-commits] [SCM] latexrefman updated: r901 - trunk

karl at gnu.org.ua karl at gnu.org.ua
Fri Apr 16 17:34:51 CEST 2021


Author: karl
Date: 2021-04-16 15:34:51 +0000 (Fri, 16 Apr 2021)
New Revision: 901

Modified:
   trunk/ChangeLog
   trunk/latex2e.texi
Log:
\parindent horizontal, \parskip vertical

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2021-02-14 16:32:57 UTC (rev 900)
+++ trunk/ChangeLog	2021-04-16 15:34:51 UTC (rev 901)
@@ -1,3 +1,8 @@
+2021-04-16  Karl Berry  <karl at freefriends.org>
+
+	* latex2e.texi (\parindent & \parskip): horizontal and vertical
+	were reversed. Report from Chandrasekhar, 15 Apr 2021 17:04:17.
+
 2021-02-14  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
 	* latex2e-fr.texi (\spacefactor): Translate node from English.

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2021-02-14 16:32:57 UTC (rev 900)
+++ trunk/latex2e.texi	2021-04-16 15:34:51 UTC (rev 901)
@@ -7818,7 +7818,7 @@
 The mandatory argument @var{keys} is a comma-separated list of one or
 more citation keys (@pxref{\bibitem}).  This information is used by
 Bib at TeX{} to include these works in your reference list even though you
-have not explicitely cited them (@pxref{\cite}).
+have not explicitly cited them (@pxref{\cite}).
 
 
 @node Using BibTeX
@@ -11082,20 +11082,22 @@
 @findex \parindent
 @findex \parskip
 @cindex paragraph indentation
+ at cindex horizontal paragraph indentation
 @cindex vertical space before paragraphs
 
 Synopsis:
 
 @example
-\setlength@{\parskip@}@{@var{horizontal len}@}
-\setlength@{\parinden@}@{@var{vertical len}@}
+\setlength@{\parindent@}@{@var{horizontal len}@}
+\setlength@{\parskip@}@{@var{vertical len}@}
 @end example
 
-Both are a rubber lengths (@pxref{Lengths}).  They give the indentation
-of ordinary paragraphs, not paragraphs inside minipages
-(@pxref{minipage}), and the vertical space between paragraphs.
+Both are rubber lengths (@pxref{Lengths}).  They affect the
+indentation of ordinary paragraphs, not paragraphs inside
+minipages (@pxref{minipage}), and the vertical space between
+paragraphs, respectively.
 
-This, put in the preamble,
+For example, if this is put in the preamble:
 
 @example
 \setlength@{\parindent@}@{0em@}
@@ -11103,9 +11105,8 @@
 @end example
 
 @noindent
-arranges that the document will have paragraphs that are not indented,
-but instead are vertically separated by about the height of a lowercase
- at samp{x}.
+The document will have paragraphs that are not indented, but instead
+are vertically separated by about the height of a lowercase @samp{x}.
 
 In standard @LaTeX{} documents, the default value for @code{\parindent}
 in one-column documents is @code{15pt} when the default text size is
@@ -11114,11 +11115,12 @@
 are set before @LaTeX{} calls @code{\normalfont} so @code{em} is derived
 from the default font, Computer Modern.  If you use a different font
 then to set @code{\parindent} in units matching that font, do
- at code{\AtBeginDocument@{\setlength@{\parindent@}@{1em@}@}}.)  The
-default value for @code{\parskip} in @LaTeX{}'s standard document styles
-is @code{0pt plus1pt}.
+ at code{\AtBeginDocument@{\setlength@{\parindent@}@{1em@}@}}.) 
 
+The default value for @code{\parskip} in @LaTeX{}'s standard document
+styles is @code{0pt plus1pt}.
 
+
 @node Marginal notes
 @section Marginal notes
 



More information about the latexrefman-commits mailing list.