• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bash-94.1.2/bash-3.2/doc/

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
54 % dvips foo.dvi -o # or whatever; this makes foo.ps.
65 % If in a .fmt file, print the version number
67 % they might have appeared in the input file name.
105 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
176 % Sometimes it is convenient to have everything in the transcript file
180 % file; cf. trace.sty in LaTeX.
414 %% These are used to keep @begin/@end levels from running away
421 % @begin foo is the same as @foo, for now.
424 \outer\def\begin{\parsearg\beginxxx}
428 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
486 % and @{ and @} for the aux file.
528 % if the definition is written into an index file.
794 % @include file insert text of that file as input.
795 % Allow normal characters that we make active in the argument (a file name).
806 % Restore active chars for included file.
808 % Read the included file in a group so nested @include's work.
951 % @setfilename is done at the beginning of every texinfo file.
953 % This makes it possible to make a .fmt file for texinfo.
1078 % Make special characters normal for writing to the pdf file.
1483 % @file, @option are the same as @samp.
1484 \let\file=\samp
1839 % For double-sided printing, put current file name in lower left corner,
1886 % Only define if not already defined, in case a txi-??.tex file has set
2602 % @dircategory CATEGORY -- specify a category of the dir file
2603 % which this file should belong to. Ignore this in TeX.
2614 % this texinfo.tex file). We change the catcode of @ below to match.
2670 % workaround (which requires the file ``dummy.tfm'' to be installed),
2789 % is set), since the result winds up in the index file. This means that
2873 % the file that accumulates this index. The file's extension is foo.
2880 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
2985 % For the aux file, @ is the escape character. So we want to redefine
3072 \definedummyword{file}%
3111 % therein should become regular spaces in the raw index file, not the
3184 \let\file=\asis
3247 % three arguments to \entry to the .?? file (four in the
3288 % The index entry written in the file actually looks like
3320 % @printindex causes a particular index (the ??s file) to get printed.
3331 % See if the index file exists and is nonempty.
3332 % Change catcode of @ here so that if the index file contains
3340 % and it loses the chapter title and the aux file entries for the
3346 % If the index file exists but is empty, then \openin leaves \ifeof
3347 % false. We have to make TeX try to read something from the file, so
3367 % These macros are used by the sorted index file itself.
3668 % expanded while writing the .toc file. \char\appendixno is not
4129 % Write an entry to the toc file, opening it if necessary.
4134 % We open the .toc file for writing here instead of at @setfilename (or
4268 % command in the toc file for appendices, instead of using \chapentry
4491 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4799 % @verbatiminclude FILE - insert text of file in verbatim environment.
4801 % Allow normal characters that we make active in the argument (a file name).
4822 % Restore active chars for included file.
4841 % file; b) letting users define the frontmatter in as flexible order as
4846 % \ is the escape char in this texinfo.tex file, so it is the
4851 % We must preserve ^^M's in the input file; see \insertcopying below.
5485 % which we arrange to emulate with a temporary file in ordinary TeX.
5683 % \xdef is used so that macro definitions will survive the file
5684 % they're defined in; @include reads the file inside a group.
5782 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
5846 % node name, #4 the name of the Info file, #5 the name of the printed
5893 goto file{\the\filename.pdf} name{#1}%
6006 % This is the macro invoked by entries in the aux file.
6010 % Read the last existing aux file, if any. No error if none exists.
6083 % but at least they do not bomb out when the aux file is read in.
6098 % Open the new aux file. TeX will close it automatically at exit.
6296 % It would be nice if we could set up a hyphenation file here.
6300 \tex % read txi-??.tex file in plain TeX.
6301 % Read the file if it exists.
6305 \errmessage{Cannot read language file txi-#1.tex}%
6313 \newhelp\nolanghelp{The given language definition file cannot be found or
6431 % your texinfo source file like this:
6597 % If a .fmt file is being used, characters that might appear in a file
6600 % \otherifyactive is called near the end of this file.
6650 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
6657 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
6658 % the first `\{ in the file would cause an error. This macro tries to fix
6661 % file name, in case not using a pre-dumped format.
6683 @c eval: (add-hook 'write-file-hooks 'time-stamp)