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

jhefferon at domain.hid jhefferon at domain.hid
Mon Sep 28 14:18:46 CEST 2015


Author: jhefferon
Date: Mon Sep 28 14:18:45 2015
New Revision: 448

URL: http://svn.gna.org/viewcvs/latexrefman?rev=448&view=rev
Log:
combine quote and quotation, contrast

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=448&r1=447&r2=448&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Sep 28 14:18:45 2015
@@ -1,8 +1,13 @@
+2015-09-28  Jim Hefferon  <jhefferon at domain.hid>
+
+	* latex2e.texi (\quotation and \quote): Combine the two,
+	contrast them, provide example.
+
 2015-09-27  Jim Hefferon  <jhefferon at domain.hid>
 
 	* latex2e.texi (Letters): \opening is required.
 
-2015-09-26  Jim Hefferon  <jhefferon at domain.hid>
+s2015-09-26  Jim Hefferon  <jhefferon at domain.hid>
 
 	* latex2e.texi (\makelabel): Reword, add examples.  Omit \stopbreaks
 	and \startbreaks as those are not user-directed commands.

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=448&r1=447&r2=448&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Mon Sep 28 14:18:45 2015
@@ -1965,35 +1965,34 @@
 @end example
 
 @menu
-* abstract::    Produce an abstract.
-* array::       Math arrays.
-* center::      Centered lines.
-* description:: Labelled lists.
-* displaymath:: Formulas that appear on their own line.
-* document::    Enclose the whole document.
-* enumerate::   Numbered lists.
-* eqnarray::    Sequences of aligned equations.
-* equation::    Displayed equation.
-* figure::      Floating figures.
-* filecontents:: Writing multiple files from the source.
-* flushleft::   Flushed left lines.
-* flushright::  Flushed right lines.
-* itemize::     Bulleted lists.
-* letter::      Letters.
-* list::        Generic list environment.
-* math::        In-line math.
-* minipage::    Miniature page.
-* picture::     Picture with text, arrows, lines and circles.
-* quotation::   Indented environment with paragraph indentation.
-* quote::       Indented environment with no paragraph indentation.
-* tabbing::     Align text arbitrarily.
-* table::       Floating tables.
-* tabular::     Align text in columns.
-* thebibliography::     Bibliography or reference list.
-* theorem::     Theorems, lemmas, etc.
-* titlepage::   For hand crafted title pages.
-* verbatim::    Simulating typed input.
-* verse::       For poetry and other things.
+* abstract::              Produce an abstract.
+* array::                 Math arrays.
+* center::                Centered lines.
+* description::           Labelled lists.
+* displaymath::           Formulas that appear on their own line.
+* document::              Enclose the whole document.
+* enumerate::             Numbered lists.
+* eqnarray::              Sequences of aligned equations.
+* equation::              Displayed equation.
+* figure::                Floating figures.
+* filecontents::          Writing multiple files from the source.
+* flushleft::             Flushed left lines.
+* flushright::            Flushed right lines.
+* itemize::               Bulleted lists.
+* letter::                Letters.
+* list::                  Generic list environment.
+* math::                  In-line math.
+* minipage::              Miniature page.
+* picture::               Picture with text, arrows, lines and circles.
+* quotation and quote::   Include a quotation.
+* tabbing::               Align text arbitrarily.
+* table::                 Floating tables.
+* tabular::               Align text in columns.
+* thebibliography::       Bibliography or reference list.
+* theorem::               Theorems, lemmas, etc.
+* titlepage::             For hand crafted title pages.
+* verbatim::              Simulating typed input.
+* verse::                 For poetry and other things.
 @end menu
 
 
@@ -3398,33 +3397,13 @@
 values must lie between @minus{}4 and +4, inclusive.
 
 
- at domain.hid quotation
- at domain.hid @code{quotation}
+ at node quotation and quote
+ at section @code{quotation} and @code{quote}
 
 @findex quotation
 @cindex quoted text with paragraph indentation, displaying
 @cindex displaying quoted text with paragraph indentation
 @cindex paragraph indentations in quoted text
-
-Synopsis:
-
- at domain.hid
-\begin at domain.hid@}
- at domain.hid}
-\end at domain.hid@}
- at domain.hid example
-
-The margins of the @code{quotation} environment are indented on both
-the left and the right.  The text is justified at both margins.
-Leaving a blank line between text produces a new paragraph.
-
-Unlike the @code{quote} environment, each paragraph is indented
-normally.
-
-
- at domain.hid quote
- at domain.hid @code{quote}
-
 @findex quote
 @cindex quoted text without paragraph indentation, displaying
 @cindex displaying quoted text without paragraph indentation
@@ -3433,16 +3412,42 @@
 Synopsis:
 
 @example
+\begin at domain.hid@}
+ at var{text}
+\end at domain.hid@}
+ at end example
+
+or 
+
+ at example
 \begin at domain.hid@}
 @var{text}
 \end at domain.hid@}
 @end example
 
-The margins of the @code{quote} environment are indented on both the
-left and the right.  The text is justified at both margins.  Leaving a
-blank line between text produces a new paragraph.
-
-Unlike the @code{quotation} environment, paragraphs are not indented.
+Include a quotation. 
+
+In both environments, margins are indented on both sides by
+ at code{\leftmargin} and the text is justified at both.  As with the main
+text, leaving a blank line produces a new paragraph.
+
+To compare the two: in the @code{quotation} environment, paragraphs are
+indented by 1.5 at domain.hid} and the space between paragraphs is small,
+ at code{0pt plus 1pt}.  In the @code{quote} environment, paragraphs are
+not indented and there is vertical space between paragraphs (it is the
+rubber length @code{\parsep}).  Thus, the @code{quotation} environment
+may be more suitable for documents where new paragraphs are marked by an
+indent rather than by a vertical separation.  In addition, @code{quote}
+may be more suitable for a short quotation or a sequence of short
+quotations.
+
+ at example
+\begin at domain.hid@}
+\it Four score and seven years ago
+  .. shall not perish from the earth.
+\hspace at domain.hid plus 1fill at domain.hid Lincoln
+\end at domain.hid@}
+ at end example
 
 
 @node tabbing
@@ -9027,7 +9032,7 @@
 under the closing, after a vertical space for the traditional
 hand-written signature; it also can contain multiple lines.
 
-Each letter environment begins with an required @code{\opening} command
+Each letter environment begins with a required @code{\opening} command
 such as @code{\opening at domain.hid Madam or Sir:@}}.  The @var{letter body}
 text is ordinary @LaTeX{} so it can contain everything from from
 enumerated lists to displayed math, except that commands such as





More information about the latexrefman-commits mailing list