Lines Matching refs:FILE
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
25 % As a special exception, when this file is read by TeX when processing
62 % If in a .fmt file, print the version number
64 % they might have appeared in the input file name.
121 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
233 % Sometimes it is convenient to have everything in the transcript file
237 % file; cf. trace.sty in LaTeX.
529 % therein should become regular spaces in the raw index file, not the
688 % if the definition is written into an index file.
923 % @include FILE -- \input text of FILE.
930 \makevalueexpandable % we want to expand any @value in FILE.
932 \indexnofonts % Allow `@@' and other weird things in file names.
935 % This trickery is to read FILE outside of a group, in case it makes
1211 % @setfilename is done at the beginning of every texinfo file.
1213 % This makes it possible to make a .fmt file for texinfo.
1218 % Open the new aux file. TeX will close it automatically at exit.
1395 \errmessage{Could not find image file #1 for pdf}%
2407 %\newif\ifmarkupfile % @file == @samp.
2597 % @file, @option are the same as @samp.
2598 \let\file=\samp
2728 % @clicksequence{File @click{} Open ...}
3212 % For double-sided printing, put current file name in lower left corner,
3259 % Only define if not already defined, in case a txi-??.tex file has set
3987 % the result winds up in the index file. This means that if the
4031 % @dircategory CATEGORY -- specify a category of the dir file
4032 % which this file should belong to. Ignore this in TeX.
4050 % the file that accumulates this index. The file's extension is foo.
4057 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
4327 \definedummyword\file
4466 % Write the entry in \toks0 to the index file:
4488 % three arguments to \entry to the .?? file (four in the
4576 % The index entry written in the file actually looks like
4608 % @printindex causes a particular index (the ??s file) to get printed.
4619 % See if the index file exists and is nonempty.
4620 % Change catcode of @ here so that if the index file contains
4628 % and it loses the chapter title and the aux file entries for the
4634 % If the index file exists but is empty, then \openin leaves \ifeof
4635 % false. We have to make TeX try to read something from the file, so
4655 % These macros are used by the sorted index file itself.
5013 % expanded while writing the .toc file. \char\appendixno is not
5133 % as an @include file.
5661 % Write an entry to the toc file, opening it if necessary.
5670 % We open the .toc file for writing here instead of at @setfilename (or
5707 % with the Texinfo input format setup at the end of this file.
5722 % Read the toc file, which is essentially Texinfo input.
6023 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
6409 % @verbatiminclude FILE - insert text of file in verbatim environment.
6417 \indexnofonts % Allow `@@' and other weird things in file names.
6430 % file; b) letting users define the frontmatter in as flexible order as
6792 % which we arrange to emulate with a temporary file in ordinary TeX.
7023 % \xdef is used so that macro definitions will survive the file
7024 % they're defined in; @include reads the file inside a group.
7119 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
7187 % node name, #4 the name of the Info file, #5 the name of the printed
7237 goto file{\the\filename.pdf} name{\pdfxrefdest}%
7371 % This is the macro invoked by entries in the aux file. Usually it's
7407 % Read the last existing aux file, if any. No error if none exists.
7853 % Write the text that goes in the lof to the aux file as
7861 % we don't write the literal three characters "^^M" into the aux file.
7967 % aux file. We strip off the -title and look up \XRLABEL-lof, which
7971 % they won't appear in the aux file).
7998 \tex % read txi-??.tex file in plain TeX.
7999 % Read the file by the name they passed if it exists.
8018 \errmessage{Cannot read language file txi-#1.tex}%
8027 \newhelp\nolanghelp{The given language definition file cannot be found or
8036 % See the etex.log file created at that time, e.g.,
9017 % your texinfo source file like this:
9179 % If a .fmt file is being used, characters that might appear in a file
9182 % \otherifyactive is called near the end of this file.
9239 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
9246 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
9247 % the first `\' in the file would cause an error. This macro tries to fix
9250 % file name, in case not using a pre-dumped format.
9276 @c eval: (add-hook 'write-file-hooks 'time-stamp)