Mercurial > hg > xemacs-beta
comparison man/texinfo.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
1 \input texinfo.tex @c -*-texinfo-*- | 1 \input texinfo.tex @c -*-texinfo-*- |
2 @c $Id: texinfo.texi,v 1.8.2.4 1999/12/05 19:02:24 martinb Exp $ | 2 @c $Id: texinfo.texi,v 1.8.2.1 1999/03/04 15:48:24 steveb Exp $ |
3 @c %**start of header | 3 @c %**start of header |
4 | 4 |
5 @c All text is ignored before the setfilename. | 5 @c All text is ignored before the setfilename. |
6 @setfilename ../info/texinfo.info | 6 @setfilename ../info/texinfo |
7 @settitle Texinfo @value{edition} | 7 @settitle Texinfo @value{edition} |
8 | 8 |
9 @c Edition number is now the same as the Texinfo distribution version number. | 9 @c Edition number is now the same as the Texinfo distribution version number. |
10 @set edition 3.12 | 10 @set edition 3.12 |
11 @set update-month February 1998 | 11 @set update-month February 1998 |
7446 @ifclear smallbook | 7446 @ifclear smallbook |
7447 @display | 7447 @display |
7448 @tex | 7448 @tex |
7449 % Remove extra vskip; this is a kludge to counter the effect of display | 7449 % Remove extra vskip; this is a kludge to counter the effect of display |
7450 \vskip-3\baselineskip | 7450 \vskip-3\baselineskip |
7451 {\ninett | |
7452 \dots{} to make sure that you have the freedom to | |
7453 distribute copies of free software (and charge for | |
7454 this service if you wish), that you receive source | |
7455 code or can get it if you want it, that you can | |
7456 change the software or use pieces of it in new free | |
7457 programs; and that you know you can do these things.} | |
7451 @end tex | 7458 @end tex |
7452 @end display | 7459 @end display |
7453 @end ifclear | 7460 @end ifclear |
7454 @end iftex | 7461 @end iftex |
7455 @ifset smallbook | 7462 @ifset smallbook |
14197 @item @@need @var{n} | 14204 @item @@need @var{n} |
14198 Start a new page in a printed manual if fewer than @var{n} mils | 14205 Start a new page in a printed manual if fewer than @var{n} mils |
14199 (thousandths of an inch) remain on the current page. @xref{need, , | 14206 (thousandths of an inch) remain on the current page. @xref{need, , |
14200 @code{@@need}}.@refill | 14207 @code{@@need}}.@refill |
14201 | 14208 |
14202 @item @@node @var{name}, @var{next}, @var{previous}, @var{up} | 14209 @item @@node @var{name, next, previous, up} |
14203 Define the beginning of a new node in Info, and serve as a locator for | 14210 Define the beginning of a new node in Info, and serve as a locator for |
14204 references for @TeX{}. @xref{node, , @code{@@node}}.@refill | 14211 references for @TeX{}. @xref{node, , @code{@@node}}.@refill |
14205 | 14212 |
14206 @item @@noindent | 14213 @item @@noindent |
14207 Prevent text from being indented as if it were a new paragraph. | 14214 Prevent text from being indented as if it were a new paragraph. |