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]:}
484 % Define the framework for environments in texinfo.tex. It's used like this:
1113 % @setfilename is done at the beginning of every texinfo file.
1115 % This makes it possible to make a .fmt file for texinfo.
1117 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1126 % If texinfo.cnf is present on the system, read it.
1128 \openin 1 texinfo.cnf
1129 \ifeof 1 \else \input texinfo.cnf \fi
1450 % before you read in texinfo.tex.
1586 % texinfo doesn't allow for producing subscripts and superscripts except
2803 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
2879 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
5122 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5590 % (as in normal texinfo). It is necessary to change the definition of \.
6833 % your texinfo source file like this:
6920 \message{and turning on texinfo input format.}
7046 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
7050 @gdef@eatinput input texinfo{@fixbackslash}
7053 % On the other hand, perhaps the file did not have a `\input texinfo'. Then