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