Lines Matching +refs:ps +refs:begin +refs:file

11 % This texinfo.tex file is free software; you can redistribute it and/or
16 % This texinfo.tex file is distributed in the hope that it will be
22 % along with this texinfo.tex file; see the file COPYING. If not, write
53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
63 % If in a .fmt file, print the version number
65 % they might have appeared in the input file name.
99 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
152 % Sometimes it is convenient to have everything in the transcript file
374 %% These are used to keep @begin/@end levels from running away
381 % @begin foo is the same as @foo, for now.
384 \outer\def\begin{\parsearg\beginxxx}
388 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
496 % if the definition is written into an index file.
740 % @include file insert text of that file as input.
741 % Allow normal characters that we make active in the argument (a file name).
752 % Restore active chars for included file.
754 % Read the included file in a group so nested @include's work.
828 % sequences like \math are expanded when the toc file is written. Then,
829 % we read the toc file back, the $'s will be normal characters (as they
853 % @setfilename is done at the beginning of every texinfo file.
855 % This makes it possible to make a .fmt file for texinfo.
1322 % @file, @option are the same as @samp.
1323 \let\file=\samp
1667 % For double-sided printing, put current file name in lower left corner,
1714 % Only define if not already defined, in case a txi-??.tex file has set
2351 % @dircategory CATEGORY -- specify a category of the dir file
2352 % which this file should belong to. Ignore this in TeX.
2363 % this texinfo.tex file). We change the catcode of @ below to match.
2412 % workaround (which requires the file ``dummy.tfm'' to be installed),
2527 % winds up in the index file. This means that if the variable's value
2620 % the file that accumulates this index. The file's extension is foo.
2627 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
2767 \def\file##1{\realbackslash file {##1}}%
2785 % therein should become regular spaces in the raw index file, not the
2844 \let\file=\indexdummyfont
2915 % three arguments to \entry to the .?? file, texindex reduces to
2956 % The index entry written in the file actually looks like
2988 % @printindex causes a particular index (the ??s file) to get printed.
2999 % See if the index file exists and is nonempty.
3000 % Change catcode of @ here so that if the index file contains
3008 % and it loses the chapter title and the aux file entries for the
3014 % If the index file exists but is empty, then \openin leaves \ifeof
3015 % false. We have to make TeX try to read something from the file, so
3035 % These macros are used by the sorted index file itself.
3329 % expanded while writing the .toc file. \char\appendixno is not
3810 % Write an entry to the toc file, opening it if necessary.
3814 % We open the .toc file here instead of at @setfilename or any other
3925 % command in the toc file for appendices, instead of using \chapentry
4154 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4465 % @verbatiminclude FILE - insert text of file in verbatim environment.
4467 % Allow normal characters that we make active in the argument (a file name).
4488 % Restore active chars for included file.
5059 % which we arrange to emulate with a temporary file in ordinary TeX.
5256 % \xdef is used so that macro definitions will survive the file
5257 % they're defined in; @include reads the file inside a group.
5355 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
5411 % node name, #4 the name of the Info file, #5 the name of the printed
5457 goto file{\the\filename.pdf} name{#1@}%
5503 % When the aux file is read, ' is the escape character
5568 % This is the macro invoked by entries in the aux file.
5577 % Read the last existing aux file, if any. No error if none exists.
5642 % The aux file uses ' as the escape (for now).
5647 % but at least they do not bomb out when the aux file is read in.
5661 % Open the new aux file. TeX will close it automatically at exit.
5865 % It would be nice if we could set up a hyphenation file here.
5869 \tex % read txi-??.tex file in plain TeX.
5870 % Read the file if it exists.
5874 \errmessage{Cannot read language file txi-#1.tex}%
5882 \newhelp\nolanghelp{The given language definition file cannot be found or
6111 % If a .fmt file is being used, characters that might appear in a file
6114 % \otherifyactive is called near the end of this file.
6162 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
6169 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
6170 % the first `\{ in the file would cause an error. This macro tries to fix
6173 % file name, in case not using a pre-dumped format.
6195 @c eval: (add-hook 'write-file-hooks 'time-stamp)