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