Lines Matching +refs:texinfo +refs:format +refs:ifhtml

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
1249 % adobe `portable' document format
1330 be supported due to the design of the PDF format; use regular TeX (DVI
1384 % pdftex (and the PDF format) support .png, .jpg, .pdf (among
1961 % before you read in texinfo.tex.
2272 % texinfo doesn't allow for producing subscripts and superscripts except
2955 % Use the ec* fonts (cm-super in outline format) for non-CM glyphs.
2988 % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38
3260 % up a different format (e.g., txi-cs.tex does this).
3803 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
3842 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
3849 \def\ifhtml{\doignore{ifhtml}}
3880 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
4151 % help-texinfo, 22may06):
4794 % the manmac.tex format used to print the TeXbook itself.
4828 % format, but then we repeat the same computation. Repeating a couple
4834 % changes automatically with the paper format. The magic constant
5707 % with the Texinfo input format setup at the end of this file.
6125 % @example, @display, @format, @lisp
6181 % @format/@smallformat: same as @display except don't narrow margins.
6183 \makedispenv{format}{%
6189 % @flushleft: same as @format, but doesn't obey \SETdispenvsize.
6387 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
6637 % How we'll format the type name. Putting it in brackets helps
6876 % (as in normal texinfo). It is necessary to change the definition of \.
7786 % labels (which have a completely different output format) from
8035 % The language names to pass are determined when the format is built.
9017 % your texinfo source file like this:
9065 % Use @afourwide to print on A4 paper in landscape format.
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
9250 % file name, in case not using a pre-dumped format.
9283 @c time-stamp-format: "%:y-%02m-%02d.%02H"