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]:}
478 % Define the framework for environments in texinfo.tex. It's used like this:
1122 % @setfilename is done at the beginning of every texinfo file.
1124 % This makes it possible to make a .fmt file for texinfo.
1126 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1135 % If texinfo.cnf is present on the system, read it.
1137 \openin 1 texinfo.cnf
1138 \ifeof 1 \else \input texinfo.cnf \fi
1209 % tinkered with it a little for texinfo, but it's definitely from there.
1503 % before you read in texinfo.tex.
1639 % texinfo doesn't allow for producing subscripts and superscripts except
2898 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
2975 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
5244 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5723 % (as in normal texinfo). It is necessary to change the definition of \.
6969 % your texinfo source file like this:
7056 \message{and turning on texinfo input format.}
7152 % In texinfo, backslash is an active character; it prints the backslash
7186 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
7190 @gdef@eatinput input texinfo{@fixbackslash}
7193 % On the other hand, perhaps the file did not have a `\input texinfo'. Then