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.
477 % Define the framework for environments in texinfo.tex. It's used like this:
701 % should appear on a line by itself (according to the Texinfo
1050 % this is not advertised and we don't care. Texinfo does not
1107 % Texinfo's parsing.
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.
1465 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
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.
3082 % variable's value contains other Texinfo commands, it's almost certain
3219 % Take care of Texinfo commands that can appear in an index entry.
3362 % Texinfo font commands.
3672 % Index files are almost Texinfo source, but we use \ as the escape
4602 % with the Texinfo input format setup at the end of this file.
4617 % Read the toc file, which is essentially Texinfo input.
5148 % [Knuth] p.344; only we need to do the other characters Texinfo sets
5242 % For Texinfo it's a lot easier than for LaTeX,
5243 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
5722 % (as in normal texinfo). It is necessary to change the definition of \.
6495 work. It is also included in the Texinfo distribution, or you can get
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