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