Lines Matching refs:texinfo

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
23 % along with this texinfo.tex file; see the file COPYING. If not, write
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be out
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
55 % It is possible to adapt texinfo.tex for other languages, to some
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
62 \message{Loading texinfo [version \texinfoversion]:}
477 % Define the framework for environments in texinfo.tex. It's used like this:
1121 % @setfilename is done at the beginning of every texinfo file.
1123 % This makes it possible to make a .fmt file for texinfo.
1125 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1134 % If texinfo.cnf is present on the system, read it.
1136 \openin 1 texinfo.cnf
1137 \ifeof 1 \else \input texinfo.cnf \fi
1208 % tinkered with it a little for texinfo, but it's definitely from there.
1502 % before you read in texinfo.tex.
1638 % texinfo doesn't allow for producing subscripts and superscripts except
2897 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
2974 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
5243 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5722 % (as in normal texinfo). It is necessary to change the definition of \.
6968 % your texinfo source file like this:
7055 \message{and turning on texinfo input format.}
7151 % In texinfo, backslash is an active character; it prints the backslash
7185 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
7189 @gdef@eatinput input texinfo{@fixbackslash}
7192 % On the other hand, perhaps the file did not have a `\input texinfo'. Then