1 % texinfo.tex -- TeX macros to handle Texinfo files.
4 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98
5 % Free Software Foundation, Inc.
7 % This texinfo.tex file is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2, or (at
10 % your option) any later version.
12 % This texinfo.tex file is distributed in the hope that it will be
13 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 % General Public License for more details.
17 % You should have received a copy of the GNU General Public License
18 % along with this texinfo.tex file; see the file COPYING. If not, write
19 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 % Boston, MA 02111-1307, USA.
22 % In other words, you are welcome to use, share and improve this program.
23 % You are forbidden to forbid anyone else to use, share and improve
24 % what you give them. Help stamp out software-hoarding!
26 % Please try the latest version of texinfo.tex before submitting bug
27 % reports; you can get the latest version from:
28 % ftp://ftp.gnu.org/pub/gnu/texinfo.tex
29 % /home/gd/gnu/doc/texinfo.tex on the GNU machines.
30 % (and all GNU mirrors, see ftp://ftp.gnu.org/pub/gnu/README.mirrors)
31 % ftp://tug.org/tex/texinfo.tex
32 % ftp://ctan.org/macros/texinfo/texinfo.tex
33 % (and all CTAN mirrors, finger ctan@tug.org for a list).
34 % The texinfo.tex in the texinfo distribution itself could well be out
35 % of date, so if that's what you're using, please check.
37 % Send bug reports to bug-texinfo@gnu.org.
38 % Please include a precise test case in each bug report,
39 % including a complete document with which we can reproduce the problem.
41 % To process a Texinfo manual with TeX, it's most reliable to use the
42 % texi2dvi shell script that comes with the distribution. For simple
43 % manuals, you can get away with:
48 % dvips foo.dvi -o # or whatever, to process the dvi file.
49 % The extra runs of TeX get the cross-reference information correct.
50 % Sometimes one run after texindex suffices, and sometimes you need more
51 % than two; texi2dvi does it as many times as necessary.
54 % Make it possible to create a .fmt file just by loading this file:
55 % if the underlying format is not loaded, start by loading it now.
56 % Added by gildea November 1993.
57 \expandafter\ifx\csname fmtname
\endcsname\relax\input plain
\fi
59 % This automatically updates the version number based on RCS.
60 \def\deftexinfoversion$
#1:
#2 $
{\def\texinfoversion{#2}}
61 \deftexinfoversion$Revision$
62 \message{Loading texinfo package
[Version
\texinfoversion]:
}
64 % If in a .fmt file, print the version number
65 % and turn on active characters that we couldn't do earlier because
66 % they might have appeared in the input file name.
67 \everyjob{\message{[Texinfo version
\texinfoversion]}\message{}
68 \catcode`+=
\active \catcode`
\_=
\active}
70 % Save some parts of plain tex whose names we will redefine.
73 \let\ptexbullet=
\bullet
87 % We never want plain's outer \+ definition in Texinfo.
88 % For @tex, we can use \tabalign.
95 % If this character appears in an error message or help string, it
96 % starts a new line in the output.
99 % Set up fixed words for English if not already set.
100 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix
}\fi
101 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter
}\fi
102 \ifx\putwordfile\undefined \gdef\putwordfile{file
}\fi
103 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info
}\fi
104 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on
}\fi
105 \ifx\putwordon\undefined \gdef\putwordon{on
}\fi
106 \ifx\putwordpage\undefined \gdef\putwordpage{page
}\fi
107 \ifx\putwordsection\undefined \gdef\putwordsection{section
}\fi
108 \ifx\putwordSection\undefined \gdef\putwordSection{Section
}\fi
109 \ifx\putwordsee\undefined \gdef\putwordsee{see
}\fi
110 \ifx\putwordSee\undefined \gdef\putwordSee{See
}\fi
111 \ifx\putwordShortContents\undefined \gdef\putwordShortContents{Short Contents
}\fi
112 \ifx\putwordTableofContents\undefined\gdef\putwordTableofContents{Table of Contents
}\fi
118 \hyphenation{ap-pen-dix
}
119 \hyphenation{mini-buf-fer mini-buf-fers
}
121 \hyphenation{white-space
}
123 % Margin to add to right of even pages, to left of odd pages.
124 \newdimen \bindingoffset
125 \newdimen \normaloffset
126 \newdimen\pagewidth \newdimen\pageheight
128 % Sometimes it is convenient to have everything in the transcript file
129 % and nothing on the terminal. We don't just call \tracingall here,
130 % since that produces some useless output on the terminal.
132 \def\gloggingall{\begingroup \globaldefs =
1 \loggingall \endgroup}%
133 \def\loggingall{\tracingcommands2 \tracingstats2
134 \tracingpages1 \tracingoutput1 \tracinglostchars1
135 \tracingmacros2 \tracingparagraphs1 \tracingrestores1
136 \showboxbreadth\maxdimen\showboxdepth\maxdimen
139 % For @cropmarks command.
140 % Do @cropmarks to get crop marks.
143 \let\cropmarks =
\cropmarkstrue
145 % Dimensions to add cropmarks at corners.
146 % Added by P. A. MacKay, 12 Nov. 1986
148 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
149 \newdimen\cornerlong \cornerlong=
1pc
150 \newdimen\cornerthick \cornerthick=
.3pt
151 \newdimen\topandbottommargin \topandbottommargin=
.75in
153 % Main output routine.
155 \output =
{\onepageout{\pagecontents\PAGE}}
160 % \onepageout takes a vbox as an argument. Note that \pagecontents
161 % does insertions, but you have to call it yourself.
163 \ifcropmarks \hoffset=
0pt
\else \hoffset=
\normaloffset \fi
165 \ifodd\pageno \advance\hoffset by
\bindingoffset
166 \else \advance\hoffset by -
\bindingoffset\fi
168 % Do this outside of the \shipout so @code etc. will be expanded in
169 % the headline as they should be, not taken literally (outputting ''code).
170 \setbox\headlinebox =
\vbox{\let\hsize=
\pagewidth \makeheadline}%
171 \setbox\footlinebox =
\vbox{\let\hsize=
\pagewidth \makefootline}%
174 % Have to do this stuff outside the \shipout because we want it to
175 % take effect in \write's, yet the group defined by the \vbox ends
176 % before the \shipout runs.
178 \escapechar = `\\
% use backslash in output files.
179 \indexdummies % don't expand commands in the output.
180 \normalturnoffactive % \ in index entries must not stay \, e.g., if
181 % the page break happens to be in the middle of an example.
183 \ifcropmarks \vbox to
\outervsize\bgroup
185 \line{\ewtop\hfil\ewtop}%
188 \vbox{\moveleft\cornerthick\nstop}%
190 \vbox{\moveright\cornerthick\nstop}%
192 \vskip\topandbottommargin
194 \hfil % center the page within the outer (page) hsize.
195 \ifodd\pageno\hskip\bindingoffset\fi
201 \ifdim\ht\footlinebox >
0pt
202 % Only leave this space if the footline is nonempty.
203 % (We lessened \vsize for it in \oddfootingxxx.)
204 % The \baselineskip=24pt in plain's \makefootline has no effect.
205 \vskip 2\baselineskip
210 \egroup % end of \vbox\bgroup
211 \hfil\egroup % end of (centering) \line\bgroup
212 \vskip\topandbottommargin plus1fill minus1fill
213 \boxmaxdepth =
\cornerthick
215 \vbox{\moveleft\cornerthick\nsbot}%
217 \vbox{\moveright\cornerthick\nsbot}%
220 \line{\ewbot\hfil\ewbot}%
221 \egroup % \vbox from first cropmarks clause
223 }% end of \shipout\vbox
224 }% end of group with \turnoffactive
226 \ifnum\outputpenalty>-
20000 \else\dosupereject\fi
229 \newinsert\margin \dimen\margin=
\maxdimen
231 \def\pagebody#1{\vbox to
\pageheight{\boxmaxdepth=
\maxdepth #1}}
233 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
234 % marginal hacks, juha@viisa.uucp (Juha Takala)
235 \ifvoid\margin\else % marginal info is present
236 \rlap{\kern\hsize\vbox to
\z@
{\kern1pt\box\margin \vss}}\fi
237 \dimen@=
\dp#1 \unvbox#1
238 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
239 \ifr@ggedbottom
\kern-
\dimen@
\vfil \fi}
242 % Here are the rules for the cropmarks. Note that they are
243 % offset so that the space between them is truly \outerhsize or \outervsize
244 % (P. A. MacKay, 12 November, 1986)
246 \def\ewtop{\vrule height
\cornerthick depth0pt width
\cornerlong}
248 {\hrule height
\cornerthick depth
\cornerlong width
\cornerthick}}
249 \def\ewbot{\vrule height0pt depth
\cornerthick width
\cornerlong}
251 {\hrule height
\cornerlong depth
\cornerthick width
\cornerthick}}
253 % Parse an argument, then pass it to #1. The argument is the rest of
254 % the input line (except we remove a trailing comment). #1 should be a
255 % macro which expects an ordinary undelimited TeX argument.
261 \futurelet\temp\parseargx
264 % If the next token is an obeyed space (from an @example environment or
265 % the like), remove it and recurse. Otherwise, we're done.
267 % \obeyedspace is defined far below, after the definition of \sepspaces.
268 \ifx\obeyedspace\temp
269 \expandafter\parseargdiscardspace
271 \expandafter\parseargline
275 % Remove a single space (as the delimiter token to the macro call).
277 \gdef\parseargdiscardspace {\futurelet\temp\parseargx}}
280 \gdef\parseargline#1^^M
{%
281 \endgroup % End of the group started in \parsearg.
283 % First remove any @c comment, then any @comment.
284 % Result of each macro is put in \toks0.
285 \argremovec #1\c\relax %
286 \expandafter\argremovecomment \the\toks0 \comment\relax %
288 % Call the caller's macro, saved as \next in \parsearg.
289 \expandafter\next\expandafter{\the\toks0}%
293 % Since all \c{,omment} does is throw away the argument, we can let TeX
294 % do that for us. The \relax here is matched by the \relax in the call
295 % in \parseargline; it could be more or less anything, its purpose is
296 % just to delimit the argument to the \c.
297 \def\argremovec#1\c#2\relax{\toks0 =
{#1}}
298 \def\argremovecomment#1\comment#2\relax{\toks0 =
{#1}}
300 % \argremovec{,omment} might leave us with trailing spaces, though; e.g.,
301 % @end itemize @c foo
302 % will have two active spaces as part of the argument with the
303 % `itemize'. Here we remove all active spaces from #1, and assign the
306 % This loses if there are any *other* active characters besides spaces
307 % in the argument -- _ ^ +, for example -- since they get expanded.
308 % Fortunately, Texinfo does not define any such commands. (If it ever
309 % does, the catcode of the characters in questionwill have to be changed
310 % here.) But this means we cannot call \removeactivespaces as part of
311 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
312 % that \parsearg gets might well have any character at all in it.
314 \def\removeactivespaces#1{%
318 \global\toks0 =
\expandafter{\temp}%
322 % Change the active space to expand to nothing.
326 \gdef\ignoreactivespaces{\obeyspaces\let =
\empty}
330 \def\flushcr{\ifx\par\lisppar \def\next#
#1{}\else \let\next=
\relax \fi \next}
332 %% These are used to keep @begin/@end levels from running away
333 %% Call \inENV within environments (after a \begingroup)
334 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
336 \ifENV\errmessage{Still within an environment. Type Return to continue.
}
337 \endgroup\fi} % This is not perfect, but it should reduce lossage
339 % @begin foo is the same as @foo, for now.
340 \newhelp\EMsimple{Type <Return> to continue.
}
342 \outer\def\begin{\parsearg\beginxxx}
345 \expandafter\ifx\csname #1\endcsname\relax
346 {\errhelp=
\EMsimple \errmessage{Undefined command @begin
#1}}\else
347 \csname #1\endcsname\fi}
349 % @end foo executes the definition of \Efoo.
351 \def\end{\parsearg\endxxx}
353 \removeactivespaces{#1}%
354 \edef\endthing{\the\toks0}%
356 \expandafter\ifx\csname E
\endthing\endcsname\relax
357 \expandafter\ifx\csname \endthing\endcsname\relax
358 % There's no \foo, i.e., no ``environment'' foo.
360 \errmessage{Undefined command `@end
\endthing'
}%
362 \unmatchedenderror\endthing
365 % Everything's ok; the right environment has been started.
366 \csname E
\endthing\endcsname
370 % There is an environment #1, but it hasn't been started. Give an error.
372 \def\unmatchedenderror#1{%
374 \errmessage{This `@end
#1' doesn't have a matching `@
#1'
}%
377 % Define the control sequence \E#1 to give an unmatched @end error.
379 \def\defineunmatchedend#1{%
380 \expandafter\def\csname E
#1\endcsname{\unmatchedenderror{#1}}%
384 % Single-spacing is done by various environments (specifically, in
385 % \nonfillstart and \quotations).
386 \newskip\singlespaceskip \singlespaceskip =
12.5pt
388 % Why was this kern here? It messes up equalizing space above and below
389 % environments. --karl, 6may93
390 %{\advance \baselineskip by -\singlespaceskip
391 %\kern \baselineskip}%
392 \setleading \singlespaceskip
395 %% Simple single-character @ commands
398 % Kludge this until the fonts are right (grr).
401 % This is turned off because it was never documented
402 % and you can use @w{...} around a quote to suppress ligatures.
403 %% Define @` and @' to be the same as ` and '
404 %% but suppressing ligatures.
408 % Used to generate quoted braces.
409 \def\mylbrace {{\tt\char123}}
410 \def\myrbrace {{\tt\char125}}
414 % Definitions to produce actual \{ & \} command in an index.
415 \catcode`\
{ =
12 \catcode`\
} =
12
416 \catcode`\
[ =
1 \catcode`\
] =
2
417 \catcode`\@ =
0 \catcode`\\ =
12
422 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
423 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
426 \def\ringaccent#1{{\accent23 #1}}
431 % Other special characters: @questiondown @exclamdown
432 % Plain TeX defines: @AA @AE @O @OE @L (and lowercase versions) @ss.
433 \def\questiondown{?`
}
436 % Dotless i and dotless j, used for accents.
441 \ifx\temp\imacro \ptexi
442 \else\ifx\temp\jmacro \j
443 \else \errmessage{@dotless can be used only with i or j
}%
447 % Be sure we're in horizontal mode when doing a tie, since we make space
448 % equivalent to this in @example-like environments. Otherwise, a space
449 % at the beginning of a line will start with \penalty -- and
450 % since \penalty is valid in vertical mode, we'd end up putting the
451 % penalty on the vertical list instead of in the new paragraph.
453 % Avoid using \@M directly, because that causes trouble
454 % if the definition is written into an index file.
455 \global\let\tiepenalty = \@M
456 \gdef\tie{\leavevmode\penalty\tiepenalty\
}
459 % @: forces normal size whitespace following.
460 \def\:
{\spacefactor=
1000 }
462 % @* forces a line break.
463 \def\*
{\hfil\break\hbox{}\ignorespaces}
465 % @. is an end-of-sentence period.
466 \def\.
{.
\spacefactor=
3000 }
468 % @! is an end-of-sentence bang.
469 \def\!
{!
\spacefactor=
3000 }
471 % @? is an end-of-sentence query.
472 \def\?
{?
\spacefactor=
3000 }
474 % @w prevents a word break. Without the \leavevmode, @w at the
475 % beginning of a paragraph, when TeX is still in vertical mode, would
476 % produce a whole line of output instead of starting the paragraph.
477 \def\w#1{\leavevmode\hbox{#1}}
479 % @group ... @end group forces ... to be all on one page, by enclosing
480 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
481 % to keep its height that of a normal line. According to the rules for
482 % \topskip (p.114 of the TeXbook), the glue inserted is
483 % max (\topskip - \ht (first item), 0). If that height is large,
484 % therefore, no glue is inserted, and the space between the headline and
485 % the text is small, which looks bad.
487 \def\group{\begingroup
488 \ifnum\catcode13=
\active \else
489 \errhelp =
\groupinvalidhelp
490 \errmessage{@group invalid in context where filling is enabled
}%
493 % The \vtop we start below produces a box with normal height and large
494 % depth; thus, TeX puts \baselineskip glue before it, and (when the
495 % next line of text is done) \lineskip glue after it. (See p.82 of
496 % the TeXbook.) Thus, space below is not quite equal to space
497 % above. But it's pretty close.
499 \egroup % End the \vtop.
500 \endgroup % End the \group.
504 % We have to put a strut on the last line in case the @group is in
505 % the midst of an example, rather than completely enclosing it.
506 % Otherwise, the interline space between the last line of the group
507 % and the first line afterwards is too small. But we can't put the
508 % strut in \Egroup, since there it would be on a line by itself.
509 % Hence this just inserts a strut at the beginning of each line.
510 \everypar =
{\strut}%
512 % Since we have a strut on every line, we don't need any of TeX's
513 % normal interline spacing.
516 % OK, but now we have to do something about blank
517 % lines in the input in @example-like environments, which normally
518 % just turn into \lisppar, which will insert no space now that we've
519 % turned off the interline space. Simplest is to make them be an
522 \edef\par{\leavevmode \par}%
524 % Reset ^^M's definition to new definition of \par.
528 % Do @comment since we are called inside an environment such as
529 % @example, where each end-of-line in the input causes an
530 % end-of-line in the output. We don't want the end-of-line after
531 % the `@group' to put extra space in the output. Since @group
532 % should appear on a line by itself (according to the Texinfo
533 % manual), we don't worry about eating any user text.
537 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
538 % message, so this ends up printing `@group can only ...'.
540 \newhelp\groupinvalidhelp{%
541 group can only be used in environments such as @example,^^J
%
542 where each line of input produces a line of output.
}
544 % @need space-in-mils
545 % forces a page break if there is not space-in-mils remaining.
547 \newdimen\mil \mil=
0.001in
549 \def\need{\parsearg\needx}
551 % Old definition--didn't work.
552 %\def\needx #1{\par %
553 %% This method tries to make TeX break the page naturally
554 %% if the depth of the box does not fit.
556 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
561 % Go into vertical mode, so we don't make a big box in the middle of a
565 % Don't add any leading before our big empty box, but allow a page
566 % break, since the best break might be right here.
569 \vtop to
#1\mil{\vfil}%
571 % TeX does not even consider page breaks if a penalty added to the
572 % main vertical list is 10000 or more. But in order to see if the
573 % empty box we just added fits on the page, we must make it consider
574 % page breaks. On the other hand, we don't want to actually break the
575 % page after the empty box. So we use a penalty of 9999.
577 % There is an extremely small chance that TeX will actually break the
578 % page at this \penalty, if there are no other feasible breakpoints in
579 % sight. (If the user is using lots of big @group commands, which
580 % almost-but-not-quite fill up a page, TeX will have a hard time doing
581 % good page breaking, for example.) However, I could not construct an
582 % example where a page broke at this \penalty; if it happens in a real
583 % document, then we can reconsider our strategy.
586 % Back up by the size of the box, whether we did a page break or not.
589 % Do not allow a page break right after this kern.
593 % @br forces paragraph break
597 % @dots{} output an ellipsis using the current font.
598 % We do .5em per period so that it has the same spacing in a typewriter
599 % font as three actual period characters.
604 \hskip 0pt plus
0.25fil minus
0.25fil
606 \hskip 0pt plus
0.5fil minus
0.5fil
610 % @enddots{} is an end-of-sentence ellipsis.
615 \hskip 0pt plus
0.25fil minus
0.25fil
617 \hskip 0pt plus
0.5fil minus
0.5fil
623 % @page forces the start of a new page
625 \def\page{\par\vfill\supereject}
628 % outputs text on separate line in roman font, starting at standard page margin
630 % This records the amount of indent in the innermost environment.
631 % That's how much \exdent should take out.
632 \newskip\exdentamount
634 % This defn is used inside fill environments such as @defun.
635 \def\exdent{\parsearg\exdentyyy}
636 \def\exdentyyy #1{{\hfil\break\hbox{\kern -
\exdentamount{\rm#1}}\hfil\break}}
638 % This defn is used inside nofill environments such as @example.
639 \def\nofillexdent{\parsearg\nofillexdentyyy}
640 \def\nofillexdentyyy #1{{\advance \leftskip by -
\exdentamount
641 \leftline{\hskip\leftskip{\rm#1}}}}
643 % @inmargin{TEXT} puts TEXT in the margin next to the current paragraph.
646 \strut\vadjust{\nobreak\kern-
\strutdepth
647 \vtop to
\strutdepth{\baselineskip\strutdepth\vss
648 \llap{\rightskip=
\inmarginspacing \vbox{\noindent #1}}\null}}}
649 \newskip\inmarginspacing \inmarginspacing=
1cm
650 \def\strutdepth{\dp\strutbox}
652 %\hbox{{\rm#1}}\hfil\break}}
654 % @include file insert text of that file as input.
655 % Allow normal characters that we make active in the argument (a file name).
656 \def\include{\begingroup
665 \parsearg\includezzz}
666 % Restore active chars for included file.
667 \def\includezzz#1{\endgroup\begingroup
668 % Read the included file in a group so nested @include's work.
675 % @center line outputs that line, centered
677 \def\center{\parsearg\centerzzz}
678 \def\centerzzz #1{{\advance\hsize by -
\leftskip
679 \advance\hsize by -
\rightskip
682 % @sp n outputs n lines of vertical space
684 \def\sp{\parsearg\spxxx}
685 \def\spxxx #1{\vskip #1\baselineskip}
687 % @comment ...line which is ignored...
688 % @c is the same as @comment
689 % @ignore ... @end ignore is another way to write a comment
691 \def\comment{\catcode 64=
\other \catcode 123=
\other \catcode 125=
\other%
692 \parsearg \commentxxx}
694 \def\commentxxx #1{\catcode 64=
0 \catcode 123=
1 \catcode 125=
2 }
698 % @paragraphindent is defined for the Info formatting commands only.
699 \let\paragraphindent=
\comment
701 % Prevent errors for section commands.
702 % Used in @ignore and in failing conditionals.
703 \def\ignoresections{%
705 \let\unnumbered=
\relax
707 \let\unnumberedsec=
\relax
708 \let\unnumberedsection=
\relax
709 \let\unnumberedsubsec=
\relax
710 \let\unnumberedsubsection=
\relax
711 \let\unnumberedsubsubsec=
\relax
712 \let\unnumberedsubsubsection=
\relax
715 \let\subsubsec=
\relax
716 \let\subsection=
\relax
717 \let\subsubsection=
\relax
719 \let\appendixsec=
\relax
720 \let\appendixsection=
\relax
721 \let\appendixsubsec=
\relax
722 \let\appendixsubsection=
\relax
723 \let\appendixsubsubsec=
\relax
724 \let\appendixsubsubsection=
\relax
726 \let\smallbook=
\relax
727 \let\titlepage=
\relax
730 % Used in nested conditionals, where we have to parse the Texinfo source
731 % and so want to turn off most commands, in case they are used
734 \def\ignoremorecommands{%
735 \let\defcodeindex =
\relax
739 \let\defindex =
\relax
740 \let\defivar =
\relax
742 \let\defmethod =
\relax
745 \let\defspec =
\relax
747 \let\deftypefn =
\relax
748 \let\deftypefun =
\relax
749 \let\deftypevar =
\relax
750 \let\deftypevr =
\relax
756 \let\printindex =
\relax
758 \let\settitle =
\relax
759 \let\setchapternewpage =
\relax
760 \let\setchapterstyle =
\relax
761 \let\everyheading =
\relax
762 \let\evenheading =
\relax
763 \let\oddheading =
\relax
764 \let\everyfooting =
\relax
765 \let\evenfooting =
\relax
766 \let\oddfooting =
\relax
767 \let\headings =
\relax
768 \let\include =
\relax
769 \let\lowersections =
\relax
771 \let\raisesections =
\relax
778 % Ignore @ignore ... @end ignore.
780 \def\ignore{\doignore{ignore
}}
782 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
784 \def\ifinfo{\doignore{ifinfo
}}
785 \def\ifhtml{\doignore{ifhtml
}}
786 \def\ifnottex{\doignore{ifnottex
}}
787 \def\html{\doignore{html
}}
788 \def\menu{\doignore{menu
}}
789 \def\direntry{\doignore{direntry
}}
791 % @dircategory CATEGORY -- specify a category of the dir file
792 % which this file should belong to. Ignore this in TeX.
793 \let\dircategory =
\comment
795 % Ignore text until a line `@end #1'.
797 \def\doignore#1{\begingroup
798 % Don't complain about control sequences we have declared \outer.
801 % Define a command to swallow text until we reach `@end #1'.
802 % This @ is a catcode 12 token (that is the normal catcode of @ in
803 % this texinfo.tex file). We change the catcode of @ below to match.
804 \long\def\doignoretext#
#1@end
#1{\enddoignore}%
806 % Make sure that spaces turn into tokens that match what \doignoretext wants.
809 % Ignore braces, too, so mismatched braces don't cause trouble.
813 % We must not have @c interpreted as a control sequence.
816 % Make the letter c a comment character so that the rest of the line
817 % will be ignored. This way, the document can have (for example)
819 % and the @end ifinfo will be properly ignored.
820 % (We've just changed @ to catcode 12.)
823 % And now expand that command.
827 % What we do to finish off ignored text.
829 \def\enddoignore{\endgroup\ignorespaces}%
831 \newif\ifwarnedobs\warnedobsfalse
833 \ifwarnedobs\relax\else
834 % We need to warn folks that they may have trouble with TeX 3.0.
835 % This uses \immediate\write16 rather than \message to get newlines.
837 \immediate\write16{***WARNING*** for users of Unix TeX
3.0!
}
838 \immediate\write16{This manual trips a bug in TeX version
3.0 (tex hangs).
}
839 \immediate\write16{If you are running another version of TeX, relax.
}
840 \immediate\write16{If you are running Unix TeX
3.0, kill this TeX process.
}
841 \immediate\write16{ Then upgrade your TeX installation if you can.
}
842 \immediate\write16{ (See ftp://ftp.gnu.ai.mit.edu/pub/gnu/TeX.README.)
}
843 \immediate\write16{If you are stuck with version
3.0, run the
}
844 \immediate\write16{ script ``tex3patch'' from the Texinfo distribution
}
845 \immediate\write16{ to use a workaround.
}
847 \global\warnedobstrue
851 % **In TeX 3.0, setting text in \nullfont hangs tex. For a
852 % workaround (which requires the file ``dummy.tfm'' to be installed),
853 % uncomment the following line:
854 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
856 % Ignore text, except that we keep track of conditional commands for
857 % purposes of nesting, up to an `@end #1' command.
859 \def\nestedignore#1{%
861 % We must actually expand the ignored text to look for the @end
862 % command, so that nested ignore constructs work. Thus, we put the
863 % text into a \vbox and then do nothing with the result. To minimize
864 % the change of memory overflow, we follow the approach outlined on
865 % page 401 of the TeXbook: make the current font be a dummy font.
867 \setbox0 =
\vbox\bgroup
868 % Don't complain about control sequences we have declared \outer.
871 % Define `@end #1' to end the box, which will in turn undefine the
872 % @end command again.
873 \expandafter\def\csname E
#1\endcsname{\egroup\ignorespaces}%
875 % We are going to be parsing Texinfo commands. Most cause no
876 % trouble when they are used incorrectly, but some commands do
877 % complicated argument parsing or otherwise get confused, so we
880 % We can't do anything about stray @-signs, unfortunately;
881 % they'll produce `undefined control sequence' errors.
884 % Set the current font to be \nullfont, a TeX primitive, and define
885 % all the font commands to also use \nullfont. We don't use
886 % dummy.tfm, as suggested in the TeXbook, because not all sites
887 % might have that installed. Therefore, math mode will still
888 % produce output, but that should be an extremely small amount of
889 % stuff compared to the main input.
892 \let\tenrm =
\nullfont \let\tenit =
\nullfont \let\tensl =
\nullfont
893 \let\tenbf =
\nullfont \let\tentt =
\nullfont \let\smallcaps =
\nullfont
894 \let\tensf =
\nullfont
895 % Similarly for index fonts (mostly for their use in
897 \let\indrm =
\nullfont \let\indit =
\nullfont \let\indsl =
\nullfont
898 \let\indbf =
\nullfont \let\indtt =
\nullfont \let\indsc =
\nullfont
899 \let\indsf =
\nullfont
901 % Don't complain when characters are missing from the fonts.
902 \tracinglostchars =
0
904 % Don't bother to do space factor calculations.
907 % Don't report underfull hboxes.
910 % Do minimal line-breaking.
911 \pretolerance =
10000
913 % Do not execute instructions in @tex
914 \def\tex{\doignore{tex
}}%
917 % @set VAR sets the variable VAR to an empty value.
918 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
920 % Since we want to separate VAR from REST-OF-LINE (which might be
921 % empty), we can't just use \parsearg; we have to insert a space of our
922 % own to delimit the rest of the line, and then take it out again if we
923 % didn't need it. Make sure the catcode of space is correct to avoid
924 % losing inside @example, for instance.
926 \def\set{\begingroup\catcode` =
10
927 \catcode`\-=
12 \catcode`
\_=
12 % Allow - and _ in VAR.
929 \def\setxxx#1{\setyyy#1 \endsetyyy}
930 \def\setyyy#1 #2\endsetyyy{%
932 \ifx\temp\empty \global\expandafter\let\csname SET
#1\endcsname =
\empty
933 \else \setzzz{#1}#2\endsetzzz % Remove the trailing space \setxxx inserted.
937 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
938 % \next or other control sequences that we've defined might get us into
939 % an infinite loop. Consider `@set foo @cite{bar}'.
940 \def\setzzz#1#2 \endsetzzz{\expandafter\gdef\csname SET
#1\endcsname{#2}}
942 % @clear VAR clears (i.e., unsets) the variable VAR.
944 \def\clear{\parsearg\clearxxx}
945 \def\clearxxx#1{\global\expandafter\let\csname SET
#1\endcsname=
\relax}
947 % @value{foo} gets the text saved in variable foo.
949 \def\value{\begingroup
950 \catcode`\-=
12 \catcode`
\_=
12 % Allow - and _ in VAR.
952 \def\valuexxx#1{\expandablevalue{#1}\endgroup}
954 % We have this subroutine so that we can handle at least some @value's
955 % properly in indexes (we \let\value to this in \indexdummies). Ones
956 % whose names contain - or _ still won't work, but we can't do anything
957 % about that. The command has to be fully expandable, since the result
958 % winds up in the index file. This means that if the variable's value
959 % contains other Texinfo commands, it's almost certain it will fail
960 % (although perhaps we could fix that with sufficient work to do a
961 % one-level expansion on the result, instead of complete).
963 \def\expandablevalue#1{%
964 \expandafter\ifx\csname SET
#1\endcsname\relax
965 {[No value for ``
#1''
]v
}%
967 \csname SET
#1\endcsname
971 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
974 \def\ifset{\parsearg\ifsetxxx}
976 \expandafter\ifx\csname SET
#1\endcsname\relax
977 \expandafter\ifsetfail
979 \expandafter\ifsetsucceed
982 \def\ifsetsucceed{\conditionalsucceed{ifset
}}
983 \def\ifsetfail{\nestedignore{ifset
}}
984 \defineunmatchedend{ifset
}
986 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
987 % defined with @set, or has been undefined with @clear.
989 \def\ifclear{\parsearg\ifclearxxx}
991 \expandafter\ifx\csname SET
#1\endcsname\relax
992 \expandafter\ifclearsucceed
994 \expandafter\ifclearfail
997 \def\ifclearsucceed{\conditionalsucceed{ifclear
}}
998 \def\ifclearfail{\nestedignore{ifclear
}}
999 \defineunmatchedend{ifclear
}
1001 % @iftex, @ifnothtml, @ifnotinfo always succeed; we read the text
1002 % following, through the first @end iftex (etc.). Make `@end iftex'
1003 % (etc.) valid only after an @iftex.
1005 \def\iftex{\conditionalsucceed{iftex
}}
1006 \def\ifnothtml{\conditionalsucceed{ifnothtml
}}
1007 \def\ifnotinfo{\conditionalsucceed{ifnotinfo
}}
1008 \defineunmatchedend{iftex
}
1009 \defineunmatchedend{ifnothtml
}
1010 \defineunmatchedend{ifnotinfo
}
1012 % We can't just want to start a group at @iftex (for example) and end it
1013 % at @end iftex, since then @set commands inside the conditional have no
1014 % effect (they'd get reverted at the end of the group). So we must
1015 % define \Eiftex to redefine itself to be its previous value. (We can't
1016 % just define it to fail again with an ``unmatched end'' error, since
1017 % the @ifset might be nested.)
1019 \def\conditionalsucceed#1{%
1021 % Remember the current value of \E#1.
1022 \let\nece{prevE
#1} =
\nece{E
#1}%
1024 % At the `@end #1', redefine \E#1 to be its previous value.
1025 \def\nece{E
#1}{\let\nece{E
#1} =
\nece{prevE
#1}}%
1030 % We need to expand lots of \csname's, but we don't want to expand the
1031 % control sequences after we've constructed them.
1033 \def\nece#1{\expandafter\noexpand\csname#1\endcsname}
1035 % @asis just yields its argument. Used with @table, for example.
1039 % @math means output in math mode.
1040 % We don't use $'s directly in the definition of \math because control
1041 % sequences like \math are expanded when the toc file is written. Then,
1042 % we read the toc file back, the $'s will be normal characters (as they
1043 % should be, according to the definition of Texinfo). So we must use a
1044 % control sequence to switch into and out of math mode.
1046 % This isn't quite enough for @math to work properly in indices, but it
1047 % seems unlikely it will ever be needed there.
1049 \let\implicitmath = $
1050 \def\math#1{\implicitmath #1\implicitmath}
1052 % @bullet and @minus need the same treatment as @math, just above.
1053 \def\bullet{\implicitmath\ptexbullet\implicitmath}
1054 \def\minus{\implicitmath-
\implicitmath}
1056 % @refill is a no-op.
1059 % If working on a large document in chapters, it is convenient to
1060 % be able to disable indexing, cross-referencing, and contents, for test runs.
1061 % This is done with @novalidate (before @setfilename).
1063 \newif\iflinks \linkstrue % by default we want the aux files.
1064 \let\novalidate =
\linksfalse
1066 % @setfilename is done at the beginning of every texinfo file.
1067 % So open here the files we need to have open while reading the input.
1068 % This makes it possible to make a .fmt file for texinfo.
1072 \fi % \openindices needs to do some work in any case.
1074 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1075 \global\let\setfilename=
\comment % Ignore extra @setfilename cmds.
1077 % If texinfo.cnf is present on the system, read it.
1078 % Useful for site-wide @afourpaper, etc.
1079 % Just to be on the safe side, close the input stream before the \input.
1080 \openin 1 texinfo.cnf
1081 \ifeof1 \let\temp=
\relax \else \def\temp{\input texinfo.cnf
}\fi
1085 \comment % Ignore the actual filename.
1088 % Called from \setfilename.
1100 \outer\def\bye{\pagealignmacro\tracingstats=
1\ptexend}
1104 % Font-change commands.
1106 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1107 % So we set up a \sf analogous to plain's \rm, etc.
1109 \def\sf{\fam=
\sffam \tensf}
1110 \let\li =
\sf % Sometimes we call it \li, not \sf.
1112 % We don't need math for this one.
1115 % Use Computer Modern fonts at \magstephalf (11pt).
1116 \newcount\mainmagstep
1117 \mainmagstep=
\magstephalf
1119 % Set the font macro #1 to the font named #2, adding on the
1120 % specified font prefix (normally `cm').
1121 % #3 is the font's design size, #4 is a scale factor
1122 \def\setfont#1#2#3#4{\font#1=
\fontprefix#2#3 scaled
#4}
1124 % Use cm as the default font prefix.
1125 % To specify the font prefix, you must define \fontprefix
1126 % before you read in texinfo.tex.
1127 \ifx\fontprefix\undefined
1130 % Support font families that don't use the same naming scheme as CM.
1132 \def\rmbshape{bx
} %where the normal face is bold
1137 \def\ttslshape{sltt
}
1148 \let\mainmagstep=
\magstep1
1149 \setfont\textrm\rmshape{12}{1000}
1150 \setfont\texttt\ttshape{12}{1000}
1152 \setfont\textrm\rmshape{10}{\mainmagstep}
1153 \setfont\texttt\ttshape{10}{\mainmagstep}
1155 % Instead of cmb10, you many want to use cmbx10.
1156 % cmbx10 is a prettier font on its own, but cmb10
1157 % looks better when embedded in a line with cmr10.
1158 \setfont\textbf\bfshape{10}{\mainmagstep}
1159 \setfont\textit\itshape{10}{\mainmagstep}
1160 \setfont\textsl\slshape{10}{\mainmagstep}
1161 \setfont\textsf\sfshape{10}{\mainmagstep}
1162 \setfont\textsc\scshape{10}{\mainmagstep}
1163 \setfont\textttsl\ttslshape{10}{\mainmagstep}
1164 \font\texti=cmmi10 scaled
\mainmagstep
1165 \font\textsy=cmsy10 scaled
\mainmagstep
1167 % A few fonts for @defun, etc.
1168 \setfont\defbf\bxshape{10}{\magstep1} %was 1314
1169 \setfont\deftt\ttshape{10}{\magstep1}
1170 \def\df{\let\tentt=
\deftt \let\tenbf =
\defbf \bf}
1172 % Fonts for indices and small examples (9pt).
1173 % We actually use the slanted font rather than the italic,
1174 % because texinfo normally uses the slanted fonts for that.
1175 % Do not make many font distinctions in general in the index, since they
1176 % aren't very useful.
1177 \setfont\ninett\ttshape{9}{1000}
1178 \setfont\ninettsl\ttslshape{10}{900}
1179 \setfont\indrm\rmshape{9}{1000}
1180 \setfont\indit\slshape{9}{1000}
1183 \let\indttsl=
\ninettsl
1186 \setfont\indsc\scshape{10}{900}
1190 % Fonts for title page:
1191 \setfont\titlerm\rmbshape{12}{\magstep3}
1192 \setfont\titleit\itbshape{10}{\magstep4}
1193 \setfont\titlesl\slbshape{10}{\magstep4}
1194 \setfont\titlett\ttbshape{12}{\magstep3}
1195 \setfont\titlettsl\ttslshape{10}{\magstep4}
1196 \setfont\titlesf\sfbshape{17}{\magstep1}
1197 \let\titlebf=
\titlerm
1198 \setfont\titlesc\scbshape{10}{\magstep4}
1199 \font\titlei=cmmi12 scaled
\magstep3
1200 \font\titlesy=cmsy10 scaled
\magstep4
1201 \def\authorrm{\secrm}
1203 % Chapter (and unnumbered) fonts (17.28pt).
1204 \setfont\chaprm\rmbshape{12}{\magstep2}
1205 \setfont\chapit\itbshape{10}{\magstep3}
1206 \setfont\chapsl\slbshape{10}{\magstep3}
1207 \setfont\chaptt\ttbshape{12}{\magstep2}
1208 \setfont\chapttsl\ttslshape{10}{\magstep3}
1209 \setfont\chapsf\sfbshape{17}{1000}
1211 \setfont\chapsc\scbshape{10}{\magstep3}
1212 \font\chapi=cmmi12 scaled
\magstep2
1213 \font\chapsy=cmsy10 scaled
\magstep3
1215 % Section fonts (14.4pt).
1216 \setfont\secrm\rmbshape{12}{\magstep1}
1217 \setfont\secit\itbshape{10}{\magstep2}
1218 \setfont\secsl\slbshape{10}{\magstep2}
1219 \setfont\sectt\ttbshape{12}{\magstep1}
1220 \setfont\secttsl\ttslshape{10}{\magstep2}
1221 \setfont\secsf\sfbshape{12}{\magstep1}
1223 \setfont\secsc\scbshape{10}{\magstep2}
1224 \font\seci=cmmi12 scaled
\magstep1
1225 \font\secsy=cmsy10 scaled
\magstep2
1227 % \setfont\ssecrm\bxshape{10}{\magstep1} % This size an font looked bad.
1228 % \setfont\ssecit\itshape{10}{\magstep1} % The letters were too crowded.
1229 % \setfont\ssecsl\slshape{10}{\magstep1}
1230 % \setfont\ssectt\ttshape{10}{\magstep1}
1231 % \setfont\ssecsf\sfshape{10}{\magstep1}
1233 %\setfont\ssecrm\bfshape{10}{1315} % Note the use of cmb rather than cmbx.
1234 %\setfont\ssecit\itshape{10}{1315} % Also, the size is a little larger than
1235 %\setfont\ssecsl\slshape{10}{1315} % being scaled magstep1.
1236 %\setfont\ssectt\ttshape{10}{1315}
1237 %\setfont\ssecsf\sfshape{10}{1315}
1239 %\let\ssecbf=\ssecrm
1241 % Subsection fonts (13.15pt).
1242 \setfont\ssecrm\rmbshape{12}{\magstephalf}
1243 \setfont\ssecit\itbshape{10}{1315}
1244 \setfont\ssecsl\slbshape{10}{1315}
1245 \setfont\ssectt\ttbshape{12}{\magstephalf}
1246 \setfont\ssecttsl\ttslshape{10}{1315}
1247 \setfont\ssecsf\sfbshape{12}{\magstephalf}
1249 \setfont\ssecsc\scbshape{10}{\magstep1}
1250 \font\sseci=cmmi12 scaled
\magstephalf
1251 \font\ssecsy=cmsy10 scaled
1315
1252 % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
1253 % but that is not a standard magnification.
1255 % In order for the font changes to affect most math symbols and letters,
1256 % we have to define the \textfont of the standard families. Since
1257 % texinfo doesn't allow for producing subscripts and superscripts, we
1258 % don't bother to reset \scriptfont and \scriptscriptfont (which would
1259 % also require loading a lot more fonts).
1261 \def\resetmathfonts{%
1262 \textfont0 =
\tenrm \textfont1 =
\teni \textfont2 =
\tensy
1263 \textfont\itfam =
\tenit \textfont\slfam =
\tensl \textfont\bffam =
\tenbf
1264 \textfont\ttfam =
\tentt \textfont\sffam =
\tensf
1268 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1269 % of just \STYLE. We do this so that font changes will continue to work
1270 % in math mode, where it is the current \fam that is relevant in most
1271 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
1272 % \tenbf}, for example. By redefining \tenbf, we obviate the need to
1273 % redefine \bf itself.
1275 \let\tenrm=
\textrm \let\tenit=
\textit \let\tensl=
\textsl
1276 \let\tenbf=
\textbf \let\tentt=
\texttt \let\smallcaps=
\textsc
1277 \let\tensf=
\textsf \let\teni=
\texti \let\tensy=
\textsy \let\tenttsl=
\textttsl
1280 \let\tenrm=
\titlerm \let\tenit=
\titleit \let\tensl=
\titlesl
1281 \let\tenbf=
\titlebf \let\tentt=
\titlett \let\smallcaps=
\titlesc
1282 \let\tensf=
\titlesf \let\teni=
\titlei \let\tensy=
\titlesy
1283 \let\tenttsl=
\titlettsl
1284 \resetmathfonts \setleading{25pt
}}
1285 \def\titlefont#1{{\titlefonts\rm #1}}
1287 \let\tenrm=
\chaprm \let\tenit=
\chapit \let\tensl=
\chapsl
1288 \let\tenbf=
\chapbf \let\tentt=
\chaptt \let\smallcaps=
\chapsc
1289 \let\tensf=
\chapsf \let\teni=
\chapi \let\tensy=
\chapsy \let\tenttsl=
\chapttsl
1290 \resetmathfonts \setleading{19pt
}}
1292 \let\tenrm=
\secrm \let\tenit=
\secit \let\tensl=
\secsl
1293 \let\tenbf=
\secbf \let\tentt=
\sectt \let\smallcaps=
\secsc
1294 \let\tensf=
\secsf \let\teni=
\seci \let\tensy=
\secsy \let\tenttsl=
\secttsl
1295 \resetmathfonts \setleading{16pt
}}
1297 \let\tenrm=
\ssecrm \let\tenit=
\ssecit \let\tensl=
\ssecsl
1298 \let\tenbf=
\ssecbf \let\tentt=
\ssectt \let\smallcaps=
\ssecsc
1299 \let\tensf=
\ssecsf \let\teni=
\sseci \let\tensy=
\ssecsy \let\tenttsl=
\ssecttsl
1300 \resetmathfonts \setleading{15pt
}}
1301 \let\subsubsecfonts =
\subsecfonts % Maybe make sssec fonts scaled magstephalf?
1303 \let\tenrm=
\indrm \let\tenit=
\indit \let\tensl=
\indsl
1304 \let\tenbf=
\indbf \let\tentt=
\indtt \let\smallcaps=
\indsc
1305 \let\tensf=
\indsf \let\teni=
\indi \let\tensy=
\indsy \let\tenttsl=
\indttsl
1306 \resetmathfonts \setleading{12pt
}}
1308 % Set up the default fonts, so we can use them for creating boxes.
1312 % Define these so they can be easily changed for other fonts.
1313 \def\angleleft{$
\langle$
}
1314 \def\angleright{$
\rangle$
}
1316 % Count depth in font-changes, for error checks
1317 \newcount\fontdepth \fontdepth=
0
1319 % Fonts for short table of contents.
1320 \setfont\shortcontrm\rmshape{12}{1000}
1321 \setfont\shortcontbf\bxshape{12}{1000}
1322 \setfont\shortcontsl\slshape{12}{1000}
1324 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1325 %% serif) and @ii for TeX italic
1327 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
1328 % unless the following character is such as not to need one.
1329 \def\smartitalicx{\ifx\next,
\else\ifx\next-
\else\ifx\next.
\else\/
\fi\fi\fi}
1330 \def\smartitalic#1{{\sl #1}\futurelet\next\smartitalicx}
1333 \let\var=
\smartitalic
1334 \let\dfn=
\smartitalic
1335 \let\emph=
\smartitalic
1336 \let\cite=
\smartitalic
1341 % We can't just use \exhyphenpenalty, because that only has effect at
1342 % the end of a paragraph. Restore normal hyphenation at the end of the
1343 % group within which \nohyphenation is presumably called.
1345 \def\nohyphenation{\hyphenchar\font = -
1 \aftergroup\restorehyphenation}
1346 \def\restorehyphenation{\hyphenchar\font = `-
}
1349 {\tt \rawbackslash \frenchspacing #1}%
1353 \def\samp#1{`
\tclose{#1}'
\null}
1354 \setfont\smallrm\rmshape{8}{1000}
1356 \def\key#1{{\smallrm\textfont2=
\smallsy \leavevmode\hbox{%
1357 \raise0.4pt
\hbox{\angleleft}\kern-
.08em
\vtop{%
1358 \vbox{\hrule\kern-
0.4pt
1359 \hbox{\raise0.4pt
\hbox{\vphantom{\angleleft}}#1}}%
1361 \kern-
.06em
\raise0.4pt
\hbox{\angleright}}}}
1362 % The old definition, with no lozenge:
1363 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
1364 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
1366 % @file, @option are the same as @samp.
1370 % @code is a modification of @t,
1371 % which makes spaces the same size as normal in the surrounding text.
1374 % Change normal interword space to be same as for the current font.
1375 \spaceskip =
\fontdimen2\font
1377 % Switch to typewriter.
1380 % But `\ ' produces the large typewriter interword space.
1381 \def\
{{\spaceskip =
0pt
{} }}%
1383 % Turn off hyphenation.
1393 % We *must* turn on hyphenation at `-' and `_' in \code.
1394 % Otherwise, it is too hard to avoid overfull hboxes
1395 % in the Emacs manual, the Library manual, etc.
1397 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1398 % both hyphenation at - and hyphenation within words.
1399 % We must therefore turn them both off (\tclose does that)
1400 % and arrange explicitly to hyphenate at a dash.
1406 \global\def\code{\begingroup \catcode`\-=
\active \let-
\codedash \catcode`
\_=
\active \let_\codeunder \codex}
1407 % The following is used by \doprintindex to insure that long function names
1408 % wrap around. It is necessary for - and _ to be active before the index is
1409 % read from the file, as \entry parses the arguments long before \code is
1410 % ever called. -- mycroft
1411 % _ is always active; and it shouldn't be \let = to an _ that is a
1412 % subscript character anyway. Then, @cindex @samp{_} (for example)
1414 \global\def\indexbreaks{%
1415 \catcode`\-=
\active \let-
\realdash
1420 \def\codedash{-
\discretionary{}{}{}}
1421 \def\codeunder{\ifusingtt{\normalunderscore\discretionary{}{}{}}{\_}}
1422 \def\codex #1{\tclose{#1}\endgroup}
1424 %\let\exp=\tclose %Was temporary
1426 % @kbd is like @code, except that if the argument is just one @key command,
1427 % then @kbd has no effect.
1429 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1430 % `example' (@kbd uses ttsl only inside of @example and friends),
1431 % or `code' (@kbd uses normal tty font always).
1432 \def\kbdinputstyle{\parsearg\kbdinputstylexxx}
1433 \def\kbdinputstylexxx#1{%
1435 \ifx\arg\worddistinct
1436 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
1437 \else\ifx\arg\wordexample
1438 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
1439 \else\ifx\arg\wordcode
1440 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
1443 \def\worddistinct{distinct
}
1444 \def\wordexample{example
}
1447 % Default is kbdinputdistinct. (Too much of a hassle to call the macro,
1448 % the catcodes are wrong for parsearg to work.)
1449 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}
1452 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??
}%
1453 \ifx\one\xkey\ifx\threex\three \key{#2}%
1454 \else{\tclose{\kbdfont\look}}\fi
1455 \else{\tclose{\kbdfont\look}}\fi}
1457 % For @url, @env, @command quotes seem unnecessary, so use \code.
1462 % @uref (abbreviation for `urlref') takes an optional second argument
1463 % specifying the text to display. First (mandatory) arg is the url.
1464 % Perhaps eventually put in a hypertex \special here.
1466 \def\uref#1{\urefxxx #1,,
\finish}
1467 \def\urefxxx#1,
#2,
#3\finish{%
1468 \setbox0 =
\hbox{\ignorespaces #2}%
1470 \unhbox0\ (
\code{#1})
%
1476 % rms does not like the angle brackets --karl, 17may97.
1477 % So now @email is just like @uref.
1478 %\def\email#1{\angleleft{\tt #1}\angleright}
1481 % Check if we are currently using a typewriter font. Since all the
1482 % Computer Modern typewriter fonts have zero interword stretch (and
1483 % shrink), and it is reasonable to expect all typewriter fonts to have
1484 % this property, we can check that font parameter.
1486 \def\ifmonospace{\ifdim\fontdimen3\font=
0pt
}
1488 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
1489 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
1491 \def\dmn#1{\thinspace #1}
1493 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??
\par}
1495 % @l was never documented to mean ``switch to the Lisp font'',
1496 % and it is not used as such in any manual I can find. We need it for
1497 % Polish suppressed-l. --karl, 22sep96.
1498 %\def\l#1{{\li #1}\null}
1500 % Explicit font changes: @r, @sc, undocumented @ii.
1501 \def\r#1{{\rm #1}} % roman font
1502 \def\sc#1{{\smallcaps#1}} % smallcaps font
1503 \def\ii#1{{\it #1}} % italic font
1505 % @acronym downcases the argument and prints in smallcaps.
1506 \def\acronym#1{{\smallcaps \lowercase{#1}}}
1508 % @pounds{} is a sterling sign.
1509 \def\pounds{{\it\$
}}
1512 \message{page headings,
}
1514 \newskip\titlepagetopglue \titlepagetopglue =
1.5in
1515 \newskip\titlepagebottomglue \titlepagebottomglue =
2pc
1517 % First the title page. Must do @settitle before @titlepage.
1519 \newif\iffinishedtitlepage
1521 % Do an implicit @contents or @shortcontents after @end titlepage if the
1522 % user says @contentsaftertitlepage or @shortcontentsaftertitlepage.
1524 \newif\ifsetcontentsaftertitlepage
1525 \let\setcontentsaftertitlepage =
\setcontentsaftertitlepagetrue
1526 \newif\ifsetshortcontentsaftertitlepage
1527 \let\setshortcontentsaftertitlepage =
\setshortcontentsaftertitlepagetrue
1529 \def\shorttitlepage{\parsearg\shorttitlepagezzz}
1530 \def\shorttitlepagezzz #1{\begingroup\hbox{}\vskip 1.5in
\chaprm \centerline{#1}%
1531 \endgroup\page\hbox{}\page}
1533 \def\titlepage{\begingroup \parindent=
0pt
\textfonts
1534 \let\subtitlerm=
\tenrm
1535 \def\subtitlefont{\subtitlerm \normalbaselineskip =
13pt
\normalbaselines}%
1537 \def\authorfont{\authorrm \normalbaselineskip =
16pt
\normalbaselines}%
1539 % Leave some space at the very top of the page.
1540 \vglue\titlepagetopglue
1542 % Now you can print the title using @title.
1543 \def\title{\parsearg\titlezzz}%
1544 \def\titlezzz#
#1{\leftline{\titlefonts\rm #
#1}
1545 % print a rule at the page bottom also.
1546 \finishedtitlepagefalse
1547 \vskip4pt \hrule height
4pt width
\hsize \vskip4pt}%
1548 % No rule at page bottom unless we print one at the top with @title.
1549 \finishedtitlepagetrue
1551 % Now you can put text using @subtitle.
1552 \def\subtitle{\parsearg\subtitlezzz}%
1553 \def\subtitlezzz#
#1{{\subtitlefont \rightline{#
#1}}}%
1555 % @author should come last, but may come many times.
1556 \def\author{\parsearg\authorzzz}%
1557 \def\authorzzz#
#1{\ifseenauthor\else\vskip 0pt plus
1filll
\seenauthortrue\fi
1558 {\authorfont \leftline{#
#1}}}%
1560 % Most title ``pages'' are actually two pages long, with space
1561 % at the top of the second. We don't want the ragged left on the second.
1562 \let\oldpage =
\page
1564 \iffinishedtitlepage\else
1568 \let\page =
\oldpage
1570 % \def\page{\oldpage \hbox{}}
1574 \iffinishedtitlepage\else
1577 % It is important to do the page break before ending the group,
1578 % because the headline and footline are only empty inside the group.
1579 % If we use the new definition of \page, we always get a blank page
1580 % after the title page, which we certainly don't want.
1584 % If they want short, they certainly want long too.
1585 \ifsetshortcontentsaftertitlepage
1588 \global\let\shortcontents =
\relax
1589 \global\let\contents =
\relax
1592 \ifsetcontentsaftertitlepage
1594 \global\let\contents =
\relax
1595 \global\let\shortcontents =
\relax
1601 \def\finishtitlepage{%
1602 \vskip4pt \hrule height
2pt width
\hsize
1603 \vskip\titlepagebottomglue
1604 \finishedtitlepagetrue
1607 %%% Set up page headings and footings.
1609 \let\thispage=
\folio
1611 \newtoks\evenheadline % headline on even pages
1612 \newtoks\oddheadline % headline on odd pages
1613 \newtoks\evenfootline % footline on even pages
1614 \newtoks\oddfootline % footline on odd pages
1616 % Now make Tex use those variables
1617 \headline=
{{\textfonts\rm \ifodd\pageno \the\oddheadline
1618 \else \the\evenheadline \fi}}
1619 \footline=
{{\textfonts\rm \ifodd\pageno \the\oddfootline
1620 \else \the\evenfootline \fi}\HEADINGShook}
1621 \let\HEADINGShook=
\relax
1623 % Commands to set those variables.
1624 % For example, this is what @headings on does
1625 % @evenheading @thistitle|@thispage|@thischapter
1626 % @oddheading @thischapter|@thispage|@thistitle
1627 % @evenfooting @thisfile||
1628 % @oddfooting ||@thisfile
1630 \def\evenheading{\parsearg\evenheadingxxx}
1631 \def\oddheading{\parsearg\oddheadingxxx}
1632 \def\everyheading{\parsearg\everyheadingxxx}
1634 \def\evenfooting{\parsearg\evenfootingxxx}
1635 \def\oddfooting{\parsearg\oddfootingxxx}
1636 \def\everyfooting{\parsearg\everyfootingxxx}
1640 \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|
\finish}
1641 \gdef\evenheadingyyy #1@|
#2@|
#3@|
#4\finish{%
1642 \global\evenheadline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1644 \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|
\finish}
1645 \gdef\oddheadingyyy #1@|
#2@|
#3@|
#4\finish{%
1646 \global\oddheadline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1648 \gdef\everyheadingxxx#1{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
1650 \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|
\finish}
1651 \gdef\evenfootingyyy #1@|
#2@|
#3@|
#4\finish{%
1652 \global\evenfootline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1654 \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|
\finish}
1655 \gdef\oddfootingyyy #1@|
#2@|
#3@|
#4\finish{%
1656 \global\oddfootline =
{\rlap{\centerline{#2}}\line{#1\hfil#3}}%
1658 % Leave some space for the footline. Hopefully ok to assume
1659 % @evenfooting will not be used by itself.
1660 \global\advance\pageheight by -
\baselineskip
1661 \global\advance\vsize by -
\baselineskip
1664 \gdef\everyfootingxxx#1{\oddfootingxxx{#1}\evenfootingxxx{#1}}
1666 }% unbind the catcode of @.
1668 % @headings double turns headings on for double-sided printing.
1669 % @headings single turns headings on for single-sided printing.
1670 % @headings off turns them off.
1671 % @headings on same as @headings double, retained for compatibility.
1672 % @headings after turns on double-sided headings after this page.
1673 % @headings doubleafter turns on double-sided headings after this page.
1674 % @headings singleafter turns on single-sided headings after this page.
1675 % By default, they are off at the start of a document,
1676 % and turned `on' after @end titlepage.
1678 \def\headings #1 {\csname HEADINGS
#1\endcsname}
1681 \global\evenheadline=
{\hfil} \global\evenfootline=
{\hfil}
1682 \global\oddheadline=
{\hfil} \global\oddfootline=
{\hfil}}
1684 % When we turn headings on, set the page number to 1.
1685 % For double-sided printing, put current file name in lower left corner,
1686 % chapter name on inside top of right hand pages, document
1687 % title on inside top of left hand pages, and page numbers on outside top
1688 % edge of all pages.
1689 \def\HEADINGSdouble{
1691 \global\evenfootline=
{\hfil}
1692 \global\oddfootline=
{\hfil}
1693 \global\evenheadline=
{\line{\folio\hfil\thistitle}}
1694 \global\oddheadline=
{\line{\thischapter\hfil\folio}}
1695 \global\let\contentsalignmacro =
\chapoddpage
1697 \let\contentsalignmacro =
\chappager
1699 % For single-sided printing, chapter title goes across top left of page,
1700 % page number on top right.
1701 \def\HEADINGSsingle{
1703 \global\evenfootline=
{\hfil}
1704 \global\oddfootline=
{\hfil}
1705 \global\evenheadline=
{\line{\thischapter\hfil\folio}}
1706 \global\oddheadline=
{\line{\thischapter\hfil\folio}}
1707 \global\let\contentsalignmacro =
\chappager
1709 \def\HEADINGSon{\HEADINGSdouble}
1711 \def\HEADINGSafter{\let\HEADINGShook=
\HEADINGSdoublex}
1712 \let\HEADINGSdoubleafter=
\HEADINGSafter
1713 \def\HEADINGSdoublex{%
1714 \global\evenfootline=
{\hfil}
1715 \global\oddfootline=
{\hfil}
1716 \global\evenheadline=
{\line{\folio\hfil\thistitle}}
1717 \global\oddheadline=
{\line{\thischapter\hfil\folio}}
1718 \global\let\contentsalignmacro =
\chapoddpage
1721 \def\HEADINGSsingleafter{\let\HEADINGShook=
\HEADINGSsinglex}
1722 \def\HEADINGSsinglex{%
1723 \global\evenfootline=
{\hfil}
1724 \global\oddfootline=
{\hfil}
1725 \global\evenheadline=
{\line{\thischapter\hfil\folio}}
1726 \global\oddheadline=
{\line{\thischapter\hfil\folio}}
1727 \global\let\contentsalignmacro =
\chappager
1730 % Subroutines used in generating headings
1731 % Produces Day Month Year style of output.
1732 \def\today{\number\day\space
1734 January
\or February
\or March
\or April
\or May
\or June
\or
1735 July
\or August
\or September
\or October
\or November
\or December
\fi
1738 % Use this if you want the Month Day, Year style of output.
1739 %\def\today{\ifcase\month\or
1740 %January\or February\or March\or April\or May\or June\or
1741 %July\or August\or September\or October\or November\or December\fi
1742 %\space\number\day, \number\year}
1744 % @settitle line... specifies the title of the document, for headings
1745 % It generates no output of its own
1747 \def\thistitle{No Title
}
1748 \def\settitle{\parsearg\settitlezzz}
1749 \def\settitlezzz #1{\gdef\thistitle{#1}}
1753 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1755 % default indentation of table text
1756 \newdimen\tableindent \tableindent=
.8in
1757 % default indentation of @itemize and @enumerate text
1758 \newdimen\itemindent \itemindent=
.3in
1759 % margin between end of table item and start of table text.
1760 \newdimen\itemmargin \itemmargin=
.1in
1762 % used internally for \itemindent minus \itemmargin
1765 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
1767 % They also define \itemindex
1768 % to index the item name in whatever manner is desired (perhaps none).
1770 \newif\ifitemxneedsnegativevskip
1772 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-
\parskip\nobreak\fi}
1774 \def\internalBitem{\smallbreak \parsearg\itemzzz}
1775 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
1777 \def\internalBxitem "
#1"
{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
1778 \def\internalBxitemx "
#1"
{\def\xitemsubtopix{#1} \itemxpar \parsearg\xitemzzz}
1780 \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
1781 \def\internalBkitemx{\itemxpar \parsearg\kitemzzz}
1783 \def\kitemzzz #1{\dosubind {kw
}{\code{#1}}{for
{\bf \lastfunction}}%
1786 \def\xitemzzz #1{\dosubind {kw
}{\code{#1}}{for
{\bf \xitemsubtopic}}%
1789 \def\itemzzz #1{\begingroup %
1790 \advance\hsize by -
\rightskip
1791 \advance\hsize by -
\tableindent
1792 \setbox0=
\hbox{\itemfont{#1}}%
1794 \nobreak % This prevents a break before @itemx.
1796 % If the item text does not fit in the space we have, put it on a line
1797 % by itself, and do not allow a page break either before or after that
1798 % line. We do not start a paragraph here because then if the next
1799 % command is, e.g., @kindex, the whatsit would get put into the
1800 % horizontal list on a line by itself, resulting in extra blank space.
1801 \ifdim \wd0>
\itemmax
1803 % Make this a paragraph so we get the \parskip glue and wrapping,
1804 % but leave it ragged-right.
1806 \advance\leftskip by-
\tableindent
1807 \advance\hsize by
\tableindent
1808 \advance\rightskip by0pt plus1fil
1809 \leavevmode\unhbox0\par
1812 % We're going to be starting a paragraph, but we don't want the
1813 % \parskip glue -- logically it's part of the @item we just started.
1814 \nobreak \vskip-
\parskip
1816 % Stop a page break at the \parskip glue coming up. Unfortunately
1817 % we can't prevent a possible page break at the following
1818 % \baselineskip glue.
1821 \itemxneedsnegativevskipfalse
1823 % The item text fits into the space. Start a paragraph, so that the
1824 % following text (if any) will end up on the same line. Since that
1825 % text will be indented by \tableindent, we make the item text be in
1828 % Do this with kerns and \unhbox so that if there is a footnote in
1829 % the item text, it can migrate to the main vertical list and
1830 % eventually be printed.
1831 \nobreak\kern-
\tableindent
1832 \dimen0 =
\itemmax \advance\dimen0 by -
\wd0
1834 \nobreak\kern\dimen0
1836 \itemxneedsnegativevskiptrue
1840 \def\item{\errmessage{@item while not in a table
}}
1841 \def\itemx{\errmessage{@itemx while not in a table
}}
1842 \def\kitem{\errmessage{@kitem while not in a table
}}
1843 \def\kitemx{\errmessage{@kitemx while not in a table
}}
1844 \def\xitem{\errmessage{@xitem while not in a table
}}
1845 \def\xitemx{\errmessage{@xitemx while not in a table
}}
1847 % Contains a kludge to get @end[description] to work.
1848 \def\description{\tablez{\dontindex}{1}{}{}{}{}}
1850 % @table, @ftable, @vtable.
1851 \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
1852 {\obeylines\obeyspaces%
1853 \gdef\tablex #1^^M
{%
1854 \tabley\dontindex#1 \endtabley}}
1856 \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
1857 {\obeylines\obeyspaces%
1858 \gdef\ftablex #1^^M
{%
1859 \tabley\fnitemindex#1 \endtabley
1860 \def\Eftable{\endgraf\afterenvbreak\endgroup}%
1861 \let\Etable=
\relax}}
1863 \def\vtable{\begingroup\inENV\obeylines\obeyspaces\vtablex}
1864 {\obeylines\obeyspaces%
1865 \gdef\vtablex #1^^M
{%
1866 \tabley\vritemindex#1 \endtabley
1867 \def\Evtable{\endgraf\afterenvbreak\endgroup}%
1868 \let\Etable=
\relax}}
1871 \def\fnitemindex #1{\doind {fn
}{\code{#1}}}%
1872 \def\vritemindex #1{\doind {vr
}{\code{#1}}}%
1875 \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
1876 \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
1878 \def\tablez #1#2#3#4#5#6{%
1881 \def\Edescription{\Etable}% Necessary kludge.
1883 \ifnum 0#3>
0 \advance \leftskip by
#3\mil \fi %
1884 \ifnum 0#4>
0 \tableindent=
#4\mil \fi %
1885 \ifnum 0#5>
0 \advance \rightskip by
#5\mil \fi %
1887 \itemmax=
\tableindent %
1888 \advance \itemmax by -
\itemmargin %
1889 \advance \leftskip by
\tableindent %
1890 \exdentamount=
\tableindent
1892 \parskip =
\smallskipamount
1893 \ifdim \parskip=
0pt
\parskip=
2pt
\fi%
1894 \def\Etable{\endgraf\afterenvbreak\endgroup}%
1895 \let\item =
\internalBitem %
1896 \let\itemx =
\internalBitemx %
1897 \let\kitem =
\internalBkitem %
1898 \let\kitemx =
\internalBkitemx %
1899 \let\xitem =
\internalBxitem %
1900 \let\xitemx =
\internalBxitemx %
1903 % This is the counter used by @enumerate, which is really @itemize
1907 \def\itemize{\parsearg\itemizezzz}
1909 \def\itemizezzz #1{%
1910 \begingroup % ended by the @end itemize
1911 \itemizey {#1}{\Eitemize}
1914 \def\itemizey #1#2{%
1916 \itemmax=
\itemindent %
1917 \advance \itemmax by -
\itemmargin %
1918 \advance \leftskip by
\itemindent %
1919 \exdentamount=
\itemindent
1921 \parskip =
\smallskipamount %
1922 \ifdim \parskip=
0pt
\parskip=
2pt
\fi%
1923 \def#2{\endgraf\afterenvbreak\endgroup}%
1924 \def\itemcontents{#1}%
1925 \let\item=
\itemizeitem}
1927 % Set sfcode to normal for the chars that usually have another value.
1928 % These are `.?!:;,'
1929 \def\frenchspacing{\sfcode46=
1000 \sfcode63=
1000 \sfcode33=
1000
1930 \sfcode58=
1000 \sfcode59=
1000 \sfcode44=
1000 }
1932 % \splitoff TOKENS\endmark defines \first to be the first token in
1933 % TOKENS, and \rest to be the remainder.
1935 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
1937 % Allow an optional argument of an uppercase letter, lowercase letter,
1938 % or number, to specify the first label in the enumerated list. No
1939 % argument is the same as `1'.
1941 \def\enumerate{\parsearg\enumeratezzz}
1942 \def\enumeratezzz #1{\enumeratey #1 \endenumeratey}
1943 \def\enumeratey #1 #2\endenumeratey{%
1944 \begingroup % ended by the @end enumerate
1946 % If we were given no argument, pretend we were given `1'.
1948 \ifx\thearg\empty \def\thearg{1}\fi
1950 % Detect if the argument is a single token. If so, it might be a
1951 % letter. Otherwise, the only valid thing it can be is a number.
1952 % (We will always have one token, because of the test we just made.
1953 % This is a good thing, since \splitoff doesn't work given nothing at
1954 % all -- the first parameter is undelimited.)
1955 \expandafter\splitoff\thearg\endmark
1957 % Only one token in the argument. It could still be anything.
1958 % A ``lowercase letter'' is one whose \lccode is nonzero.
1959 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
1960 % not equal to itself.
1961 % Otherwise, we assume it's a number.
1963 % We need the \relax at the end of the \ifnum lines to stop TeX from
1964 % continuing to look for a <number>.
1966 \ifnum\lccode\expandafter`
\thearg=
0\relax
1967 \numericenumerate % a number (we hope)
1970 \ifnum\lccode\expandafter`
\thearg=
\expandafter`
\thearg\relax
1971 \lowercaseenumerate % lowercase letter
1973 \uppercaseenumerate % uppercase letter
1977 % Multiple tokens in the argument. We hope it's a number.
1982 % An @enumerate whose labels are integers. The starting integer is
1985 \def\numericenumerate{%
1987 \startenumeration{\the\itemno}%
1990 % The starting (lowercase) letter is in \thearg.
1991 \def\lowercaseenumerate{%
1992 \itemno =
\expandafter`
\thearg
1994 % Be sure we're not beyond the end of the alphabet.
1996 \errmessage{No more lowercase letters in @enumerate; get a bigger
2003 % The starting (uppercase) letter is in \thearg.
2004 \def\uppercaseenumerate{%
2005 \itemno =
\expandafter`
\thearg
2007 % Be sure we're not beyond the end of the alphabet.
2009 \errmessage{No more uppercase letters in @enumerate; get a bigger
2016 % Call itemizey, adding a period to the first argument and supplying the
2017 % common last two arguments. Also subtract one from the initial value in
2018 % \itemno, since @item increments \itemno.
2020 \def\startenumeration#1{%
2021 \advance\itemno by -
1
2022 \itemizey{#1.
}\Eenumerate\flushcr
2025 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
2028 \def\alphaenumerate{\enumerate{a
}}
2029 \def\capsenumerate{\enumerate{A
}}
2030 \def\Ealphaenumerate{\Eenumerate}
2031 \def\Ecapsenumerate{\Eenumerate}
2033 % Definition of @item while inside @itemize.
2036 \advance\itemno by
1
2037 {\let\par=
\endgraf \smallbreak}%
2038 \ifhmode \errmessage{In hmode at itemizeitem
}\fi
2039 {\parskip=
0in
\hskip 0pt
2040 \hbox to
0pt
{\hss \itemcontents\hskip \itemmargin}%
2041 \vadjust{\penalty 1200}}%
2044 % @multitable macros
2045 % Amy Hendrickson, 8/18/94, 3/6/96
2047 % @multitable ... @end multitable will make as many columns as desired.
2048 % Contents of each column will wrap at width given in preamble. Width
2049 % can be specified either with sample text given in a template line,
2050 % or in percent of \hsize, the current width of text on page.
2052 % Table can continue over pages but will only break between lines.
2056 % Either define widths of columns in terms of percent of \hsize:
2057 % @multitable @columnfractions .25 .3 .45
2060 % Numbers following @columnfractions are the percent of the total
2061 % current hsize to be used for each column. You may use as many
2062 % columns as desired.
2065 % Or use a template:
2066 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2068 % using the widest term desired in each column.
2070 % For those who want to use more than one line's worth of words in
2071 % the preamble, break the line within one argument and it
2072 % will parse correctly, i.e.,
2074 % @multitable {Column 1 template} {Column 2 template} {Column 3
2077 % @multitable {Column 1 template} {Column 2 template}
2078 % {Column 3 template}
2080 % Each new table line starts with @item, each subsequent new column
2081 % starts with @tab. Empty columns may be produced by supplying @tab's
2082 % with nothing between them for as many times as empty columns are needed,
2083 % ie, @tab@tab@tab will produce two empty columns.
2085 % @item, @tab, @multitable or @end multitable do not need to be on their
2086 % own lines, but it will not hurt if they are.
2088 % Sample multitable:
2090 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2091 % @item first col stuff @tab second col stuff @tab third col
2098 % @item first col stuff @tab second col stuff
2099 % @tab Many paragraphs of text may be used in any column.
2101 % They will wrap at the width determined by the template.
2102 % @item@tab@tab This will be in third column.
2105 % Default dimensions may be reset by user.
2106 % @multitableparskip is vertical space between paragraphs in table.
2107 % @multitableparindent is paragraph indent in table.
2108 % @multitablecolmargin is horizontal space to be left between columns.
2109 % @multitablelinespace is space to leave between table items, baseline
2111 % 0pt means it depends on current normal line spacing.
2113 \newskip\multitableparskip
2114 \newskip\multitableparindent
2115 \newdimen\multitablecolspace
2116 \newskip\multitablelinespace
2117 \multitableparskip=
0pt
2118 \multitableparindent=
6pt
2119 \multitablecolspace=
12pt
2120 \multitablelinespace=
0pt
2122 % Macros used to set up halign preamble:
2124 \let\endsetuptable\relax
2125 \def\xendsetuptable{\endsetuptable}
2126 \let\columnfractions\relax
2127 \def\xcolumnfractions{\columnfractions}
2130 % 2/1/96, to allow fractions to be given with more than one digit.
2131 \def\pickupwholefraction#1 {\global\advance\colcount by1
%
2132 \expandafter\xdef\csname col
\the\colcount\endcsname{.
#1\hsize}%
2136 \def\setuptable#1{\def\firstarg{#1}%
2137 \ifx\firstarg\xendsetuptable\let\go\relax%
2139 \ifx\firstarg\xcolumnfractions\global\setpercenttrue%
2142 \let\go\pickupwholefraction % In this case arg of setuptable
2143 % is the decimal point before the
2144 % number given in percent of hsize.
2145 % We don't need this so we don't use it.
2147 \global\advance\colcount by1
2148 \setbox0=
\hbox{#1 }% Add a normal word space as a separator;
2149 % typically that is always in the input, anyway.
2150 \expandafter\xdef\csname col
\the\colcount\endcsname{\the\wd0}%
2153 \ifx\go\pickupwholefraction\else\let\go\setuptable\fi%
2157 \def\tab{&
\hskip1sp\relax} % 2/2/96
2158 % tiny skip here makes sure this column space is
2159 % maintained, even if it is never used.
2161 % @multitable ... @end multitable definitions:
2163 \def\multitable{\parsearg\dotable}
2164 \def\dotable#1{\bgroup
2169 \setmultitablespacing
2170 \parskip=
\multitableparskip
2171 \parindent=
\multitableparindent
2174 \def\Emultitable{\global\setpercentfalse\cr\egroup\egroup}%
2176 % To parse everything between @multitable and @item:
2177 \setuptable#1 \endsetuptable
2179 % \everycr will reset column counter, \colcount, at the end of
2180 % each line. Every column entry will cause \colcount to advance by one.
2181 % The table preamble
2182 % looks at the current \colcount to find the correct column width.
2185 % \filbreak%% keeps underfull box messages off when table breaks over pages.
2186 % Maybe so, but it also creates really weird page breaks when the table
2187 % breaks over pages. Wouldn't \vfil be better? Wait until the problem
2188 % manifests itself, so it can be fixed for real --karl.
2189 \global\colcount=
0\relax}}%
2191 % This preamble sets up a generic column definition, which will
2192 % be used as many times as user calls for columns.
2193 % \vtop will set a single line and will also let text wrap and
2194 % continue for many paragraphs if desired.
2195 \halign\bgroup&
\global\advance\colcount by
1\relax
2196 \multistrut\vtop{\hsize=
\expandafter\csname col
\the\colcount\endcsname
2198 % In order to keep entries from bumping into each other
2199 % we will add a \leftskip of \multitablecolspace to all columns after
2202 % If a template has been used, we will add \multitablecolspace
2203 % to the width of each template entry.
2205 % If the user has set preamble in terms of percent of \hsize we will
2206 % use that dimension as the width of the column, and the \leftskip
2207 % will keep entries from bumping into each other. Table will start at
2208 % left margin and final column will justify at right margin.
2210 % Make sure we don't inherit \rightskip from the outer environment.
2213 % The first column will be indented with the surrounding text.
2214 \advance\hsize by
\leftskip
2217 % If user has not set preamble in terms of percent of \hsize
2218 % we will advance \hsize by \multitablecolspace.
2219 \advance\hsize by
\multitablecolspace
2221 % In either case we will make \leftskip=\multitablecolspace:
2222 \leftskip=
\multitablecolspace
2224 % Ignoring space at the beginning and end avoids an occasional spurious
2225 % blank line, when TeX decides to break the line at the space before the
2226 % box from the multistrut, so the strut ends up on a line by itself.
2228 % @multitable @columnfractions .11 .89
2230 % @tab Legal holiday which is valid in major parts of the whole country.
2231 % Is automatically provided with highlighting sequences respectively marking
2233 \noindent\ignorespaces##
\unskip\multistrut}\cr
2236 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
2237 % If so, do nothing. If not, give it an appropriate dimension based on
2238 % current baselineskip.
2239 \ifdim\multitablelinespace=
0pt
2240 %% strut to put in table in case some entry doesn't have descenders,
2241 %% to keep lines equally spaced
2242 \let\multistrut =
\strut
2243 %% Test to see if parskip is larger than space between lines of
2244 %% table. If not, do nothing.
2245 %% If so, set to same dimension as multitablelinespace.
2247 \gdef\multistrut{\vrule height
\multitablelinespace depth
\dp0
2249 \ifdim\multitableparskip>
\multitablelinespace
2250 \global\multitableparskip=
\multitablelinespace
2251 \global\advance\multitableparskip-
7pt
%% to keep parskip somewhat smaller
2252 %% than skip between lines in the table.
2254 \ifdim\multitableparskip=
0pt
2255 \global\multitableparskip=
\multitablelinespace
2256 \global\advance\multitableparskip-
7pt
%% to keep parskip somewhat smaller
2257 %% than skip between lines in the table.
2262 % Index generation facilities
2264 % Define \newwrite to be identical to plain tex's \newwrite
2265 % except not \outer, so it can be used within \newindex.
2267 \gdef\newwrite{\alloc@
7\write\chardef\sixt@@n
}}
2269 % \newindex {foo} defines an index named foo.
2270 % It automatically defines \fooindex such that
2271 % \fooindex ...rest of line... puts an entry in the index foo.
2272 % It also defines \fooindfile to be the number of the output channel for
2273 % the file that accumulates this index. The file's extension is foo.
2274 % The name of an index should be no more than 2 characters long
2275 % for the sake of vms.
2279 \expandafter\newwrite \csname#1indfile
\endcsname
2280 \openout \csname#1indfile
\endcsname \jobname.
#1 % Open the file
2282 \expandafter\xdef\csname#1index
\endcsname{% % Define @#1index
2283 \noexpand\doindex{#1}}
2286 % @defindex foo == \newindex{foo}
2288 \def\defindex{\parsearg\newindex}
2290 % Define @defcodeindex, like @defindex except put all entries in @code.
2292 \def\newcodeindex#1{%
2294 \expandafter\newwrite \csname#1indfile
\endcsname
2295 \openout \csname#1indfile
\endcsname \jobname.
#1
2297 \expandafter\xdef\csname#1index
\endcsname{%
2298 \noexpand\docodeindex{#1}}
2301 \def\defcodeindex{\parsearg\newcodeindex}
2303 % @synindex foo bar makes index foo feed into index bar.
2304 % Do this instead of @defindex foo if you don't want it as a separate index.
2305 % The \closeout helps reduce unnecessary open files; the limit on the
2306 % Acorn RISC OS is a mere 16 files.
2307 \def\synindex#1 #2 {%
2308 \expandafter\let\expandafter\synindexfoo\expandafter=
\csname#2indfile
\endcsname
2309 \expandafter\closeout\csname#1indfile
\endcsname
2310 \expandafter\let\csname#1indfile
\endcsname=
\synindexfoo
2311 \expandafter\xdef\csname#1index
\endcsname{% define \xxxindex
2312 \noexpand\doindex{#2}}%
2315 % @syncodeindex foo bar similar, but put all entries made for index foo
2317 \def\syncodeindex#1 #2 {%
2318 \expandafter\let\expandafter\synindexfoo\expandafter=
\csname#2indfile
\endcsname
2319 \expandafter\closeout\csname#1indfile
\endcsname
2320 \expandafter\let\csname#1indfile
\endcsname=
\synindexfoo
2321 \expandafter\xdef\csname#1index
\endcsname{% define \xxxindex
2322 \noexpand\docodeindex{#2}}%
2325 % Define \doindex, the driver for all \fooindex macros.
2326 % Argument #1 is generated by the calling \fooindex macro,
2327 % and it is "foo", the name of the index.
2329 % \doindex just uses \parsearg; it calls \doind for the actual work.
2330 % This is because \doind is more useful to call from other macros.
2332 % There is also \dosubind {index}{topic}{subtopic}
2333 % which makes an entry in a two-level index such as the operation index.
2335 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
2336 \def\singleindexer #1{\doind{\indexname}{#1}}
2338 % like the previous two, but they put @code around the argument.
2339 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
2340 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
2344 % Take care of the plain tex accent commands.
2345 \def\"
{\realbackslash "
}%
2346 \def\`
{\realbackslash `
}%
2347 \def\'
{\realbackslash '
}%
2348 \def\^
{\realbackslash ^
}%
2349 \def\~
{\realbackslash ~
}%
2350 \def\=
{\realbackslash =
}%
2351 \def\b{\realbackslash b
}%
2352 \def\c{\realbackslash c
}%
2353 \def\d{\realbackslash d
}%
2354 \def\u{\realbackslash u
}%
2355 \def\v{\realbackslash v
}%
2356 \def\H{\realbackslash H
}%
2357 % Take care of the plain tex special European modified letters.
2358 \def\oe{\realbackslash oe
}%
2359 \def\ae{\realbackslash ae
}%
2360 \def\aa{\realbackslash aa
}%
2361 \def\OE{\realbackslash OE
}%
2362 \def\AE{\realbackslash AE
}%
2363 \def\AA{\realbackslash AA
}%
2364 \def\o{\realbackslash o
}%
2365 \def\O{\realbackslash O
}%
2366 \def\l{\realbackslash l
}%
2367 \def\L{\realbackslash L
}%
2368 \def\ss{\realbackslash ss
}%
2369 % Take care of texinfo commands likely to appear in an index entry.
2370 % (Must be a way to avoid doing expansion at all, and thus not have to
2371 % laboriously list every single command here.)
2372 \def\@
{@
}% will be @@ when we switch to @ as escape char.
2373 %\let\{ = \lbracecmd
2374 %\let\} = \rbracecmd
2375 \def\_{{\realbackslash _
}}%
2376 \def\w{\realbackslash w
}%
2377 \def\bf{\realbackslash bf
}%
2378 %\def\rm{\realbackslash rm }%
2379 \def\sl{\realbackslash sl
}%
2380 \def\sf{\realbackslash sf
}%
2381 \def\tt{\realbackslash tt
}%
2382 \def\gtr{\realbackslash gtr
}%
2383 \def\less{\realbackslash less
}%
2384 \def\hat{\realbackslash hat
}%
2385 \def\TeX{\realbackslash TeX
}%
2386 \def\dots{\realbackslash dots
}%
2387 \def\result{\realbackslash result
}%
2388 \def\equiv{\realbackslash equiv
}%
2389 \def\expansion{\realbackslash expansion
}%
2390 \def\print{\realbackslash print
}%
2391 \def\error{\realbackslash error
}%
2392 \def\point{\realbackslash point
}%
2393 \def\copyright{\realbackslash copyright
}%
2394 \def\tclose#
#1{\realbackslash tclose
{#
#1}}%
2395 \def\code#
#1{\realbackslash code
{#
#1}}%
2396 \def\dotless#
#1{\realbackslash dotless
{#
#1}}%
2397 \def\samp#
#1{\realbackslash samp
{#
#1}}%
2398 \def\,#
#1{\realbackslash ,
{#
#1}}%
2399 \def\t#
#1{\realbackslash t
{#
#1}}%
2400 \def\r#
#1{\realbackslash r
{#
#1}}%
2401 \def\i#
#1{\realbackslash i
{#
#1}}%
2402 \def\b#
#1{\realbackslash b
{#
#1}}%
2403 \def\sc#
#1{\realbackslash sc
{#
#1}}%
2404 \def\cite#
#1{\realbackslash cite
{#
#1}}%
2405 \def\key#
#1{\realbackslash key
{#
#1}}%
2406 \def\file#
#1{\realbackslash file
{#
#1}}%
2407 \def\var#
#1{\realbackslash var
{#
#1}}%
2408 \def\kbd#
#1{\realbackslash kbd
{#
#1}}%
2409 \def\dfn#
#1{\realbackslash dfn
{#
#1}}%
2410 \def\emph#
#1{\realbackslash emph
{#
#1}}%
2412 % Handle some cases of @value -- where the variable name does not
2413 % contain - or _, and the value does not contain any
2414 % (non-fully-expandable) commands.
2415 \let\value =
\expandablevalue
2420 % If an index command is used in an @example environment, any spaces
2421 % therein should become regular spaces in the raw index file, not the
2422 % expansion of \tie (\\leavevmode \penalty \@M \ ).
2424 \gdef\unsepspaces{\obeyspaces\let =
\space}}
2426 % \indexnofonts no-ops all font-change commands.
2427 % This is used when outputting the strings to sort the index by.
2428 \def\indexdummyfont#1{#1}
2429 \def\indexdummytex{TeX
}
2430 \def\indexdummydots{...
}
2433 % Just ignore accents.
2434 \let\,=
\indexdummyfont
2435 \let\"=
\indexdummyfont
2436 \let\`=
\indexdummyfont
2437 \let\'=
\indexdummyfont
2438 \let\^=
\indexdummyfont
2439 \let\~=
\indexdummyfont
2440 \let\==
\indexdummyfont
2441 \let\b=
\indexdummyfont
2442 \let\c=
\indexdummyfont
2443 \let\d=
\indexdummyfont
2444 \let\u=
\indexdummyfont
2445 \let\v=
\indexdummyfont
2446 \let\H=
\indexdummyfont
2447 \let\dotless=
\indexdummyfont
2448 % Take care of the plain tex special European modified letters.
2460 \let\w=
\indexdummyfont
2461 \let\t=
\indexdummyfont
2462 \let\r=
\indexdummyfont
2463 \let\i=
\indexdummyfont
2464 \let\b=
\indexdummyfont
2465 \let\emph=
\indexdummyfont
2466 \let\strong=
\indexdummyfont
2467 \let\cite=
\indexdummyfont
2468 \let\sc=
\indexdummyfont
2469 %Don't no-op \tt, since it isn't a user-level command
2470 % and is used in the definitions of the active chars like <, >, |...
2471 %\let\tt=\indexdummyfont
2472 \let\tclose=
\indexdummyfont
2473 \let\code=
\indexdummyfont
2474 \let\file=
\indexdummyfont
2475 \let\samp=
\indexdummyfont
2476 \let\kbd=
\indexdummyfont
2477 \let\key=
\indexdummyfont
2478 \let\var=
\indexdummyfont
2479 \let\TeX=
\indexdummytex
2480 \let\dots=
\indexdummydots
2484 % To define \realbackslash, we must make \ not be an escape.
2485 % We must first make another character (@) an escape
2486 % so we do not become unable to do a definition.
2488 {\catcode`\@=
0 \catcode`\\=
\other
2489 @gdef@realbackslash
{\
}}
2491 \let\indexbackslash=
0 %overridden during \printindex.
2492 \let\SETmarginindex=
\relax % put index entries in margin (undocumented)?
2494 % For \ifx comparisons.
2495 \def\emptymacro{\empty}
2497 % Most index entries go through here, but \dosubind is the general case.
2499 \def\doind#1#2{\dosubind{#1}{#2}\empty}
2501 % Workhorse for all \fooindexes.
2502 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
2503 % \empty if called from \doind, as we usually are. The main exception
2504 % is with defuns, which call us directly.
2506 \def\dosubind#1#2#3{%
2507 % Put the index entry in the margin if desired.
2508 \ifx\SETmarginindex\relax\else
2509 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt
#2}}%
2512 \count255=
\lastpenalty
2514 \indexdummies % Must do this here, since \bf, etc expand at this stage
2517 \let\folio =
0% We will expand all macros now EXCEPT \folio.
2518 \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
2519 % so it will be output as is; and it will print as backslash.
2523 % If third arg is present, precede it with space in sort key.
2524 \ifx\thirdarg\emptymacro
2525 \let\subentry =
\empty
2530 % First process the index-string with all font commands turned off
2531 % to get the string to sort by.
2532 {\indexnofonts \xdef\indexsorttmp{#2\subentry}}%
2534 % Now produce the complete index entry, with both the sort key and the
2535 % original text, including any font commands.
2538 \write\csname#1indfile
\endcsname{%
2539 \realbackslash entry
{\indexsorttmp}{\folio}{\the\toks0}}%
2542 % If third (subentry) arg is present, add it to the index string.
2543 \ifx\thirdarg\emptymacro \else
2545 \edef\temp{\temp{\the\toks0}}%
2548 % If a skip is the last thing on the list now, preserve it
2549 % by backing up by \lastskip, doing the \write, then inserting
2550 % the skip again. Otherwise, the whatsit generated by the
2551 % \write will make \lastskip zero. The result is that sequences
2556 % will have extra space inserted, because the \medbreak in the
2557 % start of the @defun won't see the skip inserted by the @end of
2558 % the previous defun.
2560 \skip0 =
\lastskip \ifdim\lastskip =
0pt
\else \vskip-
\lastskip \fi
2562 \ifdim\skip0 =
0pt
\else \vskip\skip0 \fi
2570 % The index entry written in the file actually looks like
2571 % \entry {sortstring}{page}{topic}
2573 % \entry {sortstring}{page}{topic}{subtopic}
2574 % The texindex program reads in these files and writes files
2575 % containing these kinds of lines:
2577 % before the first topic whose initial is c
2578 % \entry {topic}{pagelist}
2579 % for a topic that is used without subtopics
2581 % for the beginning of a topic that is used with subtopics
2582 % \secondary {subtopic}{pagelist}
2583 % for each subtopic.
2585 % Define the user-accessible indexing commands
2586 % @findex, @vindex, @kindex, @cindex.
2588 \def\findex {\fnindex}
2589 \def\kindex {\kyindex}
2590 \def\cindex {\cpindex}
2591 \def\vindex {\vrindex}
2592 \def\tindex {\tpindex}
2593 \def\pindex {\pgindex}
2595 \def\cindexsub {\begingroup\obeylines\cindexsub}
2597 \gdef\cindexsub "
#1"
#2^^M
{\endgroup %
2598 \dosubind{cp
}{#2}{#1}}}
2600 % Define the macros used in formatting output of the sorted index material.
2602 % @printindex causes a particular index (the ??s file) to get printed.
2603 % It does not print any chapter heading (usually an @unnumbered).
2605 \def\printindex{\parsearg\doprintindex}
2606 \def\doprintindex#1{\begingroup
2607 \dobreak \chapheadingskip{10000}%
2613 % See if the index file exists and is nonempty.
2614 % Change catcode of @ here so that if the index file contains
2616 % as its first line, TeX doesn't complain about mismatched braces
2617 % (because it thinks @} is a control sequence).
2619 \openin 1 \jobname.
#1s
2621 % \enddoublecolumns gets confused if there is no text in the index,
2622 % and it loses the chapter title and the aux file entries for the
2623 % index. The easiest way to prevent this problem is to make sure
2624 % there is some text.
2625 (Index is nonexistent)
2628 % If the index file exists but is empty, then \openin leaves \ifeof
2629 % false. We have to make TeX try to read something from the file, so
2630 % it can discover if there is anything in it.
2635 % Index files are almost Texinfo source, but we use \ as the escape
2636 % character. It would be better to use @, but that's too big a change
2637 % to make right now.
2638 \def\indexbackslash{\rawbackslashxx}%
2649 % These macros are used by the sorted index file itself.
2650 % Change them to control the appearance of the index.
2653 % Some minor font changes for the special characters.
2654 \let\tentt=
\sectt \let\tt=
\sectt \let\sf=
\sectt
2656 % Remove any glue we may have, we'll be inserting our own.
2659 % We like breaks before the index initials, so insert a bonus.
2662 % Typeset the initial. Making this add up to a whole number of
2663 % baselineskips increases the chance of the dots lining up from column
2664 % to column. It still won't often be perfect, because of the stretch
2665 % we need before each entry, but it's better.
2667 % No shrink because it confuses \balancecolumns.
2668 \vskip 1.67\baselineskip plus
.5\baselineskip
2669 \leftline{\secbf #1}%
2670 \vskip .33\baselineskip plus
.1\baselineskip
2672 % Do our best not to break after the initial.
2676 % This typesets a paragraph consisting of #1, dot leaders, and then #2
2677 % flush to the right margin. It is used for index and table of contents
2678 % entries. The paragraph is indented by \leftskip.
2680 \def\entry#1#2{\begingroup
2682 % Start a new paragraph if necessary, so our assignments below can't
2683 % affect previous text.
2686 % Do not fill out the last line with white space.
2689 % No extra space above this paragraph.
2692 % Do not prefer a separate line ending with a hyphen to fewer lines.
2693 \finalhyphendemerits =
0
2695 % \hangindent is only relevant when the entry text and page number
2696 % don't both fit on one line. In that case, bob suggests starting the
2697 % dots pretty far over on the line. Unfortunately, a large
2698 % indentation looks wrong when the entry text itself is broken across
2699 % lines. So we use a small indentation and put up with long leaders.
2701 % \hangafter is reset to 1 (which is the value we want) at the start
2702 % of each paragraph, so we need not do anything with that.
2705 % When the entry text needs to be broken, just fill out the first line
2707 \rightskip =
0pt plus1fil
2709 % A bit of stretch before each entry for the benefit of balancing columns.
2712 % Start a ``paragraph'' for the index entry so the line breaking
2713 % parameters we've set above will have an effect.
2716 % Insert the text of the index entry. TeX will do line-breaking on it.
2718 % The following is kludged to not output a line of dots in the index if
2719 % there are no page numbers. The next person who breaks this will be
2720 % cursed by a Unix daemon.
2723 \edef\tempc{\tempa}%
2724 \edef\tempd{\tempb}%
2725 \ifx\tempc\tempd\
\else%
2727 % If we must, put the page number on a line of its own, and fill out
2728 % this line with blank space. (The \hfil is overwhelmed with the
2729 % fill leaders glue in \indexdotfill if the page number does fit.)
2731 \null\nobreak\indexdotfill % Have leaders before the page number.
2733 % The `\ ' here is removed by the implicit \unskip that TeX does as
2734 % part of (the primitive) \par. Without it, a spurious underfull
2736 \
#2% The page number ends the paragraph.
2741 % Like \dotfill except takes at least 1 em.
2742 \def\indexdotfill{\cleaders
2743 \hbox{$
\mathsurround=
0pt
\mkern1.5mu $
{\it .
}$
\mkern1.5mu$
}\hskip 1em plus
1fill
}
2745 \def\primary #1{\line{#1\hfil}}
2747 \newskip\secondaryindent \secondaryindent=
0.5cm
2749 \def\secondary #1#2{
2750 {\parfillskip=
0in
\parskip=
0in
2751 \hangindent =
1in
\hangafter=
1
2752 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill #2\par
2755 % Define two-column mode, which we use to typeset indexes.
2756 % Adapted from the TeXbook, page 416, which is to say,
2757 % the manmac.tex format used to print the TeXbook itself.
2761 \newdimen\doublecolumnhsize
2763 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
2764 % Grab any single-column material above us.
2765 \output =
{\global\setbox\partialpage =
\vbox{%
2767 % Here is a possibility not foreseen in manmac: if we accumulate a
2768 % whole lot of material, we might end up calling this \output
2769 % routine twice in a row (see the doublecol-lose test, which is
2770 % essentially a couple of indexes with @setchapternewpage off). In
2771 % that case, we must prevent the second \partialpage from
2772 % simply overwriting the first, causing us to lose the page.
2773 % This will preserve it until a real output routine can ship it
2774 % out. Generally, \partialpage will be empty when this runs and
2775 % this will be a no-op.
2778 % Unvbox the main output page.
2780 \kern-
\topskip \kern\baselineskip
2784 % Use the double-column output routine for subsequent pages.
2785 \output =
{\doublecolumnout}%
2787 % Change the page size parameters. We could do this once outside this
2788 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
2789 % format, but then we repeat the same computation. Repeating a couple
2790 % of assignments once per index is clearly meaningless for the
2791 % execution time, so we may as well do it in one place.
2793 % First we halve the line length, less a little for the gutter between
2794 % the columns. We compute the gutter based on the line length, so it
2795 % changes automatically with the paper format. The magic constant
2796 % below is chosen so that the gutter has the same value (well, +-<1pt)
2797 % as it did when we hard-coded it.
2799 % We put the result in a separate register, \doublecolumhsize, so we
2800 % can restore it in \pagesofar, after \hsize itself has (potentially)
2803 \doublecolumnhsize =
\hsize
2804 \advance\doublecolumnhsize by -
.04154\hsize
2805 \divide\doublecolumnhsize by
2
2806 \hsize =
\doublecolumnhsize
2808 % Double the \vsize as well. (We don't need a separate register here,
2809 % since nobody clobbers \vsize.)
2810 \advance\vsize by -
\ht\partialpage
2814 % The double-column output routine for all double-column pages except
2817 \def\doublecolumnout{%
2818 \splittopskip=
\topskip \splitmaxdepth=
\maxdepth
2819 % Get the available space for the double columns -- the normal
2820 % (undoubled) page height minus any material left over from the
2825 % box0 will be the left-hand column, box2 the right.
2826 \setbox0=
\vsplit255 to
\dimen@
\setbox2=
\vsplit255 to
\dimen@
2827 \onepageout\pagesofar
2829 \penalty\outputpenalty
2832 % Re-output the contents of the output page -- any previous material,
2833 % followed by the two boxes we just split, in box0 and box2.
2834 \advance\vsize by
\ht\partialpage
2837 \hsize =
\doublecolumnhsize
2838 \wd0=
\hsize \wd2=
\hsize
2839 \hbox to
\pagewidth{\box0\hfil\box2}%
2841 \def\enddoublecolumns{%
2843 % Split the last of the double-column material. Leave on the
2844 % current page, no automatic page break.
2847 % If we end up splitting too much material for the current page,
2848 % though, there will be another page break right after this \output
2849 % invocation ends. Having called \balancecolumns once, we do not
2850 % want to call it again. Therefore, reset \output to its normal
2851 % definition right away. (We hope \balancecolumns will never be
2852 % called on to balance too much material, but if it is, this makes
2853 % the output somewhat more palatable.)
2854 \global\output =
{\onepageout{\pagecontents\PAGE}}%
2856 % \pagegoal was set to the doubled \vsize above, since we restarted
2857 % the current page. We're now back to normal single-column
2858 % typesetting, so reset \pagegoal to the normal \vsize.
2862 \endgroup % started in \begindoublecolumns
2864 \def\balancecolumns{%
2865 % Called at the end of the double column material.
2866 \setbox0 =
\vbox{\unvbox255}% like \box255 but more efficient, see p.120.
2868 \advance\dimen@ by
\topskip
2869 \advance\dimen@ by-
\baselineskip
2870 \divide\dimen@ by
2 % target to split to
2871 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}%
2872 \splittopskip =
\topskip
2873 % Loop until we get a decent breakpoint.
2877 \global\setbox3 =
\copy0
2878 \global\setbox1 =
\vsplit3 to
\dimen@
2880 \global\advance\dimen@ by
1pt
2883 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
2884 \setbox0=
\vbox to
\dimen@
{\unvbox1}%
2885 \setbox2=
\vbox to
\dimen@
{\unvbox3}%
2889 \catcode`\@ =
\other
2892 \message{sectioning,
}
2893 % Define chapters, sections, etc.
2896 \newcount\secno \secno=
0
2897 \newcount\subsecno \subsecno=
0
2898 \newcount\subsubsecno \subsubsecno=
0
2900 % This counter is funny since it counts through charcodes of letters A, B, ...
2901 \newcount\appendixno \appendixno = `\@
2902 \def\appendixletter{\char\the\appendixno}
2904 % Each @chapter defines this as the name of the chapter.
2905 % page headings and footings can use it. @section does likewise.
2909 \newcount\absseclevel % used to calculate proper heading level
2910 \newcount\secbase\secbase=
0 % @raise/lowersections modify this count
2912 % @raisesections: treat @section as chapter, @subsection as section, etc.
2913 \def\raisesections{\global\advance\secbase by -
1}
2914 \let\up=
\raisesections % original BFox name
2916 % @lowersections: treat @chapter as section, @section as subsection, etc.
2917 \def\lowersections{\global\advance\secbase by
1}
2918 \let\down=
\lowersections % original BFox name
2920 % Choose a numbered-heading macro
2921 % #1 is heading level if unmodified by @raisesections or @lowersections
2922 % #2 is text for heading
2923 \def\numhead#1#2{\absseclevel=
\secbase\advance\absseclevel by
#1
2929 \numberedsubseczzz{#2}
2931 \numberedsubsubseczzz{#2}
2933 \ifnum \absseclevel<
0
2936 \numberedsubsubseczzz{#2}
2941 % like \numhead, but chooses appendix heading levels
2942 \def\apphead#1#2{\absseclevel=
\secbase\advance\absseclevel by
#1
2946 \appendixsectionzzz{#2}
2948 \appendixsubseczzz{#2}
2950 \appendixsubsubseczzz{#2}
2952 \ifnum \absseclevel<
0
2955 \appendixsubsubseczzz{#2}
2960 % like \numhead, but chooses numberless heading levels
2961 \def\unnmhead#1#2{\absseclevel=
\secbase\advance\absseclevel by
#1
2965 \unnumberedseczzz{#2}
2967 \unnumberedsubseczzz{#2}
2969 \unnumberedsubsubseczzz{#2}
2971 \ifnum \absseclevel<
0
2974 \unnumberedsubsubseczzz{#2}
2979 % @chapter, @appendix, @unnumbered.
2980 \def\thischaptername{No Chapter Title
}
2981 \outer\def\chapter{\parsearg\chapteryyy}
2982 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
2983 \def\chapterzzz #1{%
2984 \secno=
0 \subsecno=
0 \subsubsecno=
0
2985 \global\advance \chapno by
1 \message{\putwordChapter \the\chapno}%
2986 \chapmacro {#1}{\the\chapno}%
2987 \gdef\thissection{#1}%
2988 \gdef\thischaptername{#1}%
2989 % We don't substitute the actual chapter name into \thischapter
2990 % because we don't want its macros evaluated now.
2991 \xdef\thischapter{\putwordChapter{} \the\chapno:
\noexpand\thischaptername}%
2993 \edef\temp{\noexpand\writetocentry{\realbackslash chapentry
{\the\toks0}%
2997 \global\let\section =
\numberedsec
2998 \global\let\subsection =
\numberedsubsec
2999 \global\let\subsubsection =
\numberedsubsubsec
3002 \outer\def\appendix{\parsearg\appendixyyy}
3003 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
3004 \def\appendixzzz #1{%
3005 \secno=
0 \subsecno=
0 \subsubsecno=
0
3006 \global\advance \appendixno by
1 \message{Appendix
\appendixletter}%
3007 \chapmacro {#1}{\putwordAppendix{} \appendixletter}%
3008 \gdef\thissection{#1}%
3009 \gdef\thischaptername{#1}%
3010 \xdef\thischapter{\putwordAppendix{} \appendixletter:
\noexpand\thischaptername}%
3012 \edef\temp{\noexpand\writetocentry{\realbackslash chapentry
{\the\toks0}%
3013 {\putwordAppendix{} \appendixletter}}}%
3016 \global\let\section =
\appendixsec
3017 \global\let\subsection =
\appendixsubsec
3018 \global\let\subsubsection =
\appendixsubsubsec
3021 % @centerchap is like @unnumbered, but the heading is centered.
3022 \outer\def\centerchap{\parsearg\centerchapyyy}
3023 \def\centerchapyyy #1{{\let\unnumbchapmacro=
\centerchapmacro \unnumberedyyy{#1}}}
3025 % @top is like @unnumbered.
3026 \outer\def\top{\parsearg\unnumberedyyy}
3028 \outer\def\unnumbered{\parsearg\unnumberedyyy}
3029 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3030 \def\unnumberedzzz #1{%
3031 \secno=
0 \subsecno=
0 \subsubsecno=
0
3033 % This used to be simply \message{#1}, but TeX fully expands the
3034 % argument to \message. Therefore, if #1 contained @-commands, TeX
3035 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
3036 % expanded @cite (which turns out to cause errors because \cite is meant
3037 % to be executed, not expanded).
3039 % Anyway, we don't want the fully-expanded definition of @cite to appear
3040 % as a result of the \message, we just want `@cite' itself. We use
3041 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
3042 % simply yielding the contents of <toks register>. (We also do this for
3044 \toks0 =
{#1}\message{(
\the\toks0)
}%
3046 \unnumbchapmacro {#1}%
3047 \gdef\thischapter{#1}\gdef\thissection{#1}%
3049 \edef\temp{\noexpand\writetocentry{\realbackslash unnumbchapentry
{\the\toks0}}}%
3052 \global\let\section =
\unnumberedsec
3053 \global\let\subsection =
\unnumberedsubsec
3054 \global\let\subsubsection =
\unnumberedsubsubsec
3058 \outer\def\numberedsec{\parsearg\secyyy}
3059 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
3061 \subsecno=
0 \subsubsecno=
0 \global\advance \secno by
1 %
3062 \gdef\thissection{#1}\secheading {#1}{\the\chapno}{\the\secno}%
3064 \edef\temp{\noexpand\writetocentry{\realbackslash secentry
{\the\toks0}%
3065 {\the\chapno}{\the\secno}}}%
3071 \outer\def\appendixsection{\parsearg\appendixsecyyy}
3072 \outer\def\appendixsec{\parsearg\appendixsecyyy}
3073 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
3074 \def\appendixsectionzzz #1{%
3075 \subsecno=
0 \subsubsecno=
0 \global\advance \secno by
1 %
3076 \gdef\thissection{#1}\secheading {#1}{\appendixletter}{\the\secno}%
3078 \edef\temp{\noexpand\writetocentry{\realbackslash secentry
{\the\toks0}%
3079 {\appendixletter}{\the\secno}}}%
3085 \outer\def\unnumberedsec{\parsearg\unnumberedsecyyy}
3086 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
3087 \def\unnumberedseczzz #1{%
3088 \plainsecheading {#1}\gdef\thissection{#1}%
3090 \edef\temp{\noexpand\writetocentry{\realbackslash unnumbsecentry
{\the\toks0}}}%
3097 \outer\def\numberedsubsec{\parsearg\numberedsubsecyyy}
3098 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
3099 \def\numberedsubseczzz #1{%
3100 \gdef\thissection{#1}\subsubsecno=
0 \global\advance \subsecno by
1 %
3101 \subsecheading {#1}{\the\chapno}{\the\secno}{\the\subsecno}%
3103 \edef\temp{\noexpand\writetocentry{\realbackslash subsecentry
{\the\toks0}%
3104 {\the\chapno}{\the\secno}{\the\subsecno}}}%
3110 \outer\def\appendixsubsec{\parsearg\appendixsubsecyyy}
3111 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczzz
3112 \def\appendixsubseczzz #1{%
3113 \gdef\thissection{#1}\subsubsecno=
0 \global\advance \subsecno by
1 %
3114 \subsecheading {#1}{\appendixletter}{\the\secno}{\the\subsecno}%
3116 \edef\temp{\noexpand\writetocentry{\realbackslash subsecentry
{\the\toks0}%
3117 {\appendixletter}{\the\secno}{\the\subsecno}}}%
3123 \outer\def\unnumberedsubsec{\parsearg\unnumberedsubsecyyy}
3124 \def\unnumberedsubsecyyy #1{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
3125 \def\unnumberedsubseczzz #1{%
3126 \plainsubsecheading {#1}\gdef\thissection{#1}%
3128 \edef\temp{\noexpand\writetocentry{\realbackslash unnumbsubsecentry
%
3136 \outer\def\numberedsubsubsec{\parsearg\numberedsubsubsecyyy}
3137 \def\numberedsubsubsecyyy #1{\numhead3{#1}} % normally numberedsubsubseczzz
3138 \def\numberedsubsubseczzz #1{%
3139 \gdef\thissection{#1}\global\advance \subsubsecno by
1 %
3140 \subsubsecheading {#1}
3141 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
3143 \edef\temp{\noexpand\writetocentry{\realbackslash subsubsecentry
{\the\toks0}%
3144 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}}}%
3150 \outer\def\appendixsubsubsec{\parsearg\appendixsubsubsecyyy}
3151 \def\appendixsubsubsecyyy #1{\apphead3{#1}} % normally appendixsubsubseczzz
3152 \def\appendixsubsubseczzz #1{%
3153 \gdef\thissection{#1}\global\advance \subsubsecno by
1 %
3154 \subsubsecheading {#1}
3155 {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
3157 \edef\temp{\noexpand\writetocentry{\realbackslash subsubsecentry
{\the\toks0}%
3158 {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}}}%
3164 \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubsecyyy}
3165 \def\unnumberedsubsubsecyyy #1{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
3166 \def\unnumberedsubsubseczzz #1{%
3167 \plainsubsubsecheading {#1}\gdef\thissection{#1}%
3169 \edef\temp{\noexpand\writetocentry{\realbackslash unnumbsubsubsecentry
%
3176 % These are variants which are not "outer", so they can appear in @ifinfo.
3177 % Actually, they should now be obsolete; ordinary section commands should work.
3178 \def\infotop{\parsearg\unnumberedzzz}
3179 \def\infounnumbered{\parsearg\unnumberedzzz}
3180 \def\infounnumberedsec{\parsearg\unnumberedseczzz}
3181 \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
3182 \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
3184 \def\infoappendix{\parsearg\appendixzzz}
3185 \def\infoappendixsec{\parsearg\appendixseczzz}
3186 \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
3187 \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
3189 \def\infochapter{\parsearg\chapterzzz}
3190 \def\infosection{\parsearg\sectionzzz}
3191 \def\infosubsection{\parsearg\subsectionzzz}
3192 \def\infosubsubsection{\parsearg\subsubsectionzzz}
3194 % These macros control what the section commands do, according
3195 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
3196 % Define them by default for a numbered chapter.
3197 \global\let\section =
\numberedsec
3198 \global\let\subsection =
\numberedsubsec
3199 \global\let\subsubsection =
\numberedsubsubsec
3201 % Define @majorheading, @heading and @subheading
3203 % NOTE on use of \vbox for chapter headings, section headings, and such:
3204 % 1) We use \vbox rather than the earlier \line to permit
3205 % overlong headings to fold.
3206 % 2) \hyphenpenalty is set to 10000 because hyphenation in a
3207 % heading is obnoxious; this forbids it.
3208 % 3) Likewise, headings look best if no \parindent is used, and
3209 % if justification is not attempted. Hence \raggedright.
3212 \def\majorheading{\parsearg\majorheadingzzz}
3213 \def\majorheadingzzz #1{%
3214 {\advance\chapheadingskip by
10pt
\chapbreak }%
3215 {\chapfonts \vbox{\hyphenpenalty=
10000\tolerance=
5000
3216 \parindent=
0pt
\raggedright
3217 \rm #1\hfill}}\bigskip \par\penalty 200}
3219 \def\chapheading{\parsearg\chapheadingzzz}
3220 \def\chapheadingzzz #1{\chapbreak %
3221 {\chapfonts \vbox{\hyphenpenalty=
10000\tolerance=
5000
3222 \parindent=
0pt
\raggedright
3223 \rm #1\hfill}}\bigskip \par\penalty 200}
3225 % @heading, @subheading, @subsubheading.
3226 \def\heading{\parsearg\plainsecheading}
3227 \def\subheading{\parsearg\plainsubsecheading}
3228 \def\subsubheading{\parsearg\plainsubsubsecheading}
3230 % These macros generate a chapter, section, etc. heading only
3231 % (including whitespace, linebreaking, etc. around it),
3232 % given all the information in convenient, parsed form.
3234 %%% Args are the skip and penalty (usually negative)
3235 \def\dobreak#1#2{\par\ifdim\lastskip<
#1\removelastskip\penalty#2\vskip#1\fi}
3237 \def\setchapterstyle #1 {\csname CHAPF
#1\endcsname}
3239 %%% Define plain chapter starts, and page on/off switching for it
3240 % Parameter controlling skip before chapter headings (if needed)
3242 \newskip\chapheadingskip
3244 \def\chapbreak{\dobreak \chapheadingskip {-
4000}}
3245 \def\chappager{\par\vfill\supereject}
3246 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to
0pt
{} \chappager\fi}
3248 \def\setchapternewpage #1 {\csname CHAPPAG
#1\endcsname}
3251 \global\let\contentsalignmacro =
\chappager
3252 \global\let\pchapsepmacro=
\chapbreak
3253 \global\let\pagealignmacro=
\chappager}
3256 \global\let\contentsalignmacro =
\chappager
3257 \global\let\pchapsepmacro=
\chappager
3258 \global\let\pagealignmacro=
\chappager
3259 \global\def\HEADINGSon{\HEADINGSsingle}}
3262 \global\let\contentsalignmacro =
\chapoddpage
3263 \global\let\pchapsepmacro=
\chapoddpage
3264 \global\let\pagealignmacro=
\chapoddpage
3265 \global\def\HEADINGSon{\HEADINGSdouble}}
3270 \global\let\chapmacro=
\chfplain
3271 \global\let\unnumbchapmacro=
\unnchfplain
3272 \global\let\centerchapmacro=
\centerchfplain}
3274 % Plain chapter opening.
3275 % #1 is the text, #2 the chapter number or empty if unnumbered.
3281 \setbox0 =
\hbox{#2\ifx\chapnum\empty\else\enspace\fi}%
3282 \vbox{\hyphenpenalty=
10000 \tolerance=
5000 \parindent=
0pt
\raggedright
3283 \hangindent =
\wd0 \centerparametersmaybe
3286 \nobreak\bigskip % no page break after a chapter title
3290 % Plain opening for unnumbered.
3291 \def\unnchfplain#1{\chfplain{#1}{}}
3293 % @centerchap -- centered and unnumbered.
3294 \let\centerparametersmaybe =
\relax
3295 \def\centerchfplain#1{{%
3296 \def\centerparametersmaybe{%
3297 \advance\rightskip by
3\rightskip
3298 \leftskip =
\rightskip
3304 \CHAPFplain % The default
3306 \def\unnchfopen #1{%
3307 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=
10000\tolerance=
5000
3308 \parindent=
0pt
\raggedright
3309 \rm #1\hfill}}\bigskip \par\nobreak
3312 \def\chfopen #1#2{\chapoddpage {\chapfonts
3313 \vbox to
3in
{\vfil \hbox to
\hsize{\hfil #2} \hbox to
\hsize{\hfil #1} \vfil}}%
3317 \def\centerchfopen #1{%
3318 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=
10000\tolerance=
5000
3320 \hfill {\rm #1}\hfill}}\bigskip \par\nobreak
3324 \global\let\chapmacro=
\chfopen
3325 \global\let\unnumbchapmacro=
\unnchfopen
3326 \global\let\centerchapmacro=
\centerchfopen}
3330 \newskip\secheadingskip
3331 \def\secheadingbreak{\dobreak \secheadingskip {-
1000}}
3332 \def\secheading#1#2#3{\sectionheading{sec
}{#2.
#3}{#1}}
3333 \def\plainsecheading#1{\sectionheading{sec
}{}{#1}}
3335 % Subsection titles.
3336 \newskip \subsecheadingskip
3337 \def\subsecheadingbreak{\dobreak \subsecheadingskip {-
500}}
3338 \def\subsecheading#1#2#3#4{\sectionheading{subsec
}{#2.
#3.
#4}{#1}}
3339 \def\plainsubsecheading#1{\sectionheading{subsec
}{}{#1}}
3341 % Subsubsection titles.
3342 \let\subsubsecheadingskip =
\subsecheadingskip
3343 \let\subsubsecheadingbreak =
\subsecheadingbreak
3344 \def\subsubsecheading#1#2#3#4#5{\sectionheading{subsubsec
}{#2.
#3.
#4.
#5}{#1}}
3345 \def\plainsubsubsecheading#1{\sectionheading{subsubsec
}{}{#1}}
3348 % Print any size section title.
3350 % #1 is the section type (sec/subsec/subsubsec), #2 is the section
3351 % number (maybe empty), #3 the text.
3352 \def\sectionheading#1#2#3{%
3354 \expandafter\advance\csname #1headingskip
\endcsname by
\parskip
3355 \csname #1headingbreak
\endcsname
3358 % Switch to the right set of fonts.
3359 \csname #1fonts
\endcsname \rm
3361 % Only insert the separating space if we have a section number.
3363 \setbox0 =
\hbox{#2\ifx\secnum\empty\else\enspace\fi}%
3365 \vbox{\hyphenpenalty=
10000 \tolerance=
5000 \parindent=
0pt
\raggedright
3366 \hangindent =
\wd0 % zero if no section number
3369 \ifdim\parskip<
10pt
\nobreak\kern10pt\nobreak\kern-
\parskip\fi \nobreak
3376 % Write an entry to the toc file, opening it if necessary.
3377 % Called from @chapter, etc. We supply {\folio} at the end of the
3378 % argument, which will end up as the last argument to the \...entry macro.
3380 % We open the .toc file here instead of at @setfilename or any other
3381 % given time so that @contents can be put in the document anywhere.
3383 \newif\iftocfileopened
3384 \def\writetocentry#1{%
3385 \iftocfileopened\else
3386 \immediate\openout\tocfile =
\jobname.toc
3387 \global\tocfileopenedtrue
3389 \iflinks \write\tocfile{#1{\folio}}\fi
3392 % Finish up the main text and prepare to read what we've written
3394 \newskip\contentsrightmargin \contentsrightmargin=
1in
3395 \newcount\savepageno
3396 \def\startcontents#1{%
3397 % If @setchapternewpage on, and @headings double, the contents should
3398 % start on an odd page, unlike chapters. Thus, we maintain
3399 % \contentsalignmacro in parallel with \pagealignmacro.
3400 % From: Torbjorn Granlund <tege@matematik.su.se>
3402 \immediate\closeout\tocfile
3404 % Don't need to put `Contents' or `Short Contents' in the headline.
3405 % It is abundantly clear what they are.
3406 \unnumbchapmacro{#1}\def\thischapter{}%
3407 \savepageno =
\pageno
3408 \begingroup % Set up to handle contents files properly.
3409 \catcode`\\=
0 \catcode`\
{=
1 \catcode`\
}=
2 \catcode`\@=
11
3410 % We can't do this, because then an actual ^ in a section
3411 % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97.
3412 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
3413 \raggedbottom % Worry more about breakpoints than the bottom.
3414 \advance\hsize by -
\contentsrightmargin % Don't use the full line length.
3416 % Roman numerals for page numbers.
3417 \ifnum \pageno>
0 \pageno = -
1 \fi
3421 % Normal (long) toc.
3423 \startcontents{\putwordTableofContents}%
3424 \openin 1 \jobname.toc
3431 \pageno =
\savepageno
3434 % And just the chapters.
3435 \def\summarycontents{%
3436 \startcontents{\putwordShortContents}%
3438 \let\chapentry =
\shortchapentry
3439 \let\unnumbchapentry =
\shortunnumberedentry
3440 % We want a true roman here for the page numbers.
3442 \let\rm=
\shortcontrm \let\bf=
\shortcontbf \let\sl=
\shortcontsl
3444 \hyphenpenalty =
10000
3445 \advance\baselineskip by
1pt
% Open it up a little.
3446 \def\secentry #
#1#
#2#
#3#
#4{}
3447 \def\unnumbsecentry #
#1#
#2{}
3448 \def\subsecentry #
#1#
#2#
#3#
#4#
#5{}
3449 \def\unnumbsubsecentry #
#1#
#2{}
3450 \def\subsubsecentry #
#1#
#2#
#3#
#4#
#5#
#6{}
3451 \def\unnumbsubsubsecentry #
#1#
#2{}
3452 \openin 1 \jobname.toc
3459 \pageno =
\savepageno
3461 \let\shortcontents =
\summarycontents
3463 % These macros generate individual entries in the table of contents.
3464 % The first argument is the chapter or section name.
3465 % The last argument is the page number.
3466 % The arguments in between are the chapter number, section number, ...
3468 % Chapter-level things, for both the long and short contents.
3469 \def\chapentry#1#2#3{\dochapentry{#2\labelspace#1}{#3}}
3471 % See comments in \dochapentry re vbox and related settings
3472 \def\shortchapentry#1#2#3{%
3473 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno{#3}}%
3476 % Typeset the label for a chapter or appendix for the short contents.
3477 % The arg is, e.g. `Appendix A' for an appendix, or `3' for a chapter.
3478 % We could simplify the code here by writing out an \appendixentry
3479 % command in the toc file for appendices, instead of using \chapentry
3480 % for both, but it doesn't seem worth it.
3481 \setbox0 =
\hbox{\shortcontrm \putwordAppendix }
3482 \newdimen\shortappendixwidth \shortappendixwidth =
\wd0
3484 \def\shortchaplabel#1{%
3485 % We typeset #1 in a box of constant width, regardless of the text of
3486 % #1, so the chapter titles will come out aligned.
3487 \setbox0 =
\hbox{#1}%
3488 \dimen0 =
\ifdim\wd0 >
\shortappendixwidth \shortappendixwidth \else 0pt
\fi
3490 % This space should be plenty, since a single number is .5em, and the
3491 % widest letter (M) is 1em, at least in the Computer Modern fonts.
3492 % (This space doesn't include the extra space that gets added after
3493 % the label; that gets put in by \shortchapentry above.)
3494 \advance\dimen0 by
1.1em
3495 \hbox to
\dimen0{#1\hfil}%
3498 \def\unnumbchapentry#1#2{\dochapentry{#1}{#2}}
3499 \def\shortunnumberedentry#1#2{\tocentry{#1}{\doshortpageno{#2}}}
3502 \def\secentry#1#2#3#4{\dosecentry{#2.
#3\labelspace#1}{#4}}
3503 \def\unnumbsecentry#1#2{\dosecentry{#1}{#2}}
3506 \def\subsecentry#1#2#3#4#5{\dosubsecentry{#2.
#3.
#4\labelspace#1}{#5}}
3507 \def\unnumbsubsecentry#1#2{\dosubsecentry{#1}{#2}}
3509 % And subsubsections.
3510 \def\subsubsecentry#1#2#3#4#5#6{%
3511 \dosubsubsecentry{#2.
#3.
#4.
#5\labelspace#1}{#6}}
3512 \def\unnumbsubsubsecentry#1#2{\dosubsubsecentry{#1}{#2}}
3514 % This parameter controls the indentation of the various levels.
3515 \newdimen\tocindent \tocindent =
3pc
3517 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
3520 % If the toc has to be broken over pages, we want it to be at chapters
3521 % if at all possible; hence the \penalty.
3522 \def\dochapentry#1#2{%
3523 \penalty-
300 \vskip1\baselineskip plus
.33\baselineskip minus
.25\baselineskip
3526 \tocentry{#1}{\dopageno{#2}}%
3528 \nobreak\vskip .25\baselineskip plus
.1\baselineskip
3531 \def\dosecentry#1#2{\begingroup
3532 \secentryfonts \leftskip=
\tocindent
3533 \tocentry{#1}{\dopageno{#2}}%
3536 \def\dosubsecentry#1#2{\begingroup
3537 \subsecentryfonts \leftskip=
2\tocindent
3538 \tocentry{#1}{\dopageno{#2}}%
3541 \def\dosubsubsecentry#1#2{\begingroup
3542 \subsubsecentryfonts \leftskip=
3\tocindent
3543 \tocentry{#1}{\dopageno{#2}}%
3546 % Final typesetting of a toc entry; we use the same \entry macro as for
3547 % the index entries, but we want to suppress hyphenation here. (We
3548 % can't do that in the \entry macro, since index entries might consist
3549 % of hyphenated-identifiers-that-do-not-fit-on-a-line-and-nothing-else.)
3550 \def\tocentry#1#2{\begingroup
3551 \vskip 0pt plus1pt
% allow a little stretch for the sake of nice page breaks
3552 % Do not use \turnoffactive in these arguments. Since the toc is
3553 % typeset in cmr, so characters such as _ would come out wrong; we
3554 % have to do the usual translation tricks.
3558 % Space between chapter (or whatever) number and the title.
3559 \def\labelspace{\hskip1em \relax}
3561 \def\dopageno#1{{\rm #1}}
3562 \def\doshortpageno#1{{\rm #1}}
3564 \def\chapentryfonts{\secfonts \rm}
3565 \def\secentryfonts{\textfonts}
3566 \let\subsecentryfonts =
\textfonts
3567 \let\subsubsecentryfonts =
\textfonts
3570 \message{environments,
}
3572 % Since these characters are used in examples, it should be an even number of
3573 % \tt widths. Each \tt character is 1en, so two makes it 1em.
3574 % Furthermore, these definitions must come after we define our fonts.
3575 \newbox\dblarrowbox \newbox\longdblarrowbox
3576 \newbox\pushcharbox \newbox\bullbox
3577 \newbox\equivbox \newbox\errorbox
3580 %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
3581 %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
3582 %\global\setbox\pushcharbox = \hbox to 1em{\hfil$\dashv$\hfil}
3583 %\global\setbox\equivbox = \hbox to 1em{\hfil$\ptexequiv$\hfil}
3584 % Adapted from the manmac format (p.420 of TeXbook)
3585 %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
3589 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
3591 \def\result{\leavevmode\raise.15ex
\hbox to
1em
{\hfil$
\Rightarrow$
\hfil}}
3592 \def\expansion{\leavevmode\raise.1ex
\hbox to
1em
{\hfil$
\mapsto$
\hfil}}
3593 \def\print{\leavevmode\lower.1ex
\hbox to
1em
{\hfil$
\dashv$
\hfil}}
3594 \def\equiv{\leavevmode\lower.1ex
\hbox to
1em
{\hfil$
\ptexequiv$
\hfil}}
3596 % Adapted from the TeXbook's \boxit.
3597 {\tentt \global\dimen0 =
3em
}% Width of the box.
3598 \dimen2 =
.55pt
% Thickness of rules
3599 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
3600 \setbox0 =
\hbox{\kern-
.75pt
\tensf error
\kern-
1.5pt
}
3602 \global\setbox\errorbox=
\hbox to
\dimen0{\hfil
3603 \hsize =
\dimen0 \advance\hsize by -
5.8pt
% Space to left+right.
3604 \advance\hsize by -
2\dimen2 % Rules.
3606 \hrule height
\dimen2
3607 \hbox{\vrule width
\dimen2 \kern3pt % Space to left of text.
3608 \vtop{\kern2.4pt
\box0 \kern2.4pt
}% Space above/below.
3609 \kern3pt\vrule width
\dimen2}% Space to right.
3610 \hrule height
\dimen2}
3613 % The @error{} command.
3614 \def\error{\leavevmode\lower.7ex
\copy\errorbox}
3616 % @tex ... @end tex escapes into raw Tex temporarily.
3617 % One exception: @ is still an escape character, so that @end tex works.
3618 % But \@ or @@ will get a plain tex @ character.
3620 \def\tex{\begingroup
3621 \catcode `\\=
0 \catcode `\
{=
1 \catcode `\
}=
2
3622 \catcode `\$=
3 \catcode `\&=
4 \catcode `\#=
6
3623 \catcode `\^=
7 \catcode `
\_=
8 \catcode `\~=
13 \let~=
\tie
3625 \catcode 43=
12 % plus
3634 \let\bullet=
\ptexbullet
3639 \let\equiv=
\ptexequiv
3648 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
3649 \def\enddots{\relax\ifmmode\endldots\else$
\mathsurround=
0pt
\endldots\,$
\fi}%
3651 \let\Etex=
\endgroup}
3653 % Define @lisp ... @endlisp.
3654 % @lisp does a \begingroup so it can rebind things,
3655 % including the definition of @endlisp (which normally is erroneous).
3657 % Amount to narrow the margins by for @lisp.
3658 \newskip\lispnarrowing \lispnarrowing=
0.4in
3660 % This is the definition that ^^M gets inside @lisp, @example, and other
3661 % such environments. \null is better than a space, since it doesn't
3663 \def\lisppar{\null\endgraf}
3665 % Make each space character in the input produce a normal interword
3666 % space in the output. Don't allow a line break at this space, as this
3667 % is used only in environments like @example, where each line of input
3668 % should produce a line of output anyway.
3671 \gdef\sepspaces{\obeyspaces\let =
\tie}}
3673 % Define \obeyedspace to be our active space, whatever it is. This is
3674 % for use in \parsearg.
3676 \global\let\obeyedspace=
}
3678 % This space is always present above and below environments.
3679 \newskip\envskipamount \envskipamount =
0pt
3681 % Make spacing and below environment symmetrical. We use \parskip here
3682 % to help in doing that, since in @example-like environments \parskip
3683 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
3684 % start of the next paragraph will insert \parskip
3686 \def\aboveenvbreak{{\advance\envskipamount by
\parskip
3687 \endgraf \ifdim\lastskip<
\envskipamount
3688 \removelastskip \penalty-
50 \vskip\envskipamount \fi}}
3690 \let\afterenvbreak =
\aboveenvbreak
3692 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3693 \let\nonarrowing=
\relax
3695 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
3696 % environment contents.
3697 \font\circle=lcircle10
3699 \newdimen\cartouter\newdimen\cartinner
3700 \newskip\normbskip\newskip\normpskip\newskip\normlskip
3701 \circthick=
\fontdimen8\circle
3703 \def\ctl{{\circle\char'
013\hskip -
6pt
}}% 6pt from pl file: 1/2charwidth
3704 \def\ctr{{\hskip 6pt
\circle\char'
010}}
3705 \def\cbl{{\circle\char'
012\hskip -
6pt
}}
3706 \def\cbr{{\hskip 6pt
\circle\char'
011}}
3707 \def\carttop{\hbox to
\cartouter{\hskip\lskip
3708 \ctl\leaders\hrule height
\circthick\hfil\ctr
3710 \def\cartbot{\hbox to
\cartouter{\hskip\lskip
3711 \cbl\leaders\hrule height
\circthick\hfil\cbr
3714 \newskip\lskip\newskip\rskip
3716 \long\def\cartouche{%
3718 \lskip=
\leftskip \rskip=
\rightskip
3719 \leftskip=
0pt
\rightskip=
0pt
%we want these *outside*.
3720 \cartinner=
\hsize \advance\cartinner by-
\lskip
3721 \advance\cartinner by-
\rskip
3723 \advance\cartouter by
18.4pt
% allow for 3pt kerns on either
3724 % side, and for 6pt waste from
3725 % each corner char, and rule thickness
3726 \normbskip=
\baselineskip \normpskip=
\parskip \normlskip=
\lineskip
3727 % Flag to tell @lisp, etc., not to narrow margin.
3728 \let\nonarrowing=
\comment
3730 \baselineskip=
0pt
\parskip=
0pt
\lineskip=
0pt
3739 \baselineskip=
\normbskip
3740 \lineskip=
\normlskip
3756 % This macro is called at the beginning of all the @example variants,
3760 \inENV % This group ends at the end of the body
3761 \hfuzz =
12pt
% Don't be fussy
3762 \sepspaces % Make spaces be word-separators rather than space tokens.
3764 \let\par =
\lisppar % don't ignore blank lines
3765 \obeylines % each line of input is a line of output
3768 \emergencystretch =
0pt
% don't try to avoid overfull boxes
3769 % @cartouche defines \nonarrowing to inhibit narrowing
3770 % at next level down.
3771 \ifx\nonarrowing\relax
3772 \advance \leftskip by
\lispnarrowing
3773 \exdentamount=
\lispnarrowing
3774 \let\exdent=
\nofillexdent
3775 \let\nonarrowing=
\relax
3779 % Define the \E... control sequence only if we are inside the particular
3780 % environment, so the error checking in \end will work.
3782 % To end an @example-like environment, we first end the paragraph (via
3783 % \afterenvbreak's vertical glue), and then the group. That way we keep
3784 % the zero \parskip that the environments set -- \parskip glue will be
3785 % inserted at the beginning of the next paragraph in the document, after
3788 \def\nonfillfinish{\afterenvbreak\endgroup}
3790 % @lisp: indented, narrowed, typewriter font.
3791 \def\lisp{\begingroup
3793 \let\Elisp =
\nonfillfinish
3795 \let\kbdfont =
\kbdexamplefont % Allow @kbd to do something special.
3796 \gobble % eat return
3799 % @example: Same as @lisp.
3800 \def\example{\begingroup \def\Eexample{\nonfillfinish\endgroup}\lisp}
3802 % @small... is usually equivalent to the non-small (@smallbook
3803 % redefines). We must call \example (or whatever) last in the
3804 % definition, since it reads the return following the @example (or
3805 % whatever) command.
3807 % This actually allows (for example) @end display inside an
3808 % @smalldisplay. Too bad, but makeinfo will catch the error anyway.
3810 \def\smalldisplay{\begingroup\def\Esmalldisplay{\nonfillfinish\endgroup}\display}
3811 \def\smallexample{\begingroup\def\Esmallexample{\nonfillfinish\endgroup}\lisp}
3812 \def\smallformat{\begingroup\def\Esmallformat{\nonfillfinish\endgroup}\format}
3813 \def\smalllisp{\begingroup\def\Esmalllisp{\nonfillfinish\endgroup}\lisp}
3815 % Real @smallexample and @smalllisp (when @smallbook): use smaller fonts.
3816 % Originally contributed by Pavel@xerox.
3817 \def\smalllispx{\begingroup
3818 \def\Esmalllisp{\nonfillfinish\endgroup}%
3819 \def\Esmallexample{\nonfillfinish\endgroup}%
3824 % @display: same as @lisp except keep current font.
3826 \def\display{\begingroup
3828 \let\Edisplay =
\nonfillfinish
3832 % @smalldisplay (when @smallbook): @display plus smaller fonts.
3834 \def\smalldisplayx{\begingroup
3835 \def\Esmalldisplay{\nonfillfinish\endgroup}%
3840 % @format: same as @display except don't narrow margins.
3842 \def\format{\begingroup
3843 \let\nonarrowing = t
3845 \let\Eformat =
\nonfillfinish
3849 % @smallformat (when @smallbook): @format plus smaller fonts.
3851 \def\smallformatx{\begingroup
3852 \def\Esmallformat{\nonfillfinish\endgroup}%
3857 % @flushleft (same as @format).
3859 \def\flushleft{\begingroup \def\Eflushleft{\nonfillfinish\endgroup}\format}
3863 \def\flushright{\begingroup
3864 \let\nonarrowing = t
3866 \let\Eflushright =
\nonfillfinish
3867 \advance\leftskip by
0pt plus
1fill
3871 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
3872 % and narrows the margins.
3875 \begingroup\inENV %This group ends at the end of the @quotation body
3876 {\parskip=
0pt
\aboveenvbreak}% because \aboveenvbreak inserts \parskip
3879 % We have retained a nonzero parskip for the environment, since we're
3880 % doing normal filling. So to avoid extra space below the environment...
3881 \def\Equotation{\parskip =
0pt
\nonfillfinish}%
3883 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
3884 \ifx\nonarrowing\relax
3885 \advance\leftskip by
\lispnarrowing
3886 \advance\rightskip by
\lispnarrowing
3887 \exdentamount =
\lispnarrowing
3888 \let\nonarrowing =
\relax
3894 % Define formatter for defuns
3895 % First, allow user to change definition object font (\df) internally
3896 \def\setdeffont #1 {\csname DEF
#1\endcsname}
3898 \newskip\defbodyindent \defbodyindent=
.4in
3899 \newskip\defargsindent \defargsindent=
50pt
3900 \newskip\deftypemargin \deftypemargin=
12pt
3901 \newskip\deflastargmargin \deflastargmargin=
18pt
3903 \newcount\parencount
3904 % define \functionparens, which makes ( and ) and & do special things.
3905 % \functionparens affects the group it is contained in.
3907 \catcode`\(=
\active \catcode`\)=
\active \catcode`\&=
\active
3908 \catcode`\
[=
\active \catcode`\
]=
\active}
3910 % Make control sequences which act like normal parenthesis chars.
3911 \let\lparen = (
\let\rparen = )
3913 {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
3915 % Be sure that we always have a definition for `(', etc. For example,
3916 % if the fn name has parens in it, \boldbrax will not be in effect yet,
3917 % so TeX would otherwise complain about undefined control sequence.
3918 \global\let(=
\lparen \global\let)=
\rparen
3919 \global\let[=
\lbrack \global\let]=
\rbrack
3921 \gdef\functionparens{\boldbrax\let&=
\amprm\parencount=
0 }
3922 \gdef\boldbrax{\let(=
\opnr\let)=
\clnr\let[=
\lbrb\let]=
\rbrb}
3923 % This is used to turn on special parens
3924 % but make & act ordinary (given that it's active).
3925 \gdef\boldbraxnoamp{\let(=
\opnr\let)=
\clnr\let[=
\lbrb\let]=
\rbrb\let&=
\ampnr}
3927 % Definitions of (, ) and & used in args for functions.
3928 % This is the definition of ( outside of all parentheses.
3929 \gdef\oprm#1 {{\rm\char`\(
}#1 \bf \let(=
\opnested
3930 \global\advance\parencount by
1
3933 % This is the definition of ( when already inside a level of parens.
3934 \gdef\opnested{\char`\(
\global\advance\parencount by
1 }
3936 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
3937 % also in that case restore the outer-level definition of (.
3938 \ifnum \parencount=
1 {\rm \char `\)
}\sl \let(=
\oprm \else \char `\)
\fi
3939 \global\advance \parencount by -
1 }
3940 % If we encounter &foo, then turn on ()-hacking afterwards
3941 \gdef\amprm#1 {{\rm\&
#1}\let(=
\oprm \let)=
\clrm\
}
3943 \gdef\normalparens{\boldbrax\let&=
\ampnr}
3944 } % End of definition inside \activeparens
3945 %% These parens (in \boldbrax) actually are a little bolder than the
3946 %% contained text. This is especially needed for [ and ]
3947 \def\opnr{{\sf\char`\(
}\global\advance\parencount by
1 }
3948 \def\clnr{{\sf\char`\)
}\global\advance\parencount by -
1 }
3950 \def\lbrb{{\bf\char`\
[}}
3951 \def\rbrb{{\bf\char`\
]}}
3953 % First, defname, which formats the header line itself.
3954 % #1 should be the function name.
3955 % #2 should be the type of definition, such as "Function".
3958 % Get the values of \leftskip and \rightskip as they were
3959 % outside the @def...
3961 \advance\dimen2 by -
\defbodyindent
3963 \advance\dimen3 by -
\defbodyindent
3965 \setbox0=
\hbox{\hskip \deflastargmargin{\rm #2}\hskip \deftypemargin}%
3966 \dimen0=
\hsize \advance \dimen0 by -
\wd0 % compute size for first line
3967 \dimen1=
\hsize \advance \dimen1 by -
\defargsindent %size for continuations
3968 \parshape 2 0in
\dimen0 \defargsindent \dimen1 %
3969 % Now output arg 2 ("Function" or some such)
3970 % ending at \deftypemargin from the right margin,
3971 % but stuck inside a box of width 0 so it does not interfere with linebreaking
3972 {% Adjust \hsize to exclude the ambient margins,
3973 % so that \rightline will obey them.
3974 \advance \hsize by -
\dimen2 \advance \hsize by -
\dimen3
3975 \rlap{\rightline{{\rm #2}\hskip \deftypemargin}}}%
3976 % Make all lines underfull and no complaints:
3977 \tolerance=
10000 \hbadness=
10000
3978 \advance\leftskip by -
\defbodyindent
3979 \exdentamount=
\defbodyindent
3980 {\df #1}\enskip % Generate function name
3983 % Actually process the body of a definition
3984 % #1 should be the terminating control sequence, such as \Edefun.
3985 % #2 should be the "another name" control sequence, such as \defunx.
3986 % #3 should be the control sequence that actually processes the header,
3987 % such as \defunheader.
3989 \def\defparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
3991 % Define the end token that this defining construct specifies
3992 % so that it will exit this group.
3993 \def#1{\endgraf\endgroup\medbreak}%
3994 \def#2{\begingroup\obeylines\activeparens\spacesplit#3}%
3996 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
3997 \exdentamount=
\defbodyindent
3999 \catcode 61=
\active % 61 is `='
4000 \obeylines\activeparens\spacesplit#3}
4002 % #1 is the \E... control sequence to end the definition (which we define).
4003 % #2 is the \...x control sequence for consecutive fns (which we define).
4004 % #3 is the control sequence to call to resume processing.
4005 % #4, delimited by the space, is the class name.
4007 \def\defmethparsebody#1#2#3#4 {\begingroup\inENV %
4009 % Define the end token that this defining construct specifies
4010 % so that it will exit this group.
4011 \def#1{\endgraf\endgroup\medbreak}%
4012 \def#2#
#1 {\begingroup\obeylines\activeparens\spacesplit{#3{#
#1}}}%
4014 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4015 \exdentamount=
\defbodyindent
4016 \begingroup\obeylines\activeparens\spacesplit{#3{#4}}}
4018 % @deftypemethod has an extra argument that nothing else does. Sigh.
4019 % #1 is the \E... control sequence to end the definition (which we define).
4020 % #2 is the \...x control sequence for consecutive fns (which we define).
4021 % #3 is the control sequence to call to resume processing.
4022 % #4, delimited by the space, is the class name.
4023 % #5 is the method's return type.
4025 \def\deftypemethparsebody#1#2#3#4 #5 {\begingroup\inENV %
4027 % Define the end token that this defining construct specifies
4028 % so that it will exit this group.
4029 \def#1{\endgraf\endgroup\medbreak}%
4030 \def#2#
#1 #
#2 {\begingroup\obeylines\activeparens\spacesplit{#3{#
#1}{#
#2}}}%
4032 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4033 \exdentamount=
\defbodyindent
4034 \begingroup\obeylines\activeparens\spacesplit{#3{#4}{#5}}}
4036 \def\defopparsebody #1#2#3#4#5 {\begingroup\inENV %
4038 % Define the end token that this defining construct specifies
4039 % so that it will exit this group.
4040 \def#1{\endgraf\endgroup\medbreak}%
4041 \def#2#
#1 #
#2 {\def#4{#
#1}%
4042 \begingroup\obeylines\activeparens\spacesplit{#3{#
#2}}}%
4044 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4045 \exdentamount=
\defbodyindent
4046 \begingroup\obeylines\activeparens\spacesplit{#3{#5}}}
4048 % These parsing functions are similar to the preceding ones
4049 % except that they do not make parens into active characters.
4050 % These are used for "variables" since they have no arguments.
4052 \def\defvarparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
4054 % Define the end token that this defining construct specifies
4055 % so that it will exit this group.
4056 \def#1{\endgraf\endgroup\medbreak}%
4057 \def#2{\begingroup\obeylines\spacesplit#3}%
4059 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4060 \exdentamount=
\defbodyindent
4062 \catcode 61=
\active %
4063 \obeylines\spacesplit#3}
4065 % This is used for \def{tp,vr}parsebody. It could probably be used for
4066 % some of the others, too, with some judicious conditionals.
4068 \def\parsebodycommon#1#2#3{%
4071 % Define the end token that this defining construct specifies
4072 % so that it will exit this group.
4073 \def#1{\endgraf\endgroup\medbreak}%
4074 \def#2#
#1 {\begingroup\obeylines\spacesplit{#3{#
#1}}}%
4076 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4077 \exdentamount=
\defbodyindent
4078 \begingroup\obeylines
4081 \def\defvrparsebody#1#2#3#4 {%
4082 \parsebodycommon{#1}{#2}{#3}%
4083 \spacesplit{#3{#4}}%
4086 % This loses on `@deftp {Data Type} {struct termios}' -- it thinks the
4087 % type is just `struct', because we lose the braces in `{struct
4088 % termios}' when \spacesplit reads its undelimited argument. Sigh.
4089 % \let\deftpparsebody=\defvrparsebody
4091 % So, to get around this, we put \empty in with the type name. That
4092 % way, TeX won't find exactly `{...}' as an undelimited argument, and
4093 % won't strip off the braces.
4095 \def\deftpparsebody #1#2#3#4 {%
4096 \parsebodycommon{#1}{#2}{#3}%
4097 \spacesplit{\parsetpheaderline{#3{#4}}}\empty
4100 % Fine, but then we have to eventually remove the \empty *and* the
4101 % braces (if any). That's what this does.
4103 \def\removeemptybraces\empty#1\relax{#1}
4105 % After \spacesplit has done its work, this is called -- #1 is the final
4106 % thing to call, #2 the type name (which starts with \empty), and #3
4107 % (which might be empty) the arguments.
4109 \def\parsetpheaderline#1#2#3{%
4110 #1{\removeemptybraces#2\relax}{#3}%
4113 \def\defopvarparsebody #1#2#3#4#5 {\begingroup\inENV %
4115 % Define the end token that this defining construct specifies
4116 % so that it will exit this group.
4117 \def#1{\endgraf\endgroup\medbreak}%
4118 \def#2#
#1 #
#2 {\def#4{#
#1}%
4119 \begingroup\obeylines\spacesplit{#3{#
#2}}}%
4121 \advance\leftskip by
\defbodyindent \advance \rightskip by
\defbodyindent
4122 \exdentamount=
\defbodyindent
4123 \begingroup\obeylines\spacesplit{#3{#5}}}
4125 % Split up #2 at the first space token.
4126 % call #1 with two arguments:
4127 % the first is all of #2 before the space token,
4128 % the second is all of #2 after that space token.
4129 % If #2 contains no space token, all of it is passed as the first arg
4130 % and the second is passed as empty.
4133 \gdef\spacesplit#1#2^^M
{\endgroup\spacesplitfoo{#1}#2 \relax\spacesplitfoo}%
4134 \long\gdef\spacesplitfoo#1#2 #3#4\spacesplitfoo{%
4136 #1{#2}{}\else #1{#2}{#3#4}\fi}}
4138 % So much for the things common to all kinds of definitions.
4142 % First, define the processing that is wanted for arguments of \defun
4143 % Use this to expand the args and terminate the paragraph they make up
4145 \def\defunargs #1{\functionparens \sl
4146 % Expand, preventing hyphenation at `-' chars.
4147 % Note that groups don't affect changes in \hyphenchar.
4150 \hyphenchar\tensl=
45
4151 \ifnum\parencount=
0 \else \errmessage{Unbalanced parentheses in @def
}\fi%
4152 \interlinepenalty=
10000
4153 \advance\rightskip by
0pt plus
1fil
4154 \endgraf\nobreak\vskip -
\parskip\nobreak
4157 \def\deftypefunargs #1{%
4158 % Expand, preventing hyphenation at `-' chars.
4159 % Note that groups don't affect changes in \hyphenchar.
4160 % Use \boldbraxnoamp, not \functionparens, so that & is not special.
4162 \tclose{#1}% avoid \code because of side effects on active chars
4163 \interlinepenalty=
10000
4164 \advance\rightskip by
0pt plus
1fil
4165 \endgraf\nobreak\vskip -
\parskip\nobreak
4168 % Do complete processing of one @defun or @defunx line already parsed.
4170 % @deffn Command forward-char nchars
4172 \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
4174 \def\deffnheader #1#2#3{\doind {fn
}{\code{#2}}%
4175 \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
4176 \catcode 61=
\other % Turn off change made in \defparsebody
4179 % @defun == @deffn Function
4181 \def\defun{\defparsebody\Edefun\defunx\defunheader}
4183 \def\defunheader #1#2{\doind {fn
}{\code{#1}}% Make entry in function index
4184 \begingroup\defname {#1}{Function
}%
4185 \defunargs {#2}\endgroup %
4186 \catcode 61=
\other % Turn off change made in \defparsebody
4189 % @deftypefun int foobar (int @var{foo}, float @var{bar})
4191 \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
4193 % #1 is the data type. #2 is the name and args.
4194 \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
4195 % #1 is the data type, #2 the name, #3 the args.
4196 \def\deftypefunheaderx #1#2 #3\relax{%
4197 \doind {fn
}{\code{#2}}% Make entry in function index
4198 \begingroup\defname {\defheaderxcond#1\relax$$$
#2}{Function
}%
4199 \deftypefunargs {#3}\endgroup %
4200 \catcode 61=
\other % Turn off change made in \defparsebody
4203 % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
4205 \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
4207 % \defheaderxcond#1\relax$$$
4208 % puts #1 in @code, followed by a space, but does nothing if #1 is null.
4209 \def\defheaderxcond#1#2$$$
{\ifx#1\relax\else\code{#1#2} \fi}
4211 % #1 is the classification. #2 is the data type. #3 is the name and args.
4212 \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
4213 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
4214 \def\deftypefnheaderx #1#2#3 #4\relax{%
4215 \doind {fn
}{\code{#3}}% Make entry in function index
4217 \normalparens % notably, turn off `&' magic, which prevents
4218 % at least some C++ text from working
4219 \defname {\defheaderxcond#2\relax$$$
#3}{#1}%
4220 \deftypefunargs {#4}\endgroup %
4221 \catcode 61=
\other % Turn off change made in \defparsebody
4224 % @defmac == @deffn Macro
4226 \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
4228 \def\defmacheader #1#2{\doind {fn
}{\code{#1}}% Make entry in function index
4229 \begingroup\defname {#1}{Macro
}%
4230 \defunargs {#2}\endgroup %
4231 \catcode 61=
\other % Turn off change made in \defparsebody
4234 % @defspec == @deffn Special Form
4236 \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
4238 \def\defspecheader #1#2{\doind {fn
}{\code{#1}}% Make entry in function index
4239 \begingroup\defname {#1}{Special Form
}%
4240 \defunargs {#2}\endgroup %
4241 \catcode 61=
\other % Turn off change made in \defparsebody
4244 % This definition is run if you use @defunx
4245 % anywhere other than immediately after a @defun or @defunx.
4247 \def\deffnx #1 {\errmessage{@deffnx in invalid context
}}
4248 \def\defunx #1 {\errmessage{@defunx in invalid context
}}
4249 \def\defmacx #1 {\errmessage{@defmacx in invalid context
}}
4250 \def\defspecx #1 {\errmessage{@defspecx in invalid context
}}
4251 \def\deftypefnx #1 {\errmessage{@deftypefnx in invalid context
}}
4252 \def\deftypemethodx #1 {\errmessage{@deftypemethodx in invalid context
}}
4253 \def\deftypefunx #1 {\errmessage{@deftypefunx in invalid context
}}
4255 % @defmethod, and so on
4257 % @defop CATEGORY CLASS OPERATION ARG...
4259 \def\defop #1 {\def\defoptype{#1}%
4260 \defopparsebody\Edefop\defopx\defopheader\defoptype}
4262 \def\defopheader #1#2#3{%
4263 \dosubind {fn
}{\code{#2}}{\putwordon\
#1}% Make entry in function index
4264 \begingroup\defname {#2}{\defoptype{} on
#1}%
4265 \defunargs {#3}\endgroup %
4268 % @deftypemethod CLASS RETURN-TYPE METHOD ARG...
4270 \def\deftypemethod{%
4271 \deftypemethparsebody\Edeftypemethod\deftypemethodx\deftypemethodheader}
4273 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
4274 \def\deftypemethodheader#1#2#3#4{%
4275 \dosubind{fn
}{\code{#3}}{\putwordon\
\code{#1}}% entry in function index
4277 \defname{\defheaderxcond#2\relax$$$
#3}{\putwordMethodon\
\code{#1}}%
4278 \deftypefunargs{#4}%
4282 % @defmethod == @defop Method
4284 \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
4286 % #1 is the class name, #2 the method name, #3 the args.
4287 \def\defmethodheader#1#2#3{%
4288 \dosubind{fn
}{\code{#2}}{\putwordon\
\code{#1}}% entry in function index
4290 \defname{#2}{\putwordMethodon\
\code{#1}}%
4295 % @defcv {Class Option} foo-class foo-flag
4297 \def\defcv #1 {\def\defcvtype{#1}%
4298 \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
4300 \def\defcvarheader #1#2#3{%
4301 \dosubind {vr
}{\code{#2}}{of
#1}% Make entry in var index
4302 \begingroup\defname {#2}{\defcvtype{} of
#1}%
4303 \defvarargs {#3}\endgroup %
4306 % @defivar == @defcv {Instance Variable}
4308 \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
4310 \def\defivarheader #1#2#3{%
4311 \dosubind {vr
}{\code{#2}}{of
#1}% Make entry in var index
4312 \begingroup\defname {#2}{Instance Variable of
#1}%
4313 \defvarargs {#3}\endgroup %
4316 % These definitions are run if you use @defmethodx, etc.,
4317 % anywhere other than immediately after a @defmethod, etc.
4319 \def\defopx #1 {\errmessage{@defopx in invalid context
}}
4320 \def\defmethodx #1 {\errmessage{@defmethodx in invalid context
}}
4321 \def\defcvx #1 {\errmessage{@defcvx in invalid context
}}
4322 \def\defivarx #1 {\errmessage{@defivarx in invalid context
}}
4326 % First, define the processing that is wanted for arguments of @defvar.
4327 % This is actually simple: just print them in roman.
4328 % This must expand the args and terminate the paragraph they make up
4329 \def\defvarargs #1{\normalparens #1%
4330 \interlinepenalty=
10000
4331 \endgraf\nobreak\vskip -
\parskip\nobreak}
4333 % @defvr Counter foo-count
4335 \def\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
4337 \def\defvrheader #1#2#3{\doind {vr
}{\code{#2}}%
4338 \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
4340 % @defvar == @defvr Variable
4342 \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
4344 \def\defvarheader #1#2{\doind {vr
}{\code{#1}}% Make entry in var index
4345 \begingroup\defname {#1}{Variable
}%
4346 \defvarargs {#2}\endgroup %
4349 % @defopt == @defvr {User Option}
4351 \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
4353 \def\defoptheader #1#2{\doind {vr
}{\code{#1}}% Make entry in var index
4354 \begingroup\defname {#1}{User Option
}%
4355 \defvarargs {#2}\endgroup %
4358 % @deftypevar int foobar
4360 \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
4362 % #1 is the data type. #2 is the name, perhaps followed by text that
4363 % is actually part of the data type, which should not be put into the index.
4364 \def\deftypevarheader #1#2{%
4365 \dovarind#2 \relax% Make entry in variables index
4366 \begingroup\defname {\defheaderxcond#1\relax$$$
#2}{Variable
}%
4367 \interlinepenalty=
10000
4368 \endgraf\nobreak\vskip -
\parskip\nobreak
4370 \def\dovarind#1 #2\relax{\doind{vr
}{\code{#1}}}
4372 % @deftypevr {Global Flag} int enable
4374 \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
4376 \def\deftypevrheader #1#2#3{\dovarind#3 \relax%
4377 \begingroup\defname {\defheaderxcond#2\relax$$$
#3}{#1}
4378 \interlinepenalty=
10000
4379 \endgraf\nobreak\vskip -
\parskip\nobreak
4382 % This definition is run if you use @defvarx
4383 % anywhere other than immediately after a @defvar or @defvarx.
4385 \def\defvrx #1 {\errmessage{@defvrx in invalid context
}}
4386 \def\defvarx #1 {\errmessage{@defvarx in invalid context
}}
4387 \def\defoptx #1 {\errmessage{@defoptx in invalid context
}}
4388 \def\deftypevarx #1 {\errmessage{@deftypevarx in invalid context
}}
4389 \def\deftypevrx #1 {\errmessage{@deftypevrx in invalid context
}}
4392 % Args are printed in bold, a slight difference from @defvar.
4394 \def\deftpargs #1{\bf \defvarargs{#1}}
4396 % @deftp Class window height width ...
4398 \def\deftp{\deftpparsebody\Edeftp\deftpx\deftpheader}
4400 \def\deftpheader #1#2#3{\doind {tp
}{\code{#2}}%
4401 \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
4403 % This definition is run if you use @deftpx, etc
4404 % anywhere other than immediately after a @deftp, etc.
4406 \def\deftpx #1 {\errmessage{@deftpx in invalid context
}}
4412 % To do this right we need a feature of e-TeX, \scantokens,
4413 % which we arrange to emulate with a temporary file in ordinary TeX.
4414 \ifx\eTeXversion\undefined
4415 \newwrite\macscribble
4417 \immediate\openout\macscribble=
\jobname.tmp
4418 \immediate\write\macscribble{#1}%
4419 \immediate\closeout\macscribble
4424 \newcount\paramno % Count of parameters
4425 \newtoks\macname % Macro name
4426 \newif\ifrecursive % Is it recursive?
4428 % Utility: does \let #1 = #2, except with \csnames.
4430 \expandafter\expandafter
4432 \expandafter\expandafter
4434 \csname#2\endcsname}
4436 % Macro bodies are absorbed as an argument in a context where
4437 % all characters are catcode 10, 11 or 12, except \ which is active
4438 % (as in normal texinfo). It is necessary to change the definition of \.
4440 % It's necessary to get hard CRs in the scribble file when using Knuth
4441 % TeX, and it can't hurt with e-TeX. Texinfo sets \newlinechar=`^^J,
4442 % so we redefine the \endlinechar to ^^J when reading the macro body.
4444 \def\macrobodyctxt{%
4458 % \mbodybackslash is the definition of \ in @macro bodies.
4459 % It maps \foo\ => \csname macarg.foo\endcsname => #N
4460 % where N is the macro parameter number.
4461 % We define \csname macarg.\endcsname to be \realbackslash, so
4462 % \\ in macro replacement text gets you a backslash.
4464 {\catcode`@=
0 @catcode`@\=@active
4465 @gdef@usembodybackslash
{@let\=@mbodybackslash
}
4466 @gdef@mbodybackslash
#1\
{@csname macarg.
#1@endcsname
}
4468 \expandafter\def\csname macarg.
\endcsname{\realbackslash}
4470 \def\macro{\recursivefalse\parsearg\macroxxx}
4471 \def\rmacro{\recursivetrue\parsearg\macroxxx}
4474 \getargs{#1}% now \macname is the macname and \argl the arglist
4475 \ifx\argl\empty % no arguments
4478 \expandafter\parsemargdef \argl;
%
4480 \expandafter\ifx \csname macsave.
\the\macname\endcsname \relax
4481 \cslet{macsave.
\the\macname}{\the\macname}%
4483 \message{Warning: redefining
\the\macname}%
4485 \begingroup \macrobodyctxt
4486 \ifrecursive \expandafter\parsermacbody
4487 \else \expandafter\parsemacbody
4490 \def\unmacro{\parsearg\unmacroxxx}
4492 \expandafter\ifx \csname macsave.
\the\macname\endcsname \relax
4493 \errmessage{Macro
\the\macname\ not defined.
}%
4495 \cslet{#1}{macsave.
#1}%
4496 \expandafter\let \csname macsave.
\the\macname\endcsname \undefined
4500 % This makes use of the obscure feature that if the last token of a
4501 % <parameter list> is #, then the preceding argument is delimited by
4502 % an opening brace, and that opening brace is not consumed.
4503 \def\getargs#1{\getargsxxx#1{}}
4504 \def\getargsxxx#1#
{\getmacname #1 \relax\getmacargs}
4505 \def\getmacname #1 #2\relax{\macname=
{#1}}
4506 \def\getmacargs#1{\def\argl{#1}}
4508 % Parse the optional {params} list. Set up \paramno and \paramlist
4509 % so \defmacro knows what to do. Define \macarg.blah for each blah
4510 % in the params list, to be ##N where N is the position in that list.
4511 % That gets used by \mbodybackslash (above).
4513 % We need to get `macro parameter char #' into several definitions.
4514 % The technique used is stolen from LaTeX: let \hash be something
4515 % unexpandable, insert that wherever you need a #, and then redefine
4516 % it to # just before using the token list produced.
4518 \def\parsemargdef#1;
{\paramno=
0\def\paramlist{}%
4519 \let\hash\relax\parsemargdefxxx#1,;,
}
4520 \def\parsemargdefxxx#1,
{%
4521 \if#1;
\let\next=
\relax
4522 \else \let\next=
\parsemargdefxxx
4523 \advance\paramno by
1%
4524 \eatspaces#1 \relax% output to \toks0
4525 \expandafter\edef\csname macarg.
\the\toks0\endcsname
4526 {\ignorespaces \hash\the\paramno}%
4527 \edef\paramlist{\paramlist\hash\the\paramno,
}%
4529 \def\eatspaces#1 #2\relax{\def\temp{#1}%
4530 \ifx\temp\empty \let\nexteat\eatspaces
4531 \else \toks0=
{#1}\let\nexteat\eatspacesx \fi
4533 \def\eatspacesx#1 \relax{}
4535 % These two commands read recursive and nonrecursive macro bodies.
4536 % (They're different since rec and nonrec macros end differently.)
4538 \long\def\parsemacbody#1^^J@end macro^^J
%
4539 {\xdef\temp{#1}\endgroup\defmacro}%
4540 \long\def\parsermacbody#1^^J@end rmacro^^J
%
4541 {\xdef\temp{#1}\endgroup\defmacro}%
4543 % This defines the macro itself. There are six cases: recursive and
4544 % nonrecursive macros of zero, one, and many arguments.
4545 % Much magic with \expandafter here.
4547 \let\hash=##
% convert placeholders to macro parameter chars
4551 \expandafter\edef\csname\the\macname\endcsname{%
4552 \noexpand\scantokens{\temp}}%
4554 \expandafter\edef\csname\the\macname\endcsname{%
4555 \noexpand\braceorline\csname\the\macname xxx
\endcsname}%
4556 \expandafter\edef\csname\the\macname xxx
\endcsname#
#1{%
4557 \noexpand\scantokens{\temp}}%
4559 \expandafter\edef\csname\the\macname\endcsname#
#1{%
4560 \csname\the\macname xxx
\endcsname #
#1,
}%
4561 \expandafter\expandafter
4563 \expandafter\expandafter
4564 \csname\the\macname xxx
\endcsname
4565 \paramlist{\noexpand\scantokens{\temp}}%
4570 \expandafter\edef\csname\the\macname\endcsname{%
4571 \noexpand\norecurse{\the\macname}%
4572 \noexpand\scantokens{\temp}\egroup}%
4574 \expandafter\edef\csname\the\macname\endcsname{%
4575 \noexpand\braceorline\csname\the\macname xxx
\endcsname}%
4576 \expandafter\edef\csname\the\macname xxx
\endcsname#
#1{%
4577 \noexpand\norecurse{\the\macname}%
4578 \noexpand\scantokens{\temp}\egroup}%
4580 \expandafter\edef\csname\the\macname\endcsname#
#1{%
4581 \csname\the\macname xxx
\endcsname #
#1,
}%
4582 \expandafter\expandafter
4584 \expandafter\expandafter
4585 \csname\the\macname xxx
\endcsname
4587 \noexpand\norecurse{\the\macname}%
4588 \noexpand\scantokens{\temp}\egroup}%
4592 \def\norecurse#1{\bgroup\cslet{#1}{macsave.
#1}}
4594 % \braceorline decides whether the next nonwhitespace character is a
4595 % {. If so it reads up to the closing }, if not, it reads the whole
4596 % line. Whatever was read is then fed to the next control sequence
4597 % as an argument (by \parsebrace or \parsearg)
4598 \def\braceorline#1{\let\next=
#1\futurelet\nchar\braceorlinexxx}
4599 \def\braceorlinexxx{%
4600 \ifx\nchar\bgroup\else
4601 \expandafter\parsearg
4605 \message{cross references,
}
4608 \newif\ifhavexrefs % True if xref values are known.
4609 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
4611 % @inforef is relatively simple.
4612 \def\inforef #1{\inforefzzz #1,,,,**
}
4613 \def\inforefzzz #1,
#2,
#3,
#4**
{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
4614 node
\samp{\ignorespaces#1{}}}
4616 % @node's job is to define \lastnode.
4617 \def\node{\ENVcheck\parsearg\nodezzz}
4618 \def\nodezzz#1{\nodexxx [#1,
]}
4619 \def\nodexxx[#1,
#2]{\gdef\lastnode{#1}}
4621 \let\lastnode=
\relax
4623 % The sectioning commands (@chapter, etc.) call these.
4625 \ifx\lastnode\relax\else
4626 \expandafter\expandafter\expandafter\setref{\lastnode}%
4627 {Ysectionnumberandtype
}%
4628 \global\let\lastnode=
\relax
4631 \def\unnumbnoderef{%
4632 \ifx\lastnode\relax\else
4633 \expandafter\expandafter\expandafter\setref{\lastnode}{Ynothing
}%
4634 \global\let\lastnode=
\relax
4637 \def\appendixnoderef{%
4638 \ifx\lastnode\relax\else
4639 \expandafter\expandafter\expandafter\setref{\lastnode}%
4640 {Yappendixletterandtype
}%
4641 \global\let\lastnode=
\relax
4646 % @anchor{NAME} -- define xref target at arbitrary point.
4648 \def\anchor#1{\setref{#1}{Ynothing
}}
4651 % \setref{NAME}{SNT} defines a cross-reference point NAME, namely
4652 % NAME-title, NAME-pg, and NAME-SNT. Called from \foonoderef. We have
4653 % to set \indexdummies so commands such as @code in a section title
4654 % aren't expanded. It would be nicer not to expand the titles in the
4655 % first place, but there's so many layers that that is hard to do.
4659 \dosetq{#1-title
}{Ytitle
}%
4660 \dosetq{#1-pg
}{Ypagenumber
}%
4664 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
4665 % the node name, #2 the name of the Info cross-reference, #3 the printed
4666 % node name, #4 the name of the Info file, #5 the name of the printed
4667 % manual. All but the node name can be omitted.
4669 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,
]}
4670 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,
]}
4671 \def\ref#1{\xrefX[#1,,,,,,,
]}
4672 \def\xrefX[#1,
#2,
#3,
#4,
#5,
#6]{\begingroup
4673 \def\printedmanual{\ignorespaces #5}%
4674 \def\printednodename{\ignorespaces #3}%
4675 \setbox1=
\hbox{\printedmanual}%
4676 \setbox0=
\hbox{\printednodename}%
4678 % No printed node name was explicitly given.
4679 \expandafter\ifx\csname SETxref-automatic-section-title
\endcsname\relax
4680 % Use the node name inside the square brackets.
4681 \def\printednodename{\ignorespaces #1}%
4683 % Use the actual chapter/section title appear inside
4684 % the square brackets. Use the real section title if we have it.
4686 % It is in another manual, so we don't have it.
4687 \def\printednodename{\ignorespaces #1}%
4690 % We know the real title if we have the xref values.
4691 \def\printednodename{\refx{#1-title
}{}}%
4693 % Otherwise just copy the Info node name.
4694 \def\printednodename{\ignorespaces #1}%
4700 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
4701 % insert empty discretionaries after hyphens, which means that it will
4702 % not find a line break at a hyphen in a node names. Since some manuals
4703 % are best written with fairly long node names, containing hyphens, this
4704 % is a loss. Therefore, we give the text of the node name again, so it
4705 % is as if TeX is seeing it for the first time.
4707 \putwordsection{} ``
\printednodename'' in
\cite{\printedmanual}%
4709 % _ (for example) has to be the character _ for the purposes of the
4710 % control sequence corresponding to the node, but it has to expand
4711 % into the usual \leavevmode...\vrule stuff for purposes of
4712 % printing. So we \turnoffactive for the \refx-snt, back on for the
4713 % printing, back off for the \refx-pg.
4714 {\normalturnoffactive
4715 % Only output a following space if the -snt ref is nonempty; for
4716 % @unnumbered and @anchor, it won't be.
4717 \setbox2 =
\hbox{\ignorespaces \refx{#1-snt
}{}}%
4718 \ifdim \wd2 >
0pt
\refx{#1-snt
}\space\fi
4721 [\printednodename],
\space
4723 \turnoffactive \putwordpage\tie\refx{#1-pg
}{}%
4727 % \dosetq is the interface for calls from other macros
4729 % Use \normalturnoffactive so that punctuation chars such as underscore
4730 % and backslash work in node names. (\turnoffactive doesn't do \.)
4733 \normalturnoffactive
4734 \edef\next{\write\auxfile{\internalsetq{#1}{#2}}}%
4741 % \internalsetq {foo}{page} expands into
4742 % CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
4743 % When the aux file is read, ' is the escape character
4745 \def\internalsetq #1#2{'xrdef
{#1}{\csname #2\endcsname}}
4747 % Things to be expanded by \internalsetq
4749 \def\Ypagenumber{\folio}
4751 \def\Ytitle{\thissection}
4755 \def\Ysectionnumberandtype{%
4756 \ifnum\secno=
0 \putwordChapter\xreftie\the\chapno %
4757 \else \ifnum \subsecno=
0 \putwordSection\xreftie\the\chapno.
\the\secno %
4758 \else \ifnum \subsubsecno=
0 %
4759 \putwordSection\xreftie\the\chapno.
\the\secno.
\the\subsecno %
4761 \putwordSection\xreftie\the\chapno.
\the\secno.
\the\subsecno.
\the\subsubsecno %
4764 \def\Yappendixletterandtype{%
4765 \ifnum\secno=
0 \putwordAppendix\xreftie'char
\the\appendixno{}%
4766 \else \ifnum \subsecno=
0 \putwordSection\xreftie'char
\the\appendixno.
\the\secno %
4767 \else \ifnum \subsubsecno=
0 %
4768 \putwordSection\xreftie'char
\the\appendixno.
\the\secno.
\the\subsecno %
4770 \putwordSection\xreftie'char
\the\appendixno.
\the\secno.
\the\subsecno.
\the\subsubsecno %
4775 % Use TeX 3.0's \inputlineno to get the line number, for better error
4776 % messages, but if we're using an old version of TeX, don't do anything.
4778 \ifx\inputlineno\thisisundefined
4779 \let\linenumber =
\empty % Non-3.0.
4781 \def\linenumber{\the\inputlineno:
\space}
4784 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
4785 % If its value is nonempty, SUFFIX is output afterward.
4788 \expandafter\ifx\csname X
#1\endcsname\relax
4789 % If not defined, say something at least.
4790 \angleleft un\-de\-fined
\angleright
4793 \message{\linenumber Undefined cross reference `
#1'.
}%
4796 \global\warnedxrefstrue
4797 \message{Cross reference values unknown; you must run TeX again.
}%
4802 % It's defined, so just use it.
4803 \csname X
#1\endcsname
4805 #2% Output the suffix in any case.
4808 % This is the macro invoked by entries in the aux file.
4810 \def\xrdef#1{\begingroup
4811 % Reenable \ as an escape while reading the second argument.
4813 \afterassignment\endgroup
4814 \expandafter\gdef\csname X
#1\endcsname
4817 % Read the last existing aux file, if any. No error if none exists.
4818 \def\readauxfile{\begingroup
4819 \catcode`\^^@=
\other
4820 \catcode`\^^A=
\other
4821 \catcode`\^^B=
\other
4822 \catcode`\^^C=
\other
4823 \catcode`\^^D=
\other
4824 \catcode`\^^E=
\other
4825 \catcode`\^^F=
\other
4826 \catcode`\^^G=
\other
4827 \catcode`\^^H=
\other
4828 \catcode`\^^K=
\other
4829 \catcode`\^^L=
\other
4830 \catcode`\^^N=
\other
4831 \catcode`\^^P=
\other
4832 \catcode`\^^Q=
\other
4833 \catcode`\^^R=
\other
4834 \catcode`\^^S=
\other
4835 \catcode`\^^T=
\other
4836 \catcode`\^^U=
\other
4837 \catcode`\^^V=
\other
4838 \catcode`\^^W=
\other
4839 \catcode`\^^X=
\other
4840 \catcode`\^^Z=
\other
4841 \catcode`\^^
[=
\other
4842 \catcode`\^^\=
\other
4843 \catcode`\^^
]=
\other
4844 \catcode`\^^^=
\other
4845 \catcode`\^^_=
\other
4848 % It was suggested to define this as 7, which would allow ^^e4 etc.
4849 % in xref tags, i.e., node names. But since ^^e4 notation isn't
4850 % supported in the main text, it doesn't seem desirable. Furthermore,
4851 % that is not enough: for node names that actually contain a ^
4852 % character, we would end up writing a line like this: 'xrdef {'hat
4853 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
4854 % argument, and \hat is not an expandable control sequence. It could
4855 % all be worked out, but why? Either we support ^^ or we don't.
4857 % The other change necessary for this was to define \auxhat:
4858 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
4859 % and then to call \auxhat in \setq.
4872 \catcode`+=
\other % avoid \+ for paranoia even though we've turned it off
4873 % Make the characters 128-255 be printing characters
4877 \catcode\count 1=
\other
4878 \advance\count 1 by
1
4879 \ifnum \count 1<
256 \loop \fi
4882 % The aux file uses ' as the escape (for now).
4883 % Turn off \ as an escape so we do not lose on
4884 % entries which were dumped with control sequences in their names.
4885 % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^
4886 % Reference to such entries still does not work the way one would wish,
4887 % but at least they do not bomb out when the aux file is read in.
4894 \openin 1 \jobname.aux
4898 \global\havexrefstrue
4899 \global\warnedobstrue
4901 % Open the new aux file. TeX will close it automatically at exit.
4902 \openout\auxfile=
\jobname.aux
4908 \newcount \footnoteno
4910 % The trailing space in the following definition for supereject is
4911 % vital for proper filling; pages come out unaligned when you do a
4912 % pagealignmacro call if that space before the closing brace is
4913 % removed. (Generally, numeric constants should always be followed by a
4914 % space to prevent strange expansion errors.)
4915 \def\supereject{\par\penalty -
20000\footnoteno =
0 }
4917 % @footnotestyle is meaningful for info output only.
4918 \let\footnotestyle=
\comment
4920 \let\ptexfootnote=
\footnote
4924 % Auto-number footnotes. Otherwise like plain.
4926 \global\advance\footnoteno by \@ne
4927 \edef\thisfootno{$^
{\the\footnoteno}$
}%
4929 % In case the footnote comes at the end of a sentence, preserve the
4930 % extra spacing after we do the footnote number.
4932 \ifhmode\edef\@sf
{\spacefactor\the\spacefactor}\/
\fi
4934 % Remove inadvertent blank space before typesetting the footnote number.
4940 % Don't bother with the trickery in plain.tex to not require the
4941 % footnote text as a parameter. Our footnotes don't need to be so general.
4943 % Oh yes, they do; otherwise, @ifset and anything else that uses
4944 % \parseargline fail inside footnotes because the tokens are fixed when
4945 % the footnote is read. --karl, 16nov96.
4947 \long\gdef\footnotezzz{\insert\footins\bgroup
4948 % We want to typeset this text as a normal paragraph, even if the
4949 % footnote reference occurs in (for example) a display environment.
4950 % So reset some parameters.
4951 \interlinepenalty\interfootnotelinepenalty
4952 \splittopskip\ht\strutbox % top baseline for broken footnotes
4953 \splitmaxdepth\dp\strutbox
4954 \floatingpenalty\@MM
4959 \parindent\defaultparindent
4961 % Hang the footnote text off the number.
4963 \textindent{\thisfootno}%
4965 % Don't crash into the line above the footnote text. Since this
4966 % expands into a box, it must come within the paragraph, lest it
4967 % provide a place where TeX can split the footnote.
4969 \futurelet\next\fo@t
4971 \def\fo@t
{\ifcat\bgroup\noexpand\next \let\next\f@@t
4972 \else\let\next\f@t
\fi \next}
4973 \def\f@@t
{\bgroup\aftergroup\@foot
\let\next}
4974 \def\f@t
#1{#1\@foot
}
4975 \def\@foot
{\strut\egroup}
4977 }%end \catcode `\@=11
4979 % Set the baselineskip to #1, and the lineskip and strut size
4980 % correspondingly. There is no deep meaning behind these magic numbers
4981 % used as factors; they just match (closely enough) what Knuth defined.
4983 \def\lineskipfactor{.08333}
4984 \def\strutheightpercent{.70833}
4985 \def\strutdepthpercent {.29167}
4988 \normalbaselineskip =
#1\relax
4989 \normallineskip =
\lineskipfactor\normalbaselineskip
4991 \setbox\strutbox =
\hbox{%
4992 \vrule width0pt height
\strutheightpercent\baselineskip
4993 depth
\strutdepthpercent \baselineskip
4997 % @| inserts a changebar to the left of the current line. It should
4998 % surround any changed text. This approach does *not* work if the
4999 % change spans more than two lines of output. To handle that, we would
5000 % have adopt a much more difficult approach (putting marks into the main
5001 % vertical list for the beginning and end of each change).
5004 % \vadjust can only be used in horizontal mode.
5007 % Append this vertical mode material after the current line in the output.
5009 % We want to insert a rule with the height and depth of the current
5010 % leading; that is exactly what \strutbox is supposed to record.
5011 \vskip-
\baselineskip
5013 % \vadjust-items are inserted at the left edge of the type. So
5014 % the \llap here moves out into the left-hand margin.
5017 % For a thicker or thinner bar, change the `1pt'.
5018 \vrule height
\baselineskip width1pt
5020 % This is the space between the bar and the text.
5026 % For a final copy, take out the rectangles
5027 % that mark overfull boxes (in case you have decided
5028 % that the text looks ok even though it passes the margin).
5030 \def\finalout{\overfullrule=
0pt
}
5032 % @image. We use the macros from epsf.tex to support this.
5033 % If epsf.tex is not installed and @image is used, we complain.
5035 % Check for and read epsf.tex up front. If we read it only at @image
5036 % time, we might be inside a group, and then its definitions would get
5037 % undone and the next image would fail.
5038 \openin 1 = epsf.tex
5041 % Do not bother showing banner with post-v2.7 epsf.tex (available in
5042 % doc/epsf.tex until it shows up on ctan).
5043 \def\epsfannounce{\toks0 =
}%
5047 \newif\ifwarnednoepsf
5048 \newhelp\noepsfhelp{epsf.tex must be installed for images to
5049 work. It is also included in the Texinfo distribution, or you can get
5050 it from ftp://ftp.tug.org/tex/epsf.tex.
}
5052 % Only complain once about lack of epsf.tex.
5054 \ifx\epsfbox\undefined
5055 \ifwarnednoepsf \else
5056 \errhelp =
\noepsfhelp
5057 \errmessage{epsf.tex not found, images will be ignored
}%
5058 \global\warnednoepsftrue
5061 \imagexxx #1,,,
\finish
5065 % Arguments to @image:
5066 % #1 is (mandatory) image filename; we tack on .eps extension.
5067 % #2 is (optional) width, #3 is (optional) height.
5068 % #4 is just the usual extra ignored arg for parsing this stuff.
5069 \def\imagexxx#1,
#2,
#3,
#4\finish{%
5070 % \epsfbox itself resets \epsf?size at each figure.
5071 \setbox0 =
\hbox{\ignorespaces #2}\ifdim\wd0 >
0pt
\epsfxsize=
#2\relax \fi
5072 \setbox0 =
\hbox{\ignorespaces #3}\ifdim\wd0 >
0pt
\epsfysize=
#3\relax \fi
5073 % If the image is by itself, center it.
5075 \centerline{\epsfbox{#1.eps
}}%
5082 \message{paper sizes,
}
5083 % And other related parameters.
5085 \newdimen\defaultparindent \defaultparindent =
15pt
5087 \chapheadingskip =
15pt plus
4pt minus
2pt
5088 \secheadingskip =
12pt plus
3pt minus
2pt
5089 \subsecheadingskip =
9pt plus
2pt minus
2pt
5091 % Prevent underfull vbox error messages.
5094 % Don't be so finicky about underfull hboxes, either.
5097 % Following George Bush, just get rid of widows and orphans.
5101 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
5102 % using an old version of TeX, don't do anything. We want the amount of
5103 % stretch added to depend on the line length, hence the dependence on
5104 % \hsize. This makes it come to about 9pt for the 8.5x11 format. We
5105 % call this whenever the paper size is set.
5107 \def\setemergencystretch{%
5108 \ifx\emergencystretch\thisisundefined
5109 % Allow us to assign to \emergencystretch anyway.
5110 \def\emergencystretch{\dimen0}%
5112 \emergencystretch =
\hsize
5113 \divide\emergencystretch by
45
5117 % Parameters in order: 1) textheight; 2) textwidth; 3) voffset;
5118 % 4) hoffset; 5) binding offset; 6) topskip. Then whoever calls us can
5119 % set \parskip and call \setleading for \baselineskip.
5121 \def\internalpagesizes#1#2#3#4#5#6{%
5124 \splittopskip =
\topskip
5127 \advance\vsize by
\topskip
5128 \outervsize =
\vsize
5129 \advance\outervsize by
0.6in
5130 \pageheight =
\vsize
5133 \outerhsize =
\hsize
5134 \advance\outerhsize by
0.5in
5137 \normaloffset =
#4\relax
5138 \bindingoffset =
#5\relax
5140 \parindent =
\defaultparindent
5141 \setemergencystretch
5144 % @letterpaper (the default).
5145 \def\letterpaper{{\globaldefs =
1
5146 \parskip =
3pt plus
2pt minus
1pt
5147 \setleading{13.2pt
}%
5149 % If page is nothing but text, make it come out even.
5150 \internalpagesizes{46\baselineskip}{6in
}{\voffset}{.25in
}{\bindingoffset}{36pt
}%
5153 % Use @smallbook to reset parameters for 7x9.5 (or so) format.
5154 \def\smallbook{{\globaldefs =
1
5155 \parskip =
2pt plus
1pt
5158 \internalpagesizes{7.5in
}{5.in
}{\voffset}{.25in
}{\bindingoffset}{16pt
}%
5160 \lispnarrowing =
0.3in
5163 \contentsrightmargin =
0pt
5164 \deftypemargin =
0pt
5165 \defbodyindent =
.5cm
5167 \let\smalldisplay =
\smalldisplayx
5168 \let\smallexample =
\smalllispx
5169 \let\smallformat =
\smallformatx
5170 \let\smalllisp =
\smalllispx
5173 % Use @afourpaper to print on European A4 paper.
5174 \def\afourpaper{{\globaldefs =
1
5176 \parskip =
3pt plus
2pt minus
1pt
5178 \internalpagesizes{53\baselineskip}{160mm
}{\voffset}{4mm
}{\bindingoffset}{44pt
}%
5184 % A specific text layout, 24x15cm overall, intended for A4 paper. Top margin
5185 % 29mm, hence bottom margin 28mm, nominal side margin 3cm.
5186 \def\afourlatex{{\globaldefs =
1
5187 \setleading{13.6pt
}%
5190 \internalpagesizes{237mm
}{150mm
}{3.6mm
}{3.6mm
}{3mm
}{7mm
}%
5195 % Use @afourwide to print on European A4 paper in wide format.
5198 \internalpagesizes{9.5in
}{6.5in
}{\hoffset}{\normaloffset}{\bindingoffset}{7mm
}%
5203 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
5204 % Perhaps we should allow setting the margins, \topskip, \parskip,
5205 % and/or leading, also. Or perhaps we should compute them somehow.
5207 \def\pagesizes{\parsearg\pagesizesxxx}
5208 \def\pagesizesxxx#1{\pagesizesyyy #1,,
\finish}
5209 \def\pagesizesyyy#1,
#2,
#3\finish{{%
5210 \setbox0 =
\hbox{\ignorespaces #2}\ifdim\wd0 >
0pt
\hsize=
#2\relax \fi
5213 \parskip =
3pt plus
2pt minus
1pt
5214 \setleading{13.2pt
}%
5216 \internalpagesizes{#1}{\hsize}{\voffset}{\normaloffset}{\bindingoffset}{44pt
}%
5219 % Set default to letter.
5223 \message{and turning on texinfo input format.
}
5225 % Define macros to output various characters with catcode for normal text.
5234 \def\normaldoublequote{"
}
5237 \def\normalunderscore{_
}
5238 \def\normalverticalbar{|
}
5240 \def\normalgreater{>
}
5243 % This macro is used to make a character print one way in ttfont
5244 % where it can probably just be output, and another way in other fonts,
5245 % where something hairier probably needs to be done.
5247 % #1 is what to print if we are indeed using \tt; #2 is what to print
5248 % otherwise. Since all the Computer Modern typewriter fonts have zero
5249 % interword stretch (and shrink), and it is reasonable to expect all
5250 % typewriter fonts to have this, we can check that font parameter.
5252 \def\ifusingtt#1#2{\ifdim \fontdimen3\the\font=
0pt
#1\else #2\fi}
5254 % Turn off all special characters except @
5255 % (and those which the user can use as if they were ordinary).
5256 % Most of these we simply print from the \tt font, but for some, we can
5257 % use math or other variants that look better in normal text.
5260 \def\activedoublequote{{\tt\char34}}
5261 \let"=
\activedoublequote
5263 \def~
{{\tt\char126}}
5269 \def_{\ifusingtt\normalunderscore\_}
5270 % Subroutine for the previous macro.
5271 \def\_{\leavevmode \kern.06em
\vbox{\hrule width
.3em height
.1ex
}}
5274 \def|
{{\tt\char124}}
5282 \def+
{{\tt \char 43}}
5283 %\catcode 27=\active
5284 %\def^^[{$\diamondsuit$}
5286 % Set up an active definition for =, but don't enable it most of the time.
5287 {\catcode`\==
\active
5288 \global\def=
{{\tt \char 61}}}
5293 % If a .fmt file is being used, characters that might appear in a file
5294 % name cannot be active until we have parsed the command line.
5295 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
5296 % \otherifyactive is called near the end of this file.
5297 \def\otherifyactive{\catcode`+=
\other \catcode`
\_=
\other}
5301 % \rawbackslashxx output one backslash character in current font
5302 \global\chardef\rawbackslashxx=`\\
5303 %{\catcode`\\=\other
5304 %@gdef@rawbackslashxx{\}}
5306 % \rawbackslash redefines \ as input to do \rawbackslashxx.
5307 {\catcode`\\=
\active
5308 @gdef@rawbackslash
{@let\=@rawbackslashxx
}}
5310 % \normalbackslash outputs one backslash in fixed width font.
5311 \def\normalbackslash{{\tt\rawbackslashxx}}
5313 % Say @foo, not \foo, in error messages.
5316 % \catcode 17=0 % Define control-q
5319 % Used sometimes to turn off (effectively) the active characters
5320 % even after parsing them.
5321 @def@turnoffactive
{@let"=@normaldoublequote
5322 @let\=@realbackslash
5325 @let_=@normalunderscore
5326 @let|=@normalverticalbar
5328 @let>=@normalgreater
5331 @def@normalturnoffactive
{@let"=@normaldoublequote
5332 @let\=@normalbackslash
5335 @let_=@normalunderscore
5336 @let|=@normalverticalbar
5338 @let>=@normalgreater
5341 % Make _ and + \other characters, temporarily.
5342 % This is canceled by @fixbackslash.
5345 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
5346 % That is what \eatinput is for; after that, the `\' should revert to printing
5349 @gdef@eatinput input texinfo
{@fixbackslash
}
5350 @global@let\ = @eatinput
5352 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
5353 % the first `\{ in the file would cause an error. This macro tries to fix
5354 % that, assuming it is called before the first `\' could plausibly occur.
5355 % Also back turn on active characters that might appear in the input
5356 % file name, in case not using a pre-dumped format.
5358 @gdef@fixbackslash
{@ifx\@eatinput @let\ = @normalbackslash @fi
5359 @catcode`+=@active @catcode`@_=@active
}
5361 % These look ok in all fonts, so just make them not special. The @rm below
5362 % makes sure that the current font starts out as the newly loaded cmr10
5363 @catcode`@$=@other @catcode`@
%=@other @catcode`@&=@other @catcode`@#=@other
5369 @c page-delimiter: "^\\\
\message"