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
26 % a Texinfo source document, you may use the result without
30 % Please try the latest version of texinfo.tex before submitting bug
32 % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
33 % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
34 % http://www.gnu.org/software/texinfo/ (the Texinfo home page)
35 % The texinfo.tex in any given distribution could well be out
38 % Send bug reports to bug-texinfo@gnu.org. Please include including a
42 % To process a Texinfo manual with TeX, it's most reliable to use the
54 % It is possible to adapt texinfo.tex for other languages, to some
56 % full Texinfo distribution.
58 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
61 \message{Loading texinfo [version \texinfoversion]:}
66 \everyjob{\message{[Texinfo version \texinfoversion]}%
71 % We never want plain's \outer definition of \+ in Texinfo.
517 % Define the framework for environments in texinfo.tex. It's used like this:
662 % should appear on a line by itself (according to the Texinfo
855 \wlog{texinfo.tex: doing @include of #1^^J}%
1041 % @setfilename is done at the beginning of every texinfo file.
1043 % This makes it possible to make a .fmt file for texinfo.
1045 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1054 % If texinfo.cnf is present on the system, read it.
1056 \openin 1 texinfo.cnf
1057 \ifeof 1 \else \input texinfo.cnf \fi
1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1355 % Texinfo index files. So set that up.
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1783 % before you read in texinfo.tex.
1804 % Definitions for a main text size of 11pt. (The default in Texinfo.)
2092 % texinfo doesn't allow for producing subscripts and superscripts except
2824 % make the texinfo accent commands work in math mode
2857 % ctrl is no longer a Texinfo command, but leave this definition for fun.
4014 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
4091 texinfo source.
4199 % variable's value contains other Texinfo commands, it's almost certain
4245 % defined even though it is not a Texinfo command.
4365 % Take care of Texinfo commands that can appear in an index entry.
4394 % help-texinfo, 22may06):
4562 % Texinfo font commands.
4917 % Index files are almost Texinfo source, but we use \ as the escape
6005 % with the Texinfo input format setup at the end of this file.
6020 % Read the toc file, which is essentially Texinfo input.
6625 % [Knuth] p.344; only we need to do the other characters Texinfo sets
6728 % For Texinfo it's a lot easier than for LaTeX,
6729 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6760 \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}%
7284 % (as in normal texinfo). It is necessary to change the definition of \
7328 % that would be written @\ @{ @} in a Texinfo document.
7337 % But it is not possible, because Texinfo already has a command @, for a
7421 % For macro processing make @ a letter so that we can make Texinfo private macro names.
7509 % This macro is expanded during the Texinfo macro expansion, not during its
7675 % This defines a Texinfo @macro. There are eight cases: recursive and
8429 work. It is also included in the Texinfo distribution, or you can get
8818 % Texinfo, at least to some extent. (This still doesn't solve the
8902 % Take account of \c (plain) vs. \, (Texinfo) difference.
9140 % changes for Texinfo conventions. It is included here under the GPL by
9158 \message{\linenumber Unicode char \string #1 not defined for Texinfo}%
9658 % existing Texinfo documents that may use them, even without declaring a
9794 % your texinfo source file like this:
9881 \message{and turning on texinfo input format.}
9973 % In texinfo, backslash is an active character; it prints the backslash
10023 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
10027 @gdef@eatinput input texinfo{@fixbackslash}
10030 % On the other hand, perhaps the file did not have a `\input texinfo'. Then