From: Karl Berry Date: Sun, 16 Nov 2003 13:48:56 +0000 (+0000) Subject: update from texinfo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c2d1ba5a19f02faa78e8c2307b2b6077ebfe1a;p=pspp update from texinfo --- diff --git a/config/texinfo.tex b/config/texinfo.tex index 8a05f149f3..b0451f8c01 100644 --- a/config/texinfo.tex +++ b/config/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2003-11-15.06} +\def\texinfoversion{2003-11-15.16} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -4694,7 +4694,8 @@ width0pt\relax} \fi % @quotation does normal linebreaking (hence we can't use \nonfillstart) % and narrows the margins. % -\def\quotation{% +\def\quotation{\parsearg\doquotation} +\def\doquotation#1{% \begingroup\inENV %This group ends at the end of the @quotation body {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip \parindent=0pt @@ -4709,6 +4710,12 @@ width0pt\relax} \fi \exdentamount = \lispnarrowing \let\nonarrowing = \relax \fi + % + % If we're given an argument, typeset it in bold with a colon after. + \def\thearg{#1}% + \ifx\thearg\empty \else + {\bf \thearg:} + \fi }