update from texinfo
[pspp] / config / texinfo.tex
1 % texinfo.tex -- TeX macros to handle Texinfo files.
2 %
3 % Load plain if necessary, i.e., if running under initex.
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5 %
6 \def\texinfoversion{2003-09-22.06}
7 %
8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
10 %
11 % This texinfo.tex file is free software; you can redistribute it and/or
12 % modify it under the terms of the GNU General Public License as
13 % published by the Free Software Foundation; either version 2, or (at
14 % your option) any later version.
15 %
16 % This texinfo.tex file is distributed in the hope that it will be
17 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
18 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 % General Public License for more details.
20 %
21 % You should have received a copy of the GNU General Public License
22 % along with this texinfo.tex file; see the file COPYING.  If not, write
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 % Boston, MA 02111-1307, USA.
25 %
26 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve
28 % what you give them.   Help stamp out software-hoarding!
29 %
30 % Please try the latest version of texinfo.tex before submitting bug
31 % reports; you can get the latest version from:
32 %   ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 %     (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 %   ftp://tug.org/tex/texinfo.tex
35 %     (and all CTAN mirrors, see http://www.ctan.org),
36 %   and /home/gd/gnu/doc/texinfo.tex on the GNU machines.
37 %
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
39 %
40 % The texinfo.tex in any given Texinfo distribution could well be out
41 % of date, so if that's what you're using, please check.
42 %
43 % Send bug reports to bug-texinfo@gnu.org.  Please include including a
44 % complete document in each bug report with which we can reproduce the
45 % problem.  Patches are, of course, greatly appreciated.
46 %
47 % To process a Texinfo manual with TeX, it's most reliable to use the
48 % texi2dvi shell script that comes with the distribution.  For a simple
49 % manual foo.texi, however, you can get away with this:
50 %   tex foo.texi
51 %   texindex foo.??
52 %   tex foo.texi
53 %   tex foo.texi
54 %   dvips foo.dvi -o  # or whatever; this makes foo.ps.
55 % The extra TeX runs get the cross-reference information correct.
56 % Sometimes one run after texindex suffices, and sometimes you need more
57 % than two; texi2dvi does it as many times as necessary.
58 %
59 % It is possible to adapt texinfo.tex for other languages, to some
60 % extent.  You can get the existing language-specific files from the
61 % full Texinfo distribution.
62
63 \message{Loading texinfo [version \texinfoversion]:}
64
65 % If in a .fmt file, print the version number
66 % and turn on active characters that we couldn't do earlier because
67 % they might have appeared in the input file name.
68 \everyjob{\message{[Texinfo version \texinfoversion]}%
69   \catcode`+=\active \catcode`\_=\active}
70
71 \message{Basics,}
72 \chardef\other=12
73
74 % We never want plain's \outer definition of \+ in Texinfo.
75 % For @tex, we can use \tabalign.
76 \let\+ = \relax
77
78 % Save some plain tex macros whose names we will redefine.
79 \let\ptexb=\b
80 \let\ptexbullet=\bullet
81 \let\ptexc=\c
82 \let\ptexcomma=\,
83 \let\ptexdot=\.
84 \let\ptexdots=\dots
85 \let\ptexend=\end
86 \let\ptexequiv=\equiv
87 \let\ptexexclam=\!
88 \let\ptexgtr=>
89 \let\ptexhat=^
90 \let\ptexi=\i
91 \let\ptexindent=\indent
92 \let\ptexnoindent=\noindent
93 \let\ptexlbrace=\{
94 \let\ptexless=<
95 \let\ptexplus=+
96 \let\ptexrbrace=\}
97 \let\ptexslash=\/
98 \let\ptexstar=\*
99 \let\ptext=\t
100
101 % If this character appears in an error message or help string, it
102 % starts a new line in the output.
103 \newlinechar = `^^J
104
105 % Set up fixed words for English if not already set.
106 \ifx\putwordAppendix\undefined  \gdef\putwordAppendix{Appendix}\fi
107 \ifx\putwordChapter\undefined   \gdef\putwordChapter{Chapter}\fi
108 \ifx\putwordfile\undefined      \gdef\putwordfile{file}\fi
109 \ifx\putwordin\undefined        \gdef\putwordin{in}\fi
110 \ifx\putwordIndexIsEmpty\undefined     \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
111 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
112 \ifx\putwordInfo\undefined      \gdef\putwordInfo{Info}\fi
113 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
114 \ifx\putwordMethodon\undefined  \gdef\putwordMethodon{Method on}\fi
115 \ifx\putwordNoTitle\undefined   \gdef\putwordNoTitle{No Title}\fi
116 \ifx\putwordof\undefined        \gdef\putwordof{of}\fi
117 \ifx\putwordon\undefined        \gdef\putwordon{on}\fi
118 \ifx\putwordpage\undefined      \gdef\putwordpage{page}\fi
119 \ifx\putwordsection\undefined   \gdef\putwordsection{section}\fi
120 \ifx\putwordSection\undefined   \gdef\putwordSection{Section}\fi
121 \ifx\putwordsee\undefined       \gdef\putwordsee{see}\fi
122 \ifx\putwordSee\undefined       \gdef\putwordSee{See}\fi
123 \ifx\putwordShortTOC\undefined  \gdef\putwordShortTOC{Short Contents}\fi
124 \ifx\putwordTOC\undefined       \gdef\putwordTOC{Table of Contents}\fi
125 %
126 \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi
127 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi
128 \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi
129 \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi
130 \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi
131 \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi
132 \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi
133 \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi
134 \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi
135 \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi
136 \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi
137 \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi
138 %
139 \ifx\putwordDefmac\undefined    \gdef\putwordDefmac{Macro}\fi
140 \ifx\putwordDefspec\undefined   \gdef\putwordDefspec{Special Form}\fi
141 \ifx\putwordDefvar\undefined    \gdef\putwordDefvar{Variable}\fi
142 \ifx\putwordDefopt\undefined    \gdef\putwordDefopt{User Option}\fi
143 \ifx\putwordDeftypevar\undefined\gdef\putwordDeftypevar{Variable}\fi
144 \ifx\putwordDeffunc\undefined   \gdef\putwordDeffunc{Function}\fi
145 \ifx\putwordDeftypefun\undefined\gdef\putwordDeftypefun{Function}\fi
146
147 % In some macros, we cannot use the `\? notation---the left quote is
148 % in some cases the escape char.
149 \chardef\colonChar = `\:
150 \chardef\commaChar = `\,
151 \chardef\dotChar   = `\.
152 \chardef\equalChar = `\=
153 \chardef\exclamChar= `\!
154 \chardef\questChar = `\?
155 \chardef\semiChar  = `\;
156 \chardef\spaceChar = `\ %
157 \chardef\underChar = `\_
158
159 % Ignore a token.
160 %
161 \def\gobble#1{}
162
163 % True if #1 is the empty string, i.e., called like `\ifempty{}'.
164 %
165 \def\ifempty#1{\ifemptyx #1\emptymarkA\emptymarkB}%
166 \def\ifemptyx#1#2\emptymarkB{\ifx #1\emptymarkA}%
167
168 % Hyphenation fixes.
169 \hyphenation{ap-pen-dix}
170 \hyphenation{eshell}
171 \hyphenation{mini-buf-fer mini-buf-fers}
172 \hyphenation{time-stamp}
173 \hyphenation{white-space}
174
175 % Margin to add to right of even pages, to left of odd pages.
176 \newdimen\bindingoffset
177 \newdimen\normaloffset
178 \newdimen\pagewidth \newdimen\pageheight
179
180 % Sometimes it is convenient to have everything in the transcript file
181 % and nothing on the terminal.  We don't just call \tracingall here,
182 % since that produces some useless output on the terminal.  We also make
183 % some effort to order the tracing commands to reduce output in the log
184 % file; cf. trace.sty in LaTeX.
185 %
186 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
187 \def\loggingall{%
188   \tracingstats2
189   \tracingpages1
190   \tracinglostchars2  % 2 gives us more in etex
191   \tracingparagraphs1
192   \tracingoutput1
193   \tracingmacros2
194   \tracingrestores1
195   \showboxbreadth\maxdimen \showboxdepth\maxdimen
196   \ifx\eTeXversion\undefined\else % etex gives us more logging
197     \tracingscantokens1
198     \tracingifs1
199     \tracinggroups1
200     \tracingnesting2
201     \tracingassigns1
202   \fi
203   \tracingcommands3  % 3 gives us more in etex
204   \errorcontextlines\maxdimen
205 }%
206
207 % add check for \lastpenalty to plain's definitions.  If the last thing
208 % we did was a \nobreak, we don't want to insert more space.
209 %
210 \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount
211   \removelastskip\penalty-50\smallskip\fi\fi}
212 \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount
213   \removelastskip\penalty-100\medskip\fi\fi}
214 \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount
215   \removelastskip\penalty-200\bigskip\fi\fi}
216
217 % For @cropmarks command.
218 % Do @cropmarks to get crop marks.
219 %
220 \newif\ifcropmarks
221 \let\cropmarks = \cropmarkstrue
222 %
223 % Dimensions to add cropmarks at corners.
224 % Added by P. A. MacKay, 12 Nov. 1986
225 %
226 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
227 \newdimen\cornerlong  \cornerlong=1pc
228 \newdimen\cornerthick \cornerthick=.3pt
229 \newdimen\topandbottommargin \topandbottommargin=.75in
230
231 % Main output routine.
232 \chardef\PAGE = 255
233 \output = {\onepageout{\pagecontents\PAGE}}
234
235 \newbox\headlinebox
236 \newbox\footlinebox
237
238 % \onepageout takes a vbox as an argument.  Note that \pagecontents
239 % does insertions, but you have to call it yourself.
240 \def\onepageout#1{%
241   \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
242   %
243   \ifodd\pageno  \advance\hoffset by \bindingoffset
244   \else \advance\hoffset by -\bindingoffset\fi
245   %
246   % Do this outside of the \shipout so @code etc. will be expanded in
247   % the headline as they should be, not taken literally (outputting ''code).
248   \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
249   \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
250   %
251   {%
252     % Have to do this stuff outside the \shipout because we want it to
253     % take effect in \write's, yet the group defined by the \vbox ends
254     % before the \shipout runs.
255     %
256     \escapechar = `\\     % use backslash in output files.
257     \indexdummies         % don't expand commands in the output.
258     \normalturnoffactive  % \ in index entries must not stay \, e.g., if
259                    % the page break happens to be in the middle of an example.
260     \shipout\vbox{%
261       % Do this early so pdf references go to the beginning of the page.
262       \ifpdfmakepagedest \pdfmkdest{\the\pageno}\fi
263       %
264       \ifcropmarks \vbox to \outervsize\bgroup
265         \hsize = \outerhsize
266         \vskip-\topandbottommargin
267         \vtop to0pt{%
268           \line{\ewtop\hfil\ewtop}%
269           \nointerlineskip
270           \line{%
271             \vbox{\moveleft\cornerthick\nstop}%
272             \hfill
273             \vbox{\moveright\cornerthick\nstop}%
274           }%
275           \vss}%
276         \vskip\topandbottommargin
277         \line\bgroup
278           \hfil % center the page within the outer (page) hsize.
279           \ifodd\pageno\hskip\bindingoffset\fi
280           \vbox\bgroup
281       \fi
282       %
283       \unvbox\headlinebox
284       \pagebody{#1}%
285       \ifdim\ht\footlinebox > 0pt
286         % Only leave this space if the footline is nonempty.
287         % (We lessened \vsize for it in \oddfootingxxx.)
288         % The \baselineskip=24pt in plain's \makefootline has no effect.
289         \vskip 2\baselineskip
290         \unvbox\footlinebox
291       \fi
292       %
293       \ifcropmarks
294           \egroup % end of \vbox\bgroup
295         \hfil\egroup % end of (centering) \line\bgroup
296         \vskip\topandbottommargin plus1fill minus1fill
297         \boxmaxdepth = \cornerthick
298         \vbox to0pt{\vss
299           \line{%
300             \vbox{\moveleft\cornerthick\nsbot}%
301             \hfill
302             \vbox{\moveright\cornerthick\nsbot}%
303           }%
304           \nointerlineskip
305           \line{\ewbot\hfil\ewbot}%
306         }%
307       \egroup % \vbox from first cropmarks clause
308       \fi
309     }% end of \shipout\vbox
310   }% end of group with \normalturnoffactive
311   \advancepageno
312   \ifnum\outputpenalty>-20000 \else\dosupereject\fi
313 }
314
315 \newinsert\margin \dimen\margin=\maxdimen
316
317 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
318 {\catcode`\@ =11
319 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
320 % marginal hacks, juha@viisa.uucp (Juha Takala)
321 \ifvoid\margin\else % marginal info is present
322   \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
323 \dimen@=\dp#1 \unvbox#1
324 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
325 \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
326 }
327
328 % Here are the rules for the cropmarks.  Note that they are
329 % offset so that the space between them is truly \outerhsize or \outervsize
330 % (P. A. MacKay, 12 November, 1986)
331 %
332 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
333 \def\nstop{\vbox
334   {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
335 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
336 \def\nsbot{\vbox
337   {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
338
339 % Parse an argument, then pass it to #1.  The argument is the rest of
340 % the input line (except we remove a trailing comment).  #1 should be a
341 % macro which expects an ordinary undelimited TeX argument.
342 %
343 \def\parsearg#1{%
344   \let\next = #1%
345   \begingroup
346     \obeylines
347     \futurelet\temp\parseargx
348 }
349
350 % If the next token is an obeyed space (from an @example environment or
351 % the like), remove it and recurse.  Otherwise, we're done.
352 \def\parseargx{%
353   % \obeyedspace is defined far below, after the definition of \sepspaces.
354   \ifx\obeyedspace\temp
355     \expandafter\parseargdiscardspace
356   \else
357     \expandafter\parseargline
358   \fi
359 }
360
361 % Remove a single space (as the delimiter token to the macro call).
362 {\obeyspaces %
363  \gdef\parseargdiscardspace {\futurelet\temp\parseargx}}
364
365 {\obeylines %
366   \gdef\parseargline#1^^M{%
367     \endgroup % End of the group started in \parsearg.
368     %
369     % First remove any @c comment, then any @comment.
370     % Result of each macro is put in \toks0.
371     \argremovec #1\c\relax %
372     \expandafter\argremovecomment \the\toks0 \comment\relax %
373     %
374     % Call the caller's macro, saved as \next in \parsearg.
375     \expandafter\next\expandafter{\the\toks0}%
376   }%
377 }
378
379 % Since all \c{,omment} does is throw away the argument, we can let TeX
380 % do that for us.  The \relax here is matched by the \relax in the call
381 % in \parseargline; it could be more or less anything, its purpose is
382 % just to delimit the argument to the \c.
383 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
384 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
385
386 % \argremovec{,omment} might leave us with trailing spaces, though; e.g.,
387 %    @end itemize  @c foo
388 % will have two active spaces as part of the argument with the
389 % `itemize'.  Here we remove all active spaces from #1, and assign the
390 % result to \toks0.
391 %
392 % This loses if there are any *other* active characters besides spaces
393 % in the argument -- _ ^ +, for example -- since they get expanded.
394 % Fortunately, Texinfo does not define any such commands.  (If it ever
395 % does, the catcode of the characters in questionwill have to be changed
396 % here.)  But this means we cannot call \removeactivespaces as part of
397 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
398 % that \parsearg gets might well have any character at all in it.
399 %
400 \def\removeactivespaces#1{%
401   \begingroup
402     \ignoreactivespaces
403     \edef\temp{#1}%
404     \global\toks0 = \expandafter{\temp}%
405   \endgroup
406 }
407
408 % Change the active space to expand to nothing.
409 %
410 \begingroup
411   \obeyspaces
412   \gdef\ignoreactivespaces{\obeyspaces\let =\empty}
413 \endgroup
414
415
416 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
417
418 %% These are used to keep @begin/@end levels from running away
419 %% Call \inENV within environments (after a \begingroup)
420 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
421 \def\ENVcheck{%
422 \ifENV\errmessage{Still within an environment; press RETURN to continue}
423 \endgroup\fi} % This is not perfect, but it should reduce lossage
424
425 % @begin foo  is the same as @foo, for now.
426 \newhelp\EMsimple{Press RETURN to continue.}
427
428 \outer\def\begin{\parsearg\beginxxx}
429
430 \def\beginxxx #1{%
431 \expandafter\ifx\csname #1\endcsname\relax
432 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
433 \csname #1\endcsname\fi}
434
435 % @end foo executes the definition of \Efoo.
436 %
437 \def\end{\parsearg\endxxx}
438 \def\endxxx #1{%
439   \removeactivespaces{#1}%
440   \edef\endthing{\the\toks0}%
441   %
442   \expandafter\ifx\csname E\endthing\endcsname\relax
443     \expandafter\ifx\csname \endthing\endcsname\relax
444       % There's no \foo, i.e., no ``environment'' foo.
445       \errhelp = \EMsimple
446       \errmessage{Undefined command `@end \endthing'}%
447     \else
448       \unmatchedenderror\endthing
449     \fi
450   \else
451     % Everything's ok; the right environment has been started.
452     \csname E\endthing\endcsname
453   \fi
454 }
455
456 % There is an environment #1, but it hasn't been started.  Give an error.
457 %
458 \def\unmatchedenderror#1{%
459   \errhelp = \EMsimple
460   \errmessage{This `@end #1' doesn't have a matching `@#1'}%
461 }
462
463 % Define the control sequence \E#1 to give an unmatched @end error.
464 %
465 \def\defineunmatchedend#1{%
466   \expandafter\def\csname E#1\endcsname{\unmatchedenderror{#1}}%
467 }
468
469
470 %% Simple single-character @ commands
471
472 % @@ prints an @
473 % Kludge this until the fonts are right (grr).
474 \def\@{{\tt\char64}}
475
476 % This is turned off because it was never documented
477 % and you can use @w{...} around a quote to suppress ligatures.
478 %% Define @` and @' to be the same as ` and '
479 %% but suppressing ligatures.
480 %\def\`{{`}}
481 %\def\'{{'}}
482
483 % Used to generate quoted braces.
484 \def\mylbrace {{\tt\char123}}
485 \def\myrbrace {{\tt\char125}}
486 \let\{=\mylbrace
487 \let\}=\myrbrace
488 \begingroup
489   % Definitions to produce \{ and \} commands for indices,
490   % and @{ and @} for the aux file.
491   \catcode`\{ = \other \catcode`\} = \other
492   \catcode`\[ = 1 \catcode`\] = 2
493   \catcode`\! = 0 \catcode`\\ = \other
494   !gdef!lbracecmd[\{]%
495   !gdef!rbracecmd[\}]%
496   !gdef!lbraceatcmd[@{]%
497   !gdef!rbraceatcmd[@}]%
498 !endgroup
499
500 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
501 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
502 \let\, = \c
503 \let\dotaccent = \.
504 \def\ringaccent#1{{\accent23 #1}}
505 \let\tieaccent = \t
506 \let\ubaraccent = \b
507 \let\udotaccent = \d
508
509 % Other special characters: @questiondown @exclamdown
510 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
511 \def\questiondown{?`}
512 \def\exclamdown{!`}
513
514 % Dotless i and dotless j, used for accents.
515 \def\imacro{i}
516 \def\jmacro{j}
517 \def\dotless#1{%
518   \def\temp{#1}%
519   \ifx\temp\imacro \ptexi
520   \else\ifx\temp\jmacro \j
521   \else \errmessage{@dotless can be used only with i or j}%
522   \fi\fi
523 }
524
525 % Be sure we're in horizontal mode when doing a tie, since we make space
526 % equivalent to this in @example-like environments. Otherwise, a space
527 % at the beginning of a line will start with \penalty -- and
528 % since \penalty is valid in vertical mode, we'd end up putting the
529 % penalty on the vertical list instead of in the new paragraph.
530 {\catcode`@ = 11
531  % Avoid using \@M directly, because that causes trouble
532  % if the definition is written into an index file.
533  \global\let\tiepenalty = \@M
534  \gdef\tie{\leavevmode\penalty\tiepenalty\ }
535 }
536
537 % @: forces normal size whitespace following.
538 \def\:{\spacefactor=1000 }
539
540 % @* forces a line break.
541 \def\*{\hfil\break\hbox{}\ignorespaces}
542
543 % @/ allows a line break.
544 \let\/=\allowbreak
545
546 % @. is an end-of-sentence period.
547 \def\.{.\spacefactor=3000 }
548
549 % @! is an end-of-sentence bang.
550 \def\!{!\spacefactor=3000 }
551
552 % @? is an end-of-sentence query.
553 \def\?{?\spacefactor=3000 }
554
555 % @w prevents a word break.  Without the \leavevmode, @w at the
556 % beginning of a paragraph, when TeX is still in vertical mode, would
557 % produce a whole line of output instead of starting the paragraph.
558 \def\w#1{\leavevmode\hbox{#1}}
559
560 % @group ... @end group forces ... to be all on one page, by enclosing
561 % it in a TeX vbox.  We use \vtop instead of \vbox to construct the box
562 % to keep its height that of a normal line.  According to the rules for
563 % \topskip (p.114 of the TeXbook), the glue inserted is
564 % max (\topskip - \ht (first item), 0).  If that height is large,
565 % therefore, no glue is inserted, and the space between the headline and
566 % the text is small, which looks bad.
567 %
568 % Another complication is that the group might be very large.  This can
569 % cause the glue on the previous page to be unduly stretched, because it
570 % does not have much material.  In this case, it's better to add an
571 % explicit \vfill so that the extra space is at the bottom.  The
572 % threshold for doing this is if the group is more than \vfilllimit
573 % percent of a page (\vfilllimit can be changed inside of @tex).
574 %
575 \newbox\groupbox
576 \def\vfilllimit{0.7}
577 %
578 \def\group{\begingroup
579   \ifnum\catcode13=\active \else
580     \errhelp = \groupinvalidhelp
581     \errmessage{@group invalid in context where filling is enabled}%
582   \fi
583   %
584   % The \vtop we start below produces a box with normal height and large
585   % depth; thus, TeX puts \baselineskip glue before it, and (when the
586   % next line of text is done) \lineskip glue after it.  (See p.82 of
587   % the TeXbook.)  Thus, space below is not quite equal to space
588   % above.  But it's pretty close.
589   \def\Egroup{%
590     \egroup           % End the \vtop.
591     % \dimen0 is the vertical size of the group's box.
592     \dimen0 = \ht\groupbox  \advance\dimen0 by \dp\groupbox
593     % \dimen2 is how much space is left on the page (more or less).
594     \dimen2 = \pageheight   \advance\dimen2 by -\pagetotal
595     % if the group doesn't fit on the current page, and it's a big big
596     % group, force a page break.
597     \ifdim \dimen0 > \dimen2
598       \ifdim \pagetotal < \vfilllimit\pageheight
599         \page
600       \fi
601     \fi
602     \copy\groupbox
603     \endgroup         % End the \group.
604   }%
605   %
606   \setbox\groupbox = \vtop\bgroup
607     % We have to put a strut on the last line in case the @group is in
608     % the midst of an example, rather than completely enclosing it.
609     % Otherwise, the interline space between the last line of the group
610     % and the first line afterwards is too small.  But we can't put the
611     % strut in \Egroup, since there it would be on a line by itself.
612     % Hence this just inserts a strut at the beginning of each line.
613     \everypar = {\strut}%
614     %
615     % Since we have a strut on every line, we don't need any of TeX's
616     % normal interline spacing.
617     \offinterlineskip
618     %
619     % OK, but now we have to do something about blank
620     % lines in the input in @example-like environments, which normally
621     % just turn into \lisppar, which will insert no space now that we've
622     % turned off the interline space.  Simplest is to make them be an
623     % empty paragraph.
624     \ifx\par\lisppar
625       \edef\par{\leavevmode \par}%
626       %
627       % Reset ^^M's definition to new definition of \par.
628       \obeylines
629     \fi
630     %
631     % Do @comment since we are called inside an environment such as
632     % @example, where each end-of-line in the input causes an
633     % end-of-line in the output.  We don't want the end-of-line after
634     % the `@group' to put extra space in the output.  Since @group
635     % should appear on a line by itself (according to the Texinfo
636     % manual), we don't worry about eating any user text.
637     \comment
638 }
639 %
640 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
641 % message, so this ends up printing `@group can only ...'.
642 %
643 \newhelp\groupinvalidhelp{%
644 group can only be used in environments such as @example,^^J%
645 where each line of input produces a line of output.}
646
647 % @need space-in-mils
648 % forces a page break if there is not space-in-mils remaining.
649
650 \newdimen\mil  \mil=0.001in
651
652 \def\need{\parsearg\needx}
653
654 % Old definition--didn't work.
655 %\def\needx #1{\par %
656 %% This method tries to make TeX break the page naturally
657 %% if the depth of the box does not fit.
658 %{\baselineskip=0pt%
659 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
660 %\prevdepth=-1000pt
661 %}}
662
663 \def\needx#1{%
664   % Ensure vertical mode, so we don't make a big box in the middle of a
665   % paragraph.
666   \par
667   %
668   % If the @need value is less than one line space, it's useless.
669   \dimen0 = #1\mil
670   \dimen2 = \ht\strutbox
671   \advance\dimen2 by \dp\strutbox
672   \ifdim\dimen0 > \dimen2
673     %
674     % Do a \strut just to make the height of this box be normal, so the
675     % normal leading is inserted relative to the preceding line.
676     % And a page break here is fine.
677     \vtop to #1\mil{\strut\vfil}%
678     %
679     % TeX does not even consider page breaks if a penalty added to the
680     % main vertical list is 10000 or more.  But in order to see if the
681     % empty box we just added fits on the page, we must make it consider
682     % page breaks.  On the other hand, we don't want to actually break the
683     % page after the empty box.  So we use a penalty of 9999.
684     %
685     % There is an extremely small chance that TeX will actually break the
686     % page at this \penalty, if there are no other feasible breakpoints in
687     % sight.  (If the user is using lots of big @group commands, which
688     % almost-but-not-quite fill up a page, TeX will have a hard time doing
689     % good page breaking, for example.)  However, I could not construct an
690     % example where a page broke at this \penalty; if it happens in a real
691     % document, then we can reconsider our strategy.
692     \penalty9999
693     %
694     % Back up by the size of the box, whether we did a page break or not.
695     \kern -#1\mil
696     %
697     % Do not allow a page break right after this kern.
698     \nobreak
699   \fi
700 }
701
702 % @br   forces paragraph break
703
704 \let\br = \par
705
706 % @dots{} output an ellipsis using the current font.
707 % We do .5em per period so that it has the same spacing in a typewriter
708 % font as three actual period characters.
709 %
710 \def\dots{%
711   \leavevmode
712   \hbox to 1.5em{%
713     \hskip 0pt plus 0.25fil minus 0.25fil
714     .\hss.\hss.%
715     \hskip 0pt plus 0.5fil minus 0.5fil
716   }%
717 }
718
719 % @enddots{} is an end-of-sentence ellipsis.
720 %
721 \def\enddots{%
722   \leavevmode
723   \hbox to 2em{%
724     \hskip 0pt plus 0.25fil minus 0.25fil
725     .\hss.\hss.\hss.%
726     \hskip 0pt plus 0.5fil minus 0.5fil
727   }%
728   \spacefactor=3000
729 }
730
731 % @page forces the start of a new page.
732 %
733 \def\page{\par\vfill\supereject}
734
735 % @exdent text....
736 % outputs text on separate line in roman font, starting at standard page margin
737
738 % This records the amount of indent in the innermost environment.
739 % That's how much \exdent should take out.
740 \newskip\exdentamount
741
742 % This defn is used inside fill environments such as @defun.
743 \def\exdent{\parsearg\exdentyyy}
744 \def\exdentyyy #1{{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}}
745
746 % This defn is used inside nofill environments such as @example.
747 \def\nofillexdent{\parsearg\nofillexdentyyy}
748 \def\nofillexdentyyy #1{{\advance \leftskip by -\exdentamount
749 \leftline{\hskip\leftskip{\rm#1}}}}
750
751 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
752 % paragraph.  For more general purposes, use the \margin insertion
753 % class.  WHICH is `l' or `r'.
754 %
755 \newskip\inmarginspacing \inmarginspacing=1cm
756 \def\strutdepth{\dp\strutbox}
757 %
758 \def\doinmargin#1#2{\strut\vadjust{%
759   \nobreak
760   \kern-\strutdepth
761   \vtop to \strutdepth{%
762     \baselineskip=\strutdepth
763     \vss
764     % if you have multiple lines of stuff to put here, you'll need to
765     % make the vbox yourself of the appropriate size.
766     \ifx#1l%
767       \llap{\ignorespaces #2\hskip\inmarginspacing}%
768     \else
769       \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
770     \fi
771     \null
772   }%
773 }}
774 \def\inleftmargin{\doinmargin l}
775 \def\inrightmargin{\doinmargin r}
776 %
777 % @inmargin{TEXT [, RIGHT-TEXT]}
778 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
779 % else use TEXT for both).
780 %
781 \def\inmargin#1{\parseinmargin #1,,\finish}
782 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
783   \setbox0 = \hbox{\ignorespaces #2}%
784   \ifdim\wd0 > 0pt
785     \def\lefttext{#1}%  have both texts
786     \def\righttext{#2}%
787   \else
788     \def\lefttext{#1}%  have only one text
789     \def\righttext{#1}%
790   \fi
791   %
792   \ifodd\pageno
793     \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
794   \else
795     \def\temp{\inleftmargin\lefttext}%
796   \fi
797   \temp
798 }
799
800 % @include file    insert text of that file as input.
801 % Allow normal characters that  we make active in the argument (a file name).
802 \def\include{\begingroup
803   \catcode`\\=\other
804   \catcode`~=\other
805   \catcode`^=\other
806   \catcode`_=\other
807   \catcode`|=\other
808   \catcode`<=\other
809   \catcode`>=\other
810   \catcode`+=\other
811   \parsearg\includezzz}
812 % Restore active chars for included file.
813 \def\includezzz#1{\endgroup\begingroup
814   % Read the included file in a group so nested @include's work.
815   \def\thisfile{#1}%
816   \let\value=\expandablevalue
817   \input\thisfile
818 \endgroup}
819
820 \def\thisfile{}
821
822 % @center line
823 % outputs that line, centered.
824 %
825 \def\center{\parsearg\docenter}
826 \def\docenter#1{{%
827   \ifhmode \hfil\break \fi
828   \advance\hsize by -\leftskip
829   \advance\hsize by -\rightskip
830   \line{\hfil \ignorespaces#1\unskip \hfil}%
831   \ifhmode \break \fi
832 }}
833
834 % @sp n   outputs n lines of vertical space
835
836 \def\sp{\parsearg\spxxx}
837 \def\spxxx #1{\vskip #1\baselineskip}
838
839 % @comment ...line which is ignored...
840 % @c is the same as @comment
841 % @ignore ... @end ignore  is another way to write a comment
842
843 \def\comment{\begingroup \catcode`\^^M=\other%
844 \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other%
845 \commentxxx}
846 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
847
848 \let\c=\comment
849
850 % @paragraphindent NCHARS
851 % We'll use ems for NCHARS, close enough.
852 % NCHARS can also be the word `asis' or `none'.
853 % We cannot feasibly implement @paragraphindent asis, though.
854 %
855 \def\asisword{asis} % no translation, these are keywords
856 \def\noneword{none}
857 %
858 \def\paragraphindent{\parsearg\doparagraphindent}
859 \def\doparagraphindent#1{%
860   \def\temp{#1}%
861   \ifx\temp\asisword
862   \else
863     \ifx\temp\noneword
864       \defaultparindent = 0pt
865     \else
866       \defaultparindent = #1em
867     \fi
868   \fi
869   \parindent = \defaultparindent
870 }
871
872 % @exampleindent NCHARS
873 % We'll use ems for NCHARS like @paragraphindent.
874 % It seems @exampleindent asis isn't necessary, but
875 % I preserve it to make it similar to @paragraphindent.
876 \def\exampleindent{\parsearg\doexampleindent}
877 \def\doexampleindent#1{%
878   \def\temp{#1}%
879   \ifx\temp\asisword
880   \else
881     \ifx\temp\noneword
882       \lispnarrowing = 0pt
883     \else
884       \lispnarrowing = #1em
885     \fi
886   \fi
887 }
888
889 % @firstparagraphindent WORD
890 % If WORD is `none', then suppress indentation of the first paragraph
891 % after a section heading.  If WORD is `insert', then do indent at such
892 % paragraphs.
893 %
894 % The paragraph indentation is suppressed or not by calling
895 % \suppressfirstparagraphindent, which the sectioning commands do.
896 % We switch the definition of this back and forth according to WORD.
897 % By default, we suppress indentation.
898 %
899 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent}
900 \newdimen\currentparindent
901 %
902 \def\insertword{insert}
903 %
904 \def\firstparagraphindent{\parsearg\dofirstparagraphindent}
905 \def\dofirstparagraphindent#1{%
906   \def\temp{#1}%
907   \ifx\temp\noneword
908     \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent
909   \else\ifx\temp\insertword
910     \let\suppressfirstparagraphindent = \relax
911   \else
912     \errhelp = \EMsimple
913     \errmessage{Unknown @firstparagraphindent option `\temp'}%
914   \fi\fi
915 }
916
917 % Here is how we actually suppress indentation.  Redefine \everypar to
918 % \kern backwards by \parindent, and then reset itself to empty.
919 %
920 % We also make \indent itself not actually do anything until the next
921 % paragraph.
922 %
923 \gdef\dosuppressfirstparagraphindent{%
924   \gdef\indent{%
925     \restorefirstparagraphindent
926     \indent
927   }%
928   \gdef\noindent{%
929     \restorefirstparagraphindent
930     \noindent
931   }%
932   \global\everypar = {%
933     \kern -\parindent
934     \restorefirstparagraphindent
935   }%
936 }
937
938 \gdef\restorefirstparagraphindent{%
939   \global \let \indent = \ptexindent
940   \global \let \noindent = \ptexnoindent
941   \global \everypar = {}%
942 }
943
944
945 % @asis just yields its argument.  Used with @table, for example.
946 %
947 \def\asis#1{#1}
948
949 % @math outputs its argument in math mode.
950 % We don't use $'s directly in the definition of \math because we need
951 % to set catcodes according to plain TeX first, to allow for subscripts,
952 % superscripts, special math chars, etc.
953 %
954 \let\implicitmath = $%$ font-lock fix
955 %
956 % One complication: _ usually means subscripts, but it could also mean
957 % an actual _ character, as in @math{@var{some_variable} + 1}.  So make
958 % _ within @math be active (mathcode "8000), and distinguish by seeing
959 % if the current family is \slfam, which is what @var uses.
960 %
961 {\catcode\underChar = \active
962 \gdef\mathunderscore{%
963   \catcode\underChar=\active
964   \def_{\ifnum\fam=\slfam \_\else\sb\fi}%
965 }}
966 %
967 % Another complication: we want \\ (and @\) to output a \ character.
968 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
969 % this is not advertised and we don't care.  Texinfo does not
970 % otherwise define @\.
971 %
972 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
973 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
974 %
975 \def\math{%
976   \tex
977   \mathcode`\_="8000 \mathunderscore
978   \let\\ = \mathbackslash
979   \mathactive
980   \implicitmath\finishmath}
981 \def\finishmath#1{#1\implicitmath\Etex}
982
983 % Some active characters (such as <) are spaced differently in math.
984 % We have to reset their definitions in case the @math was an
985 % argument to a command which set the catcodes (such as @item or @section).
986 %
987 {
988   \catcode`^ = \active
989   \catcode`< = \active
990   \catcode`> = \active
991   \catcode`+ = \active
992   \gdef\mathactive{%
993     \let^ = \ptexhat
994     \let< = \ptexless
995     \let> = \ptexgtr
996     \let+ = \ptexplus
997   }
998 }
999
1000 % @bullet and @minus need the same treatment as @math, just above.
1001 \def\bullet{\implicitmath\ptexbullet\implicitmath}
1002 \def\minus{\implicitmath-\implicitmath}
1003
1004 % @refill is a no-op.
1005 \let\refill=\relax
1006
1007 % If working on a large document in chapters, it is convenient to
1008 % be able to disable indexing, cross-referencing, and contents, for test runs.
1009 % This is done with @novalidate (before @setfilename).
1010 %
1011 \newif\iflinks \linkstrue % by default we want the aux files.
1012 \let\novalidate = \linksfalse
1013
1014 % @setfilename is done at the beginning of every texinfo file.
1015 % So open here the files we need to have open while reading the input.
1016 % This makes it possible to make a .fmt file for texinfo.
1017 \def\setfilename{%
1018    \iflinks
1019      \readauxfile
1020    \fi % \openindices needs to do some work in any case.
1021    \openindices
1022    \fixbackslash  % Turn off hack to swallow `\input texinfo'.
1023    \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
1024    %
1025    % If texinfo.cnf is present on the system, read it.
1026    % Useful for site-wide @afourpaper, etc.
1027    % Just to be on the safe side, close the input stream before the \input.
1028    \openin 1 texinfo.cnf
1029    \ifeof1 \let\temp=\relax \else \def\temp{\input texinfo.cnf }\fi
1030    \closein1
1031    \temp
1032    %
1033    \comment % Ignore the actual filename.
1034 }
1035
1036 % Called from \setfilename.
1037 %
1038 \def\openindices{%
1039   \newindex{cp}%
1040   \newcodeindex{fn}%
1041   \newcodeindex{vr}%
1042   \newcodeindex{tp}%
1043   \newcodeindex{ky}%
1044   \newcodeindex{pg}%
1045 }
1046
1047 % @bye.
1048 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
1049
1050
1051 \message{pdf,}
1052 % adobe `portable' document format
1053 \newcount\tempnum
1054 \newcount\lnkcount
1055 \newtoks\filename
1056 \newcount\filenamelength
1057 \newcount\pgn
1058 \newtoks\toksA
1059 \newtoks\toksB
1060 \newtoks\toksC
1061 \newtoks\toksD
1062 \newbox\boxA
1063 \newcount\countA
1064 \newif\ifpdf
1065 \newif\ifpdfmakepagedest
1066
1067 \ifx\pdfoutput\undefined
1068   \pdffalse
1069   \let\pdfmkdest = \gobble
1070   \let\pdfurl = \gobble
1071   \let\endlink = \relax
1072   \let\linkcolor = \relax
1073   \let\pdfmakeoutlines = \relax
1074 \else
1075   \pdftrue
1076   \pdfoutput = 1
1077   \input pdfcolor
1078   \pdfcatalog{/PageMode /UseOutlines}%
1079   \def\dopdfimage#1#2#3{%
1080     \def\imagewidth{#2}%
1081     \def\imageheight{#3}%
1082     % without \immediate, pdftex seg faults when the same image is
1083     % included twice.  (Version 3.14159-pre-1.0-unofficial-20010704.)
1084     \ifnum\pdftexversion < 14
1085       \immediate\pdfimage
1086     \else
1087       \immediate\pdfximage
1088     \fi
1089       \ifx\empty\imagewidth\else width \imagewidth \fi
1090       \ifx\empty\imageheight\else height \imageheight \fi
1091       \ifnum\pdftexversion<13
1092          #1.pdf%
1093        \else
1094          {#1.pdf}%
1095        \fi
1096     \ifnum\pdftexversion < 14 \else
1097       \pdfrefximage \pdflastximage
1098     \fi}
1099   \def\pdfmkdest#1{{\normalturnoffactive \pdfdest name{#1} xyz}}
1100   \def\pdfmkpgn#1{#1}
1101   \let\linkcolor = \Blue  % was Cyan, but that seems light?
1102   \def\endlink{\Black\pdfendlink}
1103   % Adding outlines to PDF; macros for calculating structure of outlines
1104   % come from Petr Olsak
1105   \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1106     \else \csname#1\endcsname \fi}
1107   \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1108     \advance\tempnum by 1
1109     \expandafter\xdef\csname#1\endcsname{\the\tempnum}}
1110   %
1111   % #1 is the section text.  #2 is the pdf expression for the number
1112   % of subentries (or empty, for subsubsections).  #3 is the node
1113   % text, which might be empty if this toc entry had no
1114   % corresponding node.  #4 is the page number.
1115   % 
1116   \def\dopdfoutline#1#2#3#4{%
1117     % Generate a link to the node text if that exists; else, use the
1118     % page number.  We could generate a destination for the section
1119     % text in the case where a section has no node, but it doesn't
1120     % seem worthwhile, since most documents are normally structured.
1121     \def\pdfoutlinedest{#3}%
1122     \ifx\pdfoutlinedest\empty \def\pdfoutlinedest{#4}\fi
1123     %
1124     \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{#1}%
1125   }
1126   %
1127   \def\pdfmakeoutlines{%
1128     \openin 1 \jobname.toc
1129     \ifeof 1\else\begingroup
1130       \closein 1
1131       % Thanh's hack / proper braces in bookmarks
1132       \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
1133       \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1134       %
1135       % Read toc silently, to get counts of subentries for \pdfoutline.
1136       \def\numchapentry##1##2##3##4{\def\thischapnum{##2}}%
1137       \def\numsecentry##1##2##3##4{%
1138         \def\thissecnum{##2}%
1139         \advancenumber{chap\thischapnum}}%
1140       \def\numsubsecentry##1##2##3##4{%
1141         \def\thissubsecnum{##2}%
1142         \advancenumber{sec\thissecnum}}%
1143       \def\numsubsubsecentry##1##2##3##4{\advancenumber{subsec\thissubsecnum}}%
1144       %
1145       % use \def rather than \let here because we redefine \chapentry et
1146       % al. a second time, below.
1147       \def\appentry{\numchapentry}%
1148       \def\appsecentry{\numsecentry}%
1149       \def\appsubsecentry{\numsubsecentry}%
1150       \def\appsubsubsecentry{\numsubsubsecentry}%
1151       \def\unnchapentry{\numchapentry}%
1152       \def\unnsecentry{\numsecentry}%
1153       \def\unnsubsecentry{\numsubsecentry}%
1154       \def\unnsubsubsecentry{\numsubsubsecentry}%
1155       \input \jobname.toc
1156       %
1157       % Read toc second time, this time actually producing the outlines.
1158       % The `-' means take the \expnumber as the absolute number of
1159       % subentries, which we calculated on our first read of the .toc above.
1160       % 
1161       % We use the node names as the destinations.
1162       \def\numchapentry##1##2##3##4{%
1163         \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1164       \def\numsecentry##1##2##3##4{%
1165         \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1166       \def\numsubsecentry##1##2##3##4{%
1167         \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1168       \def\numsubsubsecentry##1##2##3##4{% count is always zero
1169         \dopdfoutline{##1}{}{##3}{##4}}%
1170       %
1171       % Make special characters normal for writing to the pdf file.
1172       \indexnofonts
1173       \turnoffactive
1174       \input \jobname.toc
1175     \endgroup\fi
1176   }
1177   %
1178   \def\makelinks #1,{%
1179     \def\params{#1}\def\E{END}%
1180     \ifx\params\E
1181       \let\nextmakelinks=\relax
1182     \else
1183       \let\nextmakelinks=\makelinks
1184       \ifnum\lnkcount>0,\fi
1185       \picknum{#1}%
1186       \startlink attr{/Border [0 0 0]}
1187         goto name{\pdfmkpgn{\the\pgn}}%
1188       \linkcolor #1%
1189       \advance\lnkcount by 1%
1190       \endlink
1191     \fi
1192     \nextmakelinks
1193   }
1194   \def\picknum#1{\expandafter\pn#1}
1195   \def\pn#1{%
1196     \def\p{#1}%
1197     \ifx\p\lbrace
1198       \let\nextpn=\ppn
1199     \else
1200       \let\nextpn=\ppnn
1201       \def\first{#1}
1202     \fi
1203     \nextpn
1204   }
1205   \def\ppn#1{\pgn=#1\gobble}
1206   \def\ppnn{\pgn=\first}
1207   \def\pdfmklnk#1{\lnkcount=0\makelinks #1,END,}
1208   \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1209   \def\skipspaces#1{\def\PP{#1}\def\D{|}%
1210     \ifx\PP\D\let\nextsp\relax
1211     \else\let\nextsp\skipspaces
1212       \ifx\p\space\else\addtokens{\filename}{\PP}%
1213         \advance\filenamelength by 1
1214       \fi
1215     \fi
1216     \nextsp}
1217   \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax}
1218   \ifnum\pdftexversion < 14
1219     \let \startlink \pdfannotlink
1220   \else
1221     \let \startlink \pdfstartlink
1222   \fi
1223   \def\pdfurl#1{%
1224     \begingroup
1225       \normalturnoffactive\def\@{@}%
1226       \let\value=\expandablevalue
1227       \leavevmode\Red
1228       \startlink attr{/Border [0 0 0]}%
1229         user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
1230         % #1
1231     \endgroup}
1232   \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
1233   \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1234   \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1235   \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}}
1236   \def\maketoks{%
1237     \expandafter\poptoks\the\toksA|ENDTOKS|
1238     \ifx\first0\adn0
1239     \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1240     \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
1241     \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
1242     \else
1243       \ifnum0=\countA\else\makelink\fi
1244       \ifx\first.\let\next=\done\else
1245         \let\next=\maketoks
1246         \addtokens{\toksB}{\the\toksD}
1247         \ifx\first,\addtokens{\toksB}{\space}\fi
1248       \fi
1249     \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
1250     \next}
1251   \def\makelink{\addtokens{\toksB}%
1252     {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1253   \def\pdflink#1{%
1254     \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
1255     \linkcolor #1\endlink}
1256   \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
1257 \fi % \ifx\pdfoutput
1258
1259
1260 \message{fonts,}
1261 % Font-change commands.
1262
1263 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1264 % So we set up a \sf analogous to plain's \rm, etc.
1265 \newfam\sffam
1266 \def\sf{\fam=\sffam \tensf}
1267 \let\li = \sf % Sometimes we call it \li, not \sf.
1268
1269 % We don't need math for this one.
1270 \def\ttsl{\tenttsl}
1271
1272 % Default leading.
1273 \newdimen\textleading  \textleading = 13.2pt
1274
1275 % Set the baselineskip to #1, and the lineskip and strut size
1276 % correspondingly.  There is no deep meaning behind these magic numbers
1277 % used as factors; they just match (closely enough) what Knuth defined.
1278 %
1279 \def\lineskipfactor{.08333}
1280 \def\strutheightpercent{.70833}
1281 \def\strutdepthpercent {.29167}
1282 %
1283 \def\setleading#1{%
1284   \normalbaselineskip = #1\relax
1285   \normallineskip = \lineskipfactor\normalbaselineskip
1286   \normalbaselines
1287   \setbox\strutbox =\hbox{%
1288     \vrule width0pt height\strutheightpercent\baselineskip
1289                     depth \strutdepthpercent \baselineskip
1290   }%
1291 }
1292
1293 % Set the font macro #1 to the font named #2, adding on the
1294 % specified font prefix (normally `cm').
1295 % #3 is the font's design size, #4 is a scale factor
1296 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
1297
1298 % Use cm as the default font prefix.
1299 % To specify the font prefix, you must define \fontprefix
1300 % before you read in texinfo.tex.
1301 \ifx\fontprefix\undefined
1302 \def\fontprefix{cm}
1303 \fi
1304 % Support font families that don't use the same naming scheme as CM.
1305 \def\rmshape{r}
1306 \def\rmbshape{bx}               %where the normal face is bold
1307 \def\bfshape{b}
1308 \def\bxshape{bx}
1309 \def\ttshape{tt}
1310 \def\ttbshape{tt}
1311 \def\ttslshape{sltt}
1312 \def\itshape{ti}
1313 \def\itbshape{bxti}
1314 \def\slshape{sl}
1315 \def\slbshape{bxsl}
1316 \def\sfshape{ss}
1317 \def\sfbshape{ss}
1318 \def\scshape{csc}
1319 \def\scbshape{csc}
1320
1321 \newcount\mainmagstep
1322 \ifx\bigger\relax
1323   % not really supported.
1324   \mainmagstep=\magstep1
1325   \setfont\textrm\rmshape{12}{1000}
1326   \setfont\texttt\ttshape{12}{1000}
1327 \else
1328   \mainmagstep=\magstephalf
1329   \setfont\textrm\rmshape{10}{\mainmagstep}
1330   \setfont\texttt\ttshape{10}{\mainmagstep}
1331 \fi
1332 % Instead of cmb10, you may want to use cmbx10.
1333 % cmbx10 is a prettier font on its own, but cmb10
1334 % looks better when embedded in a line with cmr10
1335 % (in Bob's opinion).
1336 \setfont\textbf\bfshape{10}{\mainmagstep}
1337 \setfont\textit\itshape{10}{\mainmagstep}
1338 \setfont\textsl\slshape{10}{\mainmagstep}
1339 \setfont\textsf\sfshape{10}{\mainmagstep}
1340 \setfont\textsc\scshape{10}{\mainmagstep}
1341 \setfont\textttsl\ttslshape{10}{\mainmagstep}
1342 \font\texti=cmmi10 scaled \mainmagstep
1343 \font\textsy=cmsy10 scaled \mainmagstep
1344
1345 % A few fonts for @defun, etc.
1346 \setfont\defbf\bxshape{10}{\magstep1} %was 1314
1347 \setfont\deftt\ttshape{10}{\magstep1}
1348 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
1349
1350 % Fonts for indices, footnotes, small examples (9pt).
1351 \setfont\smallrm\rmshape{9}{1000}
1352 \setfont\smalltt\ttshape{9}{1000}
1353 \setfont\smallbf\bfshape{10}{900}
1354 \setfont\smallit\itshape{9}{1000}
1355 \setfont\smallsl\slshape{9}{1000}
1356 \setfont\smallsf\sfshape{9}{1000}
1357 \setfont\smallsc\scshape{10}{900}
1358 \setfont\smallttsl\ttslshape{10}{900}
1359 \font\smalli=cmmi9
1360 \font\smallsy=cmsy9
1361
1362 % Fonts for small examples (8pt).
1363 \setfont\smallerrm\rmshape{8}{1000}
1364 \setfont\smallertt\ttshape{8}{1000}
1365 \setfont\smallerbf\bfshape{10}{800}
1366 \setfont\smallerit\itshape{8}{1000}
1367 \setfont\smallersl\slshape{8}{1000}
1368 \setfont\smallersf\sfshape{8}{1000}
1369 \setfont\smallersc\scshape{10}{800}
1370 \setfont\smallerttsl\ttslshape{10}{800}
1371 \font\smalleri=cmmi8
1372 \font\smallersy=cmsy8
1373
1374 % Fonts for title page:
1375 \setfont\titlerm\rmbshape{12}{\magstep3}
1376 \setfont\titleit\itbshape{10}{\magstep4}
1377 \setfont\titlesl\slbshape{10}{\magstep4}
1378 \setfont\titlett\ttbshape{12}{\magstep3}
1379 \setfont\titlettsl\ttslshape{10}{\magstep4}
1380 \setfont\titlesf\sfbshape{17}{\magstep1}
1381 \let\titlebf=\titlerm
1382 \setfont\titlesc\scbshape{10}{\magstep4}
1383 \font\titlei=cmmi12 scaled \magstep3
1384 \font\titlesy=cmsy10 scaled \magstep4
1385 \def\authorrm{\secrm}
1386 \def\authortt{\sectt}
1387
1388 % Chapter (and unnumbered) fonts (17.28pt).
1389 \setfont\chaprm\rmbshape{12}{\magstep2}
1390 \setfont\chapit\itbshape{10}{\magstep3}
1391 \setfont\chapsl\slbshape{10}{\magstep3}
1392 \setfont\chaptt\ttbshape{12}{\magstep2}
1393 \setfont\chapttsl\ttslshape{10}{\magstep3}
1394 \setfont\chapsf\sfbshape{17}{1000}
1395 \let\chapbf=\chaprm
1396 \setfont\chapsc\scbshape{10}{\magstep3}
1397 \font\chapi=cmmi12 scaled \magstep2
1398 \font\chapsy=cmsy10 scaled \magstep3
1399
1400 % Section fonts (14.4pt).
1401 \setfont\secrm\rmbshape{12}{\magstep1}
1402 \setfont\secit\itbshape{10}{\magstep2}
1403 \setfont\secsl\slbshape{10}{\magstep2}
1404 \setfont\sectt\ttbshape{12}{\magstep1}
1405 \setfont\secttsl\ttslshape{10}{\magstep2}
1406 \setfont\secsf\sfbshape{12}{\magstep1}
1407 \let\secbf\secrm
1408 \setfont\secsc\scbshape{10}{\magstep2}
1409 \font\seci=cmmi12 scaled \magstep1
1410 \font\secsy=cmsy10 scaled \magstep2
1411
1412 % Subsection fonts (13.15pt).
1413 \setfont\ssecrm\rmbshape{12}{\magstephalf}
1414 \setfont\ssecit\itbshape{10}{1315}
1415 \setfont\ssecsl\slbshape{10}{1315}
1416 \setfont\ssectt\ttbshape{12}{\magstephalf}
1417 \setfont\ssecttsl\ttslshape{10}{1315}
1418 \setfont\ssecsf\sfbshape{12}{\magstephalf}
1419 \let\ssecbf\ssecrm
1420 \setfont\ssecsc\scbshape{10}{\magstep1}
1421 \font\sseci=cmmi12 scaled \magstephalf
1422 \font\ssecsy=cmsy10 scaled 1315
1423 % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
1424 % but that is not a standard magnification.
1425
1426 % In order for the font changes to affect most math symbols and letters,
1427 % we have to define the \textfont of the standard families.  Since
1428 % texinfo doesn't allow for producing subscripts and superscripts except
1429 % in the main text, we don't bother to reset \scriptfont and
1430 % \scriptscriptfont (which would also require loading a lot more fonts).
1431 %
1432 \def\resetmathfonts{%
1433   \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy
1434   \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf
1435   \textfont\ttfam=\tentt \textfont\sffam=\tensf
1436 }
1437
1438 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1439 % of just \STYLE.  We do this so that font changes will continue to work
1440 % in math mode, where it is the current \fam that is relevant in most
1441 % cases, not the current font.  Plain TeX does \def\bf{\fam=\bffam
1442 % \tenbf}, for example.  By redefining \tenbf, we obviate the need to
1443 % redefine \bf itself.
1444 \def\textfonts{%
1445   \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
1446   \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
1447   \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl
1448   \resetmathfonts \setleading{\textleading}}
1449 \def\titlefonts{%
1450   \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl
1451   \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc
1452   \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy
1453   \let\tenttsl=\titlettsl
1454   \resetmathfonts \setleading{25pt}}
1455 \def\titlefont#1{{\titlefonts\rm #1}}
1456 \def\chapfonts{%
1457   \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl
1458   \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
1459   \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl
1460   \resetmathfonts \setleading{19pt}}
1461 \def\secfonts{%
1462   \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
1463   \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
1464   \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl
1465   \resetmathfonts \setleading{16pt}}
1466 \def\subsecfonts{%
1467   \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
1468   \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
1469   \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl
1470   \resetmathfonts \setleading{15pt}}
1471 \let\subsubsecfonts = \subsecfonts % Maybe make sssec fonts scaled magstephalf?
1472 \def\smallfonts{%
1473   \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl
1474   \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc
1475   \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy
1476   \let\tenttsl=\smallttsl
1477   \resetmathfonts \setleading{10.5pt}}
1478 \def\smallerfonts{%
1479   \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl
1480   \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc
1481   \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy
1482   \let\tenttsl=\smallerttsl
1483   \resetmathfonts \setleading{9.5pt}}
1484
1485 % Set the fonts to use with the @small... environments.
1486 \let\smallexamplefonts = \smallfonts
1487
1488 % About \smallexamplefonts.  If we use \smallfonts (9pt), @smallexample
1489 % can fit this many characters:
1490 %   8.5x11=86   smallbook=72  a4=90  a5=69
1491 % If we use \smallerfonts (8pt), then we can fit this many characters:
1492 %   8.5x11=90+  smallbook=80  a4=90+  a5=77
1493 % For me, subjectively, the few extra characters that fit aren't worth
1494 % the additional smallness of 8pt.  So I'm making the default 9pt.
1495 %
1496 % By the way, for comparison, here's what fits with @example (10pt):
1497 %   8.5x11=71  smallbook=60  a4=75  a5=58
1498 %
1499 % I wish we used A4 paper on this side of the Atlantic.
1500 %
1501 % --karl, 24jan03.
1502
1503
1504 % Set up the default fonts, so we can use them for creating boxes.
1505 %
1506 \textfonts
1507
1508 % Define these so they can be easily changed for other fonts.
1509 \def\angleleft{$\langle$}
1510 \def\angleright{$\rangle$}
1511
1512 % Count depth in font-changes, for error checks
1513 \newcount\fontdepth \fontdepth=0
1514
1515 % Fonts for short table of contents.
1516 \setfont\shortcontrm\rmshape{12}{1000}
1517 \setfont\shortcontbf\bxshape{12}{1000}
1518 \setfont\shortcontsl\slshape{12}{1000}
1519 \setfont\shortconttt\ttshape{12}{1000}
1520
1521 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1522 %% serif) and @ii for TeX italic
1523
1524 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
1525 % unless the following character is such as not to need one.
1526 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else
1527                     \ptexslash\fi\fi\fi}
1528 \def\smartslanted#1{{\ifusingtt\ttsl\sl #1}\futurelet\next\smartitalicx}
1529 \def\smartitalic#1{{\ifusingtt\ttsl\it #1}\futurelet\next\smartitalicx}
1530
1531 \let\i=\smartitalic
1532 \let\var=\smartslanted
1533 \let\dfn=\smartslanted
1534 \let\emph=\smartitalic
1535 \let\cite=\smartslanted
1536
1537 \def\b#1{{\bf #1}}
1538 \let\strong=\b
1539
1540 % We can't just use \exhyphenpenalty, because that only has effect at
1541 % the end of a paragraph.  Restore normal hyphenation at the end of the
1542 % group within which \nohyphenation is presumably called.
1543 %
1544 \def\nohyphenation{\hyphenchar\font = -1  \aftergroup\restorehyphenation}
1545 \def\restorehyphenation{\hyphenchar\font = `- }
1546
1547 % Set sfcode to normal for the chars that usually have another value.
1548 % Can't use plain's \frenchspacing because it uses the `\x notation, and
1549 % sometimes \x has an active definition that messes things up.
1550 %
1551 \catcode`@=11
1552   \def\frenchspacing{%
1553     \sfcode\dotChar  =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m
1554     \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m
1555   }
1556 \catcode`@=\other
1557
1558 \def\t#1{%
1559   {\tt \rawbackslash \frenchspacing #1}%
1560   \null
1561 }
1562 \let\ttfont=\t
1563 \def\samp#1{`\tclose{#1}'\null}
1564 \setfont\keyrm\rmshape{8}{1000}
1565 \font\keysy=cmsy9
1566 \def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
1567   \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
1568     \vbox{\hrule\kern-0.4pt
1569      \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
1570     \kern-0.4pt\hrule}%
1571   \kern-.06em\raise0.4pt\hbox{\angleright}}}}
1572 % The old definition, with no lozenge:
1573 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
1574 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
1575
1576 % @file, @option are the same as @samp.
1577 \let\file=\samp
1578 \let\option=\samp
1579
1580 % @code is a modification of @t,
1581 % which makes spaces the same size as normal in the surrounding text.
1582 \def\tclose#1{%
1583   {%
1584     % Change normal interword space to be same as for the current font.
1585     \spaceskip = \fontdimen2\font
1586     %
1587     % Switch to typewriter.
1588     \tt
1589     %
1590     % But `\ ' produces the large typewriter interword space.
1591     \def\ {{\spaceskip = 0pt{} }}%
1592     %
1593     % Turn off hyphenation.
1594     \nohyphenation
1595     %
1596     \rawbackslash
1597     \frenchspacing
1598     #1%
1599   }%
1600   \null
1601 }
1602
1603 % We *must* turn on hyphenation at `-' and `_' in \code.
1604 % Otherwise, it is too hard to avoid overfull hboxes
1605 % in the Emacs manual, the Library manual, etc.
1606
1607 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1608 % both hyphenation at - and hyphenation within words.
1609 % We must therefore turn them both off (\tclose does that)
1610 % and arrange explicitly to hyphenate at a dash.
1611 %  -- rms.
1612 {
1613   \catcode`\-=\active
1614   \catcode`\_=\active
1615   %
1616   \global\def\code{\begingroup
1617     \catcode`\-=\active \let-\codedash
1618     \catcode`\_=\active \let_\codeunder
1619     \codex
1620   }
1621   %
1622   % If we end up with any active - characters when handling the index,
1623   % just treat them as a normal -.
1624   \global\def\indexbreaks{\catcode`\-=\active \let-\realdash}
1625 }
1626
1627 \def\realdash{-}
1628 \def\codedash{-\discretionary{}{}{}}
1629 \def\codeunder{%
1630   % this is all so @math{@code{var_name}+1} can work.  In math mode, _
1631   % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
1632   % will therefore expand the active definition of _, which is us
1633   % (inside @code that is), therefore an endless loop.
1634   \ifusingtt{\ifmmode
1635                \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_.
1636              \else\normalunderscore \fi
1637              \discretionary{}{}{}}%
1638             {\_}%
1639 }
1640 \def\codex #1{\tclose{#1}\endgroup}
1641
1642 % @kbd is like @code, except that if the argument is just one @key command,
1643 % then @kbd has no effect.
1644
1645 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1646 %   `example' (@kbd uses ttsl only inside of @example and friends),
1647 %   or `code' (@kbd uses normal tty font always).
1648 \def\kbdinputstyle{\parsearg\kbdinputstylexxx}
1649 \def\kbdinputstylexxx#1{%
1650   \def\arg{#1}%
1651   \ifx\arg\worddistinct
1652     \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
1653   \else\ifx\arg\wordexample
1654     \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
1655   \else\ifx\arg\wordcode
1656     \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
1657   \else
1658     \errhelp = \EMsimple
1659     \errmessage{Unknown @kbdinputstyle option `\arg'}%
1660   \fi\fi\fi
1661 }
1662 \def\worddistinct{distinct}
1663 \def\wordexample{example}
1664 \def\wordcode{code}
1665
1666 % Default is `distinct.'
1667 \kbdinputstyle distinct
1668
1669 \def\xkey{\key}
1670 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
1671 \ifx\one\xkey\ifx\threex\three \key{#2}%
1672 \else{\tclose{\kbdfont\look}}\fi
1673 \else{\tclose{\kbdfont\look}}\fi}
1674
1675 % For @url, @env, @command quotes seem unnecessary, so use \code.
1676 \let\url=\code
1677 \let\env=\code
1678 \let\command=\code
1679
1680 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
1681 % second argument specifying the text to display and an optional third
1682 % arg as text to display instead of (rather than in addition to) the url
1683 % itself.  First (mandatory) arg is the url.  Perhaps eventually put in
1684 % a hypertex \special here.
1685 %
1686 \def\uref#1{\douref #1,,,\finish}
1687 \def\douref#1,#2,#3,#4\finish{\begingroup
1688   \unsepspaces
1689   \pdfurl{#1}%
1690   \setbox0 = \hbox{\ignorespaces #3}%
1691   \ifdim\wd0 > 0pt
1692     \unhbox0 % third arg given, show only that
1693   \else
1694     \setbox0 = \hbox{\ignorespaces #2}%
1695     \ifdim\wd0 > 0pt
1696       \ifpdf
1697         \unhbox0             % PDF: 2nd arg given, show only it
1698       \else
1699         \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1700       \fi
1701     \else
1702       \code{#1}% only url given, so show it
1703     \fi
1704   \fi
1705   \endlink
1706 \endgroup}
1707
1708 % rms does not like angle brackets --karl, 17may97.
1709 % So now @email is just like @uref, unless we are pdf.
1710 %
1711 %\def\email#1{\angleleft{\tt #1}\angleright}
1712 \ifpdf
1713   \def\email#1{\doemail#1,,\finish}
1714   \def\doemail#1,#2,#3\finish{\begingroup
1715     \unsepspaces
1716     \pdfurl{mailto:#1}%
1717     \setbox0 = \hbox{\ignorespaces #2}%
1718     \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi
1719     \endlink
1720   \endgroup}
1721 \else
1722   \let\email=\uref
1723 \fi
1724
1725 % Check if we are currently using a typewriter font.  Since all the
1726 % Computer Modern typewriter fonts have zero interword stretch (and
1727 % shrink), and it is reasonable to expect all typewriter fonts to have
1728 % this property, we can check that font parameter.
1729 %
1730 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
1731
1732 % Typeset a dimension, e.g., `in' or `pt'.  The only reason for the
1733 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
1734 %
1735 \def\dmn#1{\thinspace #1}
1736
1737 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
1738
1739 % @l was never documented to mean ``switch to the Lisp font'',
1740 % and it is not used as such in any manual I can find.  We need it for
1741 % Polish suppressed-l.  --karl, 22sep96.
1742 %\def\l#1{{\li #1}\null}
1743
1744 % Explicit font changes: @r, @sc, undocumented @ii.
1745 \def\r#1{{\rm #1}}              % roman font
1746 \def\sc#1{{\smallcaps#1}}       % smallcaps font
1747 \def\ii#1{{\it #1}}             % italic font
1748
1749 % @acronym downcases the argument and prints in smallcaps.
1750 \def\acronym#1{{\smallcaps \lowercase{#1}}}
1751
1752 % @pounds{} is a sterling sign.
1753 \def\pounds{{\it\$}}
1754
1755 % @registeredsymbol - R in a circle.  For now, only works in text size;
1756 % we'd have to redo the font mechanism to change the \scriptstyle and
1757 % \scriptscriptstyle font sizes to make it look right in headings.
1758 % Adapted from the plain.tex definition of \copyright.
1759 %
1760 \def\registeredsymbol{%
1761   $^{{\ooalign{\hfil\raise.07ex\hbox{$\scriptstyle\rm R$}\hfil\crcr\Orb}}%
1762     }$%
1763 }
1764
1765
1766 \message{page headings,}
1767
1768 \newskip\titlepagetopglue \titlepagetopglue = 1.5in
1769 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
1770
1771 % First the title page.  Must do @settitle before @titlepage.
1772 \newif\ifseenauthor
1773 \newif\iffinishedtitlepage
1774
1775 % Do an implicit @contents or @shortcontents after @end titlepage if the
1776 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage.
1777 %
1778 \newif\ifsetcontentsaftertitlepage
1779  \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue
1780 \newif\ifsetshortcontentsaftertitlepage
1781  \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue
1782
1783 \def\shorttitlepage{\parsearg\shorttitlepagezzz}
1784 \def\shorttitlepagezzz #1{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
1785         \endgroup\page\hbox{}\page}
1786
1787 \def\titlepage{\begingroup \parindent=0pt \textfonts
1788    \let\subtitlerm=\tenrm
1789    \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
1790    %
1791    \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines
1792                    \let\tt=\authortt}%
1793    %
1794    % Leave some space at the very top of the page.
1795    \vglue\titlepagetopglue
1796    %
1797    % Now you can print the title using @title.
1798    \def\title{\parsearg\titlezzz}%
1799    \def\titlezzz##1{\leftline{\titlefonts\rm ##1}
1800                     % print a rule at the page bottom also.
1801                     \finishedtitlepagefalse
1802                     \vskip4pt \hrule height 4pt width \hsize \vskip4pt}%
1803    % No rule at page bottom unless we print one at the top with @title.
1804    \finishedtitlepagetrue
1805    %
1806    % Now you can put text using @subtitle.
1807    \def\subtitle{\parsearg\subtitlezzz}%
1808    \def\subtitlezzz##1{{\subtitlefont \rightline{##1}}}%
1809    %
1810    % @author should come last, but may come many times.
1811    \def\author{\parsearg\authorzzz}%
1812    \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
1813       {\authorfont \leftline{##1}}}%
1814    %
1815    % Most title ``pages'' are actually two pages long, with space
1816    % at the top of the second.  We don't want the ragged left on the second.
1817    \let\oldpage = \page
1818    \def\page{%
1819       \iffinishedtitlepage\else
1820          \finishtitlepage
1821       \fi
1822       \oldpage
1823       \let\page = \oldpage
1824       \hbox{}}%
1825 %   \def\page{\oldpage \hbox{}}
1826 }
1827
1828 \def\Etitlepage{%
1829    \iffinishedtitlepage\else
1830       \finishtitlepage
1831    \fi
1832    % It is important to do the page break before ending the group,
1833    % because the headline and footline are only empty inside the group.
1834    % If we use the new definition of \page, we always get a blank page
1835    % after the title page, which we certainly don't want.
1836    \oldpage
1837    \endgroup
1838    %
1839    % Need this before the \...aftertitlepage checks so that if they are
1840    % in effect the toc pages will come out with page numbers.
1841    \HEADINGSon
1842    %
1843    % If they want short, they certainly want long too.
1844    \ifsetshortcontentsaftertitlepage
1845      \shortcontents
1846      \contents
1847      \global\let\shortcontents = \relax
1848      \global\let\contents = \relax
1849    \fi
1850    %
1851    \ifsetcontentsaftertitlepage
1852      \contents
1853      \global\let\contents = \relax
1854      \global\let\shortcontents = \relax
1855    \fi
1856 }
1857
1858 \def\finishtitlepage{%
1859    \vskip4pt \hrule height 2pt width \hsize
1860    \vskip\titlepagebottomglue
1861    \finishedtitlepagetrue
1862 }
1863
1864 %%% Set up page headings and footings.
1865
1866 \let\thispage=\folio
1867
1868 \newtoks\evenheadline    % headline on even pages
1869 \newtoks\oddheadline     % headline on odd pages
1870 \newtoks\evenfootline    % footline on even pages
1871 \newtoks\oddfootline     % footline on odd pages
1872
1873 % Now make Tex use those variables
1874 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
1875                             \else \the\evenheadline \fi}}
1876 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
1877                             \else \the\evenfootline \fi}\HEADINGShook}
1878 \let\HEADINGShook=\relax
1879
1880 % Commands to set those variables.
1881 % For example, this is what  @headings on  does
1882 % @evenheading @thistitle|@thispage|@thischapter
1883 % @oddheading @thischapter|@thispage|@thistitle
1884 % @evenfooting @thisfile||
1885 % @oddfooting ||@thisfile
1886
1887 \def\evenheading{\parsearg\evenheadingxxx}
1888 \def\oddheading{\parsearg\oddheadingxxx}
1889 \def\everyheading{\parsearg\everyheadingxxx}
1890
1891 \def\evenfooting{\parsearg\evenfootingxxx}
1892 \def\oddfooting{\parsearg\oddfootingxxx}
1893 \def\everyfooting{\parsearg\everyfootingxxx}
1894
1895 {\catcode`\@=0 %
1896
1897 \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
1898 \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
1899 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1900
1901 \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
1902 \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
1903 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1904
1905 \gdef\everyheadingxxx#1{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
1906
1907 \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|\finish}
1908 \gdef\evenfootingyyy #1@|#2@|#3@|#4\finish{%
1909 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1910
1911 \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|\finish}
1912 \gdef\oddfootingyyy #1@|#2@|#3@|#4\finish{%
1913   \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
1914   %
1915   % Leave some space for the footline.  Hopefully ok to assume
1916   % @evenfooting will not be used by itself.
1917   \global\advance\pageheight by -\baselineskip
1918   \global\advance\vsize by -\baselineskip
1919 }
1920
1921 \gdef\everyfootingxxx#1{\oddfootingxxx{#1}\evenfootingxxx{#1}}
1922 %
1923 }% unbind the catcode of @.
1924
1925 % @headings double      turns headings on for double-sided printing.
1926 % @headings single      turns headings on for single-sided printing.
1927 % @headings off         turns them off.
1928 % @headings on          same as @headings double, retained for compatibility.
1929 % @headings after       turns on double-sided headings after this page.
1930 % @headings doubleafter turns on double-sided headings after this page.
1931 % @headings singleafter turns on single-sided headings after this page.
1932 % By default, they are off at the start of a document,
1933 % and turned `on' after @end titlepage.
1934
1935 \def\headings #1 {\csname HEADINGS#1\endcsname}
1936
1937 \def\HEADINGSoff{
1938 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
1939 \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
1940 \HEADINGSoff
1941 % When we turn headings on, set the page number to 1.
1942 % For double-sided printing, put current file name in lower left corner,
1943 % chapter name on inside top of right hand pages, document
1944 % title on inside top of left hand pages, and page numbers on outside top
1945 % edge of all pages.
1946 \def\HEADINGSdouble{
1947 \global\pageno=1
1948 \global\evenfootline={\hfil}
1949 \global\oddfootline={\hfil}
1950 \global\evenheadline={\line{\folio\hfil\thistitle}}
1951 \global\oddheadline={\line{\thischapter\hfil\folio}}
1952 \global\let\contentsalignmacro = \chapoddpage
1953 }
1954 \let\contentsalignmacro = \chappager
1955
1956 % For single-sided printing, chapter title goes across top left of page,
1957 % page number on top right.
1958 \def\HEADINGSsingle{
1959 \global\pageno=1
1960 \global\evenfootline={\hfil}
1961 \global\oddfootline={\hfil}
1962 \global\evenheadline={\line{\thischapter\hfil\folio}}
1963 \global\oddheadline={\line{\thischapter\hfil\folio}}
1964 \global\let\contentsalignmacro = \chappager
1965 }
1966 \def\HEADINGSon{\HEADINGSdouble}
1967
1968 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
1969 \let\HEADINGSdoubleafter=\HEADINGSafter
1970 \def\HEADINGSdoublex{%
1971 \global\evenfootline={\hfil}
1972 \global\oddfootline={\hfil}
1973 \global\evenheadline={\line{\folio\hfil\thistitle}}
1974 \global\oddheadline={\line{\thischapter\hfil\folio}}
1975 \global\let\contentsalignmacro = \chapoddpage
1976 }
1977
1978 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
1979 \def\HEADINGSsinglex{%
1980 \global\evenfootline={\hfil}
1981 \global\oddfootline={\hfil}
1982 \global\evenheadline={\line{\thischapter\hfil\folio}}
1983 \global\oddheadline={\line{\thischapter\hfil\folio}}
1984 \global\let\contentsalignmacro = \chappager
1985 }
1986
1987 % Subroutines used in generating headings
1988 % This produces Day Month Year style of output.
1989 % Only define if not already defined, in case a txi-??.tex file has set
1990 % up a different format (e.g., txi-cs.tex does this).
1991 \ifx\today\undefined
1992 \def\today{%
1993   \number\day\space
1994   \ifcase\month
1995   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
1996   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
1997   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
1998   \fi
1999   \space\number\year}
2000 \fi
2001
2002 % @settitle line...  specifies the title of the document, for headings.
2003 % It generates no output of its own.
2004 \def\thistitle{\putwordNoTitle}
2005 \def\settitle{\parsearg\settitlezzz}
2006 \def\settitlezzz #1{\gdef\thistitle{#1}}
2007
2008
2009 \message{tables,}
2010 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
2011
2012 % default indentation of table text
2013 \newdimen\tableindent \tableindent=.8in
2014 % default indentation of @itemize and @enumerate text
2015 \newdimen\itemindent  \itemindent=.3in
2016 % margin between end of table item and start of table text.
2017 \newdimen\itemmargin  \itemmargin=.1in
2018
2019 % used internally for \itemindent minus \itemmargin
2020 \newdimen\itemmax
2021
2022 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
2023 % these defs.
2024 % They also define \itemindex
2025 % to index the item name in whatever manner is desired (perhaps none).
2026
2027 \newif\ifitemxneedsnegativevskip
2028
2029 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}
2030
2031 \def\internalBitem{\smallbreak \parsearg\itemzzz}
2032 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
2033
2034 \def\internalBxitem "#1"{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
2035 \def\internalBxitemx "#1"{\def\xitemsubtopix{#1} \itemxpar \parsearg\xitemzzz}
2036
2037 \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
2038 \def\internalBkitemx{\itemxpar \parsearg\kitemzzz}
2039
2040 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
2041                  \itemzzz {#1}}
2042
2043 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
2044                  \itemzzz {#1}}
2045
2046 \def\itemzzz #1{\begingroup %
2047   \advance\hsize by -\rightskip
2048   \advance\hsize by -\tableindent
2049   \setbox0=\hbox{\itemfont{#1}}%
2050   \itemindex{#1}%
2051   \nobreak % This prevents a break before @itemx.
2052   %
2053   % If the item text does not fit in the space we have, put it on a line
2054   % by itself, and do not allow a page break either before or after that
2055   % line.  We do not start a paragraph here because then if the next
2056   % command is, e.g., @kindex, the whatsit would get put into the
2057   % horizontal list on a line by itself, resulting in extra blank space.
2058   \ifdim \wd0>\itemmax
2059     %
2060     % Make this a paragraph so we get the \parskip glue and wrapping,
2061     % but leave it ragged-right.
2062     \begingroup
2063       \advance\leftskip by-\tableindent
2064       \advance\hsize by\tableindent
2065       \advance\rightskip by0pt plus1fil
2066       \leavevmode\unhbox0\par
2067     \endgroup
2068     %
2069     % We're going to be starting a paragraph, but we don't want the
2070     % \parskip glue -- logically it's part of the @item we just started.
2071     \nobreak \vskip-\parskip
2072     %
2073     % Stop a page break at the \parskip glue coming up.  (Unfortunately
2074     % we can't prevent a possible page break at the following
2075     % \baselineskip glue.)  However, if what follows is an environment
2076     % such as @example, there will be no \parskip glue; then
2077     % the negative vskip we just would cause the example and the item to
2078     % crash together.  So we use this bizarre value of 10001 as a signal
2079     % to \aboveenvbreak to insert \parskip glue after all.
2080     % (Possibly there are other commands that could be followed by
2081     % @example which need the same treatment, but not section titles; or
2082     % maybe section titles are the only special case and they should be
2083     % penalty 10001...)
2084     \penalty 10001
2085     \endgroup
2086     \itemxneedsnegativevskipfalse
2087   \else
2088     % The item text fits into the space.  Start a paragraph, so that the
2089     % following text (if any) will end up on the same line.
2090     \noindent
2091     % Do this with kerns and \unhbox so that if there is a footnote in
2092     % the item text, it can migrate to the main vertical list and
2093     % eventually be printed.
2094     \nobreak\kern-\tableindent
2095     \dimen0 = \itemmax  \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0
2096     \unhbox0
2097     \nobreak\kern\dimen0
2098     \endgroup
2099     \itemxneedsnegativevskiptrue
2100   \fi
2101 }
2102
2103 \def\item{\errmessage{@item while not in a table}}
2104 \def\itemx{\errmessage{@itemx while not in a table}}
2105 \def\kitem{\errmessage{@kitem while not in a table}}
2106 \def\kitemx{\errmessage{@kitemx while not in a table}}
2107 \def\xitem{\errmessage{@xitem while not in a table}}
2108 \def\xitemx{\errmessage{@xitemx while not in a table}}
2109
2110 % Contains a kludge to get @end[description] to work.
2111 \def\description{\tablez{\dontindex}{1}{}{}{}{}}
2112
2113 % @table, @ftable, @vtable.
2114 \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
2115 {\obeylines\obeyspaces%
2116 \gdef\tablex #1^^M{%
2117 \tabley\dontindex#1        \endtabley}}
2118
2119 \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
2120 {\obeylines\obeyspaces%
2121 \gdef\ftablex #1^^M{%
2122 \tabley\fnitemindex#1        \endtabley
2123 \def\Eftable{\endgraf\afterenvbreak\endgroup}%
2124 \let\Etable=\relax}}
2125
2126 \def\vtable{\begingroup\inENV\obeylines\obeyspaces\vtablex}
2127 {\obeylines\obeyspaces%
2128 \gdef\vtablex #1^^M{%
2129 \tabley\vritemindex#1        \endtabley
2130 \def\Evtable{\endgraf\afterenvbreak\endgroup}%
2131 \let\Etable=\relax}}
2132
2133 \def\dontindex #1{}
2134 \def\fnitemindex #1{\doind {fn}{\code{#1}}}%
2135 \def\vritemindex #1{\doind {vr}{\code{#1}}}%
2136
2137 {\obeyspaces %
2138 \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
2139 \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
2140
2141 \def\tablez #1#2#3#4#5#6{%
2142 \aboveenvbreak %
2143 \begingroup %
2144 \def\Edescription{\Etable}% Necessary kludge.
2145 \let\itemindex=#1%
2146 \ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
2147 \ifnum 0#4>0 \tableindent=#4\mil \fi %
2148 \ifnum 0#5>0 \advance \rightskip by #5\mil \fi %
2149 \def\itemfont{#2}%
2150 \itemmax=\tableindent %
2151 \advance \itemmax by -\itemmargin %
2152 \advance \leftskip by \tableindent %
2153 \exdentamount=\tableindent
2154 \parindent = 0pt
2155 \parskip = \smallskipamount
2156 \ifdim \parskip=0pt \parskip=2pt \fi%
2157 \def\Etable{\endgraf\afterenvbreak\endgroup}%
2158 \let\item = \internalBitem %
2159 \let\itemx = \internalBitemx %
2160 \let\kitem = \internalBkitem %
2161 \let\kitemx = \internalBkitemx %
2162 \let\xitem = \internalBxitem %
2163 \let\xitemx = \internalBxitemx %
2164 }
2165
2166 % This is the counter used by @enumerate, which is really @itemize
2167
2168 \newcount \itemno
2169
2170 \def\itemize{\parsearg\itemizezzz}
2171
2172 \def\itemizezzz #1{%
2173   \begingroup % ended by the @end itemize
2174   \itemizey {#1}{\Eitemize}
2175 }
2176
2177 \def\itemizey#1#2{%
2178   \aboveenvbreak
2179   \itemmax=\itemindent
2180   \advance\itemmax by -\itemmargin
2181   \advance\leftskip by \itemindent
2182   \exdentamount=\itemindent
2183   \parindent=0pt
2184   \parskip=\smallskipamount
2185   \ifdim\parskip=0pt \parskip=2pt \fi
2186   \def#2{\endgraf\afterenvbreak\endgroup}%
2187   \def\itemcontents{#1}%
2188   % @itemize with no arg is equivalent to @itemize @bullet.
2189   \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi
2190   \let\item=\itemizeitem
2191 }
2192
2193 % \splitoff TOKENS\endmark defines \first to be the first token in
2194 % TOKENS, and \rest to be the remainder.
2195 %
2196 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
2197
2198 % Allow an optional argument of an uppercase letter, lowercase letter,
2199 % or number, to specify the first label in the enumerated list.  No
2200 % argument is the same as `1'.
2201 %
2202 \def\enumerate{\parsearg\enumeratezzz}
2203 \def\enumeratezzz #1{\enumeratey #1  \endenumeratey}
2204 \def\enumeratey #1 #2\endenumeratey{%
2205   \begingroup % ended by the @end enumerate
2206   %
2207   % If we were given no argument, pretend we were given `1'.
2208   \def\thearg{#1}%
2209   \ifx\thearg\empty \def\thearg{1}\fi
2210   %
2211   % Detect if the argument is a single token.  If so, it might be a
2212   % letter.  Otherwise, the only valid thing it can be is a number.
2213   % (We will always have one token, because of the test we just made.
2214   % This is a good thing, since \splitoff doesn't work given nothing at
2215   % all -- the first parameter is undelimited.)
2216   \expandafter\splitoff\thearg\endmark
2217   \ifx\rest\empty
2218     % Only one token in the argument.  It could still be anything.
2219     % A ``lowercase letter'' is one whose \lccode is nonzero.
2220     % An ``uppercase letter'' is one whose \lccode is both nonzero, and
2221     %   not equal to itself.
2222     % Otherwise, we assume it's a number.
2223     %
2224     % We need the \relax at the end of the \ifnum lines to stop TeX from
2225     % continuing to look for a <number>.
2226     %
2227     \ifnum\lccode\expandafter`\thearg=0\relax
2228       \numericenumerate % a number (we hope)
2229     \else
2230       % It's a letter.
2231       \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
2232         \lowercaseenumerate % lowercase letter
2233       \else
2234         \uppercaseenumerate % uppercase letter
2235       \fi
2236     \fi
2237   \else
2238     % Multiple tokens in the argument.  We hope it's a number.
2239     \numericenumerate
2240   \fi
2241 }
2242
2243 % An @enumerate whose labels are integers.  The starting integer is
2244 % given in \thearg.
2245 %
2246 \def\numericenumerate{%
2247   \itemno = \thearg
2248   \startenumeration{\the\itemno}%
2249 }
2250
2251 % The starting (lowercase) letter is in \thearg.
2252 \def\lowercaseenumerate{%
2253   \itemno = \expandafter`\thearg
2254   \startenumeration{%
2255     % Be sure we're not beyond the end of the alphabet.
2256     \ifnum\itemno=0
2257       \errmessage{No more lowercase letters in @enumerate; get a bigger
2258                   alphabet}%
2259     \fi
2260     \char\lccode\itemno
2261   }%
2262 }
2263
2264 % The starting (uppercase) letter is in \thearg.
2265 \def\uppercaseenumerate{%
2266   \itemno = \expandafter`\thearg
2267   \startenumeration{%
2268     % Be sure we're not beyond the end of the alphabet.
2269     \ifnum\itemno=0
2270       \errmessage{No more uppercase letters in @enumerate; get a bigger
2271                   alphabet}
2272     \fi
2273     \char\uccode\itemno
2274   }%
2275 }
2276
2277 % Call itemizey, adding a period to the first argument and supplying the
2278 % common last two arguments.  Also subtract one from the initial value in
2279 % \itemno, since @item increments \itemno.
2280 %
2281 \def\startenumeration#1{%
2282   \advance\itemno by -1
2283   \itemizey{#1.}\Eenumerate\flushcr
2284 }
2285
2286 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
2287 % to @enumerate.
2288 %
2289 \def\alphaenumerate{\enumerate{a}}
2290 \def\capsenumerate{\enumerate{A}}
2291 \def\Ealphaenumerate{\Eenumerate}
2292 \def\Ecapsenumerate{\Eenumerate}
2293
2294 % Definition of @item while inside @itemize.
2295
2296 \def\itemizeitem{%
2297 \advance\itemno by 1
2298 {\let\par=\endgraf \smallbreak}%
2299 \ifhmode \errmessage{In hmode at itemizeitem}\fi
2300 {\parskip=0in \hskip 0pt
2301 \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
2302 \vadjust{\penalty 1200}}%
2303 \flushcr}
2304
2305 % @multitable macros
2306 % Amy Hendrickson, 8/18/94, 3/6/96
2307 %
2308 % @multitable ... @end multitable will make as many columns as desired.
2309 % Contents of each column will wrap at width given in preamble.  Width
2310 % can be specified either with sample text given in a template line,
2311 % or in percent of \hsize, the current width of text on page.
2312
2313 % Table can continue over pages but will only break between lines.
2314
2315 % To make preamble:
2316 %
2317 % Either define widths of columns in terms of percent of \hsize:
2318 %   @multitable @columnfractions .25 .3 .45
2319 %   @item ...
2320 %
2321 %   Numbers following @columnfractions are the percent of the total
2322 %   current hsize to be used for each column. You may use as many
2323 %   columns as desired.
2324
2325
2326 % Or use a template:
2327 %   @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2328 %   @item ...
2329 %   using the widest term desired in each column.
2330 %
2331 % For those who want to use more than one line's worth of words in
2332 % the preamble, break the line within one argument and it
2333 % will parse correctly, i.e.,
2334 %
2335 %     @multitable {Column 1 template} {Column 2 template} {Column 3
2336 %      template}
2337 % Not:
2338 %     @multitable {Column 1 template} {Column 2 template}
2339 %      {Column 3 template}
2340
2341 % Each new table line starts with @item, each subsequent new column
2342 % starts with @tab. Empty columns may be produced by supplying @tab's
2343 % with nothing between them for as many times as empty columns are needed,
2344 % ie, @tab@tab@tab will produce two empty columns.
2345
2346 % @item, @tab, @multitable or @end multitable do not need to be on their
2347 % own lines, but it will not hurt if they are.
2348
2349 % Sample multitable:
2350
2351 %   @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2352 %   @item first col stuff @tab second col stuff @tab third col
2353 %   @item
2354 %   first col stuff
2355 %   @tab
2356 %   second col stuff
2357 %   @tab
2358 %   third col
2359 %   @item first col stuff @tab second col stuff
2360 %   @tab Many paragraphs of text may be used in any column.
2361 %
2362 %         They will wrap at the width determined by the template.
2363 %   @item@tab@tab This will be in third column.
2364 %   @end multitable
2365
2366 % Default dimensions may be reset by user.
2367 % @multitableparskip is vertical space between paragraphs in table.
2368 % @multitableparindent is paragraph indent in table.
2369 % @multitablecolmargin is horizontal space to be left between columns.
2370 % @multitablelinespace is space to leave between table items, baseline
2371 %                                                            to baseline.
2372 %   0pt means it depends on current normal line spacing.
2373 %
2374 \newskip\multitableparskip
2375 \newskip\multitableparindent
2376 \newdimen\multitablecolspace
2377 \newskip\multitablelinespace
2378 \multitableparskip=0pt
2379 \multitableparindent=6pt
2380 \multitablecolspace=12pt
2381 \multitablelinespace=0pt
2382
2383 % Macros used to set up halign preamble:
2384 %
2385 \let\endsetuptable\relax
2386 \def\xendsetuptable{\endsetuptable}
2387 \let\columnfractions\relax
2388 \def\xcolumnfractions{\columnfractions}
2389 \newif\ifsetpercent
2390
2391 % #1 is the part of the @columnfraction before the decimal point, which
2392 % is presumably either 0 or the empty string (but we don't check, we
2393 % just throw it away).  #2 is the decimal part, which we use as the
2394 % percent of \hsize for this column.
2395 \def\pickupwholefraction#1.#2 {%
2396   \global\advance\colcount by 1
2397   \expandafter\xdef\csname col\the\colcount\endcsname{.#2\hsize}%
2398   \setuptable
2399 }
2400
2401 \newcount\colcount
2402 \def\setuptable#1{%
2403   \def\firstarg{#1}%
2404   \ifx\firstarg\xendsetuptable
2405     \let\go = \relax
2406   \else
2407     \ifx\firstarg\xcolumnfractions
2408       \global\setpercenttrue
2409     \else
2410       \ifsetpercent
2411          \let\go\pickupwholefraction
2412       \else
2413          \global\advance\colcount by 1
2414          \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a
2415                    % separator; typically that is always in the input, anyway.
2416          \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
2417       \fi
2418     \fi
2419     \ifx\go\pickupwholefraction
2420       % Put the argument back for the \pickupwholefraction call, so
2421       % we'll always have a period there to be parsed.
2422       \def\go{\pickupwholefraction#1}%
2423     \else
2424       \let\go = \setuptable
2425     \fi%
2426   \fi
2427   \go
2428 }
2429
2430 % @multitable ... @end multitable definitions:
2431 %
2432 \def\multitable{\parsearg\dotable}
2433 \def\dotable#1{\bgroup
2434   \vskip\parskip
2435   \let\item=\crcrwithfootnotes
2436   % A \tab used to include \hskip1sp.  But then the space in a template
2437   % line is not enough.  That is bad.  So let's go back to just & until
2438   % we encounter the problem it was intended to solve again.  --karl,
2439   % nathan@acm.org, 20apr99.
2440   \let\tab=&%
2441   \let\startfootins=\startsavedfootnote
2442   \tolerance=9500
2443   \hbadness=9500
2444   \setmultitablespacing
2445   \parskip=\multitableparskip
2446   \parindent=\multitableparindent
2447   \overfullrule=0pt
2448   \global\colcount=0
2449   \def\Emultitable{%
2450     \global\setpercentfalse
2451     \crcrwithfootnotes\crcr
2452     \egroup\egroup
2453   }%
2454   %
2455   % To parse everything between @multitable and @item:
2456   \setuptable#1 \endsetuptable
2457   %
2458   % \everycr will reset column counter, \colcount, at the end of
2459   % each line. Every column entry will cause \colcount to advance by one.
2460   % The table preamble
2461   % looks at the current \colcount to find the correct column width.
2462   \everycr{\noalign{%
2463   %
2464   % \filbreak%% keeps underfull box messages off when table breaks over pages.
2465   % Maybe so, but it also creates really weird page breaks when the table
2466   % breaks over pages. Wouldn't \vfil be better?  Wait until the problem
2467   % manifests itself, so it can be fixed for real --karl.
2468     \global\colcount=0\relax}}%
2469   %
2470   % This preamble sets up a generic column definition, which will
2471   % be used as many times as user calls for columns.
2472   % \vtop will set a single line and will also let text wrap and
2473   % continue for many paragraphs if desired.
2474   \halign\bgroup&\global\advance\colcount by 1\relax
2475     \multistrut\vtop{\hsize=\expandafter\csname col\the\colcount\endcsname
2476   %
2477   % In order to keep entries from bumping into each other
2478   % we will add a \leftskip of \multitablecolspace to all columns after
2479   % the first one.
2480   %
2481   % If a template has been used, we will add \multitablecolspace
2482   % to the width of each template entry.
2483   %
2484   % If the user has set preamble in terms of percent of \hsize we will
2485   % use that dimension as the width of the column, and the \leftskip
2486   % will keep entries from bumping into each other.  Table will start at
2487   % left margin and final column will justify at right margin.
2488   %
2489   % Make sure we don't inherit \rightskip from the outer environment.
2490   \rightskip=0pt
2491   \ifnum\colcount=1
2492     % The first column will be indented with the surrounding text.
2493     \advance\hsize by\leftskip
2494   \else
2495     \ifsetpercent \else
2496       % If user has not set preamble in terms of percent of \hsize
2497       % we will advance \hsize by \multitablecolspace.
2498       \advance\hsize by \multitablecolspace
2499     \fi
2500    % In either case we will make \leftskip=\multitablecolspace:
2501   \leftskip=\multitablecolspace
2502   \fi
2503   % Ignoring space at the beginning and end avoids an occasional spurious
2504   % blank line, when TeX decides to break the line at the space before the
2505   % box from the multistrut, so the strut ends up on a line by itself.
2506   % For example:
2507   % @multitable @columnfractions .11 .89
2508   % @item @code{#}
2509   % @tab Legal holiday which is valid in major parts of the whole country.
2510   % Is automatically provided with highlighting sequences respectively marking
2511   % characters.
2512   \noindent\ignorespaces##\unskip\multistrut}\cr
2513 }
2514
2515 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
2516 % If so, do nothing. If not, give it an appropriate dimension based on
2517 % current baselineskip.
2518 \ifdim\multitablelinespace=0pt
2519 \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip
2520 \global\advance\multitablelinespace by-\ht0
2521 %% strut to put in table in case some entry doesn't have descenders,
2522 %% to keep lines equally spaced
2523 \let\multistrut = \strut
2524 \else
2525 %% FIXME: what is \box0 supposed to be?
2526 \gdef\multistrut{\vrule height\multitablelinespace depth\dp0
2527 width0pt\relax} \fi
2528 %% Test to see if parskip is larger than space between lines of
2529 %% table. If not, do nothing.
2530 %%        If so, set to same dimension as multitablelinespace.
2531 \ifdim\multitableparskip>\multitablelinespace
2532 \global\multitableparskip=\multitablelinespace
2533 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
2534                                       %% than skip between lines in the table.
2535 \fi%
2536 \ifdim\multitableparskip=0pt
2537 \global\multitableparskip=\multitablelinespace
2538 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
2539                                       %% than skip between lines in the table.
2540 \fi}
2541
2542 % In case a @footnote appears inside an alignment, save the footnote
2543 % text to a box and make the \insert when a row of the table is
2544 % finished.  Otherwise, the insertion is lost, it never migrates to the
2545 % main vertical list.  --kasal, 22jan03.
2546 %
2547 \newbox\savedfootnotes
2548 %
2549 % \dotable \let's \startfootins to this, so that \dofootnote will call
2550 % it instead of starting the insertion right away.
2551 \def\startsavedfootnote{%
2552   \global\setbox\savedfootnotes = \vbox\bgroup
2553     \unvbox\savedfootnotes
2554 }
2555 \def\crcrwithfootnotes{%
2556   \crcr
2557   \ifvoid\savedfootnotes \else
2558     \noalign{\insert\footins{\box\savedfootnotes}}%
2559   \fi
2560 }
2561
2562 \message{conditionals,}
2563 % Prevent errors for section commands.
2564 % Used in @ignore and in failing conditionals.
2565 \def\ignoresections{%
2566   \let\appendix=\relax
2567   \let\appendixsec=\relax
2568   \let\appendixsection=\relax
2569   \let\appendixsubsec=\relax
2570   \let\appendixsubsection=\relax
2571   \let\appendixsubsubsec=\relax
2572   \let\appendixsubsubsection=\relax
2573   %\let\begin=\relax
2574   %\let\bye=\relax
2575   \let\centerchap=\relax
2576   \let\chapter=\relax
2577   \let\contents=\relax
2578   \let\section=\relax
2579   \let\smallbook=\relax
2580   \let\subsec=\relax
2581   \let\subsection=\relax
2582   \let\subsubsec=\relax
2583   \let\subsubsection=\relax
2584   \let\titlepage=\relax
2585   \let\top=\relax
2586   \let\unnumbered=\relax
2587   \let\unnumberedsec=\relax
2588   \let\unnumberedsection=\relax
2589   \let\unnumberedsubsec=\relax
2590   \let\unnumberedsubsection=\relax
2591   \let\unnumberedsubsubsec=\relax
2592   \let\unnumberedsubsubsection=\relax
2593 }
2594
2595 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2596 %
2597 \def\direntry{\doignore{direntry}}
2598 \def\documentdescriptionword{documentdescription}
2599 \def\documentdescription{\doignore{documentdescription}}
2600 \def\html{\doignore{html}}
2601 \def\ifhtml{\doignore{ifhtml}}
2602 \def\ifinfo{\doignore{ifinfo}}
2603 \def\ifnottex{\doignore{ifnottex}}
2604 \def\ifplaintext{\doignore{ifplaintext}}
2605 \def\ifxml{\doignore{ifxml}}
2606 \def\ignore{\doignore{ignore}}
2607 \def\menu{\doignore{menu}}
2608 \def\xml{\doignore{xml}}
2609
2610 % @dircategory CATEGORY  -- specify a category of the dir file
2611 % which this file should belong to.  Ignore this in TeX.
2612 \let\dircategory = \comment
2613
2614 % Ignore text until a line `@end #1', keeping track of nested conditionals.
2615 %
2616 % A count to remember the depth of nesting.
2617 \newcount\doignorecount
2618
2619 \def\doignore#1{\begingroup
2620   % Don't complain about control sequences we have declared \outer.
2621   \ignoresections
2622   %
2623   % Make sure that spaces turn into tokens that match what \doignoretext wants.
2624   \catcode\spaceChar = 10
2625   %
2626   % Ignore braces, so mismatched braces don't cause trouble.
2627   \catcode`\{ = 9
2628   \catcode`\} = 9
2629   %
2630   % Count number of #1's that we've seen.
2631   \doignorecount = 0
2632   %
2633   % Swallow text until we reach the matching `@end #1'.
2634   \expandafter \dodoignore \csname#1\endcsname {#1}%
2635 }
2636
2637 { \catcode`@=11 % We want to use \ST@P which cannot appear in texinfo source.
2638   \obeylines %
2639   %
2640   \gdef\dodoignore#1#2{%
2641     % #1 contains, e.g., \ifinfo, a.k.a. @ifinfo.
2642     % #2 contains the string `ifinfo'.
2643     %
2644     % Define a command to find the next `@end #2', which must be on a line
2645     % by itself.
2646     \long\def\doignoretext##1^^M\end #2{\doignoretextyyy##1^^M#1\ST@P}%
2647     % And this command to find another #1 command, at the beginning of a
2648     % line.  (Otherwise, we would consider a line `@c @ifset', for
2649     % example, to count as an @ifset for nesting.)
2650     \long\def\doignoretextyyy##1^^M#1##2\ST@P{\doignoreyyy{##2}\ST@P}%
2651     %
2652     % And now expand that command.
2653     \obeylines %
2654     \doignoretext ^^M%
2655   }%
2656 }
2657
2658 \def\doignoreyyy#1{%
2659   \def\temp{#1}%
2660   \ifx\temp\empty                       % Nothing found.
2661     \let\next\doignoretextzzz
2662   \else                                 % Found a nested condition, ...
2663     \advance\doignorecount by 1
2664     \let\next\doignoretextyyy           % ..., look for another.
2665     % If we're here, #1 ends with ^^M\ifinfo (for example).
2666   \fi
2667   \next #1% the token \ST@P is present just after this macro.
2668 }
2669
2670 % We have to swallow the remaining "\ST@P".
2671
2672 \def\doignoretextzzz#1{%
2673   \ifnum\doignorecount = 0      % We have just found the outermost @end.
2674     \let\next\enddoignore
2675   \else                         % Still inside a nested condition.
2676     \advance\doignorecount by -1
2677     \let\next\doignoretext      % Look for the next @end.
2678   \fi
2679   \next
2680 }
2681
2682 % Finish off ignored text.
2683 \def\enddoignore{\endgroup\ignorespaces}
2684
2685
2686 % @set VAR sets the variable VAR to an empty value.
2687 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2688 %
2689 % Since we want to separate VAR from REST-OF-LINE (which might be
2690 % empty), we can't just use \parsearg; we have to insert a space of our
2691 % own to delimit the rest of the line, and then take it out again if we
2692 % didn't need it.  Make sure the catcode of space is correct to avoid
2693 % losing inside @example, for instance.
2694 %
2695 \def\set{\begingroup\catcode` =10
2696   \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
2697   \parsearg\setxxx}
2698 \def\setxxx#1{\setyyy#1 \endsetyyy}
2699 \def\setyyy#1 #2\endsetyyy{%
2700   \def\temp{#2}%
2701   \ifx\temp\empty \global\expandafter\let\csname SET#1\endcsname = \empty
2702   \else \setzzz{#1}#2\endsetzzz % Remove the trailing space \setxxx inserted.
2703   \fi
2704   \endgroup
2705 }
2706 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
2707 % \next or other control sequences that we've defined might get us into
2708 % an infinite loop. Consider `@set foo @cite{bar}'.
2709 \def\setzzz#1#2 \endsetzzz{\expandafter\gdef\csname SET#1\endcsname{#2}}
2710
2711 % @clear VAR clears (i.e., unsets) the variable VAR.
2712 %
2713 \def\clear{\parsearg\clearxxx}
2714 \def\clearxxx#1{\global\expandafter\let\csname SET#1\endcsname=\relax}
2715
2716 % @value{foo} gets the text saved in variable foo.
2717 {
2718   \catcode`\_ = \active
2719   %
2720   % We might end up with active _ or - characters in the argument if
2721   % we're called from @code, as @code{@value{foo-bar_}}.  So \let any
2722   % such active characters to their normal equivalents.
2723   \gdef\value{\begingroup
2724     \catcode`\-=\other \catcode`\_=\other
2725     \indexbreaks \let_\normalunderscore
2726     \valuexxx}
2727 }
2728 \def\valuexxx#1{\expandablevalue{#1}\endgroup}
2729
2730 % We have this subroutine so that we can handle at least some @value's
2731 % properly in indexes (we \let\value to this in \indexdummies).  Ones
2732 % whose names contain - or _ still won't work, but we can't do anything
2733 % about that.  The command has to be fully expandable (if the variable
2734 % is set), since the result winds up in the index file.  This means that
2735 % if the variable's value contains other Texinfo commands, it's almost
2736 % certain it will fail (although perhaps we could fix that with
2737 % sufficient work to do a one-level expansion on the result, instead of
2738 % complete).
2739 %
2740 \def\expandablevalue#1{%
2741   \expandafter\ifx\csname SET#1\endcsname\relax
2742     {[No value for ``#1'']}%
2743     \message{Variable `#1', used in @value, is not set.}%
2744   \else
2745     \csname SET#1\endcsname
2746   \fi
2747 }
2748
2749 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
2750 % with @set.
2751 %
2752 \def\ifset{\parsearg\doifset}
2753 \def\doifset#1{%
2754   \expandafter\ifx\csname SET#1\endcsname\relax
2755     \let\next=\ifsetfail
2756   \else
2757     \let\next=\ifsetsucceed
2758   \fi
2759   \next
2760 }
2761 \def\ifsetsucceed{\conditionalsucceed{ifset}}
2762 \def\ifsetfail{\doignore{ifset}}
2763 \defineunmatchedend{ifset}
2764
2765 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
2766 % defined with @set, or has been undefined with @clear.
2767 %
2768 \def\ifclear{\parsearg\doifclear}
2769 \def\doifclear#1{%
2770   \expandafter\ifx\csname SET#1\endcsname\relax
2771     \let\next=\ifclearsucceed
2772   \else
2773     \let\next=\ifclearfail
2774   \fi
2775   \next
2776 }
2777 \def\ifclearsucceed{\conditionalsucceed{ifclear}}
2778 \def\ifclearfail{\doignore{ifclear}}
2779 \defineunmatchedend{ifclear}
2780
2781 % @iftex, @ifnothtml, @ifnotinfo, @ifnotplaintext always succeed; we
2782 % read the text following, through the first @end iftex (etc.).  Make
2783 % `@end iftex' (etc.) valid only after an @iftex.
2784 %
2785 \def\iftex{\conditionalsucceed{iftex}}
2786 \def\ifnothtml{\conditionalsucceed{ifnothtml}}
2787 \def\ifnotinfo{\conditionalsucceed{ifnotinfo}}
2788 \def\ifnotplaintext{\conditionalsucceed{ifnotplaintext}}
2789 \defineunmatchedend{iftex}
2790 \defineunmatchedend{ifnothtml}
2791 \defineunmatchedend{ifnotinfo}
2792 \defineunmatchedend{ifnotplaintext}
2793
2794 % True conditional.  Since \set globally defines its variables, we can
2795 % just start and end a group (to keep the @end definition undefined at
2796 % the outer level).
2797 %
2798 \def\conditionalsucceed#1{\begingroup
2799   \expandafter\def\csname E#1\endcsname{\endgroup}%
2800 }
2801
2802 % @defininfoenclose.
2803 \let\definfoenclose=\comment
2804
2805
2806 \message{indexing,}
2807 % Index generation facilities
2808
2809 % Define \newwrite to be identical to plain tex's \newwrite
2810 % except not \outer, so it can be used within \newindex.
2811 {\catcode`\@=11
2812 \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
2813
2814 % \newindex {foo} defines an index named foo.
2815 % It automatically defines \fooindex such that
2816 % \fooindex ...rest of line... puts an entry in the index foo.
2817 % It also defines \fooindfile to be the number of the output channel for
2818 % the file that accumulates this index.  The file's extension is foo.
2819 % The name of an index should be no more than 2 characters long
2820 % for the sake of vms.
2821 %
2822 \def\newindex#1{%
2823   \iflinks
2824     \expandafter\newwrite \csname#1indfile\endcsname
2825     \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
2826   \fi
2827   \expandafter\xdef\csname#1index\endcsname{%     % Define @#1index
2828     \noexpand\doindex{#1}}
2829 }
2830
2831 % @defindex foo  ==  \newindex{foo}
2832 %
2833 \def\defindex{\parsearg\newindex}
2834
2835 % Define @defcodeindex, like @defindex except put all entries in @code.
2836 %
2837 \def\defcodeindex{\parsearg\newcodeindex}
2838 %
2839 \def\newcodeindex#1{%
2840   \iflinks
2841     \expandafter\newwrite \csname#1indfile\endcsname
2842     \openout \csname#1indfile\endcsname \jobname.#1
2843   \fi
2844   \expandafter\xdef\csname#1index\endcsname{%
2845     \noexpand\docodeindex{#1}}%
2846 }
2847
2848
2849 % @synindex foo bar    makes index foo feed into index bar.
2850 % Do this instead of @defindex foo if you don't want it as a separate index.
2851 %
2852 % @syncodeindex foo bar   similar, but put all entries made for index foo
2853 % inside @code.
2854 %
2855 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
2856 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}}
2857
2858 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
2859 % #3 the target index (bar).
2860 \def\dosynindex#1#2#3{%
2861   % Only do \closeout if we haven't already done it, else we'll end up
2862   % closing the target index.
2863   \expandafter \ifx\csname donesynindex#2\endcsname \undefined
2864     % The \closeout helps reduce unnecessary open files; the limit on the
2865     % Acorn RISC OS is a mere 16 files.
2866     \expandafter\closeout\csname#2indfile\endcsname
2867     \expandafter\let\csname\donesynindex#2\endcsname = 1
2868   \fi
2869   % redefine \fooindfile:
2870   \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname
2871   \expandafter\let\csname#2indfile\endcsname=\temp
2872   % redefine \fooindex:
2873   \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
2874 }
2875
2876 % Define \doindex, the driver for all \fooindex macros.
2877 % Argument #1 is generated by the calling \fooindex macro,
2878 %  and it is "foo", the name of the index.
2879
2880 % \doindex just uses \parsearg; it calls \doind for the actual work.
2881 % This is because \doind is more useful to call from other macros.
2882
2883 % There is also \dosubind {index}{topic}{subtopic}
2884 % which makes an entry in a two-level index such as the operation index.
2885
2886 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
2887 \def\singleindexer #1{\doind{\indexname}{#1}}
2888
2889 % like the previous two, but they put @code around the argument.
2890 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
2891 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
2892
2893 % Take care of Texinfo commands that can appear in an index entry.
2894 % Since there are some commands we want to expand, and others we don't,
2895 % we have to laboriously prevent expansion for those that we don't.
2896 %
2897 \def\indexdummies{%
2898   \def\@{@}% change to @@ when we switch to @ as escape char in index files.
2899   \def\ {\realbackslash\space }%
2900   % Need these in case \tex is in effect and \{ is a \delimiter again.
2901   % But can't use \lbracecmd and \rbracecmd because texindex assumes
2902   % braces and backslashes are used only as delimiters.
2903   \let\{ = \mylbrace
2904   \let\} = \myrbrace
2905   %
2906   % \definedummyword defines \#1 as \realbackslash #1\space, thus
2907   % effectively preventing its expansion.  This is used only for control
2908   % words, not control letters, because the \space would be incorrect
2909   % for control characters, but is needed to separate the control word
2910   % from whatever follows.
2911   %
2912   % For control letters, we have \definedummyletter, which omits the
2913   % space.
2914   %
2915   % These can be used both for control words that take an argument and
2916   % those that do not.  If it is followed by {arg} in the input, then
2917   % that will dutifully get written to the index (or wherever).
2918   %
2919   \def\definedummyword##1{%
2920     \expandafter\def\csname ##1\endcsname{\realbackslash ##1\space}%
2921   }%
2922   \def\definedummyletter##1{%
2923     \expandafter\def\csname ##1\endcsname{\realbackslash ##1}%
2924   }%
2925   %
2926   % Do the redefinitions.
2927   \commondummies
2928 }
2929
2930 % For the aux file, @ is the escape character.  So we want to redefine
2931 % everything using @ instead of \realbackslash.  When everything uses
2932 % @, this will be simpler.
2933 %
2934 \def\atdummies{%
2935   \def\@{@@}%
2936   \def\ {@ }%
2937   \let\{ = \lbraceatcmd
2938   \let\} = \rbraceatcmd
2939   %
2940   % (See comments in \indexdummies.)
2941   \def\definedummyword##1{%
2942     \expandafter\def\csname ##1\endcsname{@##1\space}%
2943   }%
2944   \def\definedummyletter##1{%
2945     \expandafter\def\csname ##1\endcsname{@##1}%
2946   }%
2947   %
2948   % Do the redefinitions.
2949   \commondummies
2950 }
2951
2952 % Called from \indexdummies and \atdummies.  \definedummyword and
2953 % \definedummyletter must be defined first.
2954 %
2955 \def\commondummies{%
2956   %
2957   \normalturnoffactive
2958   %
2959   % Control letters and accents.
2960   \definedummyletter{_}%
2961   \definedummyletter{,}%
2962   \definedummyletter{"}%
2963   \definedummyletter{`}%
2964   \definedummyletter{'}%
2965   \definedummyletter{^}%
2966   \definedummyletter{~}%
2967   \definedummyletter{=}%
2968   \definedummyword{u}%
2969   \definedummyword{v}%
2970   \definedummyword{H}%
2971   \definedummyword{dotaccent}%
2972   \definedummyword{ringaccent}%
2973   \definedummyword{tieaccent}%
2974   \definedummyword{ubaraccent}%
2975   \definedummyword{udotaccent}%
2976   \definedummyword{dotless}%
2977   %
2978   % Other non-English letters.
2979   \definedummyword{AA}%
2980   \definedummyword{AE}%
2981   \definedummyword{L}%
2982   \definedummyword{OE}%
2983   \definedummyword{O}%
2984   \definedummyword{aa}%
2985   \definedummyword{ae}%
2986   \definedummyword{l}%
2987   \definedummyword{oe}%
2988   \definedummyword{o}%
2989   \definedummyword{ss}%
2990   %
2991   % Although these internal commands shouldn't show up, sometimes they do.
2992   \definedummyword{bf}%
2993   \definedummyword{gtr}%
2994   \definedummyword{hat}%
2995   \definedummyword{less}%
2996   \definedummyword{sf}%
2997   \definedummyword{sl}%
2998   \definedummyword{tclose}%
2999   \definedummyword{tt}%
3000   %
3001   % Texinfo font commands.
3002   \definedummyword{b}%
3003   \definedummyword{i}%
3004   \definedummyword{r}%
3005   \definedummyword{sc}%
3006   \definedummyword{t}%
3007   %
3008   \definedummyword{TeX}%
3009   \definedummyword{acronym}%
3010   \definedummyword{cite}%
3011   \definedummyword{code}%
3012   \definedummyword{command}%
3013   \definedummyword{dfn}%
3014   \definedummyword{dots}%
3015   \definedummyword{emph}%
3016   \definedummyword{env}%
3017   \definedummyword{file}%
3018   \definedummyword{kbd}%
3019   \definedummyword{key}%
3020   \definedummyword{math}%
3021   \definedummyword{option}%
3022   \definedummyword{samp}%
3023   \definedummyword{strong}%
3024   \definedummyword{uref}%
3025   \definedummyword{url}%
3026   \definedummyword{var}%
3027   \definedummyword{w}%
3028   %
3029   % Assorted special characters.
3030   \definedummyword{bullet}%
3031   \definedummyword{copyright}%
3032   \definedummyword{dots}%
3033   \definedummyword{enddots}%
3034   \definedummyword{equiv}%
3035   \definedummyword{error}%
3036   \definedummyword{expansion}%
3037   \definedummyword{minus}%
3038   \definedummyword{pounds}%
3039   \definedummyword{point}%
3040   \definedummyword{print}%
3041   \definedummyword{result}%
3042   %
3043   % Handle some cases of @value -- where the variable name does not
3044   % contain - or _, and the value does not contain any
3045   % (non-fully-expandable) commands.
3046   \let\value = \expandablevalue
3047   %
3048   % Normal spaces, not active ones.
3049   \unsepspaces
3050   %
3051   % No macro expansion.
3052   \turnoffmacros
3053 }
3054
3055 % If an index command is used in an @example environment, any spaces
3056 % therein should become regular spaces in the raw index file, not the
3057 % expansion of \tie (\leavevmode \penalty \@M \ ).
3058 {\obeyspaces
3059  \gdef\unsepspaces{\obeyspaces\let =\space}}
3060
3061
3062 % \indexnofonts is used when outputting the strings to sort the index
3063 % by, and when constructing control sequence names.  It eliminates all
3064 % control sequences and just writes whatever the best ASCII sort string
3065 % would be for a given command (usually its argument).
3066 %
3067 \def\indexdummytex{TeX}
3068 \def\indexdummydots{...}
3069 %
3070 \def\indexnofonts{%
3071   \def\ { }%
3072   \def\@{@}%
3073   % how to handle braces?
3074   \def\_{\normalunderscore}%
3075   %
3076   \let\,=\asis
3077   \let\"=\asis
3078   \let\`=\asis
3079   \let\'=\asis
3080   \let\^=\asis
3081   \let\~=\asis
3082   \let\==\asis
3083   \let\u=\asis
3084   \let\v=\asis
3085   \let\H=\asis
3086   \let\dotaccent=\asis
3087   \let\ringaccent=\asis
3088   \let\tieaccent=\asis
3089   \let\ubaraccent=\asis
3090   \let\udotaccent=\asis
3091   \let\dotless=\asis
3092   %
3093   % Other non-English letters.
3094   \def\AA{AA}%
3095   \def\AE{AE}%
3096   \def\L{L}%
3097   \def\OE{OE}%
3098   \def\O{O}%
3099   \def\aa{aa}%
3100   \def\ae{ae}%
3101   \def\l{l}%
3102   \def\oe{oe}%
3103   \def\o{o}%
3104   \def\ss{ss}%
3105   \def\exclamdown{!}%
3106   \def\questiondown{?}%
3107   %
3108   % Don't no-op \tt, since it isn't a user-level command
3109   % and is used in the definitions of the active chars like <, >, |, etc.
3110   % Likewise with the other plain tex font commands.
3111   %\let\tt=\asis
3112   %
3113   % Texinfo font commands.
3114   \let\b=\asis
3115   \let\i=\asis
3116   \let\r=\asis
3117   \let\sc=\asis
3118   \let\t=\asis
3119   %
3120   \let\TeX=\indexdummytex
3121   \let\acronym=\asis
3122   \let\cite=\asis
3123   \let\code=\asis
3124   \let\command=\asis
3125   \let\dfn=\asis
3126   \let\dots=\indexdummydots
3127   \let\emph=\asis
3128   \let\env=\asis
3129   \let\file=\asis
3130   \let\kbd=\asis
3131   \let\key=\asis
3132   \let\math=\asis
3133   \let\option=\asis
3134   \let\samp=\asis
3135   \let\strong=\asis
3136   \let\uref=\asis
3137   \let\url=\asis
3138   \let\var=\asis
3139   \let\w=\asis
3140 }
3141
3142 \let\indexbackslash=0  %overridden during \printindex.
3143 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
3144
3145 % For \ifx comparisons.
3146 \def\emptymacro{\empty}
3147
3148 % Most index entries go through here, but \dosubind is the general case.
3149 %
3150 \def\doind#1#2{\dosubind{#1}{#2}\empty}
3151
3152 % Workhorse for all \fooindexes.
3153 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
3154 % \empty if called from \doind, as we usually are.  The main exception
3155 % is with defuns, which call us directly.
3156 %
3157 \def\dosubind#1#2#3{%
3158   % Put the index entry in the margin if desired.
3159   \ifx\SETmarginindex\relax\else
3160     \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
3161   \fi
3162   {%
3163     \count255=\lastpenalty
3164     {%
3165       \indexdummies % Must do this here, since \bf, etc expand at this stage
3166       \escapechar=`\\
3167       {%
3168         \let\folio = 0% We will expand all macros now EXCEPT \folio.
3169         \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
3170         % so it will be output as is; and it will print as backslash.
3171         %
3172         % The main index entry text.
3173         \toks0 = {#2}%
3174         %
3175         % If third arg is present, precede it with space in sort key.
3176         \def\thirdarg{#3}%
3177         \ifx\thirdarg\emptymacro \else
3178            % If the third (subentry) arg is present, add it to the index
3179            % line to write.
3180           \toks0 = \expandafter{\the\toks0 \space #3}%
3181         \fi
3182         %
3183         % Process the index entry with all font commands turned off, to
3184         % get the string to sort by.
3185         {\indexnofonts
3186          \edef\temp{\the\toks0}% need full expansion
3187          \xdef\indexsorttmp{\temp}%
3188         }%
3189         %
3190         % Set up the complete index entry, with both the sort key and
3191         % the original text, including any font commands.  We write
3192         % three arguments to \entry to the .?? file (four in the
3193         % subentry case), texindex reduces to two when writing the .??s
3194         % sorted result.
3195         \edef\temp{%
3196           \write\csname#1indfile\endcsname{%
3197             \realbackslash entry{\indexsorttmp}{\folio}{\the\toks0}}%
3198         }%
3199         %
3200         % If a skip is the last thing on the list now, preserve it
3201         % by backing up by \lastskip, doing the \write, then inserting
3202         % the skip again.  Otherwise, the whatsit generated by the
3203         % \write will make \lastskip zero.  The result is that sequences
3204         % like this:
3205         % @end defun
3206         % @tindex whatever
3207         % @defun ...
3208         % will have extra space inserted, because the \medbreak in the
3209         % start of the @defun won't see the skip inserted by the @end of
3210         % the previous defun.
3211         %
3212         % But don't do any of this if we're not in vertical mode.  We
3213         % don't want to do a \vskip and prematurely end a paragraph.
3214         %
3215         % Avoid page breaks due to these extra skips, too.
3216         %
3217         \iflinks
3218           \ifvmode
3219             \skip0 = \lastskip
3220             \ifdim\lastskip = 0pt \else \nobreak\vskip-\skip0 \fi
3221           \fi
3222           %
3223           \temp % do the write
3224           %
3225           \ifvmode \ifdim\skip0 = 0pt \else \nobreak\vskip\skip0 \fi \fi
3226         \fi
3227       }%
3228     }%
3229     \penalty\count255
3230   }%
3231 }
3232
3233 % The index entry written in the file actually looks like
3234 %  \entry {sortstring}{page}{topic}
3235 % or
3236 %  \entry {sortstring}{page}{topic}{subtopic}
3237 % The texindex program reads in these files and writes files
3238 % containing these kinds of lines:
3239 %  \initial {c}
3240 %     before the first topic whose initial is c
3241 %  \entry {topic}{pagelist}
3242 %     for a topic that is used without subtopics
3243 %  \primary {topic}
3244 %     for the beginning of a topic that is used with subtopics
3245 %  \secondary {subtopic}{pagelist}
3246 %     for each subtopic.
3247
3248 % Define the user-accessible indexing commands
3249 % @findex, @vindex, @kindex, @cindex.
3250
3251 \def\findex {\fnindex}
3252 \def\kindex {\kyindex}
3253 \def\cindex {\cpindex}
3254 \def\vindex {\vrindex}
3255 \def\tindex {\tpindex}
3256 \def\pindex {\pgindex}
3257
3258 \def\cindexsub {\begingroup\obeylines\cindexsub}
3259 {\obeylines %
3260 \gdef\cindexsub "#1" #2^^M{\endgroup %
3261 \dosubind{cp}{#2}{#1}}}
3262
3263 % Define the macros used in formatting output of the sorted index material.
3264
3265 % @printindex causes a particular index (the ??s file) to get printed.
3266 % It does not print any chapter heading (usually an @unnumbered).
3267 %
3268 \def\printindex{\parsearg\doprintindex}
3269 \def\doprintindex#1{\begingroup
3270   \dobreak \chapheadingskip{10000}%
3271   %
3272   \smallfonts \rm
3273   \tolerance = 9500
3274   \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3275   \indexbreaks
3276   %
3277   % See if the index file exists and is nonempty.
3278   % Change catcode of @ here so that if the index file contains
3279   % \initial {@}
3280   % as its first line, TeX doesn't complain about mismatched braces
3281   % (because it thinks @} is a control sequence).
3282   \catcode`\@ = 11
3283   \openin 1 \jobname.#1s
3284   \ifeof 1
3285     % \enddoublecolumns gets confused if there is no text in the index,
3286     % and it loses the chapter title and the aux file entries for the
3287     % index.  The easiest way to prevent this problem is to make sure
3288     % there is some text.
3289     \putwordIndexNonexistent
3290   \else
3291     %
3292     % If the index file exists but is empty, then \openin leaves \ifeof
3293     % false.  We have to make TeX try to read something from the file, so
3294     % it can discover if there is anything in it.
3295     \read 1 to \temp
3296     \ifeof 1
3297       \putwordIndexIsEmpty
3298     \else
3299       % Index files are almost Texinfo source, but we use \ as the escape
3300       % character.  It would be better to use @, but that's too big a change
3301       % to make right now.
3302       \def\indexbackslash{\rawbackslashxx}%
3303       \catcode`\\ = 0
3304       \escapechar = `\\
3305       \begindoublecolumns
3306       \input \jobname.#1s
3307       \enddoublecolumns
3308     \fi
3309   \fi
3310   \closein 1
3311 \endgroup}
3312
3313 % These macros are used by the sorted index file itself.
3314 % Change them to control the appearance of the index.
3315
3316 \def\initial#1{{%
3317   % Some minor font changes for the special characters.
3318   \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
3319   %
3320   % Remove any glue we may have, we'll be inserting our own.
3321   \removelastskip
3322   %
3323   % We like breaks before the index initials, so insert a bonus.
3324   \penalty -300
3325   %
3326   % Typeset the initial.  Making this add up to a whole number of
3327   % baselineskips increases the chance of the dots lining up from column
3328   % to column.  It still won't often be perfect, because of the stretch
3329   % we need before each entry, but it's better.
3330   %
3331   % No shrink because it confuses \balancecolumns.
3332   \vskip 1.67\baselineskip plus .5\baselineskip
3333   \leftline{\secbf #1}%
3334   \vskip .33\baselineskip plus .1\baselineskip
3335   %
3336   % Do our best not to break after the initial.
3337   \nobreak
3338 }}
3339
3340 % This typesets a paragraph consisting of #1, dot leaders, and then #2
3341 % flush to the right margin.  It is used for index and table of contents
3342 % entries.  The paragraph is indented by \leftskip.
3343 %
3344 \def\entry#1#2{\begingroup
3345   %
3346   % Start a new paragraph if necessary, so our assignments below can't
3347   % affect previous text.
3348   \par
3349   %
3350   % Do not fill out the last line with white space.
3351   \parfillskip = 0in
3352   %
3353   % No extra space above this paragraph.
3354   \parskip = 0in
3355   %
3356   % Do not prefer a separate line ending with a hyphen to fewer lines.
3357   \finalhyphendemerits = 0
3358   %
3359   % \hangindent is only relevant when the entry text and page number
3360   % don't both fit on one line.  In that case, bob suggests starting the
3361   % dots pretty far over on the line.  Unfortunately, a large
3362   % indentation looks wrong when the entry text itself is broken across
3363   % lines.  So we use a small indentation and put up with long leaders.
3364   %
3365   % \hangafter is reset to 1 (which is the value we want) at the start
3366   % of each paragraph, so we need not do anything with that.
3367   \hangindent = 2em
3368   %
3369   % When the entry text needs to be broken, just fill out the first line
3370   % with blank space.
3371   \rightskip = 0pt plus1fil
3372   %
3373   % A bit of stretch before each entry for the benefit of balancing columns.
3374   \vskip 0pt plus1pt
3375   %
3376   % Start a ``paragraph'' for the index entry so the line breaking
3377   % parameters we've set above will have an effect.
3378   \noindent
3379   %
3380   % Insert the text of the index entry.  TeX will do line-breaking on it.
3381   #1%
3382   % The following is kludged to not output a line of dots in the index if
3383   % there are no page numbers.  The next person who breaks this will be
3384   % cursed by a Unix daemon.
3385   \def\tempa{{\rm }}%
3386   \def\tempb{#2}%
3387   \edef\tempc{\tempa}%
3388   \edef\tempd{\tempb}%
3389   \ifx\tempc\tempd\ \else%
3390     %
3391     % If we must, put the page number on a line of its own, and fill out
3392     % this line with blank space.  (The \hfil is overwhelmed with the
3393     % fill leaders glue in \indexdotfill if the page number does fit.)
3394     \hfil\penalty50
3395     \null\nobreak\indexdotfill % Have leaders before the page number.
3396     %
3397     % The `\ ' here is removed by the implicit \unskip that TeX does as
3398     % part of (the primitive) \par.  Without it, a spurious underfull
3399     % \hbox ensues.
3400     \ifpdf
3401       \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
3402     \else
3403       \ #2% The page number ends the paragraph.
3404     \fi
3405   \fi%
3406   \par
3407 \endgroup}
3408
3409 % Like \dotfill except takes at least 1 em.
3410 \def\indexdotfill{\cleaders
3411   \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
3412
3413 \def\primary #1{\line{#1\hfil}}
3414
3415 \newskip\secondaryindent \secondaryindent=0.5cm
3416 \def\secondary#1#2{{%
3417   \parfillskip=0in
3418   \parskip=0in
3419   \hangindent=1in
3420   \hangafter=1
3421   \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill
3422   \ifpdf
3423     \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
3424   \else
3425     #2
3426   \fi
3427   \par
3428 }}
3429
3430 % Define two-column mode, which we use to typeset indexes.
3431 % Adapted from the TeXbook, page 416, which is to say,
3432 % the manmac.tex format used to print the TeXbook itself.
3433 \catcode`\@=11
3434
3435 \newbox\partialpage
3436 \newdimen\doublecolumnhsize
3437
3438 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
3439   % Grab any single-column material above us.
3440   \output = {%
3441     %
3442     % Here is a possibility not foreseen in manmac: if we accumulate a
3443     % whole lot of material, we might end up calling this \output
3444     % routine twice in a row (see the doublecol-lose test, which is
3445     % essentially a couple of indexes with @setchapternewpage off).  In
3446     % that case we just ship out what is in \partialpage with the normal
3447     % output routine.  Generally, \partialpage will be empty when this
3448     % runs and this will be a no-op.  See the indexspread.tex test case.
3449     \ifvoid\partialpage \else
3450       \onepageout{\pagecontents\partialpage}%
3451     \fi
3452     %
3453     \global\setbox\partialpage = \vbox{%
3454       % Unvbox the main output page.
3455       \unvbox\PAGE
3456       \kern-\topskip \kern\baselineskip
3457     }%
3458   }%
3459   \eject % run that output routine to set \partialpage
3460   %
3461   % Use the double-column output routine for subsequent pages.
3462   \output = {\doublecolumnout}%
3463   %
3464   % Change the page size parameters.  We could do this once outside this
3465   % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
3466   % format, but then we repeat the same computation.  Repeating a couple
3467   % of assignments once per index is clearly meaningless for the
3468   % execution time, so we may as well do it in one place.
3469   %
3470   % First we halve the line length, less a little for the gutter between
3471   % the columns.  We compute the gutter based on the line length, so it
3472   % changes automatically with the paper format.  The magic constant
3473   % below is chosen so that the gutter has the same value (well, +-<1pt)
3474   % as it did when we hard-coded it.
3475   %
3476   % We put the result in a separate register, \doublecolumhsize, so we
3477   % can restore it in \pagesofar, after \hsize itself has (potentially)
3478   % been clobbered.
3479   %
3480   \doublecolumnhsize = \hsize
3481     \advance\doublecolumnhsize by -.04154\hsize
3482     \divide\doublecolumnhsize by 2
3483   \hsize = \doublecolumnhsize
3484   %
3485   % Double the \vsize as well.  (We don't need a separate register here,
3486   % since nobody clobbers \vsize.)
3487   \vsize = 2\vsize
3488 }
3489
3490 % The double-column output routine for all double-column pages except
3491 % the last.
3492 %
3493 \def\doublecolumnout{%
3494   \splittopskip=\topskip \splitmaxdepth=\maxdepth
3495   % Get the available space for the double columns -- the normal
3496   % (undoubled) page height minus any material left over from the
3497   % previous page.
3498   \dimen@ = \vsize
3499   \divide\dimen@ by 2
3500   \advance\dimen@ by -\ht\partialpage
3501   %
3502   % box0 will be the left-hand column, box2 the right.
3503   \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
3504   \onepageout\pagesofar
3505   \unvbox255
3506   \penalty\outputpenalty
3507 }
3508 %
3509 % Re-output the contents of the output page -- any previous material,
3510 % followed by the two boxes we just split, in box0 and box2.
3511 \def\pagesofar{%
3512   \unvbox\partialpage
3513   %
3514   \hsize = \doublecolumnhsize
3515   \wd0=\hsize \wd2=\hsize
3516   \hbox to\pagewidth{\box0\hfil\box2}%
3517 }
3518 %
3519 % All done with double columns.
3520 \def\enddoublecolumns{%
3521   \output = {%
3522     % Split the last of the double-column material.  Leave it on the
3523     % current page, no automatic page break.
3524     \balancecolumns
3525     %
3526     % If we end up splitting too much material for the current page,
3527     % though, there will be another page break right after this \output
3528     % invocation ends.  Having called \balancecolumns once, we do not
3529     % want to call it again.  Therefore, reset \output to its normal
3530     % definition right away.  (We hope \balancecolumns will never be
3531     % called on to balance too much material, but if it is, this makes
3532     % the output somewhat more palatable.)
3533     \global\output = {\onepageout{\pagecontents\PAGE}}%
3534   }%
3535   \eject
3536   \endgroup % started in \begindoublecolumns
3537   %
3538   % \pagegoal was set to the doubled \vsize above, since we restarted
3539   % the current page.  We're now back to normal single-column
3540   % typesetting, so reset \pagegoal to the normal \vsize (after the
3541   % \endgroup where \vsize got restored).
3542   \pagegoal = \vsize
3543 }
3544 %
3545 % Called at the end of the double column material.
3546 \def\balancecolumns{%
3547   \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
3548   \dimen@ = \ht0
3549   \advance\dimen@ by \topskip
3550   \advance\dimen@ by-\baselineskip
3551   \divide\dimen@ by 2 % target to split to
3552   %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}%
3553   \splittopskip = \topskip
3554   % Loop until we get a decent breakpoint.
3555   {%
3556     \vbadness = 10000
3557     \loop
3558       \global\setbox3 = \copy0
3559       \global\setbox1 = \vsplit3 to \dimen@
3560     \ifdim\ht3>\dimen@
3561       \global\advance\dimen@ by 1pt
3562     \repeat
3563   }%
3564   %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
3565   \setbox0=\vbox to\dimen@{\unvbox1}%
3566   \setbox2=\vbox to\dimen@{\unvbox3}%
3567   %
3568   \pagesofar
3569 }
3570 \catcode`\@ = \other
3571
3572
3573 \message{sectioning,}
3574 % Chapters, sections, etc.
3575
3576 % \unnumberedno is an oxymoron, of course.  But we count the unnumbered
3577 % sections so that we can refer to them unambiguously in the pdf
3578 % outlines by their "section number".  We avoid collisions with chapter
3579 % numbers by starting them at 10000.  (If a document ever has 10000
3580 % chapters, we're in trouble anyway, I'm sure.)
3581 \newcount\unnumberedno \unnumberedno = 10000
3582 \newcount\chapno
3583 \newcount\secno        \secno=0
3584 \newcount\subsecno     \subsecno=0
3585 \newcount\subsubsecno  \subsubsecno=0
3586
3587 % This counter is funny since it counts through charcodes of letters A, B, ...
3588 \newcount\appendixno  \appendixno = `\@
3589 %
3590 % \def\appendixletter{\char\the\appendixno}
3591 % We do the following ugly conditional instead of the above simple
3592 % construct for the sake of pdftex, which needs the actual
3593 % letter in the expansion, not just typeset.
3594
3595 \def\appendixletter{%
3596   \ifnum\appendixno=`A A%
3597   \else\ifnum\appendixno=`B B%
3598   \else\ifnum\appendixno=`C C%
3599   \else\ifnum\appendixno=`D D%
3600   \else\ifnum\appendixno=`E E%
3601   \else\ifnum\appendixno=`F F%
3602   \else\ifnum\appendixno=`G G%
3603   \else\ifnum\appendixno=`H H%
3604   \else\ifnum\appendixno=`I I%
3605   \else\ifnum\appendixno=`J J%
3606   \else\ifnum\appendixno=`K K%
3607   \else\ifnum\appendixno=`L L%
3608   \else\ifnum\appendixno=`M M%
3609   \else\ifnum\appendixno=`N N%
3610   \else\ifnum\appendixno=`O O%
3611   \else\ifnum\appendixno=`P P%
3612   \else\ifnum\appendixno=`Q Q%
3613   \else\ifnum\appendixno=`R R%
3614   \else\ifnum\appendixno=`S S%
3615   \else\ifnum\appendixno=`T T%
3616   \else\ifnum\appendixno=`U U%
3617   \else\ifnum\appendixno=`V V%
3618   \else\ifnum\appendixno=`W W%
3619   \else\ifnum\appendixno=`X X%
3620   \else\ifnum\appendixno=`Y Y%
3621   \else\ifnum\appendixno=`Z Z%
3622   % The \the is necessary, despite appearances, because \appendixletter is
3623   % expanded while writing the .toc file.  \char\appendixno is not
3624   % expandable, thus it is written literally, thus all appendixes come out
3625   % with the same letter (or @) in the toc without it.
3626   \else\char\the\appendixno
3627   \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
3628   \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}
3629
3630 % Each @chapter defines this as the name of the chapter.
3631 % page headings and footings can use it.  @section does likewise.
3632 % However, they are not reliable, because we don't use marks.
3633 \def\thischapter{}
3634 \def\thissection{}
3635
3636 \newcount\absseclevel % used to calculate proper heading level
3637 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
3638
3639 % @raisesections: treat @section as chapter, @subsection as section, etc.
3640 \def\raisesections{\global\advance\secbase by -1}
3641 \let\up=\raisesections % original BFox name
3642
3643 % @lowersections: treat @chapter as section, @section as subsection, etc.
3644 \def\lowersections{\global\advance\secbase by 1}
3645 \let\down=\lowersections % original BFox name
3646
3647 % Choose a numbered-heading macro
3648 % #1 is heading level if unmodified by @raisesections or @lowersections
3649 % #2 is text for heading
3650 \def\numhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3651 \ifcase\absseclevel
3652   \chapterzzz{#2}
3653 \or
3654   \seczzz{#2}
3655 \or
3656   \numberedsubseczzz{#2}
3657 \or
3658   \numberedsubsubseczzz{#2}
3659 \else
3660   \ifnum \absseclevel<0
3661     \chapterzzz{#2}
3662   \else
3663     \numberedsubsubseczzz{#2}
3664   \fi
3665 \fi
3666 \suppressfirstparagraphindent
3667 }
3668
3669 % like \numhead, but chooses appendix heading levels
3670 \def\apphead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3671 \ifcase\absseclevel
3672   \appendixzzz{#2}
3673 \or
3674   \appendixsectionzzz{#2}
3675 \or
3676   \appendixsubseczzz{#2}
3677 \or
3678   \appendixsubsubseczzz{#2}
3679 \else
3680   \ifnum \absseclevel<0
3681     \appendixzzz{#2}
3682   \else
3683     \appendixsubsubseczzz{#2}
3684   \fi
3685 \fi
3686 \suppressfirstparagraphindent
3687 }
3688
3689 % like \numhead, but chooses numberless heading levels
3690 \def\unnmhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3691 \ifcase\absseclevel
3692   \unnumberedzzz{#2}
3693 \or
3694   \unnumberedseczzz{#2}
3695 \or
3696   \unnumberedsubseczzz{#2}
3697 \or
3698   \unnumberedsubsubseczzz{#2}
3699 \else
3700   \ifnum \absseclevel<0
3701     \unnumberedzzz{#2}
3702   \else
3703     \unnumberedsubsubseczzz{#2}
3704   \fi
3705 \fi
3706 \suppressfirstparagraphindent
3707 }
3708
3709 % @chapter, @appendix, @unnumbered.
3710 %
3711 \outer\def\chapter{\parsearg\chapteryyy}
3712 \def\chapteryyy#1{\numhead0{#1}} % normally numhead0 calls chapterzzz
3713 \def\chapterzzz#1{%
3714   \secno=0 \subsecno=0 \subsubsecno=0  \advance\chapno by 1
3715   \message{\putwordChapter\space \the\chapno}%
3716   %
3717   % Write the actual heading.
3718   \chapmacro{#1}{Ynumbered}{\the\chapno}%
3719   %
3720   % So @section and the like are numbered underneath this chapter.
3721   \global\let\section = \numberedsec
3722   \global\let\subsection = \numberedsubsec
3723   \global\let\subsubsection = \numberedsubsubsec
3724 }
3725
3726 \outer\def\appendix{\parsearg\appendixyyy}
3727 \def\appendixyyy#1{\apphead0{#1}} % normally apphead0 calls appendixzzz
3728 \def\appendixzzz#1{%
3729   \secno=0 \subsecno=0 \subsubsecno=0  \advance\appendixno by 1
3730   \def\appendixnum{\putwordAppendix\space \appendixletter}%
3731   \message{\appendixnum}%
3732   \chapmacro{#1}{Yappendix}{\appendixletter}%
3733   \global\let\section = \appendixsec
3734   \global\let\subsection = \appendixsubsec
3735   \global\let\subsubsection = \appendixsubsubsec
3736 }
3737
3738 % @centerchap is like @unnumbered, but the heading is centered.
3739 \outer\def\centerchap{\parsearg\centerchapyyy}
3740 \def\centerchapyyy#1{{\unnumberedyyy{#1}}}
3741
3742 % @top is like @unnumbered.
3743 \outer\def\top{\parsearg\unnumberedyyy}
3744
3745 \outer\def\unnumbered{\parsearg\unnumberedyyy}
3746 \def\unnumberedyyy#1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3747 \def\unnumberedzzz#1{%
3748   \secno=0 \subsecno=0 \subsubsecno=0  \advance\unnumberedno by 1
3749   %
3750   % This used to be simply \message{#1}, but TeX fully expands the
3751   % argument to \message.  Therefore, if #1 contained @-commands, TeX
3752   % expanded them.  For example, in `@unnumbered The @cite{Book}', TeX
3753   % expanded @cite (which turns out to cause errors because \cite is meant
3754   % to be executed, not expanded).
3755   %
3756   % Anyway, we don't want the fully-expanded definition of @cite to appear
3757   % as a result of the \message, we just want `@cite' itself.  We use
3758   % \the<toks register> to achieve this: TeX expands \the<toks> only once,
3759   % simply yielding the contents of <toks register>.  (We also do this for
3760   % the toc entries.)
3761   \toks0 = {#1}\message{(\the\toks0)}%
3762   %
3763   \chapmacro{#1}{Ynothing}{\the\unnumberedno}%
3764   %
3765   \global\let\section = \unnumberedsec
3766   \global\let\subsection = \unnumberedsubsec
3767   \global\let\subsubsection = \unnumberedsubsubsec
3768 }
3769
3770 % Sections.
3771 \outer\def\numberedsec{\parsearg\secyyy}
3772 \def\secyyy#1{\numhead1{#1}} % normally calls seczzz
3773 \def\seczzz#1{%
3774   \subsecno=0 \subsubsecno=0  \advance\secno by 1
3775   \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
3776 }
3777
3778 \outer\def\appendixsection{\parsearg\appendixsecyyy}
3779 \outer\def\appendixsec{\parsearg\appendixsecyyy}
3780 \def\appendixsecyyy#1{\apphead1{#1}} % normally calls appendixsectionzzz
3781 \def\appendixsectionzzz#1{%
3782   \subsecno=0 \subsubsecno=0  \advance\secno by 1
3783   \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%
3784 }
3785
3786 \outer\def\unnumberedsec{\parsearg\unnumberedsecyyy}
3787 \def\unnumberedsecyyy#1{\unnmhead1{#1}} % normally calls unnumberedseczzz
3788 \def\unnumberedseczzz#1{%
3789   \subsecno=0 \subsubsecno=0  \advance\secno by 1
3790   \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
3791 }
3792
3793 % Subsections.
3794 \outer\def\numberedsubsec{\parsearg\numberedsubsecyyy}
3795 \def\numberedsubsecyyy#1{\numhead2{#1}} % normally calls numberedsubseczzz
3796 \def\numberedsubseczzz#1{%
3797   \subsubsecno=0  \advance\subsecno by 1
3798   \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
3799 }
3800
3801 \outer\def\appendixsubsec{\parsearg\appendixsubsecyyy}
3802 \def\appendixsubsecyyy#1{\apphead2{#1}} % normally calls appendixsubseczzz
3803 \def\appendixsubseczzz#1{%
3804   \subsubsecno=0  \advance\subsecno by 1
3805   \sectionheading{#1}{subsec}{Yappendix}%
3806                  {\appendixletter.\the\secno.\the\subsecno}%
3807 }
3808
3809 \outer\def\unnumberedsubsec{\parsearg\unnumberedsubsecyyy}
3810 \def\unnumberedsubsecyyy#1{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
3811 \def\unnumberedsubseczzz#1{%
3812   \subsubsecno=0  \advance\subsecno by 1
3813   \sectionheading{#1}{subsec}{Ynothing}%
3814                  {\the\unnumberedno.\the\secno.\the\subsecno}%
3815 }
3816
3817 % Subsubsections.
3818 \outer\def\numberedsubsubsec{\parsearg\numberedsubsubsecyyy}
3819 \def\numberedsubsubsecyyy#1{\numhead3{#1}} % normally numberedsubsubseczzz
3820 \def\numberedsubsubseczzz#1{%
3821   \advance\subsubsecno by 1
3822   \sectionheading{#1}{subsubsec}{Ynumbered}%
3823                  {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}%
3824 }
3825
3826 \outer\def\appendixsubsubsec{\parsearg\appendixsubsubsecyyy}
3827 \def\appendixsubsubsecyyy#1{\apphead3{#1}} % normally appendixsubsubseczzz
3828 \def\appendixsubsubseczzz#1{%
3829   \advance\subsubsecno by 1
3830   \sectionheading{#1}{subsubsec}{Yappendix}%
3831                  {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}%
3832 }
3833
3834 \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubsecyyy}
3835 \def\unnumberedsubsubsecyyy#1{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
3836 \def\unnumberedsubsubseczzz#1{%
3837   \advance\subsubsecno by 1
3838   \sectionheading{#1}{subsubsec}{Ynothing}%
3839                  {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
3840 }
3841
3842 % These are variants which are not "outer", so they can appear in @ifinfo.
3843 % Actually, they are now be obsolete; ordinary section commands should work.
3844 \def\infotop{\parsearg\unnumberedzzz}
3845 \def\infounnumbered{\parsearg\unnumberedzzz}
3846 \def\infounnumberedsec{\parsearg\unnumberedseczzz}
3847 \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
3848 \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
3849
3850 \def\infoappendix{\parsearg\appendixzzz}
3851 \def\infoappendixsec{\parsearg\appendixseczzz}
3852 \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
3853 \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
3854
3855 \def\infochapter{\parsearg\chapterzzz}
3856 \def\infosection{\parsearg\sectionzzz}
3857 \def\infosubsection{\parsearg\subsectionzzz}
3858 \def\infosubsubsection{\parsearg\subsubsectionzzz}
3859
3860 % These macros control what the section commands do, according
3861 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
3862 % Define them by default for a numbered chapter.
3863 \let\section = \numberedsec
3864 \let\subsection = \numberedsubsec
3865 \let\subsubsection = \numberedsubsubsec
3866
3867 % Define @majorheading, @heading and @subheading
3868
3869 % NOTE on use of \vbox for chapter headings, section headings, and such:
3870 %       1) We use \vbox rather than the earlier \line to permit
3871 %          overlong headings to fold.
3872 %       2) \hyphenpenalty is set to 10000 because hyphenation in a
3873 %          heading is obnoxious; this forbids it.
3874 %       3) Likewise, headings look best if no \parindent is used, and
3875 %          if justification is not attempted.  Hence \raggedright.
3876
3877
3878 \def\majorheading{%
3879   {\advance\chapheadingskip by 10pt \chapbreak }%
3880   \parsearg\chapheadingzzz
3881 }
3882
3883 \def\chapheading{\chapbreak \parsearg\chapheadingzzz}
3884 \def\chapheadingzzz#1{%
3885   {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
3886                     \parindent=0pt\raggedright
3887                     \rm #1\hfill}}%
3888   \bigskip \par\penalty 200\relax
3889   \suppressfirstparagraphindent
3890 }
3891
3892 % @heading, @subheading, @subsubheading.
3893 \def\heading{\parsearg\doheading}
3894 \def\subheading{\parsearg\dosubheading}
3895 \def\subsubheading{\parsearg\dosubsubheading}
3896 \def\doheading#1{\sectionheading{#1}{sec}{Yomitfromtoc}{}
3897   \suppressfirstparagraphindent}
3898 \def\dosubheading#1{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
3899   \suppressfirstparagraphindent}
3900 \def\dosubsubheading#1{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{}
3901   \suppressfirstparagraphindent}
3902
3903 % These macros generate a chapter, section, etc. heading only
3904 % (including whitespace, linebreaking, etc. around it),
3905 % given all the information in convenient, parsed form.
3906
3907 %%% Args are the skip and penalty (usually negative)
3908 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
3909
3910 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
3911
3912 %%% Define plain chapter starts, and page on/off switching for it
3913 % Parameter controlling skip before chapter headings (if needed)
3914
3915 \newskip\chapheadingskip
3916
3917 \def\chapbreak{\dobreak \chapheadingskip {-4000}}
3918 \def\chappager{\par\vfill\supereject}
3919 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
3920
3921 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
3922
3923 \def\CHAPPAGoff{%
3924 \global\let\contentsalignmacro = \chappager
3925 \global\let\pchapsepmacro=\chapbreak
3926 \global\let\pagealignmacro=\chappager}
3927
3928 \def\CHAPPAGon{%
3929 \global\let\contentsalignmacro = \chappager
3930 \global\let\pchapsepmacro=\chappager
3931 \global\let\pagealignmacro=\chappager
3932 \global\def\HEADINGSon{\HEADINGSsingle}}
3933
3934 \def\CHAPPAGodd{%
3935 \global\let\contentsalignmacro = \chapoddpage
3936 \global\let\pchapsepmacro=\chapoddpage
3937 \global\let\pagealignmacro=\chapoddpage
3938 \global\def\HEADINGSon{\HEADINGSdouble}}
3939
3940 \CHAPPAGon
3941
3942 \def\CHAPFplain{%
3943 \global\let\chapmacro=\chfplain
3944 \global\let\centerchapmacro=\centerchfplain}
3945
3946 % Normal chapter opening.
3947
3948 % #1 is the text, #2 is the section type (Ynumbered, Ynothing,
3949 % Yappendix, Yomitfromtoc), #3 the chapter number.
3950
3951 % To test against our argument.
3952 \def\Ynothingkeyword{Ynothing}
3953 \def\Yomitfromtockeyword{Yomitfromtoc}
3954 \def\Yappendixkeyword{Yappendix}
3955 %
3956 \def\chfplain#1#2#3{%
3957   \pchapsepmacro
3958   {%
3959     \chapfonts \rm
3960     %
3961     % Have to define \thissection before calling \donoderef, because the
3962     % xref code eventually uses it, as \Ytitle.  On the other hand, it
3963     % has to be called after \pchapsepmacro, or the headline will change
3964     % too soon.
3965     \gdef\thissection{#1}%
3966     \gdef\thischaptername{#1}%
3967     %
3968     % Only insert the separating space if we have a chapter/appendix
3969     % number, and don't print the unnumbered ``number''.
3970     \def\temptype{#2}%
3971     \ifx\temptype\Ynothingkeyword
3972       \setbox0 = \hbox{}%
3973       \def\toctype{unnchap}%
3974       \def\thischapter{#1}%
3975     \else\ifx\temptype\Yomitfromtockeyword
3976       \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
3977       \def\toctype{omit}%
3978       \xdef\thischapter{}%
3979     \else\ifx\temptype\Yappendixkeyword
3980       \setbox0 = \hbox{\putwordAppendix{} #3\enspace}%
3981       \def\toctype{app}%
3982       % We don't substitute the actual chapter name into \thischapter
3983       % because we don't want its macros evaluated now.  And we don't
3984       % use \thissection because that changes with each section.
3985       %
3986       \xdef\thischapter{\putwordAppendix{} \appendixletter:
3987                         \noexpand\thischaptername}%
3988     \else
3989       \setbox0 = \hbox{#3\enspace}%
3990       \def\toctype{numchap}%
3991       \xdef\thischapter{\putwordChapter{} \the\chapno:
3992                         \noexpand\thischaptername}%
3993     \fi\fi\fi
3994     %
3995     % Write the toc entry for this chapter.  Must come before the
3996     % \donoderef, because we include the current node name in the toc
3997     % entry, and \donoderef resets it to empty.
3998     \writetocentry{\toctype}{#1}{#3}%
3999     %
4000     % For pdftex, we have to write out the node definition (aka, make
4001     % the pdfdest) after any page break, but before the actual text has
4002     % been typeset.  If the destination for the pdf outline is after the
4003     % text, then jumping from the outline may wind up with the text not
4004     % being visible, for instance under high magnification.
4005     \donoderef{#2}%
4006     %
4007     % Typeset the actual heading.
4008     \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4009           \hangindent=\wd0 \centerparametersmaybe
4010           \unhbox0 #1\par}%
4011   }%
4012   \nobreak\bigskip % no page break after a chapter title
4013   \nobreak
4014 }
4015
4016 % @centerchap -- centered and unnumbered.
4017 \let\centerparametersmaybe = \relax
4018 \def\centerchfplain#1{{%
4019   \def\centerparametersmaybe{%
4020     \advance\rightskip by 3\rightskip
4021     \leftskip = \rightskip
4022     \parfillskip = 0pt
4023   }%
4024   \chfplain{#1}{Ynothing}{}%
4025 }}
4026
4027 \CHAPFplain % The default
4028
4029 % I don't think this chapter style is supported any more, so I'm not
4030 % updating it with the new noderef stuff.  We'll see.  --karl, 11aug03.
4031
4032 \def\unnchfopen #1{%
4033 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4034                        \parindent=0pt\raggedright
4035                        \rm #1\hfill}}\bigskip \par\nobreak
4036 }
4037
4038 \def\chfopen #1#2{\chapoddpage {\chapfonts
4039 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
4040 \par\penalty 5000 %
4041 }
4042
4043 \def\centerchfopen #1{%
4044 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4045                        \parindent=0pt
4046                        \hfill {\rm #1}\hfill}}\bigskip \par\nobreak
4047 }
4048
4049 \def\CHAPFopen{%
4050 \global\let\chapmacro=\chfopen
4051 \global\let\centerchapmacro=\centerchfopen}
4052
4053
4054 % Section titles.  These macros combine the section number parts and
4055 % call the generic \sectionheading to do the printing.
4056
4057 \newskip\secheadingskip
4058 \def\secheadingbreak{\dobreak \secheadingskip{-1000}}
4059
4060 % Subsection titles.
4061 \newskip\subsecheadingskip
4062 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}}
4063
4064 % Subsubsection titles.
4065 \def\subsubsecheadingskip{\subsecheadingskip}
4066 \def\subsubsecheadingbreak{\subsecheadingbreak}
4067
4068
4069 % Print any size, any type, section title.
4070
4071 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
4072 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the
4073 % section number.
4074
4075 \def\sectionheading#1#2#3#4{%
4076   {%
4077     % Switch to the right set of fonts.
4078     \csname #2fonts\endcsname \rm
4079     %
4080     % Insert space above the heading.
4081     \csname #2headingbreak\endcsname
4082     %
4083     % Only insert the space after the number if we have a section number.
4084     \def\sectionlevel{#2}%
4085     \def\temptype{#3}%
4086     %
4087     \ifx\temptype\Ynothingkeyword
4088       \setbox0 = \hbox{}%
4089       \def\toctype{unn}%
4090       \gdef\thissection{#1}%
4091     \else\ifx\temptype\Yomitfromtockeyword
4092       % for @headings -- no section number, don't include in toc,
4093       % and don't redefine \thissection.
4094       \setbox0 = \hbox{}%
4095       \def\toctype{omit}%
4096       \let\sectionlevel=\empty
4097     \else\ifx\temptype\Yappendixkeyword
4098       \setbox0 = \hbox{#4\enspace}%
4099       \def\toctype{app}%
4100       \gdef\thissection{#1}%
4101     \else
4102       \setbox0 = \hbox{#4\enspace}%
4103       \def\toctype{num}%
4104       \gdef\thissection{#1}%
4105     \fi\fi\fi
4106     %
4107     % Write the toc entry (before \donoderef).  See comments in \chfplain.
4108     \writetocentry{\toctype\sectionlevel}{#1}{#4}%
4109     %
4110     % Write the node reference (= pdf destination for pdftex).
4111     % Again, see comments in \chfplain.
4112     \donoderef{#3}%
4113     %
4114     % Output the actual section heading.
4115     \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4116           \hangindent=\wd0  % zero if no section number
4117           \unhbox0 #1}%
4118   }%
4119   % Add extra space after the heading -- half of whatever came above it.
4120   % Don't allow stretch, though.
4121   \nobreak \kern .5 \csname #2headingskip\endcsname
4122   %
4123   % We'll almost certainly start a paragraph next, so don't let that
4124   % glue accumulate.  Avoid a break.
4125   \nobreak \vskip-\parskip
4126 }
4127
4128
4129 \message{toc,}
4130 % Table of contents.
4131 \newwrite\tocfile
4132
4133 % Write an entry to the toc file, opening it if necessary.
4134 % Called from @chapter, etc.  
4135
4136 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
4137 % We append the current node name (if any) and page number as additional
4138 % arguments for the \{chap,sec,...}entry macros which will eventually
4139 % read this.  The node name is used in the pdf outlines as the
4140 % destination to jump to.
4141
4142 % We open the .toc file for writing here instead of at @setfilename (or
4143 % any other fixed time) so that @contents can be anywhere in the document.
4144 % But if #1 is `omit', then we don't do anything.  This is used for the
4145 % table of contents chapter openings themselves.
4146 %
4147 \newif\iftocfileopened
4148 \def\omitkeyword{omit}%
4149 %
4150 \def\writetocentry#1#2#3{%
4151   \edef\writetoctype{#1}%
4152   \ifx\writetoctype\omitkeyword \else
4153     \iftocfileopened\else
4154       \immediate\openout\tocfile = \jobname.toc
4155       \global\tocfileopenedtrue
4156     \fi
4157     %
4158     \iflinks
4159       \toks0 = {#2}%
4160       \toks2 = \expandafter{\lastnode}%
4161       \edef\temp{\write\tocfile{\realbackslash #1entry{\the\toks0}{#3}%
4162                                {\the\toks2}{\noexpand\folio}}}%
4163       \temp
4164     \fi
4165   \fi
4166   %
4167   % Tell \shipout to create a pdf destination on each page, if we're
4168   % writing pdf.  These are used in the table of contents.  We can't
4169   % just write one on every page because the title pages are numbered
4170   % 1 and 2 (the page numbers aren't printed), and so are the first
4171   % two pages of the document.  Thus, we'd have two destinations named
4172   % `1', and two named `2'.
4173   \ifpdf \global\pdfmakepagedesttrue \fi
4174 }
4175
4176 \newskip\contentsrightmargin \contentsrightmargin=1in
4177 \newcount\savepageno
4178 \newcount\lastnegativepageno \lastnegativepageno = -1
4179
4180 % Prepare to read what we've written to \tocfile.
4181 %
4182 \def\startcontents#1{%
4183    % If @setchapternewpage on, and @headings double, the contents should
4184    % start on an odd page, unlike chapters.  Thus, we maintain
4185    % \contentsalignmacro in parallel with \pagealignmacro.
4186    % From: Torbjorn Granlund <tege@matematik.su.se>
4187    \contentsalignmacro
4188    \immediate\closeout\tocfile
4189    %
4190    % Don't need to put `Contents' or `Short Contents' in the headline.
4191    % It is abundantly clear what they are.
4192    \def\thischapter{}%
4193    \chapmacro{#1}{Yomitfromtoc}{}%
4194    %
4195    \savepageno = \pageno
4196    \begingroup                  % Set up to handle contents files properly.
4197       \catcode`\\=0  \catcode`\{=1  \catcode`\}=2  \catcode`\@=11
4198       % We can't do this, because then an actual ^ in a section
4199       % title fails, e.g., @chapter ^ -- exponentiation.  --karl, 9jul97.
4200       %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
4201       \raggedbottom             % Worry more about breakpoints than the bottom.
4202       \advance\hsize by -\contentsrightmargin % Don't use the full line length.
4203       %
4204       % Roman numerals for page numbers.
4205       \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi
4206 }
4207
4208
4209 % Normal (long) toc.
4210 \def\contents{%
4211    \startcontents{\putwordTOC}%
4212      \openin 1 \jobname.toc
4213      \ifeof 1 \else
4214        \closein 1
4215        \input \jobname.toc
4216      \fi
4217      \vfill \eject
4218      \contentsalignmacro % in case @setchapternewpage odd is in effect
4219      \pdfmakeoutlines
4220    \endgroup
4221    \lastnegativepageno = \pageno
4222    \global\pageno = \savepageno
4223 }
4224
4225 % And just the chapters.
4226 \def\summarycontents{%
4227    \startcontents{\putwordShortTOC}%
4228       %
4229       \let\numchapentry = \shortchapentry
4230       \let\appentry = \shortchapentry
4231       \let\unnchapentry = \shortunnchapentry
4232       % We want a true roman here for the page numbers.
4233       \secfonts
4234       \let\rm=\shortcontrm \let\bf=\shortcontbf
4235       \let\sl=\shortcontsl \let\tt=\shortconttt
4236       \rm
4237       \hyphenpenalty = 10000
4238       \advance\baselineskip by 1pt % Open it up a little.
4239       \def\numsecentry##1##2##3##4{}
4240       \let\appsecentry = \numsecentry
4241       \let\unnsecentry = \numsecentry
4242       \let\numsubsecentry = \numsecentry
4243       \let\appsubsecentry = \numsecentry
4244       \let\unnsubsecentry = \numsecentry
4245       \let\numsubsubsecentry = \numsecentry
4246       \let\appsubsubsecentry = \numsecentry
4247       \let\unnsubsubsecentry = \numsecentry
4248       \openin 1 \jobname.toc
4249       \ifeof 1 \else
4250         \closein 1
4251         \input \jobname.toc
4252       \fi
4253      \vfill \eject
4254      \contentsalignmacro % in case @setchapternewpage odd is in effect
4255    \endgroup
4256    \lastnegativepageno = \pageno
4257    \global\pageno = \savepageno
4258 }
4259 \let\shortcontents = \summarycontents
4260
4261 % Typeset the label for a chapter or appendix for the short contents.
4262 % The arg is, e.g., `A' for an appendix, or `3' for a chapter.
4263 %
4264 \def\shortchaplabel#1{%
4265   % This space should be enough, since a single number is .5em, and the
4266   % widest letter (M) is 1em, at least in the Computer Modern fonts.
4267   % But use \hss just in case.
4268   % (This space doesn't include the extra space that gets added after
4269   % the label; that gets put in by \shortchapentry above.)
4270   % 
4271   % We'd like to right-justify chapter numbers, but that looks strange
4272   % with appendix letters.  And right-justifying numbers and
4273   % left-justifying letters looks strange when there is less than 10
4274   % chapters.  Have to read the whole toc once to know how many chapters
4275   % there are before deciding ...
4276   \hbox to 1em{#1\hss}%
4277 }
4278
4279 % These macros generate individual entries in the table of contents.
4280 % The first argument is the chapter or section name.
4281 % The last argument is the page number.
4282 % The arguments in between are the chapter number, section number, ...
4283
4284 % Chapters, in the main contents.
4285 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}}
4286 %
4287 % Chapters, in the short toc.
4288 % See comments in \dochapentry re vbox and related settings.
4289 \def\shortchapentry#1#2#3#4{%
4290   \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}%
4291 }
4292
4293 % Appendices, in the main contents.
4294 % Need the word Appendix, and a fixed-size box.
4295
4296 \def\appendixbox#1{%
4297   % We use M since it's probably the widest letter.
4298   \setbox0 = \hbox{\putwordAppendix{} M}%
4299   \hbox to \wd0{\putwordAppendix{} #1\hss}}
4300 %
4301 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}}
4302
4303 % Unnumbered chapters.
4304 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}}
4305 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}}
4306
4307 % Sections.
4308 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}}
4309 \let\appsecentry=\numsecentry
4310 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
4311
4312 % Subsections.
4313 \let\numsubsecentry=\numsecentry
4314 \let\appsubsecentry=\numsecentry
4315 \let\unnsubsecentry=\unnsecentry
4316
4317 % And subsubsections.
4318 \let\numsubsubsecentry=\numsecentry
4319 \let\appsubsubsecentry=\numsecentry
4320 \let\unnsubsubsecentry=\unnsecentry
4321
4322 % This parameter controls the indentation of the various levels.
4323 \newdimen\tocindent \tocindent = 3pc
4324
4325 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
4326 % page number.
4327 %
4328 % If the toc has to be broken over pages, we want it to be at chapters
4329 % if at all possible; hence the \penalty.
4330 \def\dochapentry#1#2{%
4331    \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
4332    \begingroup
4333      \chapentryfonts
4334      \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4335    \endgroup
4336    \nobreak\vskip .25\baselineskip plus.1\baselineskip
4337 }
4338
4339 \def\dosecentry#1#2{\begingroup
4340   \secentryfonts \leftskip=\tocindent
4341   \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4342 \endgroup}
4343
4344 \def\dosubsecentry#1#2{\begingroup
4345   \subsecentryfonts \leftskip=2\tocindent
4346   \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4347 \endgroup}
4348
4349 \def\dosubsubsecentry#1#2{\begingroup
4350   \subsubsecentryfonts \leftskip=3\tocindent
4351   \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4352 \endgroup}
4353
4354 % Final typesetting of a toc entry; we use the same \entry macro as for
4355 % the index entries, but we want to suppress hyphenation here.  (We
4356 % can't do that in the \entry macro, since index entries might consist
4357 % of hyphenated-identifiers-that-do-not-fit-on-a-line-and-nothing-else.)
4358 \def\tocentry#1#2{\begingroup
4359   \vskip 0pt plus1pt % allow a little stretch for the sake of nice page breaks
4360   % Do not use \turnoffactive in these arguments.  Since the toc is
4361   % typeset in cmr, characters such as _ would come out wrong; we
4362   % have to do the usual translation tricks.
4363   \entry{#1}{#2}%
4364 \endgroup}
4365
4366 % Space between chapter (or whatever) number and the title.
4367 \def\labelspace{\hskip1em \relax}
4368
4369 \def\dopageno#1{{\rm #1}}
4370 \def\doshortpageno#1{{\rm #1}}
4371
4372 \def\chapentryfonts{\secfonts \rm}
4373 \def\secentryfonts{\textfonts}
4374 \def\subsecentryfonts{\textfonts}
4375 \def\subsubsecentryfonts{\textfonts}
4376
4377
4378 \message{environments,}
4379 % @foo ... @end foo.
4380
4381 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
4382 %
4383 % Since these characters are used in examples, it should be an even number of
4384 % \tt widths. Each \tt character is 1en, so two makes it 1em.
4385 %
4386 \def\point{$\star$}
4387 \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
4388 \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
4389 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
4390 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
4391
4392 % The @error{} command.
4393 % Adapted from the TeXbook's \boxit.
4394 %
4395 \newbox\errorbox
4396 %
4397 {\tentt \global\dimen0 = 3em}% Width of the box.
4398 \dimen2 = .55pt % Thickness of rules
4399 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
4400 \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
4401 %
4402 \global\setbox\errorbox=\hbox to \dimen0{\hfil
4403    \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
4404    \advance\hsize by -2\dimen2 % Rules.
4405    \vbox{
4406       \hrule height\dimen2
4407       \hbox{\vrule width\dimen2 \kern3pt          % Space to left of text.
4408          \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
4409          \kern3pt\vrule width\dimen2}% Space to right.
4410       \hrule height\dimen2}
4411     \hfil}
4412 %
4413 \def\error{\leavevmode\lower.7ex\copy\errorbox}
4414
4415 % @tex ... @end tex    escapes into raw Tex temporarily.
4416 % One exception: @ is still an escape character, so that @end tex works.
4417 % But \@ or @@ will get a plain tex @ character.
4418
4419 \def\tex{\begingroup
4420   \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
4421   \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
4422   \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
4423   \catcode `\%=14
4424   \catcode `\+=\other
4425   \catcode `\"=\other
4426   \catcode `\==\other
4427   \catcode `\|=\other
4428   \catcode `\<=\other
4429   \catcode `\>=\other
4430   \escapechar=`\\
4431   %
4432   \let\b=\ptexb
4433   \let\bullet=\ptexbullet
4434   \let\c=\ptexc
4435   \let\,=\ptexcomma
4436   \let\.=\ptexdot
4437   \let\dots=\ptexdots
4438   \let\equiv=\ptexequiv
4439   \let\!=\ptexexclam
4440   \let\i=\ptexi
4441   \let\indent=\ptexindent
4442   \let\noindent=\ptexnoindent
4443   \let\{=\ptexlbrace
4444   \let\+=\tabalign
4445   \let\}=\ptexrbrace
4446   \let\/=\ptexslash
4447   \let\*=\ptexstar
4448   \let\t=\ptext
4449   %
4450   \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
4451   \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
4452   \def\@{@}%
4453 \let\Etex=\endgroup}
4454
4455 % Define @lisp ... @end lisp.
4456 % @lisp does a \begingroup so it can rebind things,
4457 % including the definition of @end lisp (which normally is erroneous).
4458
4459 % Amount to narrow the margins by for @lisp.
4460 \newskip\lispnarrowing \lispnarrowing=0.4in
4461
4462 % This is the definition that ^^M gets inside @lisp, @example, and other
4463 % such environments.  \null is better than a space, since it doesn't
4464 % have any width.
4465 \def\lisppar{\null\endgraf}
4466
4467 % Make each space character in the input produce a normal interword
4468 % space in the output.  Don't allow a line break at this space, as this
4469 % is used only in environments like @example, where each line of input
4470 % should produce a line of output anyway.
4471 %
4472 {\obeyspaces %
4473 \gdef\sepspaces{\obeyspaces\let =\tie}}
4474
4475 % Define \obeyedspace to be our active space, whatever it is.  This is
4476 % for use in \parsearg.
4477 {\sepspaces%
4478 \global\let\obeyedspace= }
4479
4480 % This space is always present above and below environments.
4481 \newskip\envskipamount \envskipamount = 0pt
4482
4483 % Make spacing and below environment symmetrical.  We use \parskip here
4484 % to help in doing that, since in @example-like environments \parskip
4485 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
4486 % start of the next paragraph will insert \parskip.
4487 %
4488 \def\aboveenvbreak{{%
4489   % =10000 instead of <10000 because of a special case in \itemzzz, q.v.
4490   \ifnum \lastpenalty=10000 \else
4491     \advance\envskipamount by \parskip
4492     \endgraf
4493     \ifdim\lastskip<\envskipamount
4494       \removelastskip
4495       % it's not a good place to break if the last penalty was \nobreak
4496       % or better ...
4497       \ifnum\lastpenalty>10000 \else \penalty-50 \fi
4498       \vskip\envskipamount
4499     \fi
4500   \fi
4501 }}
4502
4503 \let\afterenvbreak = \aboveenvbreak
4504
4505 % \nonarrowing is a flag.  If "set", @lisp etc don't narrow margins.
4506 \let\nonarrowing=\relax
4507
4508 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
4509 % environment contents.
4510 \font\circle=lcircle10
4511 \newdimen\circthick
4512 \newdimen\cartouter\newdimen\cartinner
4513 \newskip\normbskip\newskip\normpskip\newskip\normlskip
4514 \circthick=\fontdimen8\circle
4515 %
4516 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4517 \def\ctr{{\hskip 6pt\circle\char'010}}
4518 \def\cbl{{\circle\char'012\hskip -6pt}}
4519 \def\cbr{{\hskip 6pt\circle\char'011}}
4520 \def\carttop{\hbox to \cartouter{\hskip\lskip
4521         \ctl\leaders\hrule height\circthick\hfil\ctr
4522         \hskip\rskip}}
4523 \def\cartbot{\hbox to \cartouter{\hskip\lskip
4524         \cbl\leaders\hrule height\circthick\hfil\cbr
4525         \hskip\rskip}}
4526 %
4527 \newskip\lskip\newskip\rskip
4528
4529 \def\cartouche{%
4530 \par  % can't be in the midst of a paragraph.
4531 \begingroup
4532         \lskip=\leftskip \rskip=\rightskip
4533         \leftskip=0pt\rightskip=0pt %we want these *outside*.
4534         \cartinner=\hsize \advance\cartinner by-\lskip
4535                           \advance\cartinner by-\rskip
4536         \cartouter=\hsize
4537         \advance\cartouter by 18.4pt % allow for 3pt kerns on either
4538 %                                    side, and for 6pt waste from
4539 %                                    each corner char, and rule thickness
4540         \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
4541         % Flag to tell @lisp, etc., not to narrow margin.
4542         \let\nonarrowing=\comment
4543         \vbox\bgroup
4544                 \baselineskip=0pt\parskip=0pt\lineskip=0pt
4545                 \carttop
4546                 \hbox\bgroup
4547                         \hskip\lskip
4548                         \vrule\kern3pt
4549                         \vbox\bgroup
4550                                 \hsize=\cartinner
4551                                 \kern3pt
4552                                 \begingroup
4553                                         \baselineskip=\normbskip
4554                                         \lineskip=\normlskip
4555                                         \parskip=\normpskip
4556                                         \vskip -\parskip
4557 \def\Ecartouche{%
4558                                 \endgroup
4559                                 \kern3pt
4560                         \egroup
4561                         \kern3pt\vrule
4562                         \hskip\rskip
4563                 \egroup
4564                 \cartbot
4565         \egroup
4566 \endgroup
4567 }}
4568
4569
4570 % This macro is called at the beginning of all the @example variants,
4571 % inside a group.
4572 \def\nonfillstart{%
4573   \aboveenvbreak
4574   \inENV % This group ends at the end of the body
4575   \hfuzz = 12pt % Don't be fussy
4576   \sepspaces % Make spaces be word-separators rather than space tokens.
4577   \let\par = \lisppar % don't ignore blank lines
4578   \obeylines % each line of input is a line of output
4579   \parskip = 0pt
4580   \parindent = 0pt
4581   \emergencystretch = 0pt % don't try to avoid overfull boxes
4582   % @cartouche defines \nonarrowing to inhibit narrowing
4583   % at next level down.
4584   \ifx\nonarrowing\relax
4585     \advance \leftskip by \lispnarrowing
4586     \exdentamount=\lispnarrowing
4587     \let\exdent=\nofillexdent
4588     \let\nonarrowing=\relax
4589   \fi
4590 }
4591
4592 % Define the \E... control sequence only if we are inside the particular
4593 % environment, so the error checking in \end will work.
4594 %
4595 % To end an @example-like environment, we first end the paragraph (via
4596 % \afterenvbreak's vertical glue), and then the group.  That way we keep
4597 % the zero \parskip that the environments set -- \parskip glue will be
4598 % inserted at the beginning of the next paragraph in the document, after
4599 % the environment.
4600 %
4601 \def\nonfillfinish{\afterenvbreak\endgroup}
4602
4603 % @lisp: indented, narrowed, typewriter font.
4604 \def\lisp{\begingroup
4605   \nonfillstart
4606   \let\Elisp = \nonfillfinish
4607   \tt
4608   \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
4609   \gobble       % eat return
4610 }
4611
4612 % @example: Same as @lisp.
4613 \def\example{\begingroup \def\Eexample{\nonfillfinish\endgroup}\lisp}
4614
4615 % @smallexample and @smalllisp: use smaller fonts.
4616 % Originally contributed by Pavel@xerox.
4617 \def\smalllisp{\begingroup
4618   \def\Esmalllisp{\nonfillfinish\endgroup}%
4619   \def\Esmallexample{\nonfillfinish\endgroup}%
4620   \smallexamplefonts
4621   \lisp
4622 }
4623 \let\smallexample = \smalllisp
4624
4625
4626 % @display: same as @lisp except keep current font.
4627 %
4628 \def\display{\begingroup
4629   \nonfillstart
4630   \let\Edisplay = \nonfillfinish
4631   \gobble
4632 }
4633 %
4634 % @smalldisplay: @display plus smaller fonts.
4635 %
4636 \def\smalldisplay{\begingroup
4637   \def\Esmalldisplay{\nonfillfinish\endgroup}%
4638   \smallexamplefonts \rm
4639   \display
4640 }
4641
4642 % @format: same as @display except don't narrow margins.
4643 %
4644 \def\format{\begingroup
4645   \let\nonarrowing = t
4646   \nonfillstart
4647   \let\Eformat = \nonfillfinish
4648   \gobble
4649 }
4650 %
4651 % @smallformat: @format plus smaller fonts.
4652 %
4653 \def\smallformat{\begingroup
4654   \def\Esmallformat{\nonfillfinish\endgroup}%
4655   \smallexamplefonts \rm
4656   \format
4657 }
4658
4659 % @flushleft (same as @format).
4660 %
4661 \def\flushleft{\begingroup \def\Eflushleft{\nonfillfinish\endgroup}\format}
4662
4663 % @flushright.
4664 %
4665 \def\flushright{\begingroup
4666   \let\nonarrowing = t
4667   \nonfillstart
4668   \let\Eflushright = \nonfillfinish
4669   \advance\leftskip by 0pt plus 1fill
4670   \gobble
4671 }
4672
4673
4674 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
4675 % and narrows the margins.
4676 %
4677 \def\quotation{%
4678   \begingroup\inENV %This group ends at the end of the @quotation body
4679   {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
4680   \parindent=0pt
4681   % We have retained a nonzero parskip for the environment, since we're
4682   % doing normal filling. So to avoid extra space below the environment...
4683   \def\Equotation{\parskip = 0pt \nonfillfinish}%
4684   %
4685   % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
4686   \ifx\nonarrowing\relax
4687     \advance\leftskip by \lispnarrowing
4688     \advance\rightskip by \lispnarrowing
4689     \exdentamount = \lispnarrowing
4690     \let\nonarrowing = \relax
4691   \fi
4692 }
4693
4694
4695 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
4696 % If we want to allow any <char> as delimiter,
4697 % we need the curly braces so that makeinfo sees the @verb command, eg:
4698 % `@verbx...x' would look like the '@verbx' command.  --janneke@gnu.org
4699 %
4700 % [Knuth]: Donald Ervin Knuth, 1996.  The TeXbook.
4701 %
4702 % [Knuth] p.344; only we need to do the other characters Texinfo sets
4703 % active too.  Otherwise, they get lost as the first character on a
4704 % verbatim line.
4705 \def\dospecials{%
4706   \do\ \do\\\do\{\do\}\do\$\do\&%
4707   \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~%
4708   \do\<\do\>\do\|\do\@\do+\do\"%
4709 }
4710 %
4711 % [Knuth] p. 380
4712 \def\uncatcodespecials{%
4713   \def\do##1{\catcode`##1=12}\dospecials}
4714 %
4715 % [Knuth] pp. 380,381,391
4716 % Disable Spanish ligatures ?` and !` of \tt font
4717 \begingroup
4718   \catcode`\`=\active\gdef`{\relax\lq}
4719 \endgroup
4720 %
4721 % Setup for the @verb command.
4722 %
4723 % Eight spaces for a tab
4724 \begingroup
4725   \catcode`\^^I=\active
4726   \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }}
4727 \endgroup
4728 %
4729 \def\setupverb{%
4730   \tt  % easiest (and conventionally used) font for verbatim
4731   \def\par{\leavevmode\endgraf}%
4732   \catcode`\`=\active
4733   \tabeightspaces
4734   % Respect line breaks,
4735   % print special symbols as themselves, and
4736   % make each space count
4737   % must do in this order:
4738   \obeylines \uncatcodespecials \sepspaces
4739 }
4740
4741 % Setup for the @verbatim environment
4742 %
4743 % Real tab expansion
4744 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount
4745 %
4746 \def\starttabbox{\setbox0=\hbox\bgroup}
4747 \begingroup
4748   \catcode`\^^I=\active
4749   \gdef\tabexpand{%
4750     \catcode`\^^I=\active
4751     \def^^I{\leavevmode\egroup
4752       \dimen0=\wd0 % the width so far, or since the previous tab
4753       \divide\dimen0 by\tabw
4754       \multiply\dimen0 by\tabw % compute previous multiple of \tabw
4755       \advance\dimen0 by\tabw  % advance to next multiple of \tabw
4756       \wd0=\dimen0 \box0 \starttabbox
4757     }%
4758   }
4759 \endgroup
4760 \def\setupverbatim{%
4761   % Easiest (and conventionally used) font for verbatim
4762   \tt
4763   \def\par{\leavevmode\egroup\box0\endgraf}%
4764   \catcode`\`=\active
4765   \tabexpand
4766   % Respect line breaks,
4767   % print special symbols as themselves, and
4768   % make each space count
4769   % must do in this order:
4770   \obeylines \uncatcodespecials \sepspaces
4771   \everypar{\starttabbox}%
4772 }
4773
4774 % Do the @verb magic: verbatim text is quoted by unique
4775 % delimiter characters.  Before first delimiter expect a
4776 % right brace, after last delimiter expect closing brace:
4777 %
4778 %    \def\doverb'{'<char>#1<char>'}'{#1}
4779 %
4780 % [Knuth] p. 382; only eat outer {}
4781 \begingroup
4782   \catcode`[=1\catcode`]=2\catcode`\{=12\catcode`\}=12
4783   \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next]
4784 \endgroup
4785 %
4786 \def\verb{\begingroup\setupverb\doverb}
4787 %
4788 %
4789 % Do the @verbatim magic: define the macro \doverbatim so that
4790 % the (first) argument ends when '@end verbatim' is reached, ie:
4791 %
4792 %     \def\doverbatim#1@end verbatim{#1}
4793 %
4794 % For Texinfo it's a lot easier than for LaTeX,
4795 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
4796 % we need not redefine '\', '{' and '}'.
4797 %
4798 % Inspired by LaTeX's verbatim command set [latex.ltx]
4799 %% Include LaTeX hack for completeness -- never know
4800 %% \begingroup
4801 %% \catcode`|=0 \catcode`[=1
4802 %% \catcode`]=2\catcode`\{=12\catcode`\}=12\catcode`\ =\active
4803 %% \catcode`\\=12|gdef|doverbatim#1@end verbatim[
4804 %% #1|endgroup|def|Everbatim[]|end[verbatim]]
4805 %% |endgroup
4806 %
4807 \begingroup
4808   \catcode`\ =\active
4809   \obeylines %
4810   % ignore everything up to the first ^^M, that's the newline at the end
4811   % of the @verbatim input line itself.  Otherwise we get an extra blank
4812   % line in the output.
4813   \gdef\doverbatim#1^^M#2@end verbatim{#2\end{verbatim}}%
4814 \endgroup
4815 %
4816 \def\verbatim{%
4817   \def\Everbatim{\nonfillfinish\endgroup}%
4818   \begingroup
4819     \nonfillstart
4820     \advance\leftskip by -\defbodyindent
4821     \begingroup\setupverbatim\doverbatim
4822 }
4823
4824 % @verbatiminclude FILE - insert text of file in verbatim environment.
4825 %
4826 % Allow normal characters that we make active in the argument (a file name).
4827 \def\verbatiminclude{%
4828   \begingroup
4829     \catcode`\\=\other
4830     \catcode`~=\other
4831     \catcode`^=\other
4832     \catcode`_=\other
4833     \catcode`|=\other
4834     \catcode`<=\other
4835     \catcode`>=\other
4836     \catcode`+=\other
4837     \parsearg\doverbatiminclude
4838 }
4839 \def\setupverbatiminclude{%
4840   \begingroup
4841     \nonfillstart
4842     \advance\leftskip by -\defbodyindent
4843     \begingroup\setupverbatim
4844 }
4845 %
4846 \def\doverbatiminclude#1{%
4847      % Restore active chars for included file.
4848   \endgroup
4849   \begingroup
4850     \let\value=\expandablevalue
4851     \def\thisfile{#1}%
4852     \expandafter\expandafter\setupverbatiminclude\input\thisfile
4853   \endgroup
4854   \nonfillfinish
4855   \endgroup
4856 }
4857
4858 % @copying ... @end copying.
4859 % Save the text away for @insertcopying later.  Many commands won't be
4860 % allowed in this context, but that's ok.
4861 %
4862 % We save the uninterpreted tokens, rather than creating a box.
4863 % Saving the text in a box would be much easier, but then all the
4864 % typesetting commands (@smallbook, font changes, etc.) have to be done
4865 % beforehand -- and a) we want @copying to be done first in the source
4866 % file; b) letting users define the frontmatter in as flexible order as
4867 % possible is very desirable.
4868 %
4869 \def\copying{\begingroup
4870   % Define a command to swallow text until we reach `@end copying'.
4871   % \ is the escape char in this texinfo.tex file, so it is the
4872   % delimiter for the command; @ will be the escape char when we read
4873   % it, but that doesn't matter.
4874   \long\def\docopying##1\end copying{\gdef\copyingtext{##1}\enddocopying}%
4875   %
4876   % We must preserve ^^M's in the input file; see \insertcopying below.
4877   \catcode`\^^M = \active
4878   \docopying
4879 }
4880
4881 % What we do to finish off the copying text.
4882 %
4883 \def\enddocopying{\endgroup\ignorespaces}
4884
4885 % @insertcopying.  Here we must play games with ^^M's.  On the one hand,
4886 % we need them to delimit commands such as `@end quotation', so they
4887 % must be active.  On the other hand, we certainly don't want every
4888 % end-of-line to be a \par, as would happen with the normal active
4889 % definition of ^^M.  On the third hand, two ^^M's in a row should still
4890 % generate a \par.
4891 %
4892 % Our approach is to make ^^M insert a space and a penalty1 normally;
4893 % then it can also check if \lastpenalty=1.  If it does, then manually
4894 % do \par.
4895 %
4896 % This messes up the normal definitions of @c[omment], so we redefine
4897 % it.  Similarly for @ignore.  (These commands are used in the gcc
4898 % manual for man page generation.)
4899 %
4900 % Seems pretty fragile, most line-oriented commands will presumably
4901 % fail, but for the limited use of getting the copying text (which
4902 % should be quite simple) inserted, we can hope it's ok.
4903 %
4904 {\catcode`\^^M=\active %
4905 \gdef\insertcopying{\begingroup %
4906   \parindent = 0pt  % looks wrong on title page
4907   \def^^M{%
4908     \ifnum \lastpenalty=1 %
4909       \par %
4910     \else %
4911       \space \penalty 1 %
4912     \fi %
4913   }%
4914   %
4915   % Fix @c[omment] for catcode 13 ^^M's.
4916   \def\c##1^^M{\ignorespaces}%
4917   \let\comment = \c %
4918   %
4919   % Don't bother jumping through all the hoops that \doignore does, it
4920   % would be very hard since the catcodes are already set.
4921   \long\def\ignore##1\end ignore{\ignorespaces}%
4922   %
4923   \copyingtext %
4924 \endgroup}%
4925 }
4926
4927 \message{defuns,}
4928 % @defun etc.
4929
4930 % Allow user to change definition object font (\df) internally
4931 \def\setdeffont#1 {\csname DEF#1\endcsname}
4932
4933 \newskip\defbodyindent \defbodyindent=.4in
4934 \newskip\defargsindent \defargsindent=50pt
4935 \newskip\deflastargmargin \deflastargmargin=18pt
4936
4937 \newcount\parencount
4938
4939 % We want ()&[] to print specially on the defun line.
4940 %
4941 \def\activeparens{%
4942   \catcode`\(=\active \catcode`\)=\active
4943   \catcode`\&=\active
4944   \catcode`\[=\active \catcode`\]=\active
4945 }
4946
4947 % Make control sequences which act like normal parenthesis chars.
4948 \let\lparen = ( \let\rparen = )
4949
4950 {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
4951
4952 % Be sure that we always have a definition for `(', etc.  For example,
4953 % if the fn name has parens in it, \boldbrax will not be in effect yet,
4954 % so TeX would otherwise complain about undefined control sequence.
4955 \global\let(=\lparen \global\let)=\rparen
4956 \global\let[=\lbrack \global\let]=\rbrack
4957
4958 \gdef\functionparens{\boldbrax\let&=\amprm\parencount=0 }
4959 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
4960 % This is used to turn on special parens
4961 % but make & act ordinary (given that it's active).
4962 \gdef\boldbraxnoamp{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb\let&=\ampnr}
4963
4964 % Definitions of (, ) and & used in args for functions.
4965 % This is the definition of ( outside of all parentheses.
4966 \gdef\oprm#1 {{\rm\char`\(}#1 \bf \let(=\opnested
4967   \global\advance\parencount by 1
4968 }
4969 %
4970 % This is the definition of ( when already inside a level of parens.
4971 \gdef\opnested{\char`\(\global\advance\parencount by 1 }
4972 %
4973 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
4974   % also in that case restore the outer-level definition of (.
4975   \ifnum \parencount=1 {\rm \char `\)}\sl \let(=\oprm \else \char `\) \fi
4976   \global\advance \parencount by -1 }
4977 % If we encounter &foo, then turn on ()-hacking afterwards
4978 \gdef\amprm#1 {{\rm\&#1}\let(=\oprm \let)=\clrm\ }
4979 %
4980 \gdef\normalparens{\boldbrax\let&=\ampnr}
4981 } % End of definition inside \activeparens
4982 %% These parens (in \boldbrax) actually are a little bolder than the
4983 %% contained text.  This is especially needed for [ and ]
4984 \def\opnr{{\sf\char`\(}\global\advance\parencount by 1 }
4985 \def\clnr{{\sf\char`\)}\global\advance\parencount by -1 }
4986 \let\ampnr = \&
4987 \def\lbrb{{\bf\char`\[}}
4988 \def\rbrb{{\bf\char`\]}}
4989
4990 % Active &'s sneak into the index arguments, so make sure it's defined.
4991 {
4992   \catcode`& = \active
4993   \global\let& = \ampnr
4994 }
4995
4996 % \defname, which formats the name of the @def (not the args).
4997 % #1 is the function name.
4998 % #2 is the type of definition, such as "Function".
4999 %
5000 \def\defname#1#2{%
5001   % How we'll output the type name.  Putting it in brackets helps
5002   % distinguish it from the body text that may end up on the next line
5003   % just below it.
5004   \ifempty{#2}%
5005     \def\defnametype{}%
5006   \else
5007     \def\defnametype{[\rm #2]}%
5008   \fi
5009   %
5010   % Get the values of \leftskip and \rightskip as they were outside the @def...
5011   \dimen2=\leftskip
5012   \advance\dimen2 by -\defbodyindent
5013   %
5014   % Figure out values for the paragraph shape.
5015   \setbox0=\hbox{\hskip \deflastargmargin{\defnametype}}%
5016   \dimen0=\hsize \advance \dimen0 by -\wd0  % compute size for first line
5017   \dimen1=\hsize \advance \dimen1 by -\defargsindent  % size for continuations
5018   \parshape 2 0in \dimen0 \defargsindent \dimen1
5019   %
5020   % Output arg 2 ("Function" or some such) but stuck inside a box of
5021   % width 0 so it does not interfere with linebreaking.
5022   \noindent
5023   %
5024   {% Adjust \hsize to exclude the ambient margins,
5025    % so that \rightline will obey them.
5026    \advance \hsize by -\dimen2
5027    \dimen3 = 0pt  % was -1.25pc
5028    \rlap{\rightline{\defnametype\kern\dimen3}}%
5029   }%
5030   %
5031   % Allow all lines to be underfull without complaint:
5032   \tolerance=10000 \hbadness=10000
5033   \advance\leftskip by -\defbodyindent
5034   \exdentamount=\defbodyindent
5035   {\df #1}\enskip        % output function name
5036   % \defunargs will be called next to output the arguments, if any.
5037 }
5038
5039 % Common pieces to start any @def...
5040 % #1 is the \E... control sequence to end the definition (which we define).
5041 % #2 is the \...x control sequence (which our caller defines).
5042 % #3 is the control sequence to process the header, such as \defunheader.
5043 %
5044 \def\parsebodycommon#1#2#3{%
5045   \begingroup\inENV
5046   % If there are two @def commands in a row, we'll have a \nobreak,
5047   % which is there to keep the function description together with its
5048   % header.  But if there's nothing but headers, we want to allow a
5049   % break after all.  Check for penalty 10002 (inserted by
5050   % \defargscommonending) instead of 10000, since the sectioning
5051   % commands insert a \penalty10000, and we don't want to allow a break
5052   % between a section heading and a defun.
5053   \ifnum\lastpenalty=10002 \penalty0 \fi
5054   \medbreak
5055   %
5056   % Define the \E... end token that this defining construct specifies
5057   % so that it will exit this group.
5058   \def#1{\endgraf\endgroup\medbreak}%
5059   %
5060   \parindent=0in
5061   \advance\leftskip by \defbodyindent
5062   \exdentamount=\defbodyindent
5063 }
5064
5065 % Common part of the \...x definitions.
5066 %
5067 \def\defxbodycommon{%
5068   % As with \parsebodycommon above, allow line break if we have multiple
5069   % x headers in a row.  It's not a great place, though.
5070   \ifnum\lastpenalty=10000 \penalty1000 \fi
5071   %
5072   \begingroup\obeylines
5073 }
5074
5075 % Process body of @defun, @deffn, @defmac, etc.
5076 %
5077 \def\defparsebody#1#2#3{%
5078   \parsebodycommon{#1}{#2}{#3}%
5079   \def#2{\defxbodycommon \activeparens \spacesplit#3}%
5080   \catcode\equalChar=\active
5081   \begingroup\obeylines\activeparens
5082   \spacesplit#3%
5083 }
5084
5085 % #1, #2, #3 are the common arguments (see \parsebodycommon above).
5086 % #4, delimited by the space, is the class name.
5087 %
5088 \def\defmethparsebody#1#2#3#4 {%
5089   \parsebodycommon{#1}{#2}{#3}%
5090   \def#2##1 {\defxbodycommon \activeparens \spacesplit{#3{##1}}}%
5091   \begingroup\obeylines\activeparens
5092   % The \empty here prevents misinterpretation of a construct such as
5093   %   @deffn {whatever} {Enharmonic comma}
5094   % See comments at \deftpparsebody, although in our case we don't have
5095   % to remove the \empty afterwards, since it is empty.
5096   \spacesplit{#3{#4}}\empty
5097 }
5098
5099 % Used for @deftypemethod and @deftypeivar.
5100 % #1, #2, #3 are the common arguments (see \defparsebody).
5101 % #4, delimited by a space, is the class name.
5102 % #5 is the method's return type.
5103 %
5104 \def\deftypemethparsebody#1#2#3#4 #5 {%
5105   \parsebodycommon{#1}{#2}{#3}%
5106   \def#2##1 ##2 {\defxbodycommon \activeparens \spacesplit{#3{##1}{##2}}}%
5107   \begingroup\obeylines\activeparens
5108   \spacesplit{#3{#4}{#5}}%
5109 }
5110
5111 % Used for @deftypeop.  The change from \deftypemethparsebody is an
5112 % extra argument at the beginning which is the `category', instead of it
5113 % being the hardwired string `Method' or `Instance Variable'.  We have
5114 % to account for this both in the \...x definition and in parsing the
5115 % input at hand.  Thus also need a control sequence (passed as #5) for
5116 % the \E... definition to assign the category name to.
5117 %
5118 \def\deftypeopparsebody#1#2#3#4#5 #6 {%
5119   \parsebodycommon{#1}{#2}{#3}%
5120   \def#2##1 ##2 ##3 {\def#4{##1}%
5121     \defxbodycommon \activeparens \spacesplit{#3{##2}{##3}}}%
5122   \begingroup\obeylines\activeparens
5123   \spacesplit{#3{#5}{#6}}%
5124 }
5125
5126 % For @defop.
5127 \def\defopparsebody #1#2#3#4#5 {%
5128   \parsebodycommon{#1}{#2}{#3}%
5129   \def#2##1 ##2 {\def#4{##1}%
5130     \defxbodycommon \activeparens \spacesplit{#3{##2}}}%
5131   \begingroup\obeylines\activeparens
5132   \spacesplit{#3{#5}}%
5133 }
5134
5135 % These parsing functions are similar to the preceding ones
5136 % except that they do not make parens into active characters.
5137 % These are used for "variables" since they have no arguments.
5138 %
5139 \def\defvarparsebody #1#2#3{%
5140   \parsebodycommon{#1}{#2}{#3}%
5141   \def#2{\defxbodycommon \spacesplit#3}%
5142   \catcode\equalChar=\active
5143   \begingroup\obeylines
5144   \spacesplit#3%
5145 }
5146
5147 % @defopvar.
5148 \def\defopvarparsebody #1#2#3#4#5 {%
5149   \parsebodycommon{#1}{#2}{#3}%
5150   \def#2##1 ##2 {\def#4{##1}%
5151     \defxbodycommon \spacesplit{#3{##2}}}%
5152   \begingroup\obeylines
5153   \spacesplit{#3{#5}}%
5154 }
5155
5156 \def\defvrparsebody#1#2#3#4 {%
5157   \parsebodycommon{#1}{#2}{#3}%
5158   \def#2##1 {\defxbodycommon \spacesplit{#3{##1}}}%
5159   \begingroup\obeylines
5160   \spacesplit{#3{#4}}%
5161 }
5162
5163 % This loses on `@deftp {Data Type} {struct termios}' -- it thinks the
5164 % type is just `struct', because we lose the braces in `{struct
5165 % termios}' when \spacesplit reads its undelimited argument.  Sigh.
5166 % \let\deftpparsebody=\defvrparsebody
5167 %
5168 % So, to get around this, we put \empty in with the type name.  That
5169 % way, TeX won't find exactly `{...}' as an undelimited argument, and
5170 % won't strip off the braces.
5171 %
5172 \def\deftpparsebody #1#2#3#4 {%
5173   \parsebodycommon{#1}{#2}{#3}%
5174   \def#2##1 {\defxbodycommon \spacesplit{#3{##1}}}%
5175   \begingroup\obeylines
5176   \spacesplit{\parsetpheaderline{#3{#4}}}\empty
5177 }
5178
5179 % Fine, but then we have to eventually remove the \empty *and* the
5180 % braces (if any).  That's what this does.
5181 %
5182 \def\removeemptybraces\empty#1\relax{#1}
5183
5184 % After \spacesplit has done its work, this is called -- #1 is the final
5185 % thing to call, #2 the type name (which starts with \empty), and #3
5186 % (which might be empty) the arguments.
5187 %
5188 \def\parsetpheaderline#1#2#3{%
5189   #1{\removeemptybraces#2\relax}{#3}%
5190 }%
5191
5192 % Split up #2 (the rest of the input line) at the first space token.
5193 % call #1 with two arguments:
5194 %  the first is all of #2 before the space token,
5195 %  the second is all of #2 after that space token.
5196 % If #2 contains no space token, all of it is passed as the first arg
5197 % and the second is passed as empty.
5198 %
5199 {\obeylines %
5200  \gdef\spacesplit#1#2^^M{\endgroup\spacesplitx{#1}#2 \relax\spacesplitx}%
5201  \long\gdef\spacesplitx#1#2 #3#4\spacesplitx{%
5202    \ifx\relax #3%
5203      #1{#2}{}%
5204    \else %
5205      #1{#2}{#3#4}%
5206    \fi}%
5207 }
5208
5209 % Define @defun.
5210
5211 % This is called to end the arguments processing for all the @def... commands.
5212 %
5213 \def\defargscommonending{%
5214   \interlinepenalty = 10000
5215   \advance\rightskip by 0pt plus 1fil
5216   \endgraf
5217   \nobreak\vskip -\parskip
5218   \penalty 10002  % signal to \parsebodycommon.
5219 }
5220
5221 % This expands the args and terminates the paragraph they comprise.
5222 %
5223 \def\defunargs#1{\functionparens \sl
5224 % Expand, preventing hyphenation at `-' chars.
5225 % Note that groups don't affect changes in \hyphenchar.
5226 % Set the font temporarily and use \font in case \setfont made \tensl a macro.
5227 {\tensl\hyphenchar\font=0}%
5228 #1%
5229 {\tensl\hyphenchar\font=45}%
5230 \ifnum\parencount=0 \else \errmessage{Unbalanced parentheses in @def}\fi%
5231   \defargscommonending
5232 }
5233
5234 \def\deftypefunargs #1{%
5235 % Expand, preventing hyphenation at `-' chars.
5236 % Note that groups don't affect changes in \hyphenchar.
5237 % Use \boldbraxnoamp, not \functionparens, so that & is not special.
5238 \boldbraxnoamp
5239 \tclose{#1}% avoid \code because of side effects on active chars
5240   \defargscommonending
5241 }
5242
5243 % Do complete processing of one @defun or @defunx line already parsed.
5244
5245 % @deffn Command forward-char nchars
5246
5247 \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
5248
5249 \def\deffnheader #1#2#3{\doind {fn}{\code{#2}}%
5250 \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
5251 \catcode\equalChar=\other % Turn off change made in \defparsebody
5252 }
5253
5254 % @defun == @deffn Function
5255
5256 \def\defun{\defparsebody\Edefun\defunx\defunheader}
5257
5258 \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
5259 \begingroup\defname {#1}{\putwordDeffunc}%
5260 \defunargs {#2}\endgroup %
5261 \catcode\equalChar=\other % Turn off change made in \defparsebody
5262 }
5263
5264 % @deftypefun int foobar (int @var{foo}, float @var{bar})
5265
5266 \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
5267
5268 % #1 is the data type.  #2 is the name and args.
5269 \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
5270 % #1 is the data type, #2 the name, #3 the args.
5271 \def\deftypefunheaderx #1#2 #3\relax{%
5272 \doind {fn}{\code{#2}}% Make entry in function index
5273 \begingroup\defname {\defheaderxcond#1\relax$.$#2}{\putwordDeftypefun}%
5274 \deftypefunargs {#3}\endgroup %
5275 \catcode\equalChar=\other % Turn off change made in \defparsebody
5276 }
5277
5278 % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
5279
5280 \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
5281
5282 % \defheaderxcond#1\relax$.$
5283 % puts #1 in @code, followed by a space, but does nothing if #1 is null.
5284 \def\defheaderxcond#1#2$.${\ifx#1\relax\else\code{#1#2} \fi}
5285
5286 % #1 is the classification.  #2 is the data type.  #3 is the name and args.
5287 \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
5288 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
5289 \def\deftypefnheaderx #1#2#3 #4\relax{%
5290 \doind {fn}{\code{#3}}% Make entry in function index
5291 \begingroup
5292 \normalparens % notably, turn off `&' magic, which prevents
5293 %               at least some C++ text from working
5294 \defname {\defheaderxcond#2\relax$.$#3}{#1}%
5295 \deftypefunargs {#4}\endgroup %
5296 \catcode\equalChar=\other % Turn off change made in \defparsebody
5297 }
5298
5299 % @defmac == @deffn Macro
5300
5301 \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
5302
5303 \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
5304 \begingroup\defname {#1}{\putwordDefmac}%
5305 \defunargs {#2}\endgroup %
5306 \catcode\equalChar=\other % Turn off change made in \defparsebody
5307 }
5308
5309 % @defspec == @deffn Special Form
5310
5311 \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
5312
5313 \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
5314 \begingroup\defname {#1}{\putwordDefspec}%
5315 \defunargs {#2}\endgroup %
5316 \catcode\equalChar=\other % Turn off change made in \defparsebody
5317 }
5318
5319 % @defop CATEGORY CLASS OPERATION ARG...
5320 %
5321 \def\defop #1 {\def\defoptype{#1}%
5322 \defopparsebody\Edefop\defopx\defopheader\defoptype}
5323 %
5324 \def\defopheader#1#2#3{%
5325   \dosubind{fn}{\code{#2}}{\putwordon\ \code{#1}}% function index entry
5326   \begingroup
5327     \defname{#2}{\defoptype\ \putwordon\ #1}%
5328     \defunargs{#3}%
5329   \endgroup
5330 }
5331
5332 % @deftypeop CATEGORY CLASS TYPE OPERATION ARG...
5333 %
5334 \def\deftypeop #1 {\def\deftypeopcategory{#1}%
5335   \deftypeopparsebody\Edeftypeop\deftypeopx\deftypeopheader
5336                        \deftypeopcategory}
5337 %
5338 % #1 is the class name, #2 the data type, #3 the operation name, #4 the args.
5339 \def\deftypeopheader#1#2#3#4{%
5340   \dosubind{fn}{\code{#3}}{\putwordon\ \code{#1}}% entry in function index
5341   \begingroup
5342     \defname{\defheaderxcond#2\relax$.$#3}
5343             {\deftypeopcategory\ \putwordon\ \code{#1}}%
5344     \deftypefunargs{#4}%
5345   \endgroup
5346 }
5347
5348 % @deftypemethod CLASS TYPE METHOD ARG...
5349 %
5350 \def\deftypemethod{%
5351   \deftypemethparsebody\Edeftypemethod\deftypemethodx\deftypemethodheader}
5352 %
5353 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
5354 \def\deftypemethodheader#1#2#3#4{%
5355   \dosubind{fn}{\code{#3}}{\putwordon\ \code{#1}}% entry in function index
5356   \begingroup
5357     \defname{\defheaderxcond#2\relax$.$#3}{\putwordMethodon\ \code{#1}}%
5358     \deftypefunargs{#4}%
5359   \endgroup
5360 }
5361
5362 % @deftypeivar CLASS TYPE VARNAME
5363 %
5364 \def\deftypeivar{%
5365   \deftypemethparsebody\Edeftypeivar\deftypeivarx\deftypeivarheader}
5366 %
5367 % #1 is the class name, #2 the data type, #3 the variable name.
5368 \def\deftypeivarheader#1#2#3{%
5369   \dosubind{vr}{\code{#3}}{\putwordof\ \code{#1}}% entry in variable index
5370   \begingroup
5371     \defname{\defheaderxcond#2\relax$.$#3}
5372             {\putwordInstanceVariableof\ \code{#1}}%
5373     \defvarargs{#3}%
5374   \endgroup
5375 }
5376
5377 % @defmethod == @defop Method
5378 %
5379 \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
5380 %
5381 % #1 is the class name, #2 the method name, #3 the args.
5382 \def\defmethodheader#1#2#3{%
5383   \dosubind{fn}{\code{#2}}{\putwordon\ \code{#1}}% entry in function index
5384   \begingroup
5385     \defname{#2}{\putwordMethodon\ \code{#1}}%
5386     \defunargs{#3}%
5387   \endgroup
5388 }
5389
5390 % @defcv {Class Option} foo-class foo-flag
5391
5392 \def\defcv #1 {\def\defcvtype{#1}%
5393 \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
5394
5395 \def\defcvarheader #1#2#3{%
5396   \dosubind{vr}{\code{#2}}{\putwordof\ \code{#1}}% variable index entry
5397   \begingroup
5398     \defname{#2}{\defcvtype\ \putwordof\ #1}%
5399     \defvarargs{#3}%
5400   \endgroup
5401 }
5402
5403 % @defivar CLASS VARNAME == @defcv {Instance Variable} CLASS VARNAME
5404 %
5405 \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
5406 %
5407 \def\defivarheader#1#2#3{%
5408   \dosubind{vr}{\code{#2}}{\putwordof\ \code{#1}}% entry in var index
5409   \begingroup
5410     \defname{#2}{\putwordInstanceVariableof\ #1}%
5411     \defvarargs{#3}%
5412   \endgroup
5413 }
5414
5415 % @defvar
5416 % First, define the processing that is wanted for arguments of @defvar.
5417 % This is actually simple: just print them in roman.
5418 % This must expand the args and terminate the paragraph they make up
5419 \def\defvarargs #1{\normalparens #1%
5420   \defargscommonending
5421 }
5422
5423 % @defvr Counter foo-count
5424
5425 \def\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
5426
5427 \def\defvrheader #1#2#3{\doind {vr}{\code{#2}}%
5428 \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
5429
5430 % @defvar == @defvr Variable
5431
5432 \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
5433
5434 \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
5435 \begingroup\defname {#1}{\putwordDefvar}%
5436 \defvarargs {#2}\endgroup %
5437 }
5438
5439 % @defopt == @defvr {User Option}
5440
5441 \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
5442
5443 \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
5444 \begingroup\defname {#1}{\putwordDefopt}%
5445 \defvarargs {#2}\endgroup %
5446 }
5447
5448 % @deftypevar int foobar
5449
5450 \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
5451
5452 % #1 is the data type.  #2 is the name, perhaps followed by text that
5453 % is actually part of the data type, which should not be put into the index.
5454 \def\deftypevarheader #1#2{%
5455 \dovarind#2 \relax% Make entry in variables index
5456 \begingroup\defname {\defheaderxcond#1\relax$.$#2}{\putwordDeftypevar}%
5457   \defargscommonending
5458 \endgroup}
5459 \def\dovarind#1 #2\relax{\doind{vr}{\code{#1}}}
5460
5461 % @deftypevr {Global Flag} int enable
5462
5463 \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
5464
5465 \def\deftypevrheader #1#2#3{\dovarind#3 \relax%
5466 \begingroup\defname {\defheaderxcond#2\relax$.$#3}{#1}
5467   \defargscommonending
5468 \endgroup}
5469
5470 % Now define @deftp
5471 % Args are printed in bold, a slight difference from @defvar.
5472
5473 \def\deftpargs #1{\bf \defvarargs{#1}}
5474
5475 % @deftp Class window height width ...
5476
5477 \def\deftp{\deftpparsebody\Edeftp\deftpx\deftpheader}
5478
5479 \def\deftpheader #1#2#3{\doind {tp}{\code{#2}}%
5480 \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
5481
5482 % These definitions are used if you use @defunx (etc.)
5483 % anywhere other than immediately after a @defun or @defunx.
5484 %
5485 \def\defcvx#1 {\errmessage{@defcvx in invalid context}}
5486 \def\deffnx#1 {\errmessage{@deffnx in invalid context}}
5487 \def\defivarx#1 {\errmessage{@defivarx in invalid context}}
5488 \def\defmacx#1 {\errmessage{@defmacx in invalid context}}
5489 \def\defmethodx#1 {\errmessage{@defmethodx in invalid context}}
5490 \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
5491 \def\defopx#1 {\errmessage{@defopx in invalid context}}
5492 \def\defspecx#1 {\errmessage{@defspecx in invalid context}}
5493 \def\deftpx#1 {\errmessage{@deftpx in invalid context}}
5494 \def\deftypefnx#1 {\errmessage{@deftypefnx in invalid context}}
5495 \def\deftypefunx#1 {\errmessage{@deftypefunx in invalid context}}
5496 \def\deftypeivarx#1 {\errmessage{@deftypeivarx in invalid context}}
5497 \def\deftypemethodx#1 {\errmessage{@deftypemethodx in invalid context}}
5498 \def\deftypeopx#1 {\errmessage{@deftypeopx in invalid context}}
5499 \def\deftypevarx#1 {\errmessage{@deftypevarx in invalid context}}
5500 \def\deftypevrx#1 {\errmessage{@deftypevrx in invalid context}}
5501 \def\defunx#1 {\errmessage{@defunx in invalid context}}
5502 \def\defvarx#1 {\errmessage{@defvarx in invalid context}}
5503 \def\defvrx#1 {\errmessage{@defvrx in invalid context}}
5504
5505
5506 \message{macros,}
5507 % @macro.
5508
5509 % To do this right we need a feature of e-TeX, \scantokens,
5510 % which we arrange to emulate with a temporary file in ordinary TeX.
5511 \ifx\eTeXversion\undefined
5512  \newwrite\macscribble
5513  \def\scanmacro#1{%
5514    \begingroup \newlinechar`\^^M
5515    % Undo catcode changes of \startcontents and \doprintindex
5516    \catcode`\@=0 \catcode`\\=\other \escapechar=`\@
5517    % Append \endinput to make sure that TeX does not see the ending newline.
5518    \toks0={#1\endinput}%
5519    \immediate\openout\macscribble=\jobname.tmp
5520    \immediate\write\macscribble{\the\toks0}%
5521    \immediate\closeout\macscribble
5522    \let\xeatspaces\eatspaces
5523    \input \jobname.tmp
5524    \endgroup
5525 }
5526 \else
5527 \def\scanmacro#1{%
5528 \begingroup \newlinechar`\^^M
5529 % Undo catcode changes of \startcontents and \doprintindex
5530 \catcode`\@=0 \catcode`\\=\other \escapechar=`\@
5531 \let\xeatspaces\eatspaces\scantokens{#1\endinput}\endgroup}
5532 \fi
5533
5534 \newcount\paramno   % Count of parameters
5535 \newtoks\macname    % Macro name
5536 \newif\ifrecursive  % Is it recursive?
5537 \def\macrolist{}    % List of all defined macros in the form
5538                     % \do\macro1\do\macro2...
5539
5540 % Utility routines.
5541 % Thisdoes \let #1 = #2, except with \csnames.
5542 \def\cslet#1#2{%
5543 \expandafter\expandafter
5544 \expandafter\let
5545 \expandafter\expandafter
5546 \csname#1\endcsname
5547 \csname#2\endcsname}
5548
5549 % Trim leading and trailing spaces off a string.
5550 % Concepts from aro-bend problem 15 (see CTAN).
5551 {\catcode`\@=11
5552 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }}
5553 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@}
5554 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @}
5555 \def\unbrace#1{#1}
5556 \unbrace{\gdef\trim@@@ #1 } #2@{#1}
5557 }
5558
5559 % Trim a single trailing ^^M off a string.
5560 {\catcode`\^^M=\other \catcode`\Q=3%
5561 \gdef\eatcr #1{\eatcra #1Q^^MQ}%
5562 \gdef\eatcra#1^^MQ{\eatcrb#1Q}%
5563 \gdef\eatcrb#1Q#2Q{#1}%
5564 }
5565
5566 % Macro bodies are absorbed as an argument in a context where
5567 % all characters are catcode 10, 11 or 12, except \ which is active
5568 % (as in normal texinfo). It is necessary to change the definition of \.
5569
5570 % It's necessary to have hard CRs when the macro is executed. This is
5571 % done by  making ^^M (\endlinechar) catcode 12 when reading the macro
5572 % body, and then making it the \newlinechar in \scanmacro.
5573
5574 \def\macrobodyctxt{%
5575   \catcode`\~=\other
5576   \catcode`\^=\other
5577   \catcode`\_=\other
5578   \catcode`\|=\other
5579   \catcode`\<=\other
5580   \catcode`\>=\other
5581   \catcode`\+=\other
5582   \catcode`\{=\other
5583   \catcode`\}=\other
5584   \catcode`\@=\other
5585   \catcode`\^^M=\other
5586   \usembodybackslash}
5587
5588 \def\macroargctxt{%
5589   \catcode`\~=\other
5590   \catcode`\^=\other
5591   \catcode`\_=\other
5592   \catcode`\|=\other
5593   \catcode`\<=\other
5594   \catcode`\>=\other
5595   \catcode`\+=\other
5596   \catcode`\@=\other
5597   \catcode`\\=\other}
5598
5599 % \mbodybackslash is the definition of \ in @macro bodies.
5600 % It maps \foo\ => \csname macarg.foo\endcsname => #N
5601 % where N is the macro parameter number.
5602 % We define \csname macarg.\endcsname to be \realbackslash, so
5603 % \\ in macro replacement text gets you a backslash.
5604
5605 {\catcode`@=0 @catcode`@\=@active
5606  @gdef@usembodybackslash{@let\=@mbodybackslash}
5607  @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname}
5608 }
5609 \expandafter\def\csname macarg.\endcsname{\realbackslash}
5610
5611 \def\macro{\recursivefalse\parsearg\macroxxx}
5612 \def\rmacro{\recursivetrue\parsearg\macroxxx}
5613
5614 \def\macroxxx#1{%
5615   \getargs{#1}%           now \macname is the macname and \argl the arglist
5616   \ifx\argl\empty       % no arguments
5617      \paramno=0%
5618   \else
5619      \expandafter\parsemargdef \argl;%
5620   \fi
5621   \if1\csname ismacro.\the\macname\endcsname
5622      \message{Warning: redefining \the\macname}%
5623   \else
5624      \expandafter\ifx\csname \the\macname\endcsname \relax
5625      \else \errmessage{Macro name \the\macname\space already defined}\fi
5626      \global\cslet{macsave.\the\macname}{\the\macname}%
5627      \global\expandafter\let\csname ismacro.\the\macname\endcsname=1%
5628      % Add the macroname to \macrolist
5629      \toks0 = \expandafter{\macrolist\do}%
5630      \xdef\macrolist{\the\toks0
5631        \expandafter\noexpand\csname\the\macname\endcsname}%
5632   \fi
5633   \begingroup \macrobodyctxt
5634   \ifrecursive \expandafter\parsermacbody
5635   \else \expandafter\parsemacbody
5636   \fi}
5637
5638 \def\unmacro{\parsearg\dounmacro}
5639 \def\dounmacro#1{%
5640   \if1\csname ismacro.#1\endcsname
5641     \global\cslet{#1}{macsave.#1}%
5642     \global\expandafter\let \csname ismacro.#1\endcsname=0%
5643     % Remove the macro name from \macrolist:
5644     \begingroup
5645       \expandafter\let\csname#1\endcsname \relax
5646       \let\do\unmacrodo
5647       \xdef\macrolist{\macrolist}%
5648     \endgroup
5649   \else
5650     \errmessage{Macro #1 not defined}%
5651   \fi
5652 }
5653
5654 % Called by \do from \dounmacro on each macro.  The idea is to omit any
5655 % macro definitions that have been changed to \relax.
5656 %
5657 \def\unmacrodo#1{%
5658   \ifx#1\relax
5659     % remove this
5660   \else
5661     \noexpand\do \noexpand #1%
5662   \fi
5663 }
5664
5665 % This makes use of the obscure feature that if the last token of a
5666 % <parameter list> is #, then the preceding argument is delimited by
5667 % an opening brace, and that opening brace is not consumed.
5668 \def\getargs#1{\getargsxxx#1{}}
5669 \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs}
5670 \def\getmacname #1 #2\relax{\macname={#1}}
5671 \def\getmacargs#1{\def\argl{#1}}
5672
5673 % Parse the optional {params} list.  Set up \paramno and \paramlist
5674 % so \defmacro knows what to do.  Define \macarg.blah for each blah
5675 % in the params list, to be ##N where N is the position in that list.
5676 % That gets used by \mbodybackslash (above).
5677
5678 % We need to get `macro parameter char #' into several definitions.
5679 % The technique used is stolen from LaTeX:  let \hash be something
5680 % unexpandable, insert that wherever you need a #, and then redefine
5681 % it to # just before using the token list produced.
5682 %
5683 % The same technique is used to protect \eatspaces till just before
5684 % the macro is used.
5685
5686 \def\parsemargdef#1;{\paramno=0\def\paramlist{}%
5687         \let\hash\relax\let\xeatspaces\relax\parsemargdefxxx#1,;,}
5688 \def\parsemargdefxxx#1,{%
5689   \if#1;\let\next=\relax
5690   \else \let\next=\parsemargdefxxx
5691     \advance\paramno by 1%
5692     \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
5693         {\xeatspaces{\hash\the\paramno}}%
5694     \edef\paramlist{\paramlist\hash\the\paramno,}%
5695   \fi\next}
5696
5697 % These two commands read recursive and nonrecursive macro bodies.
5698 % (They're different since rec and nonrec macros end differently.)
5699
5700 \long\def\parsemacbody#1@end macro%
5701 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
5702 \long\def\parsermacbody#1@end rmacro%
5703 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
5704
5705 % This defines the macro itself. There are six cases: recursive and
5706 % nonrecursive macros of zero, one, and many arguments.
5707 % Much magic with \expandafter here.
5708 % \xdef is used so that macro definitions will survive the file
5709 % they're defined in; @include reads the file inside a group.
5710 \def\defmacro{%
5711   \let\hash=##% convert placeholders to macro parameter chars
5712   \ifrecursive
5713     \ifcase\paramno
5714     % 0
5715       \expandafter\xdef\csname\the\macname\endcsname{%
5716         \noexpand\scanmacro{\temp}}%
5717     \or % 1
5718       \expandafter\xdef\csname\the\macname\endcsname{%
5719          \bgroup\noexpand\macroargctxt
5720          \noexpand\braceorline
5721          \expandafter\noexpand\csname\the\macname xxx\endcsname}%
5722       \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
5723          \egroup\noexpand\scanmacro{\temp}}%
5724     \else % many
5725       \expandafter\xdef\csname\the\macname\endcsname{%
5726          \bgroup\noexpand\macroargctxt
5727          \noexpand\csname\the\macname xx\endcsname}%
5728       \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5729           \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
5730       \expandafter\expandafter
5731       \expandafter\xdef
5732       \expandafter\expandafter
5733         \csname\the\macname xxx\endcsname
5734           \paramlist{\egroup\noexpand\scanmacro{\temp}}%
5735     \fi
5736   \else
5737     \ifcase\paramno
5738     % 0
5739       \expandafter\xdef\csname\the\macname\endcsname{%
5740         \noexpand\norecurse{\the\macname}%
5741         \noexpand\scanmacro{\temp}\egroup}%
5742     \or % 1
5743       \expandafter\xdef\csname\the\macname\endcsname{%
5744          \bgroup\noexpand\macroargctxt
5745          \noexpand\braceorline
5746          \expandafter\noexpand\csname\the\macname xxx\endcsname}%
5747       \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
5748         \egroup
5749         \noexpand\norecurse{\the\macname}%
5750         \noexpand\scanmacro{\temp}\egroup}%
5751     \else % many
5752       \expandafter\xdef\csname\the\macname\endcsname{%
5753          \bgroup\noexpand\macroargctxt
5754          \expandafter\noexpand\csname\the\macname xx\endcsname}%
5755       \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5756           \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
5757       \expandafter\expandafter
5758       \expandafter\xdef
5759       \expandafter\expandafter
5760       \csname\the\macname xxx\endcsname
5761       \paramlist{%
5762           \egroup
5763           \noexpand\norecurse{\the\macname}%
5764           \noexpand\scanmacro{\temp}\egroup}%
5765     \fi
5766   \fi}
5767
5768 \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}}
5769
5770 % \braceorline decides whether the next nonwhitespace character is a
5771 % {.  If so it reads up to the closing }, if not, it reads the whole
5772 % line.  Whatever was read is then fed to the next control sequence
5773 % as an argument (by \parsebrace or \parsearg)
5774 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5775 \def\braceorlinexxx{%
5776   \ifx\nchar\bgroup\else
5777     \expandafter\parsearg
5778   \fi \next}
5779
5780 % We mant to disable all macros during \shipout so that they are not
5781 % expanded by \write.
5782 \def\turnoffmacros{\begingroup \def\do##1{\let\noexpand##1=\relax}%
5783   \edef\next{\macrolist}\expandafter\endgroup\next}
5784
5785
5786 % @alias.
5787 % We need some trickery to remove the optional spaces around the equal
5788 % sign.  Just make them active and then expand them all to nothing.
5789 \def\alias{\begingroup\obeyspaces\parsearg\aliasxxx}
5790 \def\aliasxxx #1{\aliasyyy#1\relax}
5791 \def\aliasyyy #1=#2\relax{\ignoreactivespaces
5792 \edef\next{\global\let\expandafter\noexpand\csname#1\endcsname=%
5793            \expandafter\noexpand\csname#2\endcsname}%
5794 \expandafter\endgroup\next}
5795
5796
5797 \message{cross references,}
5798
5799 \newwrite\auxfile
5800
5801 \newif\ifhavexrefs    % True if xref values are known.
5802 \newif\ifwarnedxrefs  % True if we warned once that they aren't known.
5803
5804 % @inforef is relatively simple.
5805 \def\inforef #1{\inforefzzz #1,,,,**}
5806 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
5807   node \samp{\ignorespaces#1{}}}
5808
5809 % @node's only job in TeX is to define \lastnode, which is used in
5810 % cross-references.
5811 \def\node{\ENVcheck\parsearg\nodezzz}
5812 \def\nodezzz#1{\nodexxx #1,\finishnodeparse}
5813 \def\nodexxx#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5814 \let\nwnode=\node
5815 \let\lastnode=\empty
5816
5817 % Write a cross-reference definition for the current node.  #1 is the
5818 % type (Ynumbered, Yappendix, Ynothing).
5819
5820 \def\donoderef#1{%
5821   \ifx\lastnode\empty\else
5822     \expandafter\expandafter\expandafter\setref{\lastnode}{#1}%
5823     \global\let\lastnode=\empty
5824   \fi
5825 }
5826
5827 % @anchor{NAME} -- define xref target at arbitrary point.
5828 %
5829 \newcount\savesfregister
5830 %
5831 \gdef\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi}
5832 \gdef\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi}
5833 \gdef\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces}
5834
5835 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
5836 % anchor), namely NAME-title (the corresponding @chapter/etc. name),
5837 % NAME-pg (the page number), and NAME-snt (section number and type).
5838 % Called from \foonoderef.
5839 %
5840 % We have to set \indexdummies so commands such as @code in a section
5841 % title aren't expanded.  It would be nicer not to expand the titles in
5842 % the first place, but there's so many layers that that is hard to do.
5843 %
5844 % Likewise, use \turnoffactive so that punctuation chars such as underscore
5845 % and backslash work in node names.
5846 %
5847 \def\setref#1#2{{%
5848   \atdummies
5849   \pdfmkdest{#1}%
5850   %
5851   \turnoffactive
5852   \dosetq{#1-title}{Ytitle}%
5853   \dosetq{#1-pg}{Ypagenumber}%
5854   \dosetq{#1-snt}{#2}%
5855 }}
5856
5857 % @xref, @pxref, and @ref generate cross-references.  For \xrefX, #1 is
5858 % the node name, #2 the name of the Info cross-reference, #3 the printed
5859 % node name, #4 the name of the Info file, #5 the name of the printed
5860 % manual.  All but the node name can be omitted.
5861 %
5862 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]}
5863 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
5864 \def\ref#1{\xrefX[#1,,,,,,,]}
5865 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
5866   \unsepspaces
5867   \def\printedmanual{\ignorespaces #5}%
5868   \def\printednodename{\ignorespaces #3}%
5869   \setbox1=\hbox{\printedmanual}%
5870   \setbox0=\hbox{\printednodename}%
5871   \ifdim \wd0 = 0pt
5872     % No printed node name was explicitly given.
5873     \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax
5874       % Use the node name inside the square brackets.
5875       \def\printednodename{\ignorespaces #1}%
5876     \else
5877       % Use the actual chapter/section title appear inside
5878       % the square brackets.  Use the real section title if we have it.
5879       \ifdim \wd1 > 0pt
5880         % It is in another manual, so we don't have it.
5881         \def\printednodename{\ignorespaces #1}%
5882       \else
5883         \ifhavexrefs
5884           % We know the real title if we have the xref values.
5885           \def\printednodename{\refx{#1-title}{}}%
5886         \else
5887           % Otherwise just copy the Info node name.
5888           \def\printednodename{\ignorespaces #1}%
5889         \fi%
5890       \fi
5891     \fi
5892   \fi
5893   %
5894   % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
5895   % insert empty discretionaries after hyphens, which means that it will
5896   % not find a line break at a hyphen in a node names.  Since some manuals
5897   % are best written with fairly long node names, containing hyphens, this
5898   % is a loss.  Therefore, we give the text of the node name again, so it
5899   % is as if TeX is seeing it for the first time.
5900   \ifpdf
5901     \leavevmode
5902     \getfilename{#4}%
5903     {\turnoffactive \otherbackslash
5904      \ifnum\filenamelength>0
5905        \startlink attr{/Border [0 0 0]}%
5906          goto file{\the\filename.pdf} name{#1}%
5907      \else
5908        \startlink attr{/Border [0 0 0]}%
5909          goto name{\pdfmkpgn{#1}}%
5910      \fi
5911     }%
5912     \linkcolor
5913   \fi
5914   %
5915   \ifdim \wd1 > 0pt
5916     \putwordsection{} ``\printednodename'' \putwordin{} \cite{\printedmanual}%
5917   \else
5918     % _ (for example) has to be the character _ for the purposes of the
5919     % control sequence corresponding to the node, but it has to expand
5920     % into the usual \leavevmode...\vrule stuff for purposes of
5921     % printing. So we \turnoffactive for the \refx-snt, back on for the
5922     % printing, back off for the \refx-pg.
5923     {\turnoffactive \otherbackslash
5924      % Only output a following space if the -snt ref is nonempty; for
5925      % @unnumbered and @anchor, it won't be.
5926      \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}%
5927      \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
5928     }%
5929     % output the `[mynode]' via a macro.
5930     \xrefprintnodename\printednodename
5931     %
5932     % But we always want a comma and a space:
5933     ,\space
5934     %
5935     % output the `page 3'.
5936     \turnoffactive \otherbackslash \putwordpage\tie\refx{#1-pg}{}%
5937   \fi
5938   \endlink
5939 \endgroup}
5940
5941 % This macro is called from \xrefX for the `[nodename]' part of xref
5942 % output.  It's a separate macro only so it can be changed more easily,
5943 % since not square brackets don't work in some documents.  Particularly
5944 % one that Bob is working on :).
5945 %
5946 \def\xrefprintnodename#1{[#1]}
5947
5948 % \dosetq is called from \setref to do the actual \write (\iflinks).
5949 %
5950 \def\dosetq#1#2{%
5951   {\let\folio=0%
5952    \edef\next{\write\auxfile{\internalsetq{#1}{#2}}}%
5953    \iflinks \next \fi
5954   }%
5955 }
5956
5957 % \internalsetq{foo}{page} expands into
5958 %   CHARACTERS @xrdef{foo}{...expansion of \page...}
5959 \def\internalsetq#1#2{@xrdef{#1}{\csname #2\endcsname}}
5960
5961 % Things to be expanded by \internalsetq.
5962 %
5963 \def\Ypagenumber{\folio}
5964 \def\Ytitle{\thissection}
5965 \def\Ynothing{}
5966 \def\Yomitfromtoc{}
5967 \def\Ynumbered{%
5968   \ifnum\secno=0
5969     \putwordChapter@tie \the\chapno
5970   \else \ifnum\subsecno=0
5971     \putwordSection@tie \the\chapno.\the\secno
5972   \else \ifnum\subsubsecno=0
5973     \putwordSection@tie \the\chapno.\the\secno.\the\subsecno
5974   \else
5975     \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno
5976   \fi\fi\fi
5977 }
5978 \def\Yappendix{%
5979   \ifnum\secno=0
5980      \putwordAppendix@tie @char\the\appendixno{}%
5981   \else \ifnum\subsecno=0
5982      \putwordSection@tie @char\the\appendixno.\the\secno
5983   \else \ifnum\subsubsecno=0
5984     \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno
5985   \else
5986     \putwordSection@tie
5987       @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno
5988   \fi\fi\fi
5989 }
5990
5991 % Use TeX 3.0's \inputlineno to get the line number, for better error
5992 % messages, but if we're using an old version of TeX, don't do anything.
5993 %
5994 \ifx\inputlineno\thisisundefined
5995   \let\linenumber = \empty % Pre-3.0.
5996 \else
5997   \def\linenumber{\the\inputlineno:\space}
5998 \fi
5999
6000 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
6001 % If its value is nonempty, SUFFIX is output afterward.
6002 %
6003 \def\refx#1#2{%
6004   {%
6005     \indexnofonts
6006     \otherbackslash
6007     \expandafter\global\expandafter\let\expandafter\thisrefX
6008       \csname X#1\endcsname
6009   }%
6010   \ifx\thisrefX\relax
6011     % If not defined, say something at least.
6012     \angleleft un\-de\-fined\angleright
6013     \iflinks
6014       \ifhavexrefs
6015         \message{\linenumber Undefined cross reference `#1'.}%
6016       \else
6017         \ifwarnedxrefs\else
6018           \global\warnedxrefstrue
6019           \message{Cross reference values unknown; you must run TeX again.}%
6020         \fi
6021       \fi
6022     \fi
6023   \else
6024     % It's defined, so just use it.
6025     \thisrefX
6026   \fi
6027   #2% Output the suffix in any case.
6028 }
6029
6030 % This is the macro invoked by entries in the aux file.
6031 %
6032 \def\xrdef#1{\expandafter\gdef\csname X#1\endcsname}
6033
6034 % Read the last existing aux file, if any.  No error if none exists.
6035 \def\readauxfile{\begingroup
6036   \catcode`\^^@=\other
6037   \catcode`\^^A=\other
6038   \catcode`\^^B=\other
6039   \catcode`\^^C=\other
6040   \catcode`\^^D=\other
6041   \catcode`\^^E=\other
6042   \catcode`\^^F=\other
6043   \catcode`\^^G=\other
6044   \catcode`\^^H=\other
6045   \catcode`\^^K=\other
6046   \catcode`\^^L=\other
6047   \catcode`\^^N=\other
6048   \catcode`\^^P=\other
6049   \catcode`\^^Q=\other
6050   \catcode`\^^R=\other
6051   \catcode`\^^S=\other
6052   \catcode`\^^T=\other
6053   \catcode`\^^U=\other
6054   \catcode`\^^V=\other
6055   \catcode`\^^W=\other
6056   \catcode`\^^X=\other
6057   \catcode`\^^Z=\other
6058   \catcode`\^^[=\other
6059   \catcode`\^^\=\other
6060   \catcode`\^^]=\other
6061   \catcode`\^^^=\other
6062   \catcode`\^^_=\other
6063   % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6064   % in xref tags, i.e., node names.  But since ^^e4 notation isn't
6065   % supported in the main text, it doesn't seem desirable.  Furthermore,
6066   % that is not enough: for node names that actually contain a ^
6067   % character, we would end up writing a line like this: 'xrdef {'hat
6068   % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
6069   % argument, and \hat is not an expandable control sequence.  It could
6070   % all be worked out, but why?  Either we support ^^ or we don't.
6071   %
6072   % The other change necessary for this was to define \auxhat:
6073   % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
6074   % and then to call \auxhat in \setq.
6075   %
6076   \catcode`\^=\other
6077   %
6078   % Special characters.  Should be turned off anyway, but...
6079   \catcode`\~=\other
6080   \catcode`\[=\other
6081   \catcode`\]=\other
6082   \catcode`\"=\other
6083   \catcode`\_=\other
6084   \catcode`\|=\other
6085   \catcode`\<=\other
6086   \catcode`\>=\other
6087   \catcode`\$=\other
6088   \catcode`\#=\other
6089   \catcode`\&=\other
6090   \catcode`\%=\other
6091   \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
6092   %
6093   % Make the characters 128-255 be printing characters
6094   {%
6095     \count 1=128
6096     \def\loop{%
6097       \catcode\count 1=\other
6098       \advance\count 1 by 1
6099       \ifnum \count 1<256 \loop \fi
6100     }%
6101   }%
6102   %
6103   % Turn off \ as an escape so we do not lose on
6104   % entries which were dumped with control sequences in their names.
6105   % For example, @xrdef{$\leq $-fun}{page ...} made by @defun ^^
6106   % Reference to such entries still does not work the way one would wish,
6107   % but at least they do not bomb out when the aux file is read in.
6108   \catcode`\\=\other
6109   %
6110   % @ is our escape character in .aux files.
6111   \catcode`\{=1
6112   \catcode`\}=2
6113   \catcode`\@=0
6114   %
6115   \openin 1 \jobname.aux
6116   \ifeof 1 \else
6117     \closein 1
6118     \input \jobname.aux
6119     \global\havexrefstrue
6120   \fi
6121   % Open the new aux file.  TeX will close it automatically at exit.
6122   \openout\auxfile=\jobname.aux
6123 \endgroup}
6124
6125
6126 % Footnotes.
6127
6128 \newcount \footnoteno
6129
6130 % The trailing space in the following definition for supereject is
6131 % vital for proper filling; pages come out unaligned when you do a
6132 % pagealignmacro call if that space before the closing brace is
6133 % removed. (Generally, numeric constants should always be followed by a
6134 % space to prevent strange expansion errors.)
6135 \def\supereject{\par\penalty -20000\footnoteno =0 }
6136
6137 % @footnotestyle is meaningful for info output only.
6138 \let\footnotestyle=\comment
6139
6140 \let\ptexfootnote=\footnote
6141
6142 {\catcode `\@=11
6143 %
6144 % Auto-number footnotes.  Otherwise like plain.
6145 \gdef\footnote{%
6146   \let\indent=\ptexindent
6147   \let\noindent=\ptexnoindent
6148   \global\advance\footnoteno by \@ne
6149   \edef\thisfootno{$^{\the\footnoteno}$}%
6150   %
6151   % In case the footnote comes at the end of a sentence, preserve the
6152   % extra spacing after we do the footnote number.
6153   \let\@sf\empty
6154   \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi
6155   %
6156   % Remove inadvertent blank space before typesetting the footnote number.
6157   \unskip
6158   \thisfootno\@sf
6159   \dofootnote
6160 }%
6161
6162 % Don't bother with the trickery in plain.tex to not require the
6163 % footnote text as a parameter.  Our footnotes don't need to be so general.
6164 %
6165 % Oh yes, they do; otherwise, @ifset and anything else that uses
6166 % \parseargline fail inside footnotes because the tokens are fixed when
6167 % the footnote is read.  --karl, 16nov96.
6168 %
6169 % The start of the footnote looks usually like this:
6170 \gdef\startfootins{\insert\footins\bgroup}
6171 %
6172 % ... but this macro is redefined inside @multitable.
6173 %
6174 \gdef\dofootnote{%
6175   \startfootins
6176   % We want to typeset this text as a normal paragraph, even if the
6177   % footnote reference occurs in (for example) a display environment.
6178   % So reset some parameters.
6179   \hsize=\pagewidth
6180   \interlinepenalty\interfootnotelinepenalty
6181   \splittopskip\ht\strutbox % top baseline for broken footnotes
6182   \splitmaxdepth\dp\strutbox
6183   \floatingpenalty\@MM
6184   \leftskip\z@skip
6185   \rightskip\z@skip
6186   \spaceskip\z@skip
6187   \xspaceskip\z@skip
6188   \parindent\defaultparindent
6189   %
6190   \smallfonts \rm
6191   %
6192   % Because we use hanging indentation in footnotes, a @noindent appears
6193   % to exdent this text, so make it be a no-op.  makeinfo does not use
6194   % hanging indentation so @noindent can still be needed within footnote
6195   % text after an @example or the like (not that this is good style).
6196   \let\noindent = \relax
6197   %
6198   % Hang the footnote text off the number.  Use \everypar in case the
6199   % footnote extends for more than one paragraph.
6200   \everypar = {\hang}%
6201   \textindent{\thisfootno}%
6202   %
6203   % Don't crash into the line above the footnote text.  Since this
6204   % expands into a box, it must come within the paragraph, lest it
6205   % provide a place where TeX can split the footnote.
6206   \footstrut
6207   \futurelet\next\fo@t
6208 }
6209 }%end \catcode `\@=11
6210
6211 % @| inserts a changebar to the left of the current line.  It should
6212 % surround any changed text.  This approach does *not* work if the
6213 % change spans more than two lines of output.  To handle that, we would
6214 % have adopt a much more difficult approach (putting marks into the main
6215 % vertical list for the beginning and end of each change).
6216 %
6217 \def\|{%
6218   % \vadjust can only be used in horizontal mode.
6219   \leavevmode
6220   %
6221   % Append this vertical mode material after the current line in the output.
6222   \vadjust{%
6223     % We want to insert a rule with the height and depth of the current
6224     % leading; that is exactly what \strutbox is supposed to record.
6225     \vskip-\baselineskip
6226     %
6227     % \vadjust-items are inserted at the left edge of the type.  So
6228     % the \llap here moves out into the left-hand margin.
6229     \llap{%
6230       %
6231       % For a thicker or thinner bar, change the `1pt'.
6232       \vrule height\baselineskip width1pt
6233       %
6234       % This is the space between the bar and the text.
6235       \hskip 12pt
6236     }%
6237   }%
6238 }
6239
6240 % For a final copy, take out the rectangles
6241 % that mark overfull boxes (in case you have decided
6242 % that the text looks ok even though it passes the margin).
6243 %
6244 \def\finalout{\overfullrule=0pt}
6245
6246 % @image.  We use the macros from epsf.tex to support this.
6247 % If epsf.tex is not installed and @image is used, we complain.
6248 %
6249 % Check for and read epsf.tex up front.  If we read it only at @image
6250 % time, we might be inside a group, and then its definitions would get
6251 % undone and the next image would fail.
6252 \openin 1 = epsf.tex
6253 \ifeof 1 \else
6254   \closein 1
6255   % Do not bother showing banner with epsf.tex v2.7k (available in
6256   % doc/epsf.tex and on ctan).
6257   \def\epsfannounce{\toks0 = }%
6258   \input epsf.tex
6259 \fi
6260 %
6261 % We will only complain once about lack of epsf.tex.
6262 \newif\ifwarnednoepsf
6263 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6264   work.  It is also included in the Texinfo distribution, or you can get
6265   it from ftp://tug.org/tex/epsf.tex.}
6266 %
6267 \def\image#1{%
6268   \ifx\epsfbox\undefined
6269     \ifwarnednoepsf \else
6270       \errhelp = \noepsfhelp
6271       \errmessage{epsf.tex not found, images will be ignored}%
6272       \global\warnednoepsftrue
6273     \fi
6274   \else
6275     \imagexxx #1,,,,,\finish
6276   \fi
6277 }
6278 %
6279 % Arguments to @image:
6280 % #1 is (mandatory) image filename; we tack on .eps extension.
6281 % #2 is (optional) width, #3 is (optional) height.
6282 % #4 is (ignored optional) html alt text.
6283 % #5 is (ignored optional) extension.
6284 % #6 is just the usual extra ignored arg for parsing this stuff.
6285 \newif\ifimagevmode
6286 \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup
6287   \catcode`\^^M = 5     % in case we're inside an example
6288   \normalturnoffactive  % allow _ et al. in names
6289   % If the image is by itself, center it.
6290   \ifvmode
6291     \imagevmodetrue
6292     \nobreak\bigskip
6293     % Usually we'll have text after the image which will insert
6294     % \parskip glue, so insert it here too to equalize the space
6295     % above and below.
6296     \nobreak\vskip\parskip
6297     \nobreak
6298     \line\bgroup\hss
6299   \fi
6300   %
6301   % Output the image.
6302   \ifpdf
6303     \dopdfimage{#1}{#2}{#3}%
6304   \else
6305     % \epsfbox itself resets \epsf?size at each figure.
6306     \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
6307     \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
6308     \epsfbox{#1.eps}%
6309   \fi
6310   %
6311   \ifimagevmode \hss \egroup \bigbreak \fi  % space after the image
6312 \endgroup}
6313
6314
6315 \message{localization,}
6316 % and i18n.
6317
6318 % @documentlanguage is usually given very early, just after
6319 % @setfilename.  If done too late, it may not override everything
6320 % properly.  Single argument is the language abbreviation.
6321 % It would be nice if we could set up a hyphenation file here.
6322 %
6323 \def\documentlanguage{\parsearg\dodocumentlanguage}
6324 \def\dodocumentlanguage#1{%
6325   \tex % read txi-??.tex file in plain TeX.
6326   % Read the file if it exists.
6327   \openin 1 txi-#1.tex
6328   \ifeof1
6329     \errhelp = \nolanghelp
6330     \errmessage{Cannot read language file txi-#1.tex}%
6331     \let\temp = \relax
6332   \else
6333     \def\temp{\input txi-#1.tex }%
6334   \fi
6335   \temp
6336   \endgroup
6337 }
6338 \newhelp\nolanghelp{The given language definition file cannot be found or
6339 is empty.  Maybe you need to install it?  In the current directory
6340 should work if nowhere else does.}
6341
6342
6343 % @documentencoding should change something in TeX eventually, most
6344 % likely, but for now just recognize it.
6345 \let\documentencoding = \comment
6346
6347
6348 % Page size parameters.
6349 %
6350 \newdimen\defaultparindent \defaultparindent = 15pt
6351
6352 \chapheadingskip = 15pt plus 4pt minus 2pt
6353 \secheadingskip = 12pt plus 3pt minus 2pt
6354 \subsecheadingskip = 9pt plus 2pt minus 2pt
6355
6356 % Prevent underfull vbox error messages.
6357 \vbadness = 10000
6358
6359 % Don't be so finicky about underfull hboxes, either.
6360 \hbadness = 2000
6361
6362 % Following George Bush, just get rid of widows and orphans.
6363 \widowpenalty=10000
6364 \clubpenalty=10000
6365
6366 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
6367 % using an old version of TeX, don't do anything.  We want the amount of
6368 % stretch added to depend on the line length, hence the dependence on
6369 % \hsize.  We call this whenever the paper size is set.
6370 %
6371 \def\setemergencystretch{%
6372   \ifx\emergencystretch\thisisundefined
6373     % Allow us to assign to \emergencystretch anyway.
6374     \def\emergencystretch{\dimen0}%
6375   \else
6376     \emergencystretch = .15\hsize
6377   \fi
6378 }
6379
6380 % Parameters in order: 1) textheight; 2) textwidth; 3) voffset;
6381 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)
6382 % physical page width.
6383 %
6384 % We also call \setleading{\textleading}, so the caller should define
6385 % \textleading.  The caller should also set \parskip.
6386 %
6387 \def\internalpagesizes#1#2#3#4#5#6#7#8{%
6388   \voffset = #3\relax
6389   \topskip = #6\relax
6390   \splittopskip = \topskip
6391   %
6392   \vsize = #1\relax
6393   \advance\vsize by \topskip
6394   \outervsize = \vsize
6395   \advance\outervsize by 2\topandbottommargin
6396   \pageheight = \vsize
6397   %
6398   \hsize = #2\relax
6399   \outerhsize = \hsize
6400   \advance\outerhsize by 0.5in
6401   \pagewidth = \hsize
6402   %
6403   \normaloffset = #4\relax
6404   \bindingoffset = #5\relax
6405   %
6406   \ifpdf
6407     \pdfpageheight #7\relax
6408     \pdfpagewidth #8\relax
6409   \fi
6410   %
6411   \setleading{\textleading}
6412   %
6413   \parindent = \defaultparindent
6414   \setemergencystretch
6415 }
6416
6417 % @letterpaper (the default).
6418 \def\letterpaper{{\globaldefs = 1
6419   \parskip = 3pt plus 2pt minus 1pt
6420   \textleading = 13.2pt
6421   %
6422   % If page is nothing but text, make it come out even.
6423   \internalpagesizes{46\baselineskip}{6in}%
6424                     {\voffset}{.25in}%
6425                     {\bindingoffset}{36pt}%
6426                     {11in}{8.5in}%
6427 }}
6428
6429 % Use @smallbook to reset parameters for 7x9.5 (or so) format.
6430 \def\smallbook{{\globaldefs = 1
6431   \parskip = 2pt plus 1pt
6432   \textleading = 12pt
6433   %
6434   \internalpagesizes{7.5in}{5in}%
6435                     {\voffset}{.25in}%
6436                     {\bindingoffset}{16pt}%
6437                     {9.25in}{7in}%
6438   %
6439   \lispnarrowing = 0.3in
6440   \tolerance = 700
6441   \hfuzz = 1pt
6442   \contentsrightmargin = 0pt
6443   \defbodyindent = .5cm
6444 }}
6445
6446 % Use @afourpaper to print on European A4 paper.
6447 \def\afourpaper{{\globaldefs = 1
6448   \parskip = 3pt plus 2pt minus 1pt
6449   \textleading = 13.2pt
6450   %
6451   % Double-side printing via postscript on Laserjet 4050
6452   % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm.
6453   % To change the settings for a different printer or situation, adjust
6454   % \normaloffset until the front-side and back-side texts align.  Then
6455   % do the same for \bindingoffset.  You can set these for testing in
6456   % your texinfo source file like this:
6457   % @tex
6458   % \global\normaloffset = -6mm
6459   % \global\bindingoffset = 10mm
6460   % @end tex
6461   \internalpagesizes{51\baselineskip}{160mm}
6462                     {\voffset}{\hoffset}%
6463                     {\bindingoffset}{44pt}%
6464                     {297mm}{210mm}%
6465   %
6466   \tolerance = 700
6467   \hfuzz = 1pt
6468   \contentsrightmargin = 0pt
6469   \defbodyindent = 5mm
6470 }}
6471
6472 % Use @afivepaper to print on European A5 paper.
6473 % From romildo@urano.iceb.ufop.br, 2 July 2000.
6474 % He also recommends making @example and @lisp be small.
6475 \def\afivepaper{{\globaldefs = 1
6476   \parskip = 2pt plus 1pt minus 0.1pt
6477   \textleading = 12.5pt
6478   %
6479   \internalpagesizes{160mm}{120mm}%
6480                     {\voffset}{\hoffset}%
6481                     {\bindingoffset}{8pt}%
6482                     {210mm}{148mm}%
6483   %
6484   \lispnarrowing = 0.2in
6485   \tolerance = 800
6486   \hfuzz = 1.2pt
6487   \contentsrightmargin = 0pt
6488   \defbodyindent = 2mm
6489   \tableindent = 12mm
6490 }}
6491
6492 % A specific text layout, 24x15cm overall, intended for A4 paper.
6493 \def\afourlatex{{\globaldefs = 1
6494   \afourpaper
6495   \internalpagesizes{237mm}{150mm}%
6496                     {\voffset}{4.6mm}%
6497                     {\bindingoffset}{7mm}%
6498                     {297mm}{210mm}%
6499   %
6500   % Must explicitly reset to 0 because we call \afourpaper.
6501   \globaldefs = 0
6502 }}
6503
6504 % Use @afourwide to print on A4 paper in landscape format.
6505 \def\afourwide{{\globaldefs = 1
6506   \afourpaper
6507   \internalpagesizes{241mm}{165mm}%
6508                     {\voffset}{-2.95mm}%
6509                     {\bindingoffset}{7mm}%
6510                     {297mm}{210mm}%
6511   \globaldefs = 0
6512 }}
6513
6514 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
6515 % Perhaps we should allow setting the margins, \topskip, \parskip,
6516 % and/or leading, also. Or perhaps we should compute them somehow.
6517 %
6518 \def\pagesizes{\parsearg\pagesizesxxx}
6519 \def\pagesizesxxx#1{\pagesizesyyy #1,,\finish}
6520 \def\pagesizesyyy#1,#2,#3\finish{{%
6521   \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi
6522   \globaldefs = 1
6523   %
6524   \parskip = 3pt plus 2pt minus 1pt
6525   \setleading{\textleading}%
6526   %
6527   \dimen0 = #1
6528   \advance\dimen0 by \voffset
6529   %
6530   \dimen2 = \hsize
6531   \advance\dimen2 by \normaloffset
6532   %
6533   \internalpagesizes{#1}{\hsize}%
6534                     {\voffset}{\normaloffset}%
6535                     {\bindingoffset}{44pt}%
6536                     {\dimen0}{\dimen2}%
6537 }}
6538
6539 % Set default to letter.
6540 %
6541 \letterpaper
6542
6543
6544 \message{and turning on texinfo input format.}
6545
6546 % Define macros to output various characters with catcode for normal text.
6547 \catcode`\"=\other
6548 \catcode`\~=\other
6549 \catcode`\^=\other
6550 \catcode`\_=\other
6551 \catcode`\|=\other
6552 \catcode`\<=\other
6553 \catcode`\>=\other
6554 \catcode`\+=\other
6555 \catcode`\$=\other
6556 \def\normaldoublequote{"}
6557 \def\normaltilde{~}
6558 \def\normalcaret{^}
6559 \def\normalunderscore{_}
6560 \def\normalverticalbar{|}
6561 \def\normalless{<}
6562 \def\normalgreater{>}
6563 \def\normalplus{+}
6564 \def\normaldollar{$}%$ font-lock fix
6565
6566 % This macro is used to make a character print one way in ttfont
6567 % where it can probably just be output, and another way in other fonts,
6568 % where something hairier probably needs to be done.
6569 %
6570 % #1 is what to print if we are indeed using \tt; #2 is what to print
6571 % otherwise.  Since all the Computer Modern typewriter fonts have zero
6572 % interword stretch (and shrink), and it is reasonable to expect all
6573 % typewriter fonts to have this, we can check that font parameter.
6574 %
6575 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
6576
6577 % Same as above, but check for italic font.  Actually this also catches
6578 % non-italic slanted fonts since it is impossible to distinguish them from
6579 % italic fonts.  But since this is only used by $ and it uses \sl anyway
6580 % this is not a problem.
6581 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
6582
6583 % Turn off all special characters except @
6584 % (and those which the user can use as if they were ordinary).
6585 % Most of these we simply print from the \tt font, but for some, we can
6586 % use math or other variants that look better in normal text.
6587
6588 \catcode`\"=\active
6589 \def\activedoublequote{{\tt\char34}}
6590 \let"=\activedoublequote
6591 \catcode`\~=\active
6592 \def~{{\tt\char126}}
6593 \chardef\hat=`\^
6594 \catcode`\^=\active
6595 \def^{{\tt \hat}}
6596
6597 \catcode`\_=\active
6598 \def_{\ifusingtt\normalunderscore\_}
6599 % Subroutine for the previous macro.
6600 \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }
6601
6602 \catcode`\|=\active
6603 \def|{{\tt\char124}}
6604 \chardef \less=`\<
6605 \catcode`\<=\active
6606 \def<{{\tt \less}}
6607 \chardef \gtr=`\>
6608 \catcode`\>=\active
6609 \def>{{\tt \gtr}}
6610 \catcode`\+=\active
6611 \def+{{\tt \char 43}}
6612 \catcode`\$=\active
6613 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
6614
6615 % Set up an active definition for =, but don't enable it most of the time.
6616 {\catcode`\==\active
6617 \global\def={{\tt \char 61}}}
6618
6619 \catcode`+=\active
6620 \catcode`\_=\active
6621
6622 % If a .fmt file is being used, characters that might appear in a file
6623 % name cannot be active until we have parsed the command line.
6624 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
6625 % \otherifyactive is called near the end of this file.
6626 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other}
6627
6628 \catcode`\@=0
6629
6630 % \rawbackslashxx outputs one backslash character in current font,
6631 % as in \char`\\.
6632 \global\chardef\rawbackslashxx=`\\
6633
6634 % \rawbackslash defines an active \ to do \rawbackslashxx.
6635 % \otherbackslash defines an active \ to be a literal `\' character with
6636 % catcode other.
6637 {\catcode`\\=\active
6638  @gdef@rawbackslash{@let\=@rawbackslashxx}
6639  @gdef@otherbackslash{@let\=@realbackslash}
6640 }
6641
6642 % \realbackslash is an actual character `\' with catcode other.
6643 {\catcode`\\=\other @gdef@realbackslash{\}}
6644
6645 % \normalbackslash outputs one backslash in fixed width font.
6646 \def\normalbackslash{{\tt\rawbackslashxx}}
6647
6648 \catcode`\\=\active
6649
6650 % Used sometimes to turn off (effectively) the active characters
6651 % even after parsing them.
6652 @def@turnoffactive{%
6653   @let"=@normaldoublequote
6654   @let\=@realbackslash
6655   @let~=@normaltilde
6656   @let^=@normalcaret
6657   @let_=@normalunderscore
6658   @let|=@normalverticalbar
6659   @let<=@normalless
6660   @let>=@normalgreater
6661   @let+=@normalplus
6662   @let$=@normaldollar %$ font-lock fix
6663 }
6664
6665 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
6666 % the literal character `\'.  (Thus, \ is not expandable when this is in
6667 % effect.)
6668 %
6669 @def@normalturnoffactive{@turnoffactive @let\=@normalbackslash}
6670
6671 % Make _ and + \other characters, temporarily.
6672 % This is canceled by @fixbackslash.
6673 @otherifyactive
6674
6675 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
6676 % That is what \eatinput is for; after that, the `\' should revert to printing
6677 % a backslash.
6678 %
6679 @gdef@eatinput input texinfo{@fixbackslash}
6680 @global@let\ = @eatinput
6681
6682 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
6683 % the first `\{ in the file would cause an error. This macro tries to fix
6684 % that, assuming it is called before the first `\' could plausibly occur.
6685 % Also back turn on active characters that might appear in the input
6686 % file name, in case not using a pre-dumped format.
6687 %
6688 @gdef@fixbackslash{%
6689   @ifx\@eatinput @let\ = @normalbackslash @fi
6690   @catcode`+=@active
6691   @catcode`@_=@active
6692 }
6693
6694 % Say @foo, not \foo, in error messages.
6695 @escapechar = `@@
6696
6697 % These look ok in all fonts, so just make them not special.
6698 @catcode`@& = @other
6699 @catcode`@# = @other
6700 @catcode`@% = @other
6701
6702 @c Set initial fonts.
6703 @textfonts
6704 @rm
6705
6706
6707 @c Local variables:
6708 @c eval: (add-hook 'write-file-hooks 'time-stamp)
6709 @c page-delimiter: "^\\\\message"
6710 @c time-stamp-start: "def\\\\texinfoversion{"
6711 @c time-stamp-format: "%:y-%02m-%02d.%02H"
6712 @c time-stamp-end: "}"
6713 @c End: