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