summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-19 11:43:28 +0000
committerJim Meyering <jim@meyering.net>2000-10-19 11:43:28 +0000
commit3b5b33724649e298a30ffc0a168b2881758fe2de (patch)
tree7bdcbac806c6599a728935cca3bef91997c9c06f /doc
parent3b60294bd993c9a3f4e0d3334641e07052d827f7 (diff)
downloadcoreutils-3b5b33724649e298a30ffc0a168b2881758fe2de.tar.xz
Update from master repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo.tex25
1 files changed, 17 insertions, 8 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index c6b30ee2c..960afe0fc 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{2000-09-06.09}
+\def\texinfoversion{2000-10-18.06}
%
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
% Free Software Foundation, Inc.
@@ -688,16 +688,25 @@ where each line of input produces a line of output.}
\def\nofillexdentyyy #1{{\advance \leftskip by -\exdentamount
\leftline{\hskip\leftskip{\rm#1}}}}
-% @inmargin{TEXT} puts TEXT in the margin next to the current paragraph.
-
-\def\inmargin#1{%
-\strut\vadjust{\nobreak\kern-\strutdepth
- \vtop to \strutdepth{\baselineskip\strutdepth\vss
- \llap{\rightskip=\inmarginspacing \vbox{\noindent #1}}\null}}}
+% @inmargin{TEXT} puts TEXT in the left margin next to the current
+% paragraph. For more general purposes, use the \margin insertion class.
+%
\newskip\inmarginspacing \inmarginspacing=1cm
\def\strutdepth{\dp\strutbox}
+%
+\def\inmargin#1{\strut\vadjust{%
+ \nobreak
+ \kern-\strutdepth
+ \vtop to \strutdepth{%
+ \baselineskip=\strutdepth
+ \vss
+ % if you have multiple lines of stuff to put here, you'll need to
+ % make the vbox yourself of the appropriate size.
+ \llap{#1\hskip\inmarginspacing}%
+ \null
+ }%
+}}
-%\hbox{{\rm#1}}\hfil\break}}
% @include file insert text of that file as input.
% Allow normal characters that we make active in the argument (a file name).