Home | History | Annotate | Download | only in texinfo

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
27 % restriction. (This has been our intent since Texinfo was invented.)
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
41 % To process a Texinfo manual with TeX, it's most reliable to use the
53 % It is possible to adapt texinfo.tex for other languages, to some
55 % full Texinfo distribution.
57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
60 \message{Loading texinfo [version \texinfoversion]:}
65 \everyjob{\message{[Texinfo version \texinfoversion]}%
71 % We never want plain's \outer definition of \+ in Texinfo.
537 % Define the framework for environments in texinfo.tex. It's used like this:
761 % should appear on a line by itself (according to the Texinfo
1117 % this is not advertised and we don't care. Texinfo does not
1128 % make the texinfo accent commands work in math mode
1197 % Texinfo's parsing.
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
1298 % changes for Texinfo. It is included here under the GPL by permission
1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1650 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1961 % before you read in texinfo.tex.
1983 % Texinfo.
2272 % texinfo doesn't allow for producing subscripts and superscripts except
2594 % ctrl is no longer a Texinfo command.
3803 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
3880 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
3988 % variable's value contains other Texinfo commands, it's almost certain
4125 % Take care of Texinfo commands that can appear in an index entry.
4151 % help-texinfo, 22may06):
4312 % Texinfo font commands.
4641 % Index files are almost Texinfo source, but we use \ as the escape
5707 % with the Texinfo input format setup at the end of this file.
5722 % Read the toc file, which is essentially Texinfo input.
6291 % [Knuth] p.344; only we need to do the other characters Texinfo sets
6386 % For Texinfo it's a lot easier than for LaTeX,
6387 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6876 % (as in normal texinfo). It is necessary to change the definition of \.
7666 work. It is also included in the Texinfo distribution, or you can get
8041 % Texinfo, at least to some extent. (This still doesn't solve the
8125 % Take account of \c (plain) vs. \, (Texinfo) difference.
8363 % changes for Texinfo conventions. It is included here under the GPL by
8381 \message{\linenumber Unicode char \string #1 not defined for Texinfo}%
8881 % existing Texinfo documents that may use them, even without declaring a
9017 % your texinfo source file like this:
9104 \message{and turning on texinfo input format.}
9203 % In texinfo, backslash is an active character; it prints the backslash
9239 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
9243 @gdef@eatinput input texinfo{@fixbackslash}
9246 % On the other hand, perhaps the file did not have a `\input texinfo'. Then