Lines Matching +refs:texinfo +refs:table

1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
29 % Please try the latest version of texinfo.tex before submitting bug
31 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
32 % ftp://tug.org/tex/texinfo.tex
34 % The texinfo.tex in any given distribution could well be out
37 % Send bug reports to bug-texinfo@gnu.org. Please include including a
53 % It is possible to adapt texinfo.tex for other languages, to some
57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
60 \message{Loading texinfo [version \texinfoversion]:}
537 % Define the framework for environments in texinfo.tex. It's used like this:
1098 % @asis just yields its argument. Used with @table, for example.
1128 % make the texinfo accent commands work in math mode
1211 % @setfilename is done at the beginning of every texinfo file.
1213 % This makes it possible to make a .fmt file for texinfo.
1215 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1224 % If texinfo.cnf is present on the system, read it.
1226 \openin 1 texinfo.cnf
1227 \ifeof 1 \else \input texinfo.cnf \fi
1961 % before you read in texinfo.tex.
2272 % texinfo doesn't allow for producing subscripts and superscripts except
2360 % Fonts for short table of contents.
3279 % Tables -- @table, @ftable, @vtable, @item(x).
3281 % default indentation of table text
3285 % margin between end of table item and start of table text.
3291 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
3359 % @table, @ftable, @vtable.
3360 \envdef\table{%
3362 \tablecheck{table}%
3432 % something like @itemize @samp (intending @table), there's an error
3592 % Each new table line starts with @item, each subsequent new column
3618 % @multitableparskip is vertical space between paragraphs in table.
3619 % @multitableparindent is paragraph indent in table.
3621 % @multitablelinespace is space to leave between table items, baseline
3728 % Keeps underfull box messages off when table breaks over pages.
3731 % table breaks over pages. Wouldn't \vfil be better? Wait until the
3803 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
3809 %% table. If not, do nothing.
3814 %% than skip between lines in the table.
3819 %% than skip between lines in the table.
3880 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
4151 % help-texinfo, 22may06):
4686 % and table of contents entries. The paragraph is indented by \leftskip.
5673 % table of contents chapter openings themselves.
5696 % writing pdf. These are used in the table of contents. We can't
5834 % These macros generate individual entries in the table of contents.
6387 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6876 % (as in normal texinfo). It is necessary to change the definition of \.
7591 % text to a box and make the \insert when a row of the table is finished.
7938 % @listoffloats FLOATTYPE - print a list of floats like a table of contents.
9017 % your texinfo source file like this:
9104 \message{and turning on texinfo input format.}
9203 % In texinfo, backslash is an active character; it prints the backslash
9239 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
9243 @gdef@eatinput input texinfo{@fixbackslash}
9246 % On the other hand, perhaps the file did not have a `\input texinfo'. Then