[latexrefman-commits] [SCM] latexrefman updated: r923 - trunk
karl at gnu.org.ua
karl at gnu.org.ua
Sat Jun 5 23:53:07 CEST 2021
Author: karl
Date: 2021-06-05 21:53:07 +0000 (Sat, 05 Jun 2021)
New Revision: 923
Modified:
trunk/latex2e.texi
Log:
setspace example with setspace
Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi 2021-06-05 21:50:20 UTC (rev 922)
+++ trunk/latex2e.texi 2021-06-05 21:53:07 UTC (rev 923)
@@ -2986,16 +2986,10 @@
@findex \baselinestretch
@findex \linespread
@cindex space between lines
+ at cindex interline space
+ at cindex leading
@cindex double spacing
- at PkgIndex{setspace}
-Synopsis: to change the document spacing put this in the preamble.
-
- at example
-\usepackage@{setspace@}
-\doublespacing % or \onehalfspacing for 1.5
- at end example
-
The @code{\baselineskip} is a rubber length (@pxref{Lengths}). It gives
the leading, the normal distance between lines in a paragraph, from
baseline to baseline.
@@ -3080,17 +3074,21 @@
@code{\selectfont}.)
@PkgIndex{setspace}
-A simpler approach is the @file{setspace} package. After the
- at code{\usepackage@{setspace@}}, use @code{\doublespacing}, or
- at code{\onehalfspacing} for one-and-a-half. In the preamble these will
-start the document off with that sizing. But you can also use these
-declarations in the document body to change the spacing from that
-point forward, and consequently there is @code{\singlespacing} to
-return the spacing to normal. In the document body, a better practice
-than using the declarations is to use environments, such as
- at code{\begin@{doublespace@} ... \end@{doublespace@}}. The package
-also has commands to do arbitrary spacing:
- at code{\setstretch@{@var{factor}@}} and
+A simpler approach is the @file{setspace} package. The basic example:
+
+ at example
+\usepackage@{setspace@}
+\doublespacing % or \onehalfspacing for 1.5
+ at end example
+
+In the preamble these will start the document off with that sizing.
+But you can also use these declarations in the document body to change
+the spacing from that point forward, and consequently there is
+ at code{\singlespacing} to return the spacing to normal. In the
+document body, a better practice than using the declarations is to use
+environments, such as @code{\begin@{doublespace@}
+... \end@{doublespace@}}. The package also has commands to do
+arbitrary spacing: @code{\setstretch@{@var{factor}@}} and
@code{\begin@{spacing@}@{@var{factor}@} ... \end@{spacing@}}.
More information about the latexrefman-commits
mailing list.