# HG changeset patch # User Karl Berry # Date 1552500866 25200 # Node ID 331ec5f027a29e1ef50733f1ac212e47e38c7ca7 # Parent 6771da1735639c6a1f42cc29b20cb84ae9d4930e autoupdate diff -r 6771da173563 -r 331ec5f027a2 build-aux/texinfo.tex --- a/build-aux/texinfo.tex Tue Mar 12 09:07:54 2019 -0700 +++ b/build-aux/texinfo.tex Wed Mar 13 11:14:26 2019 -0700 @@ -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{2019-03-11.20} +\def\texinfoversion{2019-03-12.20} % % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. @@ -7063,11 +7063,7 @@ % @cartouche ... @end cartouche: draw rectangle w/rounded corners around % environment contents. -\font\circle=lcircle10 -\newdimen\circthick -\newdimen\cartouter\newdimen\cartinner -\newskip\normbskip\newskip\normpskip\newskip\normlskip -\circthick=\fontdimen8\circle + % \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth \def\ctr{{\hskip 6pt\circle\char'010}} @@ -7082,7 +7078,18 @@ % \newskip\lskip\newskip\rskip +% only require the font if @cartouche is actually used +\def\cartouchefontdefs{% + \font\circle=lcircle10\relax + \circthick=\fontdimen8\circle +} +\newdimen\circthick +\newdimen\cartouter\newdimen\cartinner +\newskip\normbskip\newskip\normpskip\newskip\normlskip + + \envdef\cartouche{% + \cartouchefontdefs \ifhmode\par\fi % can't be in the midst of a paragraph. \startsavinginserts \lskip=\leftskip \rskip=\rightskip