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
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:
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
1964 % before you read in texinfo.tex.
2275 % texinfo doesn't allow for producing subscripts and superscripts except
3806 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
3883 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
4154 % help-texinfo, 22may06):
6391 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6880 % (as in normal texinfo). It is necessary to change the definition of \.
9021 % your texinfo source file like this:
9108 \message{and turning on texinfo input format.}
9207 % In texinfo, backslash is an active character; it prints the backslash
9243 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
9247 @gdef@eatinput input texinfo{@fixbackslash}
9250 % On the other hand, perhaps the file did not have a `\input texinfo'. Then