diff options
author | Jim Meyering <jim@meyering.net> | 1998-11-14 15:00:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-11-14 15:00:39 +0000 |
commit | b7657496c33dfa4c7e6ad6dfcf8407813c98e2df (patch) | |
tree | cfd5e4b43ecdaee5ed813e290416e147427a56c4 /doc | |
parent | 01c7f17f3316faba43c52bbb38283fd177723d67 (diff) | |
download | coreutils-b7657496c33dfa4c7e6ad6dfcf8407813c98e2df.tar.gz coreutils-b7657496c33dfa4c7e6ad6dfcf8407813c98e2df.tar.bz2 coreutils-b7657496c33dfa4c7e6ad6dfcf8407813c98e2df.zip |
update from master copy
Diffstat (limited to 'doc')
-rw-r--r-- | doc/texinfo.tex | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex index d106eb240..2b8a9cccb 100644 --- a/doc/texinfo.tex +++ b/doc/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{1998-11-06}% +\def\texinfoversion{1998-11-13}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98 % Free Software Foundation, Inc. @@ -187,13 +187,16 @@ \shipout\vbox{% \ifcropmarks \vbox to \outervsize\bgroup \hsize = \outerhsize - \line{\ewtop\hfil\ewtop}% - \nointerlineskip - \line{% - \vbox{\moveleft\cornerthick\nstop}% - \hfill - \vbox{\moveright\cornerthick\nstop}% - }% + \vskip-\topandbottommargin + \vtop to0pt{% + \line{\ewtop\hfil\ewtop}% + \nointerlineskip + \line{% + \vbox{\moveleft\cornerthick\nstop}% + \hfill + \vbox{\moveright\cornerthick\nstop}% + }% + \vss}% \vskip\topandbottommargin \line\bgroup \hfil % center the page within the outer (page) hsize. @@ -216,13 +219,15 @@ \hfil\egroup % end of (centering) \line\bgroup \vskip\topandbottommargin plus1fill minus1fill \boxmaxdepth = \cornerthick - \line{% - \vbox{\moveleft\cornerthick\nsbot}% - \hfill - \vbox{\moveright\cornerthick\nsbot}% + \vbox to0pt{\vss + \line{% + \vbox{\moveleft\cornerthick\nsbot}% + \hfill + \vbox{\moveright\cornerthick\nsbot}% + }% + \nointerlineskip + \line{\ewbot\hfil\ewbot}% }% - \nointerlineskip - \line{\ewbot\hfil\ewbot}% \egroup % \vbox from first cropmarks clause \fi }% end of \shipout\vbox @@ -5214,7 +5219,7 @@ width0pt\relax} \fi \vsize = #1\relax \advance\vsize by \topskip \outervsize = \vsize - \advance\outervsize by 0.6in + \advance\outervsize by 2\topandbottommargin \pageheight = \vsize % \hsize = #2\relax |