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
28 % a Texinfo source document, you may use the result without
29 % restriction. (This has been our intent since Texinfo was invented.)
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
43 % To process a Texinfo manual with TeX, it's most reliable to use the
55 % It is possible to adapt texinfo.tex for other languages, to some
57 % full Texinfo distribution.
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
62 \message{Loading texinfo [version \texinfoversion]:}
67 \everyjob{\message{[Texinfo version \texinfoversion]}%
73 % We never want plain's \outer definition of \+ in Texinfo.
484 % Define the framework for environments in texinfo.tex. It's used like this:
693 % should appear on a line by itself (according to the Texinfo
1042 % this is not advertised and we don't care. Texinfo does not
1099 % Texinfo's parsing.
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
1413 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
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.
2982 % variable's value contains other Texinfo commands, it's almost certain
3119 % Take care of Texinfo commands that can appear in an index entry.
3279 % Texinfo font commands.
3583 % Index files are almost Texinfo source, but we use \ as the escape
5027 % [Knuth] p.344; only we need to do the other characters Texinfo sets
5121 % For Texinfo it's a lot easier than for LaTeX,
5122 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5590 % (as in normal texinfo). It is necessary to change the definition of \.
6380 work. It is also included in the Texinfo distribution, or you can get
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