1 % texinfo.tex -- TeX macros to handle Texinfo files.
3 % Load plain if necessary, i.e., if running under initex.
4 \expandafter\ifx\csname fmtname
\endcsname\relax\input plain
\fi
6 \def\texinfoversion{2017-
11-
17.06}
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, 2012, 2013, 2014, 2015, 2016, 2017
11 % Free Software Foundation, Inc.
13 % This texinfo.tex file is free software: you can redistribute it and/or
14 % modify it under the terms of the GNU General Public License as
15 % published by the Free Software Foundation, either version 3 of the
16 % License, or (at your option) any later version.
18 % This texinfo.tex file is distributed in the hope that it will be
19 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 % General Public License for more details.
23 % You should have received a copy of the GNU General Public License
24 % along with this program. If not, see <https://www.gnu.org/licenses/>.
26 % As a special exception, when this file is read by TeX when processing
27 % a Texinfo source document, you may use the result without
28 % restriction. This Exception is an additional permission under section 7
29 % of the GNU General Public License, version 3 ("GPLv3").
31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:
33 % https://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
34 % https://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
35 % https://www.gnu.org/software/texinfo/ (the Texinfo home page)
36 % The texinfo.tex in any given distribution could well be out
37 % of date, so if that's what you're using, please check.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
40 % complete document in each bug report with which we can reproduce the
41 % problem. Patches are, of course, greatly appreciated.
43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
45 % manual foo.texi, however, you can get away with this:
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
51 % The extra TeX runs get the cross-reference information correct.
52 % Sometimes one run after texindex suffices, and sometimes you need more
53 % than two; texi2dvi does it as many times as necessary.
55 % It is possible to adapt texinfo.tex for other languages, to some
56 % extent. You can get the existing language-specific files from the
57 % full Texinfo distribution.
59 % The GNU Texinfo home page is https://www.gnu.org/software/texinfo.
62 \message{Loading texinfo
[version
\texinfoversion]:
}
64 % If in a .fmt file, print the version number
65 % and turn on active characters that we couldn't do earlier because
66 % they might have appeared in the input file name.
67 \everyjob{\message{[Texinfo version
\texinfoversion]}%
68 \catcode`+=
\active \catcode`
\_=
\active}
70 % LaTeX's \typeout. This ensures that the messages it is used for
71 % are identical in format to the corresponding ones from latex/pdflatex.
72 \def\typeout{\immediate\write17}%
76 % We never want plain's \outer definition of \+ in Texinfo.
77 % For @tex, we can use \tabalign.
80 % Save some plain tex macros whose names we will redefine.
82 \let\ptexbullet=
\bullet
90 \let\ptexfootnote=
\footnote
94 \let\ptexindent=
\indent
95 \let\ptexinsert=
\insert
98 \let\ptexnewwrite\newwrite
99 \let\ptexnoindent=
\noindent
101 \let\ptexraggedright=
\raggedright
109 {\catcode`\'=
\active \global\let\ptexquoteright'
}% active in plain's math mode
111 % If this character appears in an error message or help string, it
112 % starts a new line in the output.
115 % Use TeX 3.0's \inputlineno to get the line number, for better error
116 % messages, but if we're using an old version of TeX, don't do anything.
118 \ifx\inputlineno\thisisundefined
119 \let\linenumber =
\empty % Pre-3.0.
121 \def\linenumber{l.
\the\inputlineno:
\space}
124 % Set up fixed words for English if not already set.
125 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix
}\fi
126 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter
}\fi
127 \ifx\putworderror\undefined \gdef\putworderror{error
}\fi
128 \ifx\putwordfile\undefined \gdef\putwordfile{file
}\fi
129 \ifx\putwordin\undefined \gdef\putwordin{in
}\fi
130 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)
}\fi
131 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)
}\fi
132 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info
}\fi
133 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of
}\fi
134 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on
}\fi
135 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title
}\fi
136 \ifx\putwordof\undefined \gdef\putwordof{of
}\fi
137 \ifx\putwordon\undefined \gdef\putwordon{on
}\fi
138 \ifx\putwordpage\undefined \gdef\putwordpage{page
}\fi
139 \ifx\putwordsection\undefined \gdef\putwordsection{section
}\fi
140 \ifx\putwordSection\undefined \gdef\putwordSection{Section
}\fi
141 \ifx\putwordsee\undefined \gdef\putwordsee{see
}\fi
142 \ifx\putwordSee\undefined \gdef\putwordSee{See
}\fi
143 \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents
}\fi
144 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents
}\fi
146 \ifx\putwordMJan\undefined \gdef\putwordMJan{January
}\fi
147 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February
}\fi
148 \ifx\putwordMMar\undefined \gdef\putwordMMar{March
}\fi
149 \ifx\putwordMApr\undefined \gdef\putwordMApr{April
}\fi
150 \ifx\putwordMMay\undefined \gdef\putwordMMay{May
}\fi
151 \ifx\putwordMJun\undefined \gdef\putwordMJun{June
}\fi
152 \ifx\putwordMJul\undefined \gdef\putwordMJul{July
}\fi
153 \ifx\putwordMAug\undefined \gdef\putwordMAug{August
}\fi
154 \ifx\putwordMSep\undefined \gdef\putwordMSep{September
}\fi
155 \ifx\putwordMOct\undefined \gdef\putwordMOct{October
}\fi
156 \ifx\putwordMNov\undefined \gdef\putwordMNov{November
}\fi
157 \ifx\putwordMDec\undefined \gdef\putwordMDec{December
}\fi
159 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro
}\fi
160 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form
}\fi
161 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable
}\fi
162 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option
}\fi
163 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function
}\fi
165 % Give the space character the catcode for a space.
166 \def\spaceisspace{\catcode`\ =
10\relax}
168 % Likewise for ^^M, the end of line character.
169 \def\endlineisspace{\catcode13=
10\relax}
171 \chardef\dashChar = `\-
172 \chardef\slashChar = `\/
173 \chardef\underChar = `
\_
179 % The following is used inside several \edef's.
180 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
184 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script
185 ap-pen-dix bit-map bit-maps
186 data-base data-bases eshell fall-ing half-way long-est man-u-script
187 man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm
188 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
190 stand-alone strong-est time-stamp time-stamps which-ever white-space
191 wide-spread wrap-around
194 % Sometimes it is convenient to have everything in the transcript file
195 % and nothing on the terminal. We don't just call \tracingall here,
196 % since that produces some useless output on the terminal. We also make
197 % some effort to order the tracing commands to reduce output in the log
198 % file; cf. trace.sty in LaTeX.
200 \def\gloggingall{\begingroup \globaldefs =
1 \loggingall \endgroup}%
204 \tracinglostchars2 % 2 gives us more in etex
209 \showboxbreadth\maxdimen \showboxdepth\maxdimen
210 \ifx\eTeXversion\thisisundefined\else % etex gives us more logging
217 \tracingcommands3 % 3 gives us more in etex
221 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
222 % aren't perfect, it's not the end of the world, being an error message,
225 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
226 \def\doerrormsg#1{\errmessage{#1}}
228 % add check for \lastpenalty to plain's definitions. If the last thing
229 % we did was a \nobreak, we don't want to insert more space.
231 \def\smallbreak{\ifnum\lastpenalty<
10000\par\ifdim\lastskip<
\smallskipamount
232 \removelastskip\penalty-
50\smallskip\fi\fi}
233 \def\medbreak{\ifnum\lastpenalty<
10000\par\ifdim\lastskip<
\medskipamount
234 \removelastskip\penalty-
100\medskip\fi\fi}
235 \def\bigbreak{\ifnum\lastpenalty<
10000\par\ifdim\lastskip<
\bigskipamount
236 \removelastskip\penalty-
200\bigskip\fi\fi}
241 % For a final copy, take out the rectangles
242 % that mark overfull boxes (in case you have decided
243 % that the text looks ok even though it passes the margin).
245 \def\finalout{\overfullrule=
0pt
}
247 % Do @cropmarks to get crop marks.
250 \let\cropmarks =
\cropmarkstrue
252 % Dimensions to add cropmarks at corners.
253 % Added by P. A. MacKay, 12 Nov. 1986
255 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
256 \newdimen\cornerlong \cornerlong=
1pc
257 \newdimen\cornerthick \cornerthick=
.3pt
258 \newdimen\topandbottommargin \topandbottommargin=
.75in
260 % Output a mark which sets \thischapter, \thissection and \thiscolor.
261 % We dump everything together because we only have one kind of mark.
262 % This works because we only use \botmark / \topmark, not \firstmark.
264 % A mark contains a subexpression of the \ifcase ... \fi construct.
265 % \get*marks macros below extract the needed part using \ifcase.
267 % Another complication is to let the user choose whether \thischapter
268 % (\thissection) refers to the chapter (section) in effect at the top
269 % of a page, or that at the bottom of a page.
271 % \domark is called twice inside \chapmacro, to add one
272 % mark before the section break, and one after.
273 % In the second call \prevchapterdefs is the same as \lastchapterdefs,
274 % and \prevsectiondefs is the same as \lastsectiondefs.
275 % Then if the page is not broken at the mark, some of the previous
276 % section appears on the page, and we can get the name of this section
277 % from \firstmark for @everyheadingmarks top.
278 % @everyheadingmarks bottom uses \botmark.
280 % See page 260 of The TeXbook.
282 \toks0=
\expandafter{\lastchapterdefs}%
283 \toks2=
\expandafter{\lastsectiondefs}%
284 \toks4=
\expandafter{\prevchapterdefs}%
285 \toks6=
\expandafter{\prevsectiondefs}%
286 \toks8=
\expandafter{\lastcolordefs}%
288 \the\toks0 \the\toks2 % 0: marks for @everyheadingmarks top
289 \noexpand\or \the\toks4 \the\toks6 % 1: for @everyheadingmarks bottom
290 \noexpand\else \the\toks8 % 2: color marks
294 % \gettopheadingmarks, \getbottomheadingmarks,
295 % \getcolormarks - extract needed part of mark.
297 % \topmark doesn't work for the very first chapter (after the title
298 % page or the contents), so we use \firstmark there -- this gets us
299 % the mark with the chapter defs, unless the user sneaks in, e.g.,
300 % @setcolor (or @url, or @link, etc.) between @contents and the very
302 \def\gettopheadingmarks{%
304 \ifx\thischapter\empty \ifcase0\firstmark\fi \fi
306 \def\getbottomheadingmarks{\ifcase1\botmark\fi}
307 \def\getcolormarks{\ifcase2\topmark\fi}
309 % Avoid "undefined control sequence" errors.
310 \def\lastchapterdefs{}
311 \def\lastsectiondefs{}
313 \def\prevchapterdefs{}
314 \def\prevsectiondefs{}
317 % Margin to add to right of even pages, to left of odd pages.
318 \newdimen\bindingoffset
319 \newdimen\normaloffset
320 \newdimen\txipagewidth \newdimen\txipageheight
322 % Main output routine.
325 \output =
{\onepageout{\pagecontents\PAGE}}
330 % \onepageout takes a vbox as an argument.
331 % \shipout a vbox for a single page, adding an optional header, footer,
332 % cropmarks, and footnote. This also causes index entries for this page
333 % to be written to the auxiliary files.
336 \ifcropmarks \hoffset=
0pt
\else \hoffset=
\normaloffset \fi
338 \ifodd\pageno \advance\hoffset by
\bindingoffset
339 \else \advance\hoffset by -
\bindingoffset\fi
341 % Common context changes for both heading and footing.
342 % Do this outside of the \shipout so @code etc. will be expanded in
343 % the headline as they should be, not taken literally (outputting ''code).
344 \def\commmonheadfootline{\let\hsize=
\txipagewidth \texinfochars}
346 % Retrieve the information for the headings from the marks in the page,
347 % and call Plain TeX's \makeheadline and \makefootline, which use the
348 % values in \headline and \footline.
350 % This is used to check if we are on the first page of a chapter.
352 \let\prevchaptername\thischaptername
353 \ifcase0\firstmark\fi
354 \let\curchaptername\thischaptername
356 \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi
357 \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi
359 \ifx\curchaptername\prevchaptername
360 \let\thischapterheading\thischapter
362 % \thischapterheading is the same as \thischapter except it is blank
363 % for the first page of a chapter. This is to prevent the chapter name
365 \def\thischapterheading{}%
368 \global\setbox\headlinebox =
\vbox{\commmonheadfootline \makeheadline}%
369 \global\setbox\footlinebox =
\vbox{\commmonheadfootline \makefootline}%
372 % Set context for writing to auxiliary files like index files.
373 % Have to do this stuff outside the \shipout because we want it to
374 % take effect in \write's, yet the group defined by the \vbox ends
375 % before the \shipout runs.
377 \indexdummies % don't expand commands in the output.
378 \normalturnoffactive % \ in index entries must not stay \, e.g., if
379 % the page break happens to be in the middle of an example.
380 % We don't want .vr (or whatever) entries like this:
381 % \entry{{\indexbackslash }acronym}{32}{\code {\acronym}}
382 % "\acronym" won't work when it's read back in;
384 % {\code {{\backslashcurfont }acronym}
386 % Do this early so pdf references go to the beginning of the page.
387 \ifpdfmakepagedest \pdfdest name
{\the\pageno} xyz
\fi
389 \ifcropmarks \vbox to
\outervsize\bgroup
391 \vskip-
\topandbottommargin
393 \line{\ewtop\hfil\ewtop}%
396 \vbox{\moveleft\cornerthick\nstop}%
398 \vbox{\moveright\cornerthick\nstop}%
401 \vskip\topandbottommargin
403 \hfil % center the page within the outer (page) hsize.
404 \ifodd\pageno\hskip\bindingoffset\fi
410 \ifdim\ht\footlinebox >
0pt
411 % Only leave this space if the footline is nonempty.
412 % (We lessened \vsize for it in \oddfootingyyy.)
413 % The \baselineskip=24pt in plain's \makefootline has no effect.
419 \egroup % end of \vbox\bgroup
420 \hfil\egroup % end of (centering) \line\bgroup
421 \vskip\topandbottommargin plus1fill minus1fill
422 \boxmaxdepth =
\cornerthick
425 \vbox{\moveleft\cornerthick\nsbot}%
427 \vbox{\moveright\cornerthick\nsbot}%
430 \line{\ewbot\hfil\ewbot}%
432 \egroup % \vbox from first cropmarks clause
434 }% end of \shipout\vbox
435 }% end of group with \indexdummies
437 \ifnum\outputpenalty>-
20000 \else\dosupereject\fi
440 \newinsert\margin \dimen\margin=
\maxdimen
442 % Main part of page, including any footnotes
443 \def\pagebody#1{\vbox to
\txipageheight{\boxmaxdepth=
\maxdepth #1}}
445 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
446 % marginal hacks, juha@viisa.uucp (Juha Takala)
447 \ifvoid\margin\else % marginal info is present
448 \rlap{\kern\hsize\vbox to
\z@
{\kern1pt\box\margin \vss}}\fi
449 \dimen@=
\dp#1\relax \unvbox#1\relax
450 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
451 \ifr@ggedbottom
\kern-
\dimen@
\vfil \fi}
454 % Here are the rules for the cropmarks. Note that they are
455 % offset so that the space between them is truly \outerhsize or \outervsize
456 % (P. A. MacKay, 12 November, 1986)
458 \def\ewtop{\vrule height
\cornerthick depth0pt width
\cornerlong}
460 {\hrule height
\cornerthick depth
\cornerlong width
\cornerthick}}
461 \def\ewbot{\vrule height0pt depth
\cornerthick width
\cornerlong}
463 {\hrule height
\cornerlong depth
\cornerthick width
\cornerthick}}
468 % Parse an argument, then pass it to #1. The argument is the rest of
469 % the input line (except we remove a trailing comment). #1 should be a
470 % macro which expects an ordinary undelimited TeX argument.
471 % For example, \def\foo{\parsearg\fooxxx}.
473 \def\parsearg{\parseargusing{}}
474 \def\parseargusing#1#2{%
480 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
484 \gdef\parseargline#1^^M
{%
485 \endgroup % End of the group started in \parsearg.
486 \argremovecomment #1\comment\ArgTerm%
490 % First remove any @comment, then any @c comment. Also remove a @texinfoc
491 % comment (see \scanmacro for details). Pass the result on to \argcheckspaces.
492 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
493 \def\argremovec#1\c#2\ArgTerm{\argremovetexinfoc #1\texinfoc\ArgTerm}
494 \def\argremovetexinfoc#1\texinfoc#2\ArgTerm{\argcheckspaces#1\^^M
\ArgTerm}
496 % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space.
498 % \argremovec might leave us with trailing space, e.g.,
499 % @end itemize @c foo
500 % This space token undergoes the same procedure and is eventually removed
501 % by \finishparsearg.
503 \def\argcheckspaces#1\^^M
{\argcheckspacesX#1\^^M \^^M
}
504 \def\argcheckspacesX#1 \^^M
{\argcheckspacesY#1\^^M
}
505 \def\argcheckspacesY#1\^^M
#2\^^M
#3\ArgTerm{%
508 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
509 \let\temp\finishparsearg
511 \let\temp\argcheckspaces
513 % Put the space token in:
517 % If a _delimited_ argument is enclosed in braces, they get stripped; so
518 % to get _exactly_ the rest of the line, we had to prevent such situation.
519 % We prepended an \empty token at the very beginning and we expand it now,
520 % just before passing the control to \argtorun.
521 % (Similarly, we have to think about #3 of \argcheckspacesY above: it is
522 % either the null string, or it ends with \^^M---thus there is no danger
523 % that a pair of braces would be stripped.
525 % But first, we have to remove the trailing space token.
527 \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}}
530 % \parseargdef - define a command taking an argument on the line
532 % \parseargdef\foo{...}
533 % is roughly equivalent to
534 % \def\foo{\parsearg\Xfoo}
537 \expandafter \doparseargdef \csname\string#1\endcsname #1%
539 \def\doparseargdef#1#2{%
544 % Several utility definitions with active space:
549 % Make each space character in the input produce a normal interword
550 % space in the output. Don't allow a line break at this space, as this
551 % is used only in environments like @example, where each line of input
552 % should produce a line of output anyway.
554 \gdef\sepspaces{\obeyspaces\let =
\tie}
556 % If an index command is used in an @example environment, any spaces
557 % therein should become regular spaces in the raw index file, not the
558 % expansion of \tie (\leavevmode \penalty \@M \ ).
559 \gdef\unsepspaces{\let =
\space}
563 \def\flushcr{\ifx\par\lisppar \def\next#
#1{}\else \let\next=
\relax \fi \next}
565 % Define the framework for environments in texinfo.tex. It's used like this:
570 % It's the responsibility of \envdef to insert \begingroup before the
571 % actual body; @end closes the group after calling \Efoo. \envdef also
572 % defines \thisenv, so the current environment is known; @end checks
573 % whether the environment name matches. The \checkenv macro can also be
574 % used to check whether the current environment is the one expected.
576 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
577 % are not treated as environments; they don't open a group. (The
578 % implementation of @end takes care not to call \endgroup in this
582 % At run-time, environments start with this:
583 \def\startenvironment#1{\begingroup\def\thisenv{#1}}
587 % ... but they get defined via ``\envdef\foo{...}'':
588 \long\def\envdef#1#2{\def#1{\startenvironment#1#2}}
589 \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}}
591 % Check whether we're in the right environment:
600 % Environment mismatch, #1 expected:
603 \errmessage{This command can appear only
\inenvironment\temp,
604 not
\inenvironment\thisenv}%
606 \def\inenvironment#1{%
608 outside of any environment
%
610 in environment
\expandafter\string#1%
614 % @end foo executes the definition of \Efoo.
615 % But first, it executes a specialized version of \checkenv
618 \if 1\csname iscond.
#1\endcsname
620 % The general wording of \badenverr may not be ideal.
621 \expandafter\checkenv\csname#1\endcsname
622 \csname E
#1\endcsname
627 \newhelp\EMsimple{Press RETURN to continue.
}
630 % Be sure we're in horizontal mode when doing a tie, since we make space
631 % equivalent to this in @example-like environments. Otherwise, a space
632 % at the beginning of a line will start with \penalty -- and
633 % since \penalty is valid in vertical mode, we'd end up putting the
634 % penalty on the vertical list instead of in the new paragraph.
636 % Avoid using \@M directly, because that causes trouble
637 % if the definition is written into an index file.
638 \global\let\tiepenalty = \@M
639 \gdef\tie{\leavevmode\penalty\tiepenalty\
}
642 % @: forces normal size whitespace following.
643 \def\:
{\spacefactor=
1000 }
645 % @* forces a line break.
646 \def\*
{\unskip\hfil\break\hbox{}\ignorespaces}
648 % @/ allows a line break.
651 % @. is an end-of-sentence period.
652 \def\.
{.
\spacefactor=
\endofsentencespacefactor\space}
654 % @! is an end-of-sentence bang.
655 \def\!
{!
\spacefactor=
\endofsentencespacefactor\space}
657 % @? is an end-of-sentence query.
658 \def\?
{?
\spacefactor=
\endofsentencespacefactor\space}
660 % @frenchspacing on|off says whether to put extra space after punctuation.
665 \parseargdef\frenchspacing{%
667 \ifx\temp\onword \plainfrenchspacing
668 \else\ifx\temp\offword \plainnonfrenchspacing
671 \errmessage{Unknown @frenchspacing option `
\temp', must be on|off
}%
675 % @w prevents a word break. Without the \leavevmode, @w at the
676 % beginning of a paragraph, when TeX is still in vertical mode, would
677 % produce a whole line of output instead of starting the paragraph.
678 \def\w#1{\leavevmode\hbox{#1}}
680 % @group ... @end group forces ... to be all on one page, by enclosing
681 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
682 % to keep its height that of a normal line. According to the rules for
683 % \topskip (p.114 of the TeXbook), the glue inserted is
684 % max (\topskip - \ht (first item), 0). If that height is large,
685 % therefore, no glue is inserted, and the space between the headline and
686 % the text is small, which looks bad.
688 % Another complication is that the group might be very large. This can
689 % cause the glue on the previous page to be unduly stretched, because it
690 % does not have much material. In this case, it's better to add an
691 % explicit \vfill so that the extra space is at the bottom. The
692 % threshold for doing this is if the group is more than \vfilllimit
693 % percent of a page (\vfilllimit can be changed inside of @tex).
699 \ifnum\catcode`\^^M=
\active \else
700 \errhelp =
\groupinvalidhelp
701 \errmessage{@group invalid in context where filling is enabled
}%
705 \setbox\groupbox =
\vtop\bgroup
706 % Do @comment since we are called inside an environment such as
707 % @example, where each end-of-line in the input causes an
708 % end-of-line in the output. We don't want the end-of-line after
709 % the `@group' to put extra space in the output. Since @group
710 % should appear on a line by itself (according to the Texinfo
711 % manual), we don't worry about eating any user text.
715 % The \vtop produces a box with normal height and large depth; thus, TeX puts
716 % \baselineskip glue before it, and (when the next line of text is done)
717 % \lineskip glue after it. Thus, space below is not quite equal to space
718 % above. But it's pretty close.
720 % To get correct interline space between the last line of the group
721 % and the first line afterwards, we have to propagate \prevdepth.
722 \endgraf % Not \par, as it may have been set to \lisppar.
723 \global\dimen1 =
\prevdepth
724 \egroup % End the \vtop.
731 % \dimen0 is the vertical size of the group's box.
732 \dimen0 =
\ht\groupbox \advance\dimen0 by
\dp\groupbox
733 % \dimen2 is how much space is left on the page (more or less).
734 \dimen2 =
\txipageheight \advance\dimen2 by -
\pagetotal
735 % if the group doesn't fit on the current page, and it's a big big
736 % group, force a page break.
737 \ifdim \dimen0 >
\dimen2
738 \ifdim \pagetotal <
\vfilllimit\txipageheight
746 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
747 % message, so this ends up printing `@group can only ...'.
749 \newhelp\groupinvalidhelp{%
750 group can only be used in environments such as @example,^^J
%
751 where each line of input produces a line of output.
}
753 % @need space-in-mils
754 % forces a page break if there is not space-in-mils remaining.
756 \newdimen\mil \mil=
0.001in
759 % Ensure vertical mode, so we don't make a big box in the middle of a
763 % If the @need value is less than one line space, it's useless.
765 \dimen2 =
\ht\strutbox
766 \advance\dimen2 by
\dp\strutbox
767 \ifdim\dimen0 >
\dimen2
769 % Do a \strut just to make the height of this box be normal, so the
770 % normal leading is inserted relative to the preceding line.
771 % And a page break here is fine.
772 \vtop to
#1\mil{\strut\vfil}%
774 % TeX does not even consider page breaks if a penalty added to the
775 % main vertical list is 10000 or more. But in order to see if the
776 % empty box we just added fits on the page, we must make it consider
777 % page breaks. On the other hand, we don't want to actually break the
778 % page after the empty box. So we use a penalty of 9999.
780 % There is an extremely small chance that TeX will actually break the
781 % page at this \penalty, if there are no other feasible breakpoints in
782 % sight. (If the user is using lots of big @group commands, which
783 % almost-but-not-quite fill up a page, TeX will have a hard time doing
784 % good page breaking, for example.) However, I could not construct an
785 % example where a page broke at this \penalty; if it happens in a real
786 % document, then we can reconsider our strategy.
789 % Back up by the size of the box, whether we did a page break or not.
792 % Do not allow a page break right after this kern.
797 % @br forces paragraph break (and is undocumented).
801 % @page forces the start of a new page.
803 \def\page{\par\vfill\supereject}
806 % outputs text on separate line in roman font, starting at standard page margin
808 % This records the amount of indent in the innermost environment.
809 % That's how much \exdent should take out.
810 \newskip\exdentamount
812 % This defn is used inside fill environments such as @defun.
813 \parseargdef\exdent{\hfil\break\hbox{\kern -
\exdentamount{\rm#1}}\hfil\break}
815 % This defn is used inside nofill environments such as @example.
816 \parseargdef\nofillexdent{{\advance \leftskip by -
\exdentamount
817 \leftline{\hskip\leftskip{\rm#1}}}}
819 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
820 % paragraph. For more general purposes, use the \margin insertion
821 % class. WHICH is `l' or `r'. Not documented, written for gawk manual.
823 \newskip\inmarginspacing \inmarginspacing=
1cm
824 \def\strutdepth{\dp\strutbox}
826 \def\doinmargin#1#2{\strut\vadjust{%
829 \vtop to
\strutdepth{%
830 \baselineskip=
\strutdepth
832 % if you have multiple lines of stuff to put here, you'll need to
833 % make the vbox yourself of the appropriate size.
835 \llap{\ignorespaces #2\hskip\inmarginspacing}%
837 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
842 \def\inleftmargin{\doinmargin l
}
843 \def\inrightmargin{\doinmargin r
}
845 % @inmargin{TEXT [, RIGHT-TEXT]}
846 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
847 % else use TEXT for both).
849 \def\inmargin#1{\parseinmargin #1,,
\finish}
850 \def\parseinmargin#1,
#2,
#3\finish{% not perfect, but better than nothing.
851 \setbox0 =
\hbox{\ignorespaces #2}%
853 \def\lefttext{#1}% have both texts
856 \def\lefttext{#1}% have only one text
861 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
863 \def\temp{\inleftmargin\lefttext}%
868 % @include FILE -- \input text of FILE.
870 \def\include{\parseargusing\filenamecatcodes\includezzz}
875 \makevalueexpandable % we want to expand any @value in FILE.
876 \turnoffactive % and allow special characters in the expansion
877 \indexnofonts % Allow `@@' and other weird things in file names.
878 \wlog{texinfo.tex: doing @include of
#1^^J
}%
879 \edef\temp{\noexpand\input #1 }%
881 % This trickery is to read FILE outside of a group, in case it makes
887 \def\filenamecatcodes{%
901 \def\pushthisfilestack{%
902 \expandafter\pushthisfilestackX\popthisfilestack\StackTerm
904 \def\pushthisfilestackX{%
905 \expandafter\pushthisfilestackY\thisfile\StackTerm
907 \def\pushthisfilestackY #1\StackTerm #2\StackTerm {%
908 \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}%
911 \def\popthisfilestack{\errthisfilestackempty}
912 \def\errthisfilestackempty{\errmessage{Internal error:
913 the stack of filenames is empty.
}}
918 % outputs that line, centered.
920 \parseargdef\center{%
922 \let\centersub\centerH
924 \let\centersub\centerV
926 \centersub{\hfil \ignorespaces#1\unskip \hfil}%
927 \let\centersub\relax % don't let the definition persist, just in case
931 \advance\hsize by -
\leftskip
932 \advance\hsize by -
\rightskip
937 \newcount\centerpenalty
939 % The idea here is the same as in \startdefun, \cartouche, etc.: if
940 % @center is the first thing after a section heading, we need to wipe
941 % out the negative parskip inserted by \sectionheading, but still
942 % prevent a page break here.
943 \centerpenalty =
\lastpenalty
944 \ifnum\centerpenalty>
10000 \vskip\parskip \fi
945 \ifnum\centerpenalty>
9999 \penalty\centerpenalty \fi
946 \line{\kern\leftskip #1\kern\rightskip}%
949 % @sp n outputs n lines of vertical space
951 \parseargdef\sp{\vskip #1\baselineskip}
953 % @comment ...line which is ignored...
954 % @c is the same as @comment
955 % @ignore ... @end ignore is another way to write a comment
958 \def\c{\begingroup \catcode`\^^M=
\active%
959 \catcode`\@=
\other \catcode`\
{=
\other \catcode`\
}=
\other%
961 {\catcode`\^^M=
\active \gdef\cxxx#1^^M
{\endgroup}}
965 % @paragraphindent NCHARS
966 % We'll use ems for NCHARS, close enough.
967 % NCHARS can also be the word `asis' or `none'.
968 % We cannot feasibly implement @paragraphindent asis, though.
970 \def\asisword{asis
} % no translation, these are keywords
973 \parseargdef\paragraphindent{%
978 \defaultparindent =
0pt
980 \defaultparindent =
#1em
983 \parindent =
\defaultparindent
986 % @exampleindent NCHARS
987 % We'll use ems for NCHARS like @paragraphindent.
988 % It seems @exampleindent asis isn't necessary, but
989 % I preserve it to make it similar to @paragraphindent.
990 \parseargdef\exampleindent{%
997 \lispnarrowing =
#1em
1002 % @firstparagraphindent WORD
1003 % If WORD is `none', then suppress indentation of the first paragraph
1004 % after a section heading. If WORD is `insert', then do indent at such
1007 % The paragraph indentation is suppressed or not by calling
1008 % \suppressfirstparagraphindent, which the sectioning commands do.
1009 % We switch the definition of this back and forth according to WORD.
1010 % By default, we suppress indentation.
1012 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent}
1013 \def\insertword{insert
}
1015 \parseargdef\firstparagraphindent{%
1018 \let\suppressfirstparagraphindent =
\dosuppressfirstparagraphindent
1019 \else\ifx\temp\insertword
1020 \let\suppressfirstparagraphindent =
\relax
1022 \errhelp =
\EMsimple
1023 \errmessage{Unknown @firstparagraphindent option `
\temp'
}%
1027 % Here is how we actually suppress indentation. Redefine \everypar to
1028 % \kern backwards by \parindent, and then reset itself to empty.
1030 % We also make \indent itself not actually do anything until the next
1033 \gdef\dosuppressfirstparagraphindent{%
1034 \gdef\indent {\restorefirstparagraphindent \indent}%
1035 \gdef\noindent{\restorefirstparagraphindent \noindent}%
1036 \global\everypar =
{\kern -
\parindent \restorefirstparagraphindent}%
1039 \gdef\restorefirstparagraphindent{%
1040 \global\let\indent =
\ptexindent
1041 \global\let\noindent =
\ptexnoindent
1042 \global\everypar =
{}%
1046 % @refill is a no-op.
1049 % @setfilename INFO-FILENAME - ignored
1050 \let\setfilename=
\comment
1053 \outer\def\bye{\pagealignmacro\tracingstats=
1\ptexend}
1057 % adobe `portable' document format
1061 \newcount\filenamelength
1071 \newif\ifpdfmakepagedest
1077 \newif\iftxiuseunicodedestname
1078 \txiuseunicodedestnamefalse % For pdfTeX etc.
1080 \ifx\luatexversion\thisisundefined
1082 % Use Unicode destination names
1083 \txiuseunicodedestnametrue
1084 % Escape PDF strings with converting UTF-16 from UTF-8
1088 function UTF16oct(str
)
1089 tex
.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377')
1090 for c
in string.utfvalues(str
) do
1093 string.format(string.char(0x5c) .. string.char(0x25) .. '03o' ..
1094 string.char(0x5c) .. string.char(0x25) .. '03o',
1095 (c
/ 256), (c
% 256)))
1098 local c_hi
= c
/ 1024 + 0xd800
1099 local c_lo
= c
% 1024 + 0xdc00
1101 string.format(string.char(0x5c) .. string.char(0x25) .. '03o' ..
1102 string.char(0x5c) .. string.char(0x25) .. '03o' ..
1103 string.char(0x5c) .. string.char(0x25) .. '03o' ..
1104 string.char(0x5c) .. string.char(0x25) .. '03o',
1105 (c_hi
/ 256), (c_hi
% 256),
1106 (c_lo
/ 256), (c_lo
% 256)))
1112 \def\pdfescapestrutfsixteen#1{\directlua{UTF16oct('\luaescapestring{#1}')}}
1113 % Escape PDF strings without converting
1116 function PDFescstr(str
)
1117 for c
in string.bytes(str
) do
1118 if c
<= 0x20 or c
>= 0x80 or c
== 0x28 or c
== 0x29 or c
== 0x5c then
1120 string.format(string.char(0x5c) .. string.char(0x25) .. '03o',
1123 tex
.sprint(string.char(c
))
1129 \def\pdfescapestring#1{\directlua{PDFescstr('\luaescapestring{#1}')}}
1130 \ifnum\luatexversion>
84
1131 % For LuaTeX >= 0.85
1132 \def\pdfdest{\pdfextension dest
}
1133 \let\pdfoutput\outputmode
1134 \def\pdfliteral{\pdfextension literal
}
1135 \def\pdfcatalog{\pdfextension catalog
}
1136 \def\pdftexversion{\numexpr\pdffeedback version
\relax}
1137 \let\pdfximage\saveimageresource
1138 \let\pdfrefximage\useimageresource
1139 \let\pdflastximage\lastsavedimageresourceindex
1140 \def\pdfendlink{\pdfextension endlink
\relax}
1141 \def\pdfoutline{\pdfextension outline
}
1142 \def\pdfstartlink{\pdfextension startlink
}
1143 \def\pdffontattr{\pdfextension fontattr
}
1144 \def\pdfobj{\pdfextension obj
}
1145 \def\pdflastobj{\numexpr\pdffeedback lastobj
\relax}
1146 \let\pdfpagewidth\pagewidth
1147 \let\pdfpageheight\pageheight
1148 \edef\pdfhorigin{\pdfvariable horigin
}
1149 \edef\pdfvorigin{\pdfvariable vorigin
}
1153 % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1
1154 % can be set). So we test for \relax and 0 as well as being undefined.
1155 \ifx\pdfoutput\thisisundefined
1157 \ifx\pdfoutput\relax
1166 % PDF uses PostScript string constants for the names of xref targets,
1167 % for display in the outlines, and in other places. Thus, we have to
1168 % double any backslashes. Otherwise, a name like "\node" will be
1169 % interpreted as a newline (\n), followed by o, d, e. Not good.
1171 % See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and
1172 % related messages. The final outcome is that it is up to the TeX user
1173 % to double the backslashes and otherwise make the string valid, so
1174 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1175 % do this reliably, so we use it.
1177 % #1 is a control sequence in which to do the replacements,
1179 \def\txiescapepdf#1{%
1180 \ifx\pdfescapestring\thisisundefined
1181 % No primitive available; should we give a warning or log?
1182 % Many times it won't matter.
1185 % The expandable \pdfescapestring primitive escapes parentheses,
1186 % backslashes, and other special chars.
1187 \xdef#1{\pdfescapestring{#1}}%
1190 \def\txiescapepdfutfsixteen#1{%
1191 \ifx\pdfescapestrutfsixteen\thisisundefined
1192 % No UTF-16 converting macro available.
1195 \xdef#1{\pdfescapestrutfsixteen{#1}}%
1199 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 with PDF output, and none of those formats could be found. (.eps cannot
1201 be supported due to the design of the PDF format; use regular TeX (DVI
1206 % Color manipulation macros using ideas from pdfcolor.tex,
1207 % except using rgb instead of cmyk; the latter is said to render as a
1208 % very dark gray on-screen and a very dark halftone in print, instead
1209 % of actual black. The dark red here is dark enough to print on paper as
1210 % nearly black, but still distinguishable for online viewing. We use
1211 % black by default, though.
1212 \def\rgbDarkRed{0.50 0.09 0.12}
1213 \def\rgbBlack{0 0 0}
1215 % rg sets the color for filling (usual text, etc.);
1216 % RG sets the color for stroking (thin rules, e.g., normal _'s).
1217 \def\pdfsetcolor#1{\pdfliteral{#1 rg
#1 RG
}}
1219 % Set color, and create a mark which defines \thiscolor accordingly,
1220 % so that \makeheadline knows which color to restore.
1222 \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}%
1227 \def\maincolor{\rgbBlack}
1228 \pdfsetcolor{\maincolor}
1229 \edef\thiscolor{\maincolor}
1230 \def\lastcolordefs{}
1234 \line{\pdfsetcolor{\maincolor}\the\footline}%
1242 % Extract \thiscolor definition from the marks.
1244 % Typeset the headline with \maincolor, then restore the color.
1245 \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
1253 \pdfcatalog{/PageMode /UseOutlines
}
1255 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
1256 \def\dopdfimage#1#2#3{%
1257 \def\pdfimagewidth{#2}\setbox0 =
\hbox{\ignorespaces #2}%
1258 \def\pdfimageheight{#3}\setbox2 =
\hbox{\ignorespaces #3}%
1260 % pdftex (and the PDF format) support .pdf, .png, .jpg (among
1261 % others). Let's try in that order, PDF first since if
1262 % someone has a scalable image, presumably better to use that than a
1264 \let\pdfimgext=
\empty
1266 \openin 1 #1.pdf
\ifeof 1
1267 \openin 1 #1.PDF
\ifeof 1
1268 \openin 1 #1.png
\ifeof 1
1269 \openin 1 #1.jpg
\ifeof 1
1270 \openin 1 #1.jpeg
\ifeof 1
1271 \openin 1 #1.JPG
\ifeof 1
1272 \errhelp =
\nopdfimagehelp
1273 \errmessage{Could not find image file
#1 for pdf
}%
1274 \else \gdef\pdfimgext{JPG
}%
1276 \else \gdef\pdfimgext{jpeg
}%
1278 \else \gdef\pdfimgext{jpg
}%
1280 \else \gdef\pdfimgext{png
}%
1282 \else \gdef\pdfimgext{PDF
}%
1284 \else \gdef\pdfimgext{pdf
}%
1289 % without \immediate, ancient pdftex seg faults when the same image is
1290 % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.)
1291 \ifnum\pdftexversion <
14
1294 \immediate\pdfximage
1296 \ifdim \wd0 >
0pt width
\pdfimagewidth \fi
1297 \ifdim \wd2 >
0pt height
\pdfimageheight \fi
1298 \ifnum\pdftexversion<
13
1303 \ifnum\pdftexversion <
14 \else
1304 \pdfrefximage \pdflastximage
1307 \def\setpdfdestname#1{{%
1308 % We have to set dummies so commands such as @code, and characters
1309 % such as \, aren't expanded when present in a section title.
1311 \makevalueexpandable
1313 \iftxiuseunicodedestname
1314 \ifx \declaredencoding \latone
1315 % Pass through Latin-1 characters.
1316 % LuaTeX with byte wise I/O converts Latin-1 characters to Unicode.
1318 \ifx \declaredencoding \utfeight
1319 % Pass through Unicode characters.
1321 % Use ASCII approximations in destination names.
1322 \passthroughcharsfalse
1326 % Use ASCII approximations in destination names.
1327 \passthroughcharsfalse
1329 \def\pdfdestname{#1}%
1330 \txiescapepdf\pdfdestname
1333 \def\setpdfoutlinetext#1{{%
1335 \makevalueexpandable
1337 \ifx \declaredencoding \latone
1338 % The PDF format can use an extended form of Latin-1 in bookmark
1339 % strings. See Appendix D of the PDF Reference, Sixth Edition, for
1340 % the "PDFDocEncoding".
1341 \passthroughcharstrue
1342 % Pass through Latin-1 characters.
1343 % LuaTeX: Convert to Unicode
1344 % pdfTeX: Use Latin-1 as PDFDocEncoding
1345 \def\pdfoutlinetext{#1}%
1347 \ifx \declaredencoding \utfeight
1348 \ifx\luatexversion\thisisundefined
1349 % For pdfTeX with UTF-8.
1350 % TODO: the PDF format can use UTF-16 in bookmark strings,
1351 % but the code for this isn't done yet.
1352 % Use ASCII approximations.
1353 \passthroughcharsfalse
1354 \def\pdfoutlinetext{#1}%
1356 % For LuaTeX with UTF-8.
1357 % Pass through Unicode characters for title texts.
1358 \passthroughcharstrue
1359 \def\pdfoutlinetext{#1}%
1362 % For non-Latin-1 or non-UTF-8 encodings.
1363 % Use ASCII approximations.
1364 \passthroughcharsfalse
1365 \def\pdfoutlinetext{#1}%
1368 % LuaTeX: Convert to UTF-16
1369 % pdfTeX: Use Latin-1 as PDFDocEncoding
1370 \txiescapepdfutfsixteen\pdfoutlinetext
1374 \setpdfdestname{#1}%
1375 \safewhatsit{\pdfdest name
{\pdfdestname} xyz
}%
1378 % used to mark target names; must be expandable.
1381 % by default, use black for everything.
1382 \def\urlcolor{\rgbBlack}
1383 \def\linkcolor{\rgbBlack}
1384 \def\endlink{\setcolor{\maincolor}\pdfendlink}
1386 % Adding outlines to PDF; macros for calculating structure of outlines
1387 % come from Petr Olsak
1388 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1389 \else \csname#1\endcsname \fi}
1390 \def\advancenumber#1{\tempnum=
\expnumber{#1}\relax
1391 \advance\tempnum by
1
1392 \expandafter\xdef\csname#1\endcsname{\the\tempnum}}
1394 % #1 is the section text, which is what will be displayed in the
1395 % outline by the pdf viewer. #2 is the pdf expression for the number
1396 % of subentries (or empty, for subsubsections). #3 is the node text,
1397 % which might be empty if this toc entry had no corresponding node.
1398 % #4 is the page number
1400 \def\dopdfoutline#1#2#3#4{%
1401 % Generate a link to the node text if that exists; else, use the
1402 % page number. We could generate a destination for the section
1403 % text in the case where a section has no node, but it doesn't
1404 % seem worth the trouble, since most documents are normally structured.
1405 \setpdfoutlinetext{#1}
1407 \ifx\pdfdestname\empty
1408 \def\pdfdestname{#4}%
1411 \pdfoutline goto name
{\pdfmkpgn{\pdfdestname}}#2{\pdfoutlinetext}%
1414 \def\pdfmakeoutlines{%
1416 % Read toc silently, to get counts of subentries for \pdfoutline.
1417 \def\partentry#
#1#
#2#
#3#
#4{}% ignore parts in the outlines
1418 \def\numchapentry#
#1#
#2#
#3#
#4{%
1419 \def\thischapnum{#
#2}%
1421 \def\thissubsecnum{0}%
1423 \def\numsecentry#
#1#
#2#
#3#
#4{%
1424 \advancenumber{chap
\thischapnum}%
1425 \def\thissecnum{#
#2}%
1426 \def\thissubsecnum{0}%
1428 \def\numsubsecentry#
#1#
#2#
#3#
#4{%
1429 \advancenumber{sec
\thissecnum}%
1430 \def\thissubsecnum{#
#2}%
1432 \def\numsubsubsecentry#
#1#
#2#
#3#
#4{%
1433 \advancenumber{subsec
\thissubsecnum}%
1435 \def\thischapnum{0}%
1437 \def\thissubsecnum{0}%
1439 % use \def rather than \let here because we redefine \chapentry et
1440 % al. a second time, below.
1441 \def\appentry{\numchapentry}%
1442 \def\appsecentry{\numsecentry}%
1443 \def\appsubsecentry{\numsubsecentry}%
1444 \def\appsubsubsecentry{\numsubsubsecentry}%
1445 \def\unnchapentry{\numchapentry}%
1446 \def\unnsecentry{\numsecentry}%
1447 \def\unnsubsecentry{\numsubsecentry}%
1448 \def\unnsubsubsecentry{\numsubsubsecentry}%
1451 % Read toc second time, this time actually producing the outlines.
1452 % The `-' means take the \expnumber as the absolute number of
1453 % subentries, which we calculated on our first read of the .toc above.
1455 % We use the node names as the destinations.
1456 \def\numchapentry#
#1#
#2#
#3#
#4{%
1457 \dopdfoutline{#
#1}{count-
\expnumber{chap#
#2}}{#
#3}{#
#4}}%
1458 \def\numsecentry#
#1#
#2#
#3#
#4{%
1459 \dopdfoutline{#
#1}{count-
\expnumber{sec#
#2}}{#
#3}{#
#4}}%
1460 \def\numsubsecentry#
#1#
#2#
#3#
#4{%
1461 \dopdfoutline{#
#1}{count-
\expnumber{subsec#
#2}}{#
#3}{#
#4}}%
1462 \def\numsubsubsecentry#
#1#
#2#
#3#
#4{% count is always zero
1463 \dopdfoutline{#
#1}{}{#
#3}{#
#4}}%
1465 % PDF outlines are displayed using system fonts, instead of
1466 % document fonts. Therefore we cannot use special characters,
1467 % since the encoding is unknown. For example, the eogonek from
1468 % Latin 2 (0xea) gets translated to a | character. Info from
1469 % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100.
1471 % TODO this right, we have to translate 8-bit characters to
1472 % their "best" equivalent, based on the @documentencoding. Too
1473 % much work for too little return. Just use the ASCII equivalents
1474 % we use for the index sort strings.
1478 % We can have normal brace characters in the PDF outlines, unlike
1479 % Texinfo index files. So set that up.
1480 \def\
{{\lbracecharliteral}%
1481 \def\
}{\rbracecharliteral}%
1482 \catcode`\\=
\active \otherbackslash
1483 \input \tocreadfilename
1486 {\catcode`
[=
1 \catcode`
]=
2
1487 \catcode`
{=
\other \catcode`
}=
\other
1488 \gdef\lbracecharliteral[{]%
1489 \gdef\rbracecharliteral[}]%
1492 \def\skipspaces#1{\def\PP{#1}\def\D{|
}%
1493 \ifx\PP\D\let\nextsp\relax
1494 \else\let\nextsp\skipspaces
1495 \addtokens{\filename}{\PP}%
1496 \advance\filenamelength by
1
1499 \def\getfilename#1{%
1501 % If we don't expand the argument now, \skipspaces will get
1502 % snagged on things like "@value{foo}".
1504 \expandafter\skipspaces\temp|
\relax
1506 \ifnum\pdftexversion <
14
1507 \let \startlink \pdfannotlink
1509 \let \startlink \pdfstartlink
1511 % make a live url in pdf output.
1514 % it seems we really need yet another set of dummies; have not
1515 % tried to figure out what each command should do in the context
1516 % of @url. for now, just make @/ a no-op, that's the only one
1517 % people have actually reported a problem with.
1519 \normalturnoffactive
1522 \makevalueexpandable
1523 % do we want to go so far as to use \indexnofonts instead of just
1524 % special-casing \var here?
1527 \leavevmode\setcolor{\urlcolor}%
1528 \startlink attr
{/Border
[0 0 0]}%
1529 user
{/Subtype /Link /A << /S /URI /URI (
#1) >>
}%
1531 \def\pdfgettoks#1.
{\setbox\boxA=
\hbox{\toksA=
{#1.
}\toksB=
{}\maketoks}}
1532 \def\addtokens#1#2{\edef\addtoks{\noexpand#1=
{\the#1#2}}\addtoks}
1533 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=
1\let\next=
\maketoks}
1534 \def\poptoks#1#2|ENDTOKS|
{\let\first=
#1\toksD=
{#1}\toksA=
{#2}}
1536 \expandafter\poptoks\the\toksA|ENDTOKS|
\relax
1538 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1539 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
1540 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
1542 \ifnum0=
\countA\else\makelink\fi
1543 \ifx\first.
\let\next=
\done\else
1545 \addtokens{\toksB}{\the\toksD}
1546 \ifx\first,
\addtokens{\toksB}{\space}\fi
1548 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
1550 \def\makelink{\addtokens{\toksB}%
1551 {\noexpand\pdflink{\the\toksC}}\toksC=
{}\global\countA=
0}
1553 \startlink attr
{/Border
[0 0 0]} goto name
{\pdfmkpgn{#1}}
1554 \setcolor{\linkcolor}#1\endlink}
1555 \def\done{\edef\st{\global\noexpand\toksA=
{\the\toksB}}\st}
1558 \let\pdfmkdest =
\gobble
1559 \let\pdfurl =
\gobble
1560 \let\endlink =
\relax
1561 \let\setcolor =
\gobble
1562 \let\pdfsetcolor =
\gobble
1563 \let\pdfmakeoutlines =
\relax
1564 \fi % \ifx\pdfoutput
1569 \ifx\XeTeXrevision\thisisundefined
1572 % XeTeX version check
1574 \ifnum\strcmp{\the\XeTeXversion\XeTeXrevision}{0.99996}>-
1
1575 % TeX Live 2016 contains XeTeX 0.99996 and xdvipdfmx 20160307.
1576 % It can use the `dvipdfmx:config' special (from TeX Live SVN r40941).
1577 % For avoiding PDF destination name replacement, we use this special
1578 % instead of xdvipdfmx's command line option `-C 0x0010'.
1579 \special{dvipdfmx:config C
0x0010}
1580 % XeTeX 0.99995+ comes with xdvipdfmx 20160307+.
1581 % It can handle Unicode destination names for PDF.
1582 \txiuseunicodedestnametrue
1584 % XeTeX < 0.99996 (TeX Live < 2016) cannot use the
1585 % `dvipdfmx:config' special.
1586 % So for avoiding PDF destination name replacement,
1587 % xdvipdfmx's command line option `-C 0x0010' is necessary.
1589 % XeTeX < 0.99995 can not handle Unicode destination names for PDF
1590 % because xdvipdfmx 20150315 has a UTF-16 conversion issue.
1591 % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753).
1592 \txiuseunicodedestnamefalse
1597 \def\rgbDarkRed{0.50 0.09 0.12}
1598 \def\rgbBlack{0 0 0}
1600 \def\pdfsetcolor#1{\special{pdf:scolor
[#1]}}
1602 % Set color, and create a mark which defines \thiscolor accordingly,
1603 % so that \makeheadline knows which color to restore.
1605 \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}%
1610 \def\maincolor{\rgbBlack}
1611 \pdfsetcolor{\maincolor}
1612 \edef\thiscolor{\maincolor}
1613 \def\lastcolordefs{}
1617 \line{\pdfsetcolor{\maincolor}\the\footline}%
1625 % Extract \thiscolor definition from the marks.
1627 % Typeset the headline with \maincolor, then restore the color.
1628 \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
1635 % PDF outline support
1637 % Emulate pdfTeX primitive
1638 \def\pdfdest name
#1 xyz
{%
1639 \special{pdf:dest (
#1)
[@thispage /XYZ @xpos @ypos null
]}%
1642 \def\setpdfdestname#1{{%
1643 % We have to set dummies so commands such as @code, and characters
1644 % such as \, aren't expanded when present in a section title.
1646 \makevalueexpandable
1648 \iftxiuseunicodedestname
1649 % Pass through Unicode characters.
1651 % Use ASCII approximations in destination names.
1652 \passthroughcharsfalse
1654 \def\pdfdestname{#1}%
1655 \txiescapepdf\pdfdestname
1658 \def\setpdfoutlinetext#1{{%
1660 % Always use Unicode characters in title texts.
1661 \def\pdfoutlinetext{#1}%
1662 % For XeTeX, xdvipdfmx converts to UTF-16.
1663 % So we do not convert.
1664 \txiescapepdf\pdfoutlinetext
1668 \setpdfdestname{#1}%
1669 \safewhatsit{\pdfdest name
{\pdfdestname} xyz
}%
1672 % by default, use black for everything.
1673 \def\urlcolor{\rgbBlack}
1674 \def\linkcolor{\rgbBlack}
1675 \def\endlink{\setcolor{\maincolor}\pdfendlink}
1677 \def\dopdfoutline#1#2#3#4{%
1678 \setpdfoutlinetext{#1}
1680 \ifx\pdfdestname\empty
1681 \def\pdfdestname{#4}%
1684 \special{pdf:out
[-
] #2 << /Title (
\pdfoutlinetext) /A
1685 << /S /GoTo /D (
\pdfdestname) >> >>
}%
1688 \def\pdfmakeoutlines{%
1691 % For XeTeX, counts of subentries are not necessary.
1692 % Therefore, we read toc only once.
1694 % We use node names as destinations.
1695 \def\partentry#
#1#
#2#
#3#
#4{}% ignore parts in the outlines
1696 \def\numchapentry#
#1#
#2#
#3#
#4{%
1697 \dopdfoutline{#
#1}{1}{#
#3}{#
#4}}%
1698 \def\numsecentry#
#1#
#2#
#3#
#4{%
1699 \dopdfoutline{#
#1}{2}{#
#3}{#
#4}}%
1700 \def\numsubsecentry#
#1#
#2#
#3#
#4{%
1701 \dopdfoutline{#
#1}{3}{#
#3}{#
#4}}%
1702 \def\numsubsubsecentry#
#1#
#2#
#3#
#4{%
1703 \dopdfoutline{#
#1}{4}{#
#3}{#
#4}}%
1705 \let\appentry\numchapentry%
1706 \let\appsecentry\numsecentry%
1707 \let\appsubsecentry\numsubsecentry%
1708 \let\appsubsubsecentry\numsubsubsecentry%
1709 \let\unnchapentry\numchapentry%
1710 \let\unnsecentry\numsecentry%
1711 \let\unnsubsecentry\numsubsecentry%
1712 \let\unnsubsubsecentry\numsubsubsecentry%
1714 % For XeTeX, xdvipdfmx converts strings to UTF-16.
1715 % Therefore, the encoding and the language may not be considered.
1719 % We can have normal brace characters in the PDF outlines, unlike
1720 % Texinfo index files. So set that up.
1721 \def\
{{\lbracecharliteral}%
1722 \def\
}{\rbracecharliteral}%
1723 \catcode`\\=
\active \otherbackslash
1724 \input \tocreadfilename
1727 {\catcode`
[=
1 \catcode`
]=
2
1728 \catcode`
{=
\other \catcode`
}=
\other
1729 \gdef\lbracecharliteral[{]%
1730 \gdef\rbracecharliteral[}]%
1733 \special{pdf:docview << /PageMode /UseOutlines >>
}
1734 % ``\special{pdf:tounicode ...}'' is not necessary
1735 % because xdvipdfmx converts strings from UTF-8 to UTF-16 without it.
1736 % However, due to a UTF-16 conversion issue of xdvipdfmx 20150315,
1737 % ``\special{pdf:dest ...}'' cannot handle non-ASCII strings.
1738 % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753).
1740 \def\skipspaces#1{\def\PP{#1}\def\D{|
}%
1741 \ifx\PP\D\let\nextsp\relax
1742 \else\let\nextsp\skipspaces
1743 \addtokens{\filename}{\PP}%
1744 \advance\filenamelength by
1
1747 \def\getfilename#1{%
1749 % If we don't expand the argument now, \skipspaces will get
1750 % snagged on things like "@value{foo}".
1752 \expandafter\skipspaces\temp|
\relax
1754 % make a live url in pdf output.
1757 % it seems we really need yet another set of dummies; have not
1758 % tried to figure out what each command should do in the context
1759 % of @url. for now, just make @/ a no-op, that's the only one
1760 % people have actually reported a problem with.
1762 \normalturnoffactive
1765 \makevalueexpandable
1766 % do we want to go so far as to use \indexnofonts instead of just
1767 % special-casing \var here?
1770 \leavevmode\setcolor{\urlcolor}%
1771 \special{pdf:bann << /Border
[0 0 0]
1772 /Subtype /Link /A << /S /URI /URI (
#1) >> >>
}%
1774 \def\endlink{\setcolor{\maincolor}\special{pdf:eann
}}
1775 \def\pdfgettoks#1.
{\setbox\boxA=
\hbox{\toksA=
{#1.
}\toksB=
{}\maketoks}}
1776 \def\addtokens#1#2{\edef\addtoks{\noexpand#1=
{\the#1#2}}\addtoks}
1777 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=
1\let\next=
\maketoks}
1778 \def\poptoks#1#2|ENDTOKS|
{\let\first=
#1\toksD=
{#1}\toksA=
{#2}}
1780 \expandafter\poptoks\the\toksA|ENDTOKS|
\relax
1782 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1783 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
1784 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
1786 \ifnum0=
\countA\else\makelink\fi
1787 \ifx\first.
\let\next=
\done\else
1789 \addtokens{\toksB}{\the\toksD}
1790 \ifx\first,
\addtokens{\toksB}{\space}\fi
1792 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
1794 \def\makelink{\addtokens{\toksB}%
1795 {\noexpand\pdflink{\the\toksC}}\toksC=
{}\global\countA=
0}
1797 \special{pdf:bann << /Border
[0 0 0]
1798 /Type /Annot /Subtype /Link /A << /S /GoTo /D (
#1) >> >>
}%
1799 \setcolor{\linkcolor}#1\endlink}
1800 \def\done{\edef\st{\global\noexpand\toksA=
{\the\toksB}}\st}
1805 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
1806 \def\doxeteximage#1#2#3{%
1807 \def\xeteximagewidth{#2}\setbox0 =
\hbox{\ignorespaces #2}%
1808 \def\xeteximageheight{#3}\setbox2 =
\hbox{\ignorespaces #3}%
1810 % XeTeX (and the PDF format) supports .pdf, .png, .jpg (among
1811 % others). Let's try in that order, PDF first since if
1812 % someone has a scalable image, presumably better to use that than a
1814 \let\xeteximgext=
\empty
1816 \openin 1 #1.pdf
\ifeof 1
1817 \openin 1 #1.PDF
\ifeof 1
1818 \openin 1 #1.png
\ifeof 1
1819 \openin 1 #1.jpg
\ifeof 1
1820 \openin 1 #1.jpeg
\ifeof 1
1821 \openin 1 #1.JPG
\ifeof 1
1822 \errmessage{Could not find image file
#1 for XeTeX
}%
1823 \else \gdef\xeteximgext{JPG
}%
1825 \else \gdef\xeteximgext{jpeg
}%
1827 \else \gdef\xeteximgext{jpg
}%
1829 \else \gdef\xeteximgext{png
}%
1831 \else \gdef\xeteximgext{PDF
}%
1833 \else \gdef\xeteximgext{pdf
}%
1838 \def\xetexpdfext{pdf
}%
1839 \ifx\xeteximgext\xetexpdfext
1840 \XeTeXpdffile "
#1".
\xeteximgext ""
1842 \def\xetexpdfext{PDF
}%
1843 \ifx\xeteximgext\xetexpdfext
1844 \XeTeXpdffile "
#1".
\xeteximgext ""
1846 \XeTeXpicfile "
#1".
\xeteximgext ""
1849 \ifdim \wd0 >
0pt width
\xeteximagewidth \fi
1850 \ifdim \wd2 >
0pt height
\xeteximageheight \fi \relax
1858 % Set the baselineskip to #1, and the lineskip and strut size
1859 % correspondingly. There is no deep meaning behind these magic numbers
1860 % used as factors; they just match (closely enough) what Knuth defined.
1862 \def\lineskipfactor{.08333}
1863 \def\strutheightpercent{.70833}
1864 \def\strutdepthpercent {.29167}
1866 % can get a sort of poor man's double spacing by redefining this.
1867 \def\baselinefactor{1}
1869 \newdimen\textleading
1872 \normalbaselineskip =
\baselinefactor\dimen0
1873 \normallineskip =
\lineskipfactor\normalbaselineskip
1875 \setbox\strutbox =
\hbox{%
1876 \vrule width0pt height
\strutheightpercent\baselineskip
1877 depth
\strutdepthpercent \baselineskip
1881 % PDF CMaps. See also LaTeX's t1.cmap.
1883 % do nothing with this by default.
1884 \expandafter\let\csname cmapOT1
\endcsname\gobble
1885 \expandafter\let\csname cmapOT1IT
\endcsname\gobble
1886 \expandafter\let\csname cmapOT1TT
\endcsname\gobble
1888 % if we are producing pdf, and we have \pdffontattr, then define cmaps.
1889 % (\pdffontattr was introduced many years ago, but people still run
1890 % older pdftex's; it's easy to conditionalize, so we do.)
1891 \ifpdf \ifx\pdffontattr\thisisundefined \else
1893 \catcode`\^^M=
\active \def^^M
{^^J
}% Output line endings as the ^^J char.
1894 \catcode`\%=
12 \immediate\pdfobj stream
{%!PS-Adobe-3.0 Resource-CMap
1895 %%DocumentNeededResources: ProcSet (CIDInit)
1896 %%IncludeResource: ProcSet (CIDInit)
1897 %%BeginResource: CMap (TeX-OT1-0)
1898 %%Title: (TeX-OT1-0 TeX OT1 0)
1901 /CIDInit /ProcSet findresource begin
1909 /CMapName /TeX-OT1-
0 def
1911 1 begincodespacerange
1967 CMapName currentdict /CMap defineresource pop
1973 \expandafter\edef\csname cmapOT1
\endcsname#1{%
1974 \pdffontattr#1{/ToUnicode
\the\pdflastobj\space 0 R
}%
1979 \catcode`\^^M=
\active \def^^M
{^^J
}% Output line endings as the ^^J char.
1980 \catcode`\%=
12 \immediate\pdfobj stream
{%!PS-Adobe-3.0 Resource-CMap
1981 %%DocumentNeededResources: ProcSet (CIDInit)
1982 %%IncludeResource: ProcSet (CIDInit)
1983 %%BeginResource: CMap (TeX-OT1IT-0)
1984 %%Title: (TeX-OT1IT-0 TeX OT1IT 0)
1987 /CIDInit /ProcSet findresource begin
1995 /CMapName /TeX-OT1IT-
0 def
1997 1 begincodespacerange
2055 CMapName currentdict /CMap defineresource pop
2061 \expandafter\edef\csname cmapOT1IT
\endcsname#1{%
2062 \pdffontattr#1{/ToUnicode
\the\pdflastobj\space 0 R
}%
2067 \catcode`\^^M=
\active \def^^M
{^^J
}% Output line endings as the ^^J char.
2068 \catcode`\%=
12 \immediate\pdfobj stream
{%!PS-Adobe-3.0 Resource-CMap
2069 %%DocumentNeededResources: ProcSet (CIDInit)
2070 %%IncludeResource: ProcSet (CIDInit)
2071 %%BeginResource: CMap (TeX-OT1TT-0)
2072 %%Title: (TeX-OT1TT-0 TeX OT1TT 0)
2075 /CIDInit /ProcSet findresource begin
2083 /CMapName /TeX-OT1TT-
0 def
2085 1 begincodespacerange
2130 CMapName currentdict /CMap defineresource pop
2136 \expandafter\edef\csname cmapOT1TT
\endcsname#1{%
2137 \pdffontattr#1{/ToUnicode
\the\pdflastobj\space 0 R
}%
2142 % Set the font macro #1 to the font named \fontprefix#2.
2143 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
2144 % encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit).
2152 \def\setfont#1#2#3#4#5{%
2153 \font#1=
\fontprefix#2#3 scaled
#4
2154 \csname cmap
#5\endcsname#1%
2156 % This is what gets called when #5 of \setfont is empty.
2161 % Use cm as the default font prefix.
2162 % To specify the font prefix, you must define \fontprefix
2163 % before you read in texinfo.tex.
2164 \ifx\fontprefix\thisisundefined
2167 % Support font families that don't use the same naming scheme as CM.
2169 \def\rmbshape{bx
} % where the normal face is bold
2174 \def\ttslshape{sltt
}
2184 % Definitions for a main text size of 11pt. (The default in Texinfo.)
2186 \def\definetextfontsizexi{%
2187 % Text fonts (11.2pt, magstep1).
2188 \def\textnominalsize{11pt
}
2189 \edef\mainmagstep{\magstephalf}
2190 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1
}
2191 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT
}
2192 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1
}
2193 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT
}
2194 \setfont\textsl\slshape{10}{\mainmagstep}{OT1
}
2195 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1
}
2196 \setfont\textsc\scshape{10}{\mainmagstep}{OT1
}
2197 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT
}
2198 \font\texti=cmmi10 scaled
\mainmagstep
2199 \font\textsy=cmsy10 scaled
\mainmagstep
2200 \def\textecsize{1095}
2202 % A few fonts for @defun names and args.
2203 \setfont\defbf\bfshape{10}{\magstep1}{OT1
}
2204 \setfont\deftt\ttshape{10}{\magstep1}{OT1TT
}
2205 \setfont\defsl\slshape{10}{\magstep1}{OT1TT
}
2206 \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT
}
2207 \def\df{\let\ttfont=
\deftt \let\bffont =
\defbf
2208 \let\ttslfont=
\defttsl \let\slfont=
\defsl \bf}
2210 % Fonts for indices, footnotes, small examples (9pt).
2211 \def\smallnominalsize{9pt
}
2212 \setfont\smallrm\rmshape{9}{1000}{OT1
}
2213 \setfont\smalltt\ttshape{9}{1000}{OT1TT
}
2214 \setfont\smallbf\bfshape{10}{900}{OT1
}
2215 \setfont\smallit\itshape{9}{1000}{OT1IT
}
2216 \setfont\smallsl\slshape{9}{1000}{OT1
}
2217 \setfont\smallsf\sfshape{9}{1000}{OT1
}
2218 \setfont\smallsc\scshape{10}{900}{OT1
}
2219 \setfont\smallttsl\ttslshape{10}{900}{OT1TT
}
2222 \def\smallecsize{0900}
2224 % Fonts for small examples (8pt).
2225 \def\smallernominalsize{8pt
}
2226 \setfont\smallerrm\rmshape{8}{1000}{OT1
}
2227 \setfont\smallertt\ttshape{8}{1000}{OT1TT
}
2228 \setfont\smallerbf\bfshape{10}{800}{OT1
}
2229 \setfont\smallerit\itshape{8}{1000}{OT1IT
}
2230 \setfont\smallersl\slshape{8}{1000}{OT1
}
2231 \setfont\smallersf\sfshape{8}{1000}{OT1
}
2232 \setfont\smallersc\scshape{10}{800}{OT1
}
2233 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT
}
2234 \font\smalleri=cmmi8
2235 \font\smallersy=cmsy8
2236 \def\smallerecsize{0800}
2238 % Fonts for title page (20.4pt):
2239 \def\titlenominalsize{20pt
}
2240 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1
}
2241 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT
}
2242 \setfont\titlesl\slbshape{10}{\magstep4}{OT1
}
2243 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT
}
2244 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT
}
2245 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1
}
2246 \let\titlebf=
\titlerm
2247 \setfont\titlesc\scbshape{10}{\magstep4}{OT1
}
2248 \font\titlei=cmmi12 scaled
\magstep3
2249 \font\titlesy=cmsy10 scaled
\magstep4
2250 \def\titleecsize{2074}
2252 % Chapter (and unnumbered) fonts (17.28pt).
2253 \def\chapnominalsize{17pt
}
2254 \setfont\chaprm\rmbshape{12}{\magstep2}{OT1
}
2255 \setfont\chapit\itbshape{10}{\magstep3}{OT1IT
}
2256 \setfont\chapsl\slbshape{10}{\magstep3}{OT1
}
2257 \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT
}
2258 \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT
}
2259 \setfont\chapsf\sfbshape{17}{1000}{OT1
}
2261 \setfont\chapsc\scbshape{10}{\magstep3}{OT1
}
2262 \font\chapi=cmmi12 scaled
\magstep2
2263 \font\chapsy=cmsy10 scaled
\magstep3
2264 \def\chapecsize{1728}
2266 % Section fonts (14.4pt).
2267 \def\secnominalsize{14pt
}
2268 \setfont\secrm\rmbshape{12}{\magstep1}{OT1
}
2269 \setfont\secrmnotbold\rmshape{12}{\magstep1}{OT1
}
2270 \setfont\secit\itbshape{10}{\magstep2}{OT1IT
}
2271 \setfont\secsl\slbshape{10}{\magstep2}{OT1
}
2272 \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT
}
2273 \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT
}
2274 \setfont\secsf\sfbshape{12}{\magstep1}{OT1
}
2276 \setfont\secsc\scbshape{10}{\magstep2}{OT1
}
2277 \font\seci=cmmi12 scaled
\magstep1
2278 \font\secsy=cmsy10 scaled
\magstep2
2279 \def\sececsize{1440}
2281 % Subsection fonts (13.15pt).
2282 \def\ssecnominalsize{13pt
}
2283 \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1
}
2284 \setfont\ssecit\itbshape{10}{1315}{OT1IT
}
2285 \setfont\ssecsl\slbshape{10}{1315}{OT1
}
2286 \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT
}
2287 \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT
}
2288 \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1
}
2290 \setfont\ssecsc\scbshape{10}{1315}{OT1
}
2291 \font\sseci=cmmi12 scaled
\magstephalf
2292 \font\ssecsy=cmsy10 scaled
1315
2293 \def\ssececsize{1200}
2295 % Reduced fonts for @acronym in text (10pt).
2296 \def\reducednominalsize{10pt
}
2297 \setfont\reducedrm\rmshape{10}{1000}{OT1
}
2298 \setfont\reducedtt\ttshape{10}{1000}{OT1TT
}
2299 \setfont\reducedbf\bfshape{10}{1000}{OT1
}
2300 \setfont\reducedit\itshape{10}{1000}{OT1IT
}
2301 \setfont\reducedsl\slshape{10}{1000}{OT1
}
2302 \setfont\reducedsf\sfshape{10}{1000}{OT1
}
2303 \setfont\reducedsc\scshape{10}{1000}{OT1
}
2304 \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT
}
2305 \font\reducedi=cmmi10
2306 \font\reducedsy=cmsy10
2307 \def\reducedecsize{1000}
2309 \textleading =
13.2pt
% line spacing for 11pt CM
2310 \textfonts % reset the current fonts
2312 } % end of 11pt text font size definitions, \definetextfontsizexi
2315 % Definitions to make the main text be 10pt Computer Modern, with
2316 % section, chapter, etc., sizes following suit. This is for the GNU
2317 % Press printing of the Emacs 22 manual. Maybe other manuals in the
2318 % future. Used with @smallbook, which sets the leading to 12pt.
2320 \def\definetextfontsizex{%
2321 % Text fonts (10pt).
2322 \def\textnominalsize{10pt
}
2323 \edef\mainmagstep{1000}
2324 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1
}
2325 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT
}
2326 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1
}
2327 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT
}
2328 \setfont\textsl\slshape{10}{\mainmagstep}{OT1
}
2329 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1
}
2330 \setfont\textsc\scshape{10}{\mainmagstep}{OT1
}
2331 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT
}
2332 \font\texti=cmmi10 scaled
\mainmagstep
2333 \font\textsy=cmsy10 scaled
\mainmagstep
2334 \def\textecsize{1000}
2336 % A few fonts for @defun names and args.
2337 \setfont\defbf\bfshape{10}{\magstephalf}{OT1
}
2338 \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT
}
2339 \setfont\defsl\slshape{10}{\magstephalf}{OT1TT
}
2340 \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT
}
2341 \def\df{\let\ttfont=
\deftt \let\bffont =
\defbf
2342 \let\slfont=
\defsl \let\ttslfont=
\defttsl \bf}
2344 % Fonts for indices, footnotes, small examples (9pt).
2345 \def\smallnominalsize{9pt
}
2346 \setfont\smallrm\rmshape{9}{1000}{OT1
}
2347 \setfont\smalltt\ttshape{9}{1000}{OT1TT
}
2348 \setfont\smallbf\bfshape{10}{900}{OT1
}
2349 \setfont\smallit\itshape{9}{1000}{OT1IT
}
2350 \setfont\smallsl\slshape{9}{1000}{OT1
}
2351 \setfont\smallsf\sfshape{9}{1000}{OT1
}
2352 \setfont\smallsc\scshape{10}{900}{OT1
}
2353 \setfont\smallttsl\ttslshape{10}{900}{OT1TT
}
2356 \def\smallecsize{0900}
2358 % Fonts for small examples (8pt).
2359 \def\smallernominalsize{8pt
}
2360 \setfont\smallerrm\rmshape{8}{1000}{OT1
}
2361 \setfont\smallertt\ttshape{8}{1000}{OT1TT
}
2362 \setfont\smallerbf\bfshape{10}{800}{OT1
}
2363 \setfont\smallerit\itshape{8}{1000}{OT1IT
}
2364 \setfont\smallersl\slshape{8}{1000}{OT1
}
2365 \setfont\smallersf\sfshape{8}{1000}{OT1
}
2366 \setfont\smallersc\scshape{10}{800}{OT1
}
2367 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT
}
2368 \font\smalleri=cmmi8
2369 \font\smallersy=cmsy8
2370 \def\smallerecsize{0800}
2372 % Fonts for title page (20.4pt):
2373 \def\titlenominalsize{20pt
}
2374 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1
}
2375 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT
}
2376 \setfont\titlesl\slbshape{10}{\magstep4}{OT1
}
2377 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT
}
2378 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT
}
2379 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1
}
2380 \let\titlebf=
\titlerm
2381 \setfont\titlesc\scbshape{10}{\magstep4}{OT1
}
2382 \font\titlei=cmmi12 scaled
\magstep3
2383 \font\titlesy=cmsy10 scaled
\magstep4
2384 \def\titleecsize{2074}
2386 % Chapter fonts (14.4pt).
2387 \def\chapnominalsize{14pt
}
2388 \setfont\chaprm\rmbshape{12}{\magstep1}{OT1
}
2389 \setfont\chapit\itbshape{10}{\magstep2}{OT1IT
}
2390 \setfont\chapsl\slbshape{10}{\magstep2}{OT1
}
2391 \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT
}
2392 \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT
}
2393 \setfont\chapsf\sfbshape{12}{\magstep1}{OT1
}
2395 \setfont\chapsc\scbshape{10}{\magstep2}{OT1
}
2396 \font\chapi=cmmi12 scaled
\magstep1
2397 \font\chapsy=cmsy10 scaled
\magstep2
2398 \def\chapecsize{1440}
2400 % Section fonts (12pt).
2401 \def\secnominalsize{12pt
}
2402 \setfont\secrm\rmbshape{12}{1000}{OT1
}
2403 \setfont\secit\itbshape{10}{\magstep1}{OT1IT
}
2404 \setfont\secsl\slbshape{10}{\magstep1}{OT1
}
2405 \setfont\sectt\ttbshape{12}{1000}{OT1TT
}
2406 \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT
}
2407 \setfont\secsf\sfbshape{12}{1000}{OT1
}
2409 \setfont\secsc\scbshape{10}{\magstep1}{OT1
}
2411 \font\secsy=cmsy10 scaled
\magstep1
2412 \def\sececsize{1200}
2414 % Subsection fonts (10pt).
2415 \def\ssecnominalsize{10pt
}
2416 \setfont\ssecrm\rmbshape{10}{1000}{OT1
}
2417 \setfont\ssecit\itbshape{10}{1000}{OT1IT
}
2418 \setfont\ssecsl\slbshape{10}{1000}{OT1
}
2419 \setfont\ssectt\ttbshape{10}{1000}{OT1TT
}
2420 \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT
}
2421 \setfont\ssecsf\sfbshape{10}{1000}{OT1
}
2423 \setfont\ssecsc\scbshape{10}{1000}{OT1
}
2426 \def\ssececsize{1000}
2428 % Reduced fonts for @acronym in text (9pt).
2429 \def\reducednominalsize{9pt
}
2430 \setfont\reducedrm\rmshape{9}{1000}{OT1
}
2431 \setfont\reducedtt\ttshape{9}{1000}{OT1TT
}
2432 \setfont\reducedbf\bfshape{10}{900}{OT1
}
2433 \setfont\reducedit\itshape{9}{1000}{OT1IT
}
2434 \setfont\reducedsl\slshape{9}{1000}{OT1
}
2435 \setfont\reducedsf\sfshape{9}{1000}{OT1
}
2436 \setfont\reducedsc\scshape{10}{900}{OT1
}
2437 \setfont\reducedttsl\ttslshape{10}{900}{OT1TT
}
2438 \font\reducedi=cmmi9
2439 \font\reducedsy=cmsy9
2440 \def\reducedecsize{0900}
2442 \divide\parskip by
2 % reduce space between paragraphs
2443 \textleading =
12pt
% line spacing for 10pt CM
2444 \textfonts % reset the current fonts
2446 } % end of 10pt text font size definitions, \definetextfontsizex
2448 % Fonts for short table of contents.
2449 \setfont\shortcontrm\rmshape{12}{1000}{OT1
}
2450 \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1
} % no cmb12
2451 \setfont\shortcontsl\slshape{12}{1000}{OT1
}
2452 \setfont\shortconttt\ttshape{12}{1000}{OT1TT
}
2455 % We provide the user-level command
2457 % (or 11) to redefine the text font size. pt is assumed.
2463 \parseargdef\fonttextsize{%
2464 \def\textsizearg{#1}%
2465 %\wlog{doing @fonttextsize \textsizearg}%
2467 % Set \globaldefs so that documents can use this inside @tex, since
2468 % makeinfo 4.8 does not support it, but we need it nonetheless.
2470 \begingroup \globaldefs=
1
2471 \ifx\textsizearg\xword \definetextfontsizex
2472 \else \ifx\textsizearg\xiword \definetextfontsizexi
2475 \errmessage{@fonttextsize only supports `
10' or `
11', not `
\textsizearg'
}
2481 % Change the current font style to #1, remembering it in \curfontstyle.
2482 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
2483 % italics, not bold italics.
2485 \def\setfontstyle#1{%
2486 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd.
2487 \csname #1font
\endcsname % change the current font
2490 \def\rm{\fam=
0 \setfontstyle{rm
}}
2491 \def\it{\fam=
\itfam \setfontstyle{it
}}
2492 \def\sl{\fam=
\slfam \setfontstyle{sl
}}
2493 \def\bf{\fam=
\bffam \setfontstyle{bf
}}\def\bfstylename{bf
}
2494 \def\tt{\fam=
\ttfam \setfontstyle{tt
}}
2496 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
2497 % So we set up a \sf.
2499 \def\sf{\fam=
\sffam \setfontstyle{sf
}}
2501 % We don't need math for this font style.
2502 \def\ttsl{\setfontstyle{ttsl
}}
2505 % In order for the font changes to affect most math symbols and letters,
2506 % we have to define the \textfont of the standard families. We don't
2507 % bother to reset \scriptfont and \scriptscriptfont; awaiting user need.
2509 \def\resetmathfonts{%
2510 \textfont0=
\rmfont \textfont1=
\ifont \textfont2=
\syfont
2511 \textfont\itfam=
\itfont \textfont\slfam=
\slfont \textfont\bffam=
\bffont
2512 \textfont\ttfam=
\ttfont \textfont\sffam=
\sffont
2517 % The font-changing commands (all called \...fonts) redefine the meanings
2518 % of \STYLEfont, instead of just \STYLE. We do this because \STYLE needs
2519 % to also set the current \fam for math mode. Our \STYLE (e.g., \rm)
2520 % commands hardwire \STYLEfont to set the current font.
2522 % Each font-changing command also sets the names \lsize (one size lower)
2523 % and \lllsize (three sizes lower). These relative commands are used
2524 % in, e.g., the LaTeX logo and acronyms.
2526 % This all needs generalizing, badly.
2529 \def\assignfonts#1{%
2530 \expandafter\let\expandafter\rmfont\csname #1rm
\endcsname
2531 \expandafter\let\expandafter\itfont\csname #1it
\endcsname
2532 \expandafter\let\expandafter\slfont\csname #1sl
\endcsname
2533 \expandafter\let\expandafter\bffont\csname #1bf
\endcsname
2534 \expandafter\let\expandafter\ttfont\csname #1tt
\endcsname
2535 \expandafter\let\expandafter\smallcaps\csname #1sc
\endcsname
2536 \expandafter\let\expandafter\sffont \csname #1sf
\endcsname
2537 \expandafter\let\expandafter\ifont \csname #1i
\endcsname
2538 \expandafter\let\expandafter\syfont \csname #1sy
\endcsname
2539 \expandafter\let\expandafter\ttslfont\csname #1ttsl
\endcsname
2544 % Select smaller font size with the current style. Used to change font size
2545 % in, e.g., the LaTeX logo and acronyms. If we are using bold fonts for
2546 % normal roman text, also use bold fonts for roman text in the smaller size.
2547 \def\switchtolllsize{%
2548 \expandafter\assignfonts\expandafter{\lllsize}%
2552 \csname\curfontstyle\endcsname
2555 \def\switchtolsize{%
2556 \expandafter\assignfonts\expandafter{\lsize}%
2560 \csname\curfontstyle\endcsname
2563 \def\definefontsetatsize#1#2#3#4#5{%
2564 \expandafter\def\csname #1fonts
\endcsname{%
2565 \def\curfontsize{#1}%
2566 \def\lsize{#2}\def\lllsize{#3}%
2567 \csname rmisbold
#5\endcsname
2573 \definefontsetatsize{text
} {reduced
}{smaller
}{\textleading}{false
}
2574 \definefontsetatsize{title
} {chap
} {subsec
} {27pt
} {true
}
2575 \definefontsetatsize{chap
} {sec
} {text
} {19pt
} {true
}
2576 \definefontsetatsize{sec
} {subsec
} {reduced
}{17pt
} {true
}
2577 \definefontsetatsize{ssec
} {text
} {small
} {15pt
} {true
}
2578 \definefontsetatsize{reduced
}{small
} {smaller
}{10.5pt
}{false
}
2579 \definefontsetatsize{small
} {smaller
}{smaller
}{10.5pt
}{false
}
2580 \definefontsetatsize{smaller
}{smaller
}{smaller
}{9.5pt
} {false
}
2582 \def\titlefont#1{{\titlefonts\rm #1}}
2583 \let\subsecfonts =
\ssecfonts
2584 \let\subsubsecfonts =
\ssecfonts
2586 % Define these just so they can be easily changed for other fonts.
2587 \def\angleleft{$
\langle$
}
2588 \def\angleright{$
\rangle$
}
2590 % Set the fonts to use with the @small... environments.
2591 \let\smallexamplefonts =
\smallfonts
2593 % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample
2594 % can fit this many characters:
2595 % 8.5x11=86 smallbook=72 a4=90 a5=69
2596 % If we use \scriptfonts (8pt), then we can fit this many characters:
2597 % 8.5x11=90+ smallbook=80 a4=90+ a5=77
2598 % For me, subjectively, the few extra characters that fit aren't worth
2599 % the additional smallness of 8pt. So I'm making the default 9pt.
2601 % By the way, for comparison, here's what fits with @example (10pt):
2602 % 8.5x11=71 smallbook=60 a4=75 a5=58
2605 % Set up the default fonts, so we can use them for creating boxes.
2607 \definetextfontsizexi
2612 % Check if we are currently using a typewriter font. Since all the
2613 % Computer Modern typewriter fonts have zero interword stretch (and
2614 % shrink), and it is reasonable to expect all typewriter fonts to have
2615 % this property, we can check that font parameter.
2617 \def\ifmonospace{\ifdim\fontdimen3\font=
0pt
}
2619 % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will
2620 % define and register \INITMACRO to be called on markup style changes.
2621 % \INITMACRO can check \currentmarkupstyle for the innermost
2622 % style and the set of \ifmarkupSTYLE switches for all styles
2623 % currently in effect.
2627 %\newif\ifmarkupfile % @file == @samp.
2628 %\newif\ifmarkupoption % @option == @samp.
2631 %\newif\ifmarkupenv % @env == @code.
2632 %\newif\ifmarkupcommand % @command == @code.
2633 \newif\ifmarkuptex % @tex (and part of @math, for now).
2634 \newif\ifmarkupexample
2636 \newif\ifmarkupverbatim
2638 \let\currentmarkupstyle\empty
2640 \def\setupmarkupstyle#1{%
2641 \csname markup
#1true
\endcsname
2642 \def\currentmarkupstyle{#1}%
2646 \let\markupstylesetup\empty
2648 \def\defmarkupstylesetup#1{%
2649 \expandafter\def\expandafter\markupstylesetup
2650 \expandafter{\markupstylesetup #1}%
2654 % Markup style setup for left and right quotes.
2655 \defmarkupstylesetup\markupsetuplq{%
2656 \expandafter\let\expandafter \temp
2657 \csname markupsetuplq
\currentmarkupstyle\endcsname
2658 \ifx\temp\relax \markupsetuplqdefault \else \temp \fi
2661 \defmarkupstylesetup\markupsetuprq{%
2662 \expandafter\let\expandafter \temp
2663 \csname markupsetuprq
\currentmarkupstyle\endcsname
2664 \ifx\temp\relax \markupsetuprqdefault \else \temp \fi
2671 \gdef\markupsetuplqdefault{\let`
\lq}
2672 \gdef\markupsetuprqdefault{\let'
\rq}
2674 \gdef\markupsetcodequoteleft{\let`
\codequoteleft}
2675 \gdef\markupsetcodequoteright{\let'
\codequoteright}
2678 \let\markupsetuplqcode \markupsetcodequoteleft
2679 \let\markupsetuprqcode \markupsetcodequoteright
2681 \let\markupsetuplqexample \markupsetcodequoteleft
2682 \let\markupsetuprqexample \markupsetcodequoteright
2684 \let\markupsetuplqkbd \markupsetcodequoteleft
2685 \let\markupsetuprqkbd \markupsetcodequoteright
2687 \let\markupsetuplqsamp \markupsetcodequoteleft
2688 \let\markupsetuprqsamp \markupsetcodequoteright
2690 \let\markupsetuplqverb \markupsetcodequoteleft
2691 \let\markupsetuprqverb \markupsetcodequoteright
2693 \let\markupsetuplqverbatim \markupsetcodequoteleft
2694 \let\markupsetuprqverbatim \markupsetcodequoteright
2696 % Allow an option to not use regular directed right quote/apostrophe
2697 % (char 0x27), but instead the undirected quote from cmtt (char 0x0d).
2698 % The undirected quote is ugly, so don't make it the default, but it
2699 % works for pasting with more pdf viewers (at least evince), the
2700 % lilypond developers report. xpdf does work with the regular 0x27.
2702 \def\codequoteright{%
2703 \expandafter\ifx\csname SETtxicodequoteundirected
\endcsname\relax
2704 \expandafter\ifx\csname SETcodequoteundirected
\endcsname\relax
2710 % and a similar option for the left quote char vs. a grave accent.
2711 % Modern fonts display ASCII 0x60 as a grave accent, so some people like
2712 % the code environments to do likewise.
2714 \def\codequoteleft{%
2715 \expandafter\ifx\csname SETtxicodequotebacktick
\endcsname\relax
2716 \expandafter\ifx\csname SETcodequotebacktick
\endcsname\relax
2717 % [Knuth] pp. 380,381,391
2718 % \relax disables Spanish ligatures ?` and !` of \tt font.
2724 % Commands to set the quote options.
2726 \parseargdef\codequoteundirected{%
2729 \expandafter\let\csname SETtxicodequoteundirected
\endcsname
2731 \else\ifx\temp\offword
2732 \expandafter\let\csname SETtxicodequoteundirected
\endcsname
2735 \errhelp =
\EMsimple
2736 \errmessage{Unknown @codequoteundirected value `
\temp', must be on|off
}%
2740 \parseargdef\codequotebacktick{%
2743 \expandafter\let\csname SETtxicodequotebacktick
\endcsname
2745 \else\ifx\temp\offword
2746 \expandafter\let\csname SETtxicodequotebacktick
\endcsname
2749 \errhelp =
\EMsimple
2750 \errmessage{Unknown @codequotebacktick value `
\temp', must be on|off
}%
2754 % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font.
2755 \def\noligaturesquoteleft{\relax\lq}
2757 % Count depth in font-changes, for error checks
2758 \newcount\fontdepth \fontdepth=
0
2762 % #1 is the font command (\sl or \it), #2 is the text to slant.
2763 % If we are in a monospaced environment, however, 1) always use \ttsl,
2764 % and 2) do not add an italic correction.
2765 \def\dosmartslant#1#2{%
2767 {{\ttsl #2}\let\next=
\relax}%
2768 {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}%
2771 \def\smartslanted{\dosmartslant\sl}
2772 \def\smartitalic{\dosmartslant\it}
2774 % Output an italic correction unless \next (presumed to be the following
2775 % character) is such as not to need one.
2776 \def\smartitaliccorrection{%
2781 \else\ifx\next\comma%
2787 % Unconditional use \ttsl, and no ic. @var is set to this for defuns.
2788 \def\ttslanted#1{{\ttsl #1}}
2790 % @cite is like \smartslanted except unconditionally use \sl. We never want
2791 % ttsl for book titles, do we?
2792 \def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection}
2796 \let\saveaftersmartic =
\aftersmartic
2797 \def\aftersmartic{\null\let\aftersmartic=
\saveaftersmartic}%
2802 \let\slanted=
\smartslanted
2803 \let\dfn=
\smartslanted
2804 \let\emph=
\smartitalic
2806 % Explicit font changes: @r, @sc, undocumented @ii.
2807 \def\r#1{{\rm #1}} % roman font
2808 \def\sc#1{{\smallcaps#1}} % smallcaps font
2809 \def\ii#1{{\it #1}} % italic font
2811 % @b, explicit bold. Also @strong.
2815 % @sansserif, explicit sans.
2816 \def\sansserif#1{{\sf #1}}
2818 % We can't just use \exhyphenpenalty, because that only has effect at
2819 % the end of a paragraph. Restore normal hyphenation at the end of the
2820 % group within which \nohyphenation is presumably called.
2822 \def\nohyphenation{\hyphenchar\font = -
1 \aftergroup\restorehyphenation}
2823 \def\restorehyphenation{\hyphenchar\font = `-
}
2825 % Set sfcode to normal for the chars that usually have another value.
2826 % Can't use plain's \frenchspacing because it uses the `\x notation, and
2827 % sometimes \x has an active definition that messes things up.
2830 \def\plainfrenchspacing{%
2831 \sfcode`\.=\@m
\sfcode`\?=\@m
\sfcode`\!=\@m
2832 \sfcode`\:=\@m
\sfcode`\;=\@m
\sfcode`\,=\@m
2833 \def\endofsentencespacefactor{1000}% for @. and friends
2835 \def\plainnonfrenchspacing{%
2836 \sfcode`\
.3000\sfcode`\?
3000\sfcode`\!
3000
2837 \sfcode`\:
2000\sfcode`\;
1500\sfcode`\,
1250
2838 \def\endofsentencespacefactor{3000}% for @. and friends
2841 \def\endofsentencespacefactor{3000}% default
2843 % @t, explicit typewriter.
2845 {\tt \rawbackslash \plainfrenchspacing #1}%
2850 \def\samp#1{{\setupmarkupstyle{samp
}\lq\tclose{#1}\rq\null}}
2852 % @indicateurl is \samp, that is, with quotes.
2853 \let\indicateurl=
\samp
2855 % @code (and similar) prints in typewriter, but with spaces the same
2856 % size as normal in the surrounding text, without hyphenation, etc.
2857 % This is a subroutine for that.
2860 % Change normal interword space to be same as for the current font.
2861 \spaceskip =
\fontdimen2\font
2863 % Switch to typewriter.
2866 % But `\ ' produces the large typewriter interword space.
2867 \def\
{{\spaceskip =
0pt
{} }}%
2869 % Turn off hyphenation.
2876 \null % reset spacefactor to 1000
2879 % We *must* turn on hyphenation at `-' and `_' in @code.
2880 % (But see \codedashfinish below.)
2881 % Otherwise, it is too hard to avoid overfull hboxes
2882 % in the Emacs manual, the Library manual, etc.
2884 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
2885 % both hyphenation at - and hyphenation within words.
2886 % We must therefore turn them both off (\tclose does that)
2887 % and arrange explicitly to hyphenate at a dash. -- rms.
2889 \catcode`\-=
\active \catcode`
\_=
\active
2890 \catcode`\'=
\active \catcode`\`=
\active
2891 \global\let'=
\rq \global\let`=
\lq % default definitions
2893 \global\def\code{\begingroup
2894 \setupmarkupstyle{code
}%
2895 % The following should really be moved into \setupmarkupstyle handlers.
2896 \catcode\dashChar=
\active \catcode\underChar=
\active
2904 % Given -foo (with a single dash), we do not want to allow a break
2906 \global\let\codedashprev=
\codedash
2911 \gdef\codedash{\futurelet\next\codedashfinish}
2912 \gdef\codedashfinish{%
2913 \normaldash % always output the dash character itself.
2915 % Now, output a discretionary to allow a line break, unless
2916 % (a) the next character is a -, or
2917 % (b) the preceding character is a -.
2918 % E.g., given --posix, we do not want to allow a break after either -.
2919 % Given --foo-bar, we do want to allow a break between the - and the b.
2920 \ifx\next\codedash \else
2921 \ifx\codedashprev\codedash
2922 \else \discretionary{}{}{}\fi
2924 % we need the space after the = for the case when \next itself is a
2925 % space token; it would get swallowed otherwise. As in @code{- a}.
2926 \global\let\codedashprev=
\next
2931 \def\codex #1{\tclose{#1}\endgroup}
2934 % this is all so @math{@code{var_name}+1} can work. In math mode, _
2935 % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
2936 % will therefore expand the active definition of _, which is us
2937 % (inside @code that is), therefore an endless loop.
2939 \mathchar"
075F
% class 0=ordinary, family 7=ttfam, pos 0x5F=_.
2940 \else\normalunderscore \fi
2941 \discretionary{}{}{}}%
2945 % An additional complication: the above will allow breaks after, e.g.,
2946 % each of the four underscores in __typeof__. This is bad.
2947 % @allowcodebreaks provides a document-level way to turn breaking at -
2950 \newif\ifallowcodebreaks \allowcodebreakstrue
2952 \def\keywordtrue{true
}
2953 \def\keywordfalse{false
}
2955 \parseargdef\allowcodebreaks{%
2957 \ifx\txiarg\keywordtrue
2958 \allowcodebreakstrue
2959 \else\ifx\txiarg\keywordfalse
2960 \allowcodebreaksfalse
2962 \errhelp =
\EMsimple
2963 \errmessage{Unknown @allowcodebreaks option `
\txiarg', must be true|false
}%
2967 % For @command, @env, @file, @option quotes seem unnecessary,
2968 % so use \code rather than \samp.
2974 % @uref (abbreviation for `urlref') aka @url takes an optional
2975 % (comma-separated) second argument specifying the text to display and
2976 % an optional third arg as text to display instead of (rather than in
2977 % addition to) the url itself. First (mandatory) arg is the url.
2979 % TeX-only option to allow changing PDF output to show only the second
2980 % arg (if given), and not the url (which is then just the link target).
2981 \newif\ifurefurlonlylink
2983 % The main macro is \urefbreak, which allows breaking at expected
2984 % places within the url. (There used to be another version, which
2985 % didn't support automatic breaking.)
2986 \def\urefbreak{\begingroup \urefcatcodes \dourefbreak}
2987 \let\uref=
\urefbreak
2989 \def\dourefbreak#1{\urefbreakfinish #1,,,
\finish}
2990 \def\urefbreakfinish#1,
#2,
#3,
#4\finish{% doesn't work in @example
2993 \setbox0 =
\hbox{\ignorespaces #3}%
2995 \unhbox0 % third arg given, show only that
2997 \setbox0 =
\hbox{\ignorespaces #2}% look for second arg
3000 % For pdfTeX and LuaTeX
3002 % PDF plus option to not display url, show just arg
3005 % PDF, normally display both arg and url for consistency,
3006 % visibility, if the pdf is eventually used to print, etc.
3007 \unhbox0\ (
\urefcode{#1})
%
3010 \ifx\XeTeXrevision\thisisundefined
3011 \unhbox0\ (
\urefcode{#1})
% DVI, always show arg and url
3015 % PDF plus option to not display url, show just arg
3018 % PDF, normally display both arg and url for consistency,
3019 % visibility, if the pdf is eventually used to print, etc.
3020 \unhbox0\ (
\urefcode{#1})
%
3025 \urefcode{#1}% only url given, so show it
3031 % Allow line breaks around only a few characters (only).
3033 \catcode`\&=
\active \catcode`\.=
\active
3034 \catcode`\#=
\active \catcode`\?=
\active
3040 \global\def\urefcode{\begingroup
3041 \setupmarkupstyle{code
}%
3051 % By default, they are just regular characters.
3052 \global\def&
{\normalamp}
3053 \global\def.
{\normaldot}
3054 \global\def#
{\normalhash}
3055 \global\def?
{\normalquest}
3056 \global\def/
{\normalslash}
3059 % we put a little stretch before and after the breakable chars, to help
3060 % line breaking of long url's. The unequal skips make look better in
3061 % cmtt at least, especially for dots.
3062 \def\urefprestretchamount{.13em
}
3063 \def\urefpoststretchamount{.1em
}
3064 \def\urefprestretch{\urefprebreak \hskip0pt plus
\urefprestretchamount\relax}
3065 \def\urefpoststretch{\urefpostbreak \hskip0pt plus
\urefprestretchamount\relax}
3067 \def\urefcodeamp{\urefprestretch \&
\urefpoststretch}
3068 \def\urefcodedot{\urefprestretch .
\urefpoststretch}
3069 \def\urefcodehash{\urefprestretch \#
\urefpoststretch}
3070 \def\urefcodequest{\urefprestretch ?
\urefpoststretch}
3071 \def\urefcodeslash{\futurelet\next\urefcodeslashfinish}
3074 \global\def\urefcodeslashfinish{%
3075 \urefprestretch \slashChar
3076 % Allow line break only after the final / in a sequence of
3077 % slashes, to avoid line break between the slashes in http://.
3078 \ifx\next/
\else \urefpoststretch \fi
3082 % One more complication: by default we'll break after the special
3083 % characters, but some people like to break before the special chars, so
3084 % allow that. Also allow no breaking at all, for manual control.
3086 \parseargdef\urefbreakstyle{%
3088 \ifx\txiarg\wordnone
3089 \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak}
3090 \else\ifx\txiarg\wordbefore
3091 \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak}
3092 \else\ifx\txiarg\wordafter
3093 \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak}
3095 \errhelp =
\EMsimple
3096 \errmessage{Unknown @urefbreakstyle setting `
\txiarg'
}%
3099 \def\wordafter{after
}
3100 \def\wordbefore{before
}
3103 \urefbreakstyle after
3105 % @url synonym for @uref, since that's how everyone uses it.
3109 % rms does not like angle brackets --karl, 17may97.
3110 % So now @email is just like @uref, unless we are pdf.
3112 %\def\email#1{\angleleft{\tt #1}\angleright}
3114 \def\email#1{\doemail#1,,
\finish}
3115 \def\doemail#1,
#2,
#3\finish{\begingroup
3118 \setbox0 =
\hbox{\ignorespaces #2}%
3119 \ifdim\wd0>
0pt
\unhbox0\else\code{#1}\fi
3123 \ifx\XeTeXrevision\thisisundefined
3126 \def\email#1{\doemail#1,,
\finish}
3127 \def\doemail#1,
#2,
#3\finish{\begingroup
3130 \setbox0 =
\hbox{\ignorespaces #2}%
3131 \ifdim\wd0>
0pt
\unhbox0\else\code{#1}\fi
3137 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
3138 % `example' (@kbd uses ttsl only inside of @example and friends),
3139 % or `code' (@kbd uses normal tty font always).
3140 \parseargdef\kbdinputstyle{%
3142 \ifx\txiarg\worddistinct
3143 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
3144 \else\ifx\txiarg\wordexample
3145 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
3146 \else\ifx\txiarg\wordcode
3147 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
3149 \errhelp =
\EMsimple
3150 \errmessage{Unknown @kbdinputstyle setting `
\txiarg'
}%
3153 \def\worddistinct{distinct
}
3154 \def\wordexample{example
}
3157 % Default is `distinct'.
3158 \kbdinputstyle distinct
3160 % @kbd is like @code, except that if the argument is just one @key command,
3161 % then @kbd has no effect.
3162 \def\kbd#1{{\def\look{#1}\expandafter\kbdsub\look??
\par}}
3165 \def\kbdsub#1#2#3\par{%
3166 \def\one{#1}\def\three{#3}\def\threex{??
}%
3167 \ifx\one\xkey\ifx\threex\three \key{#2}%
3168 \else{\tclose{\kbdfont\setupmarkupstyle{kbd
}\look}}\fi
3169 \else{\tclose{\kbdfont\setupmarkupstyle{kbd
}\look}}\fi
3172 % definition of @key that produces a lozenge. Doesn't adjust to text size.
3173 %\setfont\keyrm\rmshape{8}{1000}{OT1}
3175 %\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
3176 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3177 % \vbox{\hrule\kern-0.4pt
3178 % \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
3179 % \kern-0.4pt\hrule}%
3180 % \kern-.06em\raise0.4pt\hbox{\angleright}}}}
3182 % definition of @key with no lozenge. If the current font is already
3183 % monospace, don't change it; that way, we respect @kbdinputstyle. But
3184 % if it isn't monospace, then use \tt.
3186 \def\key#1{{\setupmarkupstyle{key
}%
3188 \ifmonospace\else\tt\fi
3191 % @clicksequence{File @click{} Open ...}
3192 \def\clicksequence#1{\begingroup #1\endgroup}
3194 % @clickstyle @arrow (by default)
3195 \parseargdef\clickstyle{\def\click{#1}}
3198 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
3199 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
3201 \def\dmn#1{\thinspace #1}
3203 % @acronym for "FBI", "NATO", and the like.
3204 % We print this one point size smaller, since it's intended for
3207 \def\acronym#1{\doacronym #1,,
\finish}
3208 \def\doacronym#1,
#2,
#3\finish{%
3209 {\switchtolsize #1}%
3211 \ifx\temp\empty \else
3212 \space (
{\unsepspaces \ignorespaces \temp \unskip})
%
3214 \null % reset \spacefactor=1000
3217 % @abbr for "Comput. J." and the like.
3218 % No font change, but don't do end-of-sentence spacing.
3220 \def\abbr#1{\doabbr #1,,
\finish}
3221 \def\doabbr#1,
#2,
#3\finish{%
3222 {\plainfrenchspacing #1}%
3224 \ifx\temp\empty \else
3225 \space (
{\unsepspaces \ignorespaces \temp \unskip})
%
3227 \null % reset \spacefactor=1000
3230 % @asis just yields its argument. Used with @table, for example.
3234 % @math outputs its argument in math mode.
3236 % One complication: _ usually means subscripts, but it could also mean
3237 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
3238 % _ active, and distinguish by seeing if the current family is \slfam,
3239 % which is what @var uses.
3241 \catcode`
\_ =
\active
3242 \gdef\mathunderscore{%
3244 \def_{\ifnum\fam=
\slfam \_\else\sb\fi}%
3247 % Another complication: we want \\ (and @\) to output a math (or tt) \.
3248 % FYI, plain.tex uses \\ as a temporary control sequence (for no
3249 % particular reason), but this is not advertised and we don't care.
3251 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
3252 \def\mathbackslash{\ifnum\fam=
\ttfam \mathchar"
075C
\else\backslash \fi}
3255 \ifmmode\else % only go into math if not in math mode already
3258 \let\\ =
\mathbackslash
3260 % make the texinfo accent commands work in math mode
3270 % have to provide another name for sup operator
3272 $
\expandafter\finishmath\fi
3274 \def\finishmath#1{#1$
\endgroup} % Close the group opened by \tex.
3276 % Some active characters (such as <) are spaced differently in math.
3277 % We have to reset their definitions in case the @math was an argument
3278 % to a command which sets the catcodes (such as @item or @section).
3281 \catcode`^ =
\active
3282 \catcode`< =
\active
3283 \catcode`> =
\active
3284 \catcode`+ =
\active
3285 \catcode`' =
\active
3291 \let' =
\ptexquoteright
3295 % for @sub and @sup, if in math mode, just do a normal sub/superscript.
3296 % If in text, use math to place as sub/superscript, but switch
3297 % into text mode, with smaller fonts. This is a different font than the
3298 % one used for real math sub/superscripts (8pt vs. 7pt), but let's not
3299 % fix it (significant additions to font machinery) until someone notices.
3301 \def\sub{\ifmmode \expandafter\sb \else \expandafter\finishsub\fi}
3302 \def\finishsub#1{$
\sb{\hbox{\switchtolllsize #1}}$
}%
3304 \def\sup{\ifmmode \expandafter\ptexsp \else \expandafter\finishsup\fi}
3305 \def\finishsup#1{$
\ptexsp{\hbox{\switchtolllsize #1}}$
}%
3307 % @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}.
3308 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
3309 % except specified as a normal braced arg, so no newlines to worry about.
3311 \def\outfmtnametex{tex
}
3313 \long\def\inlinefmt#1{\doinlinefmt #1,
\finish}
3314 \long\def\doinlinefmt#1,
#2,
\finish{%
3315 \def\inlinefmtname{#1}%
3316 \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi
3319 % @inlinefmtifelse{FMTNAME,THEN-TEXT,ELSE-TEXT} expands THEN-TEXT if
3320 % FMTNAME is tex, else ELSE-TEXT.
3321 \long\def\inlinefmtifelse#1{\doinlinefmtifelse #1,,,
\finish}
3322 \long\def\doinlinefmtifelse#1,
#2,
#3,
#4,
\finish{%
3323 \def\inlinefmtname{#1}%
3324 \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\else \ignorespaces #3\fi
3327 % For raw, must switch into @tex before parsing the argument, to avoid
3328 % setting catcodes prematurely. Doing it this way means that, for
3329 % example, @inlineraw{html, foo{bar} gets a parse error instead of being
3330 % ignored. But this isn't important because if people want a literal
3331 % *right* brace they would have to use a command anyway, so they may as
3332 % well use a command to get a left brace too. We could re-use the
3333 % delimiter character idea from \verb, but it seems like overkill.
3335 \long\def\inlineraw{\tex \doinlineraw}
3336 \long\def\doinlineraw#1{\doinlinerawtwo #1,
\finish}
3337 \def\doinlinerawtwo#1,
#2,
\finish{%
3338 \def\inlinerawname{#1}%
3339 \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi
3340 \endgroup % close group opened by \tex.
3343 % @inlineifset{VAR, TEXT} expands TEXT if VAR is @set.
3345 \long\def\inlineifset#1{\doinlineifset #1,
\finish}
3346 \long\def\doinlineifset#1,
#2,
\finish{%
3347 \def\inlinevarname{#1}%
3348 \expandafter\ifx\csname SET
\inlinevarname\endcsname\relax
3349 \else\ignorespaces#2\fi
3352 % @inlineifclear{VAR, TEXT} expands TEXT if VAR is not @set.
3354 \long\def\inlineifclear#1{\doinlineifclear #1,
\finish}
3355 \long\def\doinlineifclear#1,
#2,
\finish{%
3356 \def\inlinevarname{#1}%
3357 \expandafter\ifx\csname SET
\inlinevarname\endcsname\relax \ignorespaces#2\fi
3364 % @@ prints an @, as does @atchar{}.
3368 % @{ @} @lbracechar{} @rbracechar{} all generate brace characters.
3369 \def\lbracechar{{\ifmonospace\char123\else\ensuremath\lbrace\fi}}
3370 \def\rbracechar{{\ifmonospace\char125\else\ensuremath\rbrace\fi}}
3374 % @comma{} to avoid , parsing problems.
3377 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
3378 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
3380 \let\dotaccent =
\ptexdot
3381 \def\ringaccent#1{{\accent23 #1}}
3382 \let\tieaccent =
\ptext
3383 \let\ubaraccent =
\ptexb
3384 \let\udotaccent =
\d
3386 % Other special characters: @questiondown @exclamdown @ordf @ordm
3387 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
3388 \def\questiondown{?`
}
3390 \def\ordf{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{a
}}}
3391 \def\ordm{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{o
}}}
3393 % Dotless i and dotless j, used for accents.
3398 \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi
3399 \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi
3400 \else \errmessage{@dotless can be used only with i or j
}%
3404 % The \TeX{} logo, as in plain, but resetting the spacing so that a
3405 % period following counts as ending a sentence. (Idea found in latex.)
3407 \edef\TeX{\TeX \spacefactor=
1000 }
3409 % @LaTeX{} logo. Not quite the same results as the definition in
3410 % latex.ltx, since we use a different font for the raised A; it's most
3411 % convenient for us to use an explicitly smaller font, rather than using
3412 % the \scriptstyle font (since we don't reset \scriptstyle and
3413 % \scriptscriptstyle).
3418 \vbox to
\ht0{\hbox{%
3419 \ifx\textnominalsize\xwordpt
3420 % for 10pt running text, lllsize (8pt) is too small for the A in LaTeX.
3421 % Revert to plain's \scriptsize, which is 7pt.
3422 \count255=
\the\fam $
\fam\count255 \scriptstyle A$
%
3424 % For 11pt, we can use our lllsize.
3434 % Some math mode symbols. Define \ensuremath to switch into math mode
3435 % unless we are already there. Expansion tricks may not be needed here,
3436 % but safer, and can't hurt.
3437 \def\ensuremath{\ifmmode \expandafter\asis \else\expandafter\ensuredmath \fi}
3438 \def\ensuredmath#1{$
\relax#1$
}
3440 \def\bullet{\ensuremath\ptexbullet}
3441 \def\geq{\ensuremath\ge}
3442 \def\leq{\ensuremath\le}
3443 \def\minus{\ensuremath-
}
3445 % @dots{} outputs an ellipsis using the current font.
3446 % We do .5em per period so that it has the same spacing in the cm
3447 % typewriter fonts as three actual period characters; on the other hand,
3448 % in other typewriter fonts three periods are wider than 1.5em. So do
3449 % whichever is larger.
3453 \setbox0=
\hbox{...
}% get width of three periods
3460 \hskip 0pt plus
.25fil
3461 .
\hskip 0pt plus1fil
3462 .
\hskip 0pt plus1fil
3463 .
\hskip 0pt plus
.5fil
3467 % @enddots{} is an end-of-sentence ellipsis.
3471 \spacefactor=
\endofsentencespacefactor
3474 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
3476 % Since these characters are used in examples, they should be an even number of
3477 % \tt widths. Each \tt character is 1en, so two makes it 1em.
3480 \def\arrow{\leavevmode\raise.05ex
\hbox to
1em
{\hfil$
\rightarrow$
\hfil}}
3481 \def\result{\leavevmode\raise.05ex
\hbox to
1em
{\hfil$
\Rightarrow$
\hfil}}
3482 \def\expansion{\leavevmode\hbox to
1em
{\hfil$
\mapsto$
\hfil}}
3483 \def\print{\leavevmode\lower.1ex
\hbox to
1em
{\hfil$
\dashv$
\hfil}}
3484 \def\equiv{\leavevmode\hbox to
1em
{\hfil$
\ptexequiv$
\hfil}}
3486 % The @error{} command.
3487 % Adapted from the TeXbook's \boxit.
3491 {\ttfont \global\dimen0 =
3em
}% Width of the box.
3492 \dimen2 =
.55pt
% Thickness of rules
3493 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
3494 \setbox0 =
\hbox{\kern-
.75pt
\reducedsf \putworderror\kern-
1.5pt
}
3496 \setbox\errorbox=
\hbox to
\dimen0{\hfil
3497 \hsize =
\dimen0 \advance\hsize by -
5.8pt
% Space to left+right.
3498 \advance\hsize by -
2\dimen2 % Rules.
3500 \hrule height
\dimen2
3501 \hbox{\vrule width
\dimen2 \kern3pt % Space to left of text.
3502 \vtop{\kern2.4pt
\box0 \kern2.4pt
}% Space above/below.
3503 \kern3pt\vrule width
\dimen2}% Space to right.
3504 \hrule height
\dimen2}
3507 \def\error{\leavevmode\lower.7ex
\copy\errorbox}
3509 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
3511 \def\pounds{{\it\$
}}
3513 % @euro{} comes from a separate font, depending on the current style.
3514 % We use the free feym* fonts from the eurosym package by Henrik
3515 % Theiling, which support regular, slanted, bold and bold slanted (and
3516 % "outlined" (blackboard board, sort of) versions, which we don't need).
3517 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
3519 % Although only regular is the truly official Euro symbol, we ignore
3520 % that. The Euro is designed to be slightly taller than the regular
3526 % feybo - bold slanted
3528 % There is no good (free) typewriter version, to my knowledge.
3529 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
3532 % Also doesn't work in math. Do we need to do math with euro symbols?
3536 \def\euro{{\eurofont e
}}
3538 % We set the font at each command, rather than predefining it in
3539 % \textfonts and the other font-switching commands, so that
3540 % installations which never need the symbol don't have to have the
3543 % There is only one designed size (nominal 10pt), so we always scale
3544 % that to the current nominal size.
3546 % By the way, simply using "at 1em" works for cmr10 and the like, but
3547 % does not work for cmbx10 and other extended/shrunken fonts.
3549 \def\eurosize{\csname\curfontsize nominalsize
\endcsname}%
3551 \ifx\curfontstyle\bfstylename
3553 \font\thiseurofont =
\ifusingit{feybo10
}{feybr10
} at
\eurosize
3556 \font\thiseurofont =
\ifusingit{feymo10
}{feymr10
} at
\eurosize
3561 % Glyphs from the EC fonts. We don't use \let for the aliases, because
3562 % sometimes we redefine the original macro, and the alias should reflect
3565 % Use LaTeX names for the Icelandic letters.
3566 \def\DH{{\ecfont \char"D0
}} % Eth
3567 \def\dh{{\ecfont \char"F0
}} % eth
3568 \def\TH{{\ecfont \char"DE
}} % Thorn
3569 \def\th{{\ecfont \char"FE
}} % thorn
3571 \def\guillemetleft{{\ecfont \char"
13}}
3572 \def\guillemotleft{\guillemetleft}
3573 \def\guillemetright{{\ecfont \char"
14}}
3574 \def\guillemotright{\guillemetright}
3575 \def\guilsinglleft{{\ecfont \char"
0E
}}
3576 \def\guilsinglright{{\ecfont \char"
0F
}}
3577 \def\quotedblbase{{\ecfont \char"
12}}
3578 \def\quotesinglbase{{\ecfont \char"
0D
}}
3580 % This positioning is not perfect (see the ogonek LaTeX package), but
3581 % we have the precomposed glyphs for the most common cases. We put the
3582 % tests to use those glyphs in the single \ogonek macro so we have fewer
3583 % dummy definitions to worry about for index entries, etc.
3585 % ogonek is also used with other letters in Lithuanian (IOU), but using
3586 % the precomposed glyphs for those is not so easy since they aren't in
3590 \ifx\temp\macrocharA\Aogonek
3591 \else\ifx\temp\macrochara\aogonek
3592 \else\ifx\temp\macrocharE\Eogonek
3593 \else\ifx\temp\macrochare\eogonek
3595 \ecfont \setbox0=
\hbox{#1}%
3596 \ifdim\ht0=
1ex
\accent"
0C
#1%
3597 \else\ooalign{\unhbox0\crcr\hidewidth\char"
0C
\hidewidth}%
3602 \def\Aogonek{{\ecfont \char"
81}}\def\macrocharA{A
}
3603 \def\aogonek{{\ecfont \char"A1
}}\def\macrochara{a
}
3604 \def\Eogonek{{\ecfont \char"
86}}\def\macrocharE{E
}
3605 \def\eogonek{{\ecfont \char"A6
}}\def\macrochare{e
}
3607 % Use the European Computer Modern fonts (cm-super in outline format)
3608 % for non-CM glyphs. That is ec* for regular text and tc* for the text
3609 % companion symbols (LaTeX TS1 encoding). Both are part of the ec
3610 % package and follow the same conventions.
3612 \def\ecfont{\etcfont{e
}}
3613 \def\tcfont{\etcfont{t
}}
3616 % We can't distinguish serif/sans and italic/slanted, but this
3617 % is used for crude hacks anyway (like adding French and German
3618 % quotes to documents typeset with CM, where we lose kerning), so
3619 % hopefully nobody will notice/care.
3620 \edef\ecsize{\csname\curfontsize ecsize
\endcsname}%
3621 \edef\nominalsize{\csname\curfontsize nominalsize
\endcsname}%
3624 \font\thisecfont =
#1ctt
\ecsize \space at
\nominalsize
3626 \ifx\curfontstyle\bfstylename
3628 \font\thisecfont =
#1cb
\ifusingit{i
}{x
}\ecsize \space at
\nominalsize
3631 \font\thisecfont =
#1c
\ifusingit{ti
}{rm
}\ecsize \space at
\nominalsize
3637 % @registeredsymbol - R in a circle. The font for the R should really
3638 % be smaller yet, but lllsize is the best we can do for now.
3639 % Adapted from the plain.tex definition of \copyright.
3641 \def\registeredsymbol{%
3642 $^
{{\ooalign{\hfil\raise.07ex
\hbox{\switchtolllsize R
}%
3647 % @textdegree - the normal degrees sign.
3649 \def\textdegree{$^
\circ$
}
3651 % Laurent Siebenmann reports \Orb undefined with:
3652 % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38
3653 % so we'll define it if necessary.
3655 \ifx\Orb\thisisundefined
3656 \def\Orb{\mathhexbox20D}
3660 \chardef\quotedblleft="
5C
3661 \chardef\quotedblright=`\"
3662 \chardef\quoteleft=`\`
3663 \chardef\quoteright=`\'
3666 \message{page headings,
}
3668 \newskip\titlepagetopglue \titlepagetopglue =
1.5in
3669 \newskip\titlepagebottomglue \titlepagebottomglue =
2pc
3671 % First the title page. Must do @settitle before @titlepage.
3673 \newif\iffinishedtitlepage
3675 % @setcontentsaftertitlepage used to do an implicit @contents or
3676 % @shortcontents after @end titlepage, but it is now obsolete.
3677 \def\setcontentsaftertitlepage{%
3678 \errmessage{@setcontentsaftertitlepage has been removed as a Texinfo
3679 command; move your @contents command if you want the contents
3680 after the title page.
}}%
3681 \def\setshortcontentsaftertitlepage{%
3682 \errmessage{@setshortcontentsaftertitlepage has been removed as a Texinfo
3683 command; move your @shortcontents and @contents commands if you
3684 want the contents after the title page.
}}%
3686 \parseargdef\shorttitlepage{%
3687 \begingroup \hbox{}\vskip 1.5in
\chaprm \centerline{#1}%
3688 \endgroup\page\hbox{}\page}
3691 % Open one extra group, as we want to close it in the middle of \Etitlepage.
3693 \parindent=
0pt
\textfonts
3694 % Leave some space at the very top of the page.
3695 \vglue\titlepagetopglue
3696 % No rule at page bottom unless we print one at the top with @title.
3697 \finishedtitlepagetrue
3699 % Most title ``pages'' are actually two pages long, with space
3700 % at the top of the second. We don't want the ragged left on the second.
3701 \let\oldpage =
\page
3703 \iffinishedtitlepage\else
3706 \let\page =
\oldpage
3713 \iffinishedtitlepage\else
3716 % It is important to do the page break before ending the group,
3717 % because the headline and footline are only empty inside the group.
3718 % If we use the new definition of \page, we always get a blank page
3719 % after the title page, which we certainly don't want.
3723 % Need this before the \...aftertitlepage checks so that if they are
3724 % in effect the toc pages will come out with page numbers.
3728 \def\finishtitlepage{%
3729 \vskip4pt \hrule height
2pt width
\hsize
3730 \vskip\titlepagebottomglue
3731 \finishedtitlepagetrue
3734 % Settings used for typesetting titles: no hyphenation, no indentation,
3735 % don't worry much about spacing, ragged right. This should be used
3736 % inside a \vbox, and fonts need to be set appropriately first. \par should
3737 % be specified before the end of the \vbox, since a vbox is a group.
3739 \def\raggedtitlesettings{%
3741 \hyphenpenalty=
10000
3747 % Macros to be used within @titlepage:
3749 \let\subtitlerm=
\rmfont
3750 \def\subtitlefont{\subtitlerm \normalbaselineskip =
13pt
\normalbaselines}
3752 \parseargdef\title{%
3754 \vbox{\titlefonts \raggedtitlesettings #1\par}%
3755 % print a rule at the page bottom also.
3756 \finishedtitlepagefalse
3757 \vskip4pt \hrule height
4pt width
\hsize \vskip4pt
3760 \parseargdef\subtitle{%
3762 {\subtitlefont \rightline{#1}}%
3765 % @author should come last, but may come many times.
3766 % It can also be used inside @quotation.
3768 \parseargdef\author{%
3769 \def\temp{\quotation}%
3771 \def\quotationauthor{#1}% printed in \Equotation.
3774 \ifseenauthor\else \vskip 0pt plus
1filll
\seenauthortrue \fi
3775 {\secfonts\rm \leftline{#1}}%
3780 % Set up page headings and footings.
3782 \let\thispage=
\folio
3784 \newtoks\evenheadline % headline on even pages
3785 \newtoks\oddheadline % headline on odd pages
3786 \newtoks\evenfootline % footline on even pages
3787 \newtoks\oddfootline % footline on odd pages
3789 % Now make \makeheadline and \makefootline in Plain TeX use those variables
3790 \headline=
{{\textfonts\rm \ifodd\pageno \the\oddheadline
3791 \else \the\evenheadline \fi}}
3792 \footline=
{{\textfonts\rm \ifodd\pageno \the\oddfootline
3793 \else \the\evenfootline \fi}\HEADINGShook}
3794 \let\HEADINGShook=
\relax
3796 % Commands to set those variables.
3797 % For example, this is what @headings on does
3798 % @evenheading @thistitle|@thispage|@thischapter
3799 % @oddheading @thischapter|@thispage|@thistitle
3800 % @evenfooting @thisfile||
3801 % @oddfooting ||@thisfile
3804 \def\evenheading{\parsearg\evenheadingxxx}
3805 \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|
\finish}
3806 \def\evenheadingyyy #1\|
#2\|
#3\|
#4\finish{%
3807 \global\evenheadline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
3809 \def\oddheading{\parsearg\oddheadingxxx}
3810 \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|
\finish}
3811 \def\oddheadingyyy #1\|
#2\|
#3\|
#4\finish{%
3812 \global\oddheadline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
3814 \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
3816 \def\evenfooting{\parsearg\evenfootingxxx}
3817 \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|
\finish}
3818 \def\evenfootingyyy #1\|
#2\|
#3\|
#4\finish{%
3819 \global\evenfootline=
{\rlap{\centerline{#2}}\line{#1\hfil#3}}}
3821 \def\oddfooting{\parsearg\oddfootingxxx}
3822 \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|
\finish}
3823 \def\oddfootingyyy #1\|
#2\|
#3\|
#4\finish{%
3824 \global\oddfootline =
{\rlap{\centerline{#2}}\line{#1\hfil#3}}%
3826 % Leave some space for the footline. Hopefully ok to assume
3827 % @evenfooting will not be used by itself.
3828 \global\advance\txipageheight by -
12pt
3829 \global\advance\vsize by -
12pt
3832 \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}}
3834 % @evenheadingmarks top \thischapter <- chapter at the top of a page
3835 % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page
3837 % The same set of arguments for:
3842 % @everyheadingmarks
3843 % @everyfootingmarks
3845 % These define \getoddheadingmarks, \getevenheadingmarks,
3846 % \getoddfootingmarks, and \getevenfootingmarks, each to one of
3847 % \gettopheadingmarks, \getbottomheadingmarks.
3849 \def\evenheadingmarks{\headingmarks{even
}{heading
}}
3850 \def\oddheadingmarks{\headingmarks{odd
}{heading
}}
3851 \def\evenfootingmarks{\headingmarks{even
}{footing
}}
3852 \def\oddfootingmarks{\headingmarks{odd
}{footing
}}
3853 \parseargdef\everyheadingmarks{\headingmarks{even
}{heading
}{#1}
3854 \headingmarks{odd
}{heading
}{#1} }
3855 \parseargdef\everyfootingmarks{\headingmarks{even
}{footing
}{#1}
3856 \headingmarks{odd
}{footing
}{#1} }
3857 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
3858 \def\headingmarks#1#2#3 {%
3859 \expandafter\let\expandafter\temp \csname get
#3headingmarks
\endcsname
3860 \global\expandafter\let\csname get
#1#2marks
\endcsname \temp
3863 \everyheadingmarks bottom
3864 \everyfootingmarks bottom
3866 % @headings double turns headings on for double-sided printing.
3867 % @headings single turns headings on for single-sided printing.
3868 % @headings off turns them off.
3869 % @headings on same as @headings double, retained for compatibility.
3870 % @headings after turns on double-sided headings after this page.
3871 % @headings doubleafter turns on double-sided headings after this page.
3872 % @headings singleafter turns on single-sided headings after this page.
3873 % By default, they are off at the start of a document,
3874 % and turned `on' after @end titlepage.
3876 \parseargdef\headings{\csname HEADINGS
#1\endcsname}
3878 \def\headingsoff{% non-global headings elimination
3879 \evenheadline=
{\hfil}\evenfootline=
{\hfil}%
3880 \oddheadline=
{\hfil}\oddfootline=
{\hfil}%
3883 \def\HEADINGSoff{{\globaldefs=
1 \headingsoff}} % global setting
3884 \HEADINGSoff % it's the default
3886 % When we turn headings on, set the page number to 1.
3887 % For double-sided printing, put current file name in lower left corner,
3888 % chapter name on inside top of right hand pages, document
3889 % title on inside top of left hand pages, and page numbers on outside top
3890 % edge of all pages.
3891 \def\HEADINGSdouble{%
3893 \global\evenfootline=
{\hfil}
3894 \global\oddfootline=
{\hfil}
3895 \global\evenheadline=
{\line{\folio\hfil\thistitle}}
3896 \global\oddheadline=
{\line{\thischapterheading\hfil\folio}}
3897 \global\let\contentsalignmacro =
\chapoddpage
3899 \let\contentsalignmacro =
\chappager
3901 % For single-sided printing, chapter title goes across top left of page,
3902 % page number on top right.
3903 \def\HEADINGSsingle{%
3905 \global\evenfootline=
{\hfil}
3906 \global\oddfootline=
{\hfil}
3907 \global\evenheadline=
{\line{\thischapterheading\hfil\folio}}
3908 \global\oddheadline=
{\line{\thischapterheading\hfil\folio}}
3909 \global\let\contentsalignmacro =
\chappager
3911 \def\HEADINGSon{\HEADINGSdouble}
3913 \def\HEADINGSafter{\let\HEADINGShook=
\HEADINGSdoublex}
3914 \let\HEADINGSdoubleafter=
\HEADINGSafter
3915 \def\HEADINGSdoublex{%
3916 \global\evenfootline=
{\hfil}
3917 \global\oddfootline=
{\hfil}
3918 \global\evenheadline=
{\line{\folio\hfil\thistitle}}
3919 \global\oddheadline=
{\line{\thischapterheading\hfil\folio}}
3920 \global\let\contentsalignmacro =
\chapoddpage
3923 \def\HEADINGSsingleafter{\let\HEADINGShook=
\HEADINGSsinglex}
3924 \def\HEADINGSsinglex{%
3925 \global\evenfootline=
{\hfil}
3926 \global\oddfootline=
{\hfil}
3927 \global\evenheadline=
{\line{\thischapterheading\hfil\folio}}
3928 \global\oddheadline=
{\line{\thischapterheading\hfil\folio}}
3929 \global\let\contentsalignmacro =
\chappager
3932 % Subroutines used in generating headings
3933 % This produces Day Month Year style of output.
3934 % Only define if not already defined, in case a txi-??.tex file has set
3935 % up a different format (e.g., txi-cs.tex does this).
3936 \ifx\today\thisisundefined
3940 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
3941 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
3942 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
3947 % @settitle line... specifies the title of the document, for headings.
3948 % It generates no output of its own.
3949 \def\thistitle{\putwordNoTitle}
3950 \def\settitle{\parsearg{\gdef\thistitle}}
3954 % Tables -- @table, @ftable, @vtable, @item(x).
3956 % default indentation of table text
3957 \newdimen\tableindent \tableindent=
.8in
3958 % default indentation of @itemize and @enumerate text
3959 \newdimen\itemindent \itemindent=
.3in
3960 % margin between end of table item and start of table text.
3961 \newdimen\itemmargin \itemmargin=
.1in
3963 % used internally for \itemindent minus \itemmargin
3966 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
3968 % They also define \itemindex
3969 % to index the item name in whatever manner is desired (perhaps none).
3971 \newif\ifitemxneedsnegativevskip
3973 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-
\parskip\nobreak\fi}
3975 \def\internalBitem{\smallbreak \parsearg\itemzzz}
3976 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
3978 \def\itemzzz #1{\begingroup %
3979 \advance\hsize by -
\rightskip
3980 \advance\hsize by -
\tableindent
3981 \setbox0=
\hbox{\itemindicate{#1}}%
3983 \nobreak % This prevents a break before @itemx.
3985 % If the item text does not fit in the space we have, put it on a line
3986 % by itself, and do not allow a page break either before or after that
3987 % line. We do not start a paragraph here because then if the next
3988 % command is, e.g., @kindex, the whatsit would get put into the
3989 % horizontal list on a line by itself, resulting in extra blank space.
3990 \ifdim \wd0>
\itemmax
3992 % Make this a paragraph so we get the \parskip glue and wrapping,
3993 % but leave it ragged-right.
3995 \advance\leftskip by-
\tableindent
3996 \advance\hsize by
\tableindent
3997 \advance\rightskip by0pt plus1fil
\relax
3998 \leavevmode\unhbox0\par
4001 % We're going to be starting a paragraph, but we don't want the
4002 % \parskip glue -- logically it's part of the @item we just started.
4003 \nobreak \vskip-
\parskip
4005 % Stop a page break at the \parskip glue coming up. However, if
4006 % what follows is an environment such as @example, there will be no
4007 % \parskip glue; then the negative vskip we just inserted would
4008 % cause the example and the item to crash together. So we use this
4009 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
4010 % \parskip glue after all. Section titles are handled this way also.
4014 \itemxneedsnegativevskipfalse
4016 % The item text fits into the space. Start a paragraph, so that the
4017 % following text (if any) will end up on the same line.
4019 % Do this with kerns and \unhbox so that if there is a footnote in
4020 % the item text, it can migrate to the main vertical list and
4021 % eventually be printed.
4022 \nobreak\kern-
\tableindent
4023 \dimen0 =
\itemmax \advance\dimen0 by
\itemmargin \advance\dimen0 by -
\wd0
4025 \nobreak\kern\dimen0
4027 \itemxneedsnegativevskiptrue
4031 \def\item{\errmessage{@item while not in a list environment
}}
4032 \def\itemx{\errmessage{@itemx while not in a list environment
}}
4034 % @table, @ftable, @vtable.
4036 \let\itemindex\gobble
4040 \def\itemindex #
#1{\doind {fn
}{\code{#
#1}}}%
4041 \tablecheck{ftable
}%
4044 \def\itemindex #
#1{\doind {vr
}{\code{#
#1}}}%
4045 \tablecheck{vtable
}%
4048 \ifnum \the\catcode`\^^M=
\active
4050 \errmessage{This command won't work in this context; perhaps the problem is
4051 that we are
\inenvironment\thisenv}%
4052 \def\next{\doignore{#1}}%
4059 \def\itemindicate{#1}%
4064 \makevalueexpandable
4065 \edef\temp{\noexpand\tablez #1\space\space\space}%
4069 \def\tablez #1 #2 #3 #4\endtablez{%
4071 \ifnum 0#1>
0 \advance \leftskip by
#1\mil \fi
4072 \ifnum 0#2>
0 \tableindent=
#2\mil \fi
4073 \ifnum 0#3>
0 \advance \rightskip by
#3\mil \fi
4074 \itemmax=
\tableindent
4075 \advance \itemmax by -
\itemmargin
4076 \advance \leftskip by
\tableindent
4077 \exdentamount=
\tableindent
4079 \parskip =
\smallskipamount
4080 \ifdim \parskip=
0pt
\parskip=
2pt
\fi
4081 \let\item =
\internalBitem
4082 \let\itemx =
\internalBitemx
4084 \def\Etable{\endgraf\afterenvbreak}
4087 \let\Eitemize\Etable
4088 \let\Eenumerate\Etable
4090 % This is the counter used by @enumerate, which is really @itemize
4094 \envdef\itemize{\parsearg\doitemize}
4098 \itemmax=
\itemindent
4099 \advance\itemmax by -
\itemmargin
4100 \advance\leftskip by
\itemindent
4101 \exdentamount=
\itemindent
4103 \parskip=
\smallskipamount
4104 \ifdim\parskip=
0pt
\parskip=
2pt
\fi
4106 % Try typesetting the item mark so that if the document erroneously says
4107 % something like @itemize @samp (intending @table), there's an error
4108 % right away at the @itemize. It's not the best error message in the
4109 % world, but it's better than leaving it to the @item. This means if
4110 % the user wants an empty mark, they have to say @w{} not just @w.
4111 \def\itemcontents{#1}%
4112 \setbox0 =
\hbox{\itemcontents}%
4114 % @itemize with no arg is equivalent to @itemize @bullet.
4115 \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi
4117 \let\item=
\itemizeitem
4120 % Definition of @item while inside @itemize and @enumerate.
4123 \advance\itemno by
1 % for enumerations
4124 {\let\par=
\endgraf \smallbreak}% reasonable place to break
4126 % If the document has an @itemize directly after a section title, a
4127 % \nobreak will be last on the list, and \sectionheading will have
4128 % done a \vskip-\parskip. In that case, we don't want to zero
4129 % parskip, or the item text will crash with the heading. On the
4130 % other hand, when there is normal text preceding the item (as there
4131 % usually is), we do want to zero parskip, or there would be too much
4132 % space. In that case, we won't have a \nobreak before. At least
4133 % that's the theory.
4134 \ifnum\lastpenalty<
10000 \parskip=
0in
\fi
4136 \hbox to
0pt
{\hss \itemcontents \kern\itemmargin}%
4139 \vadjust{\penalty 1200}% not good to break after first line of item.
4141 % We can be in inner vertical mode in a footnote, although an
4142 % @itemize looks awful there.
4147 % \splitoff TOKENS\endmark defines \first to be the first token in
4148 % TOKENS, and \rest to be the remainder.
4150 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
4152 % Allow an optional argument of an uppercase letter, lowercase letter,
4153 % or number, to specify the first label in the enumerated list. No
4154 % argument is the same as `1'.
4156 \envparseargdef\enumerate{\enumeratey #1 \endenumeratey}
4157 \def\enumeratey #1 #2\endenumeratey{%
4158 % If we were given no argument, pretend we were given `1'.
4160 \ifx\thearg\empty \def\thearg{1}\fi
4162 % Detect if the argument is a single token. If so, it might be a
4163 % letter. Otherwise, the only valid thing it can be is a number.
4164 % (We will always have one token, because of the test we just made.
4165 % This is a good thing, since \splitoff doesn't work given nothing at
4166 % all -- the first parameter is undelimited.)
4167 \expandafter\splitoff\thearg\endmark
4169 % Only one token in the argument. It could still be anything.
4170 % A ``lowercase letter'' is one whose \lccode is nonzero.
4171 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
4172 % not equal to itself.
4173 % Otherwise, we assume it's a number.
4175 % We need the \relax at the end of the \ifnum lines to stop TeX from
4176 % continuing to look for a <number>.
4178 \ifnum\lccode\expandafter`
\thearg=
0\relax
4179 \numericenumerate % a number (we hope)
4182 \ifnum\lccode\expandafter`
\thearg=
\expandafter`
\thearg\relax
4183 \lowercaseenumerate % lowercase letter
4185 \uppercaseenumerate % uppercase letter
4189 % Multiple tokens in the argument. We hope it's a number.
4194 % An @enumerate whose labels are integers. The starting integer is
4197 \def\numericenumerate{%
4199 \startenumeration{\the\itemno}%
4202 % The starting (lowercase) letter is in \thearg.
4203 \def\lowercaseenumerate{%
4204 \itemno =
\expandafter`
\thearg
4206 % Be sure we're not beyond the end of the alphabet.
4208 \errmessage{No more lowercase letters in @enumerate; get a bigger
4215 % The starting (uppercase) letter is in \thearg.
4216 \def\uppercaseenumerate{%
4217 \itemno =
\expandafter`
\thearg
4219 % Be sure we're not beyond the end of the alphabet.
4221 \errmessage{No more uppercase letters in @enumerate; get a bigger
4228 % Call \doitemize, adding a period to the first argument and supplying the
4229 % common last two arguments. Also subtract one from the initial value in
4230 % \itemno, since @item increments \itemno.
4232 \def\startenumeration#1{%
4233 \advance\itemno by -
1
4234 \doitemize{#1.
}\flushcr
4237 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
4240 \def\alphaenumerate{\enumerate{a
}}
4241 \def\capsenumerate{\enumerate{A
}}
4242 \def\Ealphaenumerate{\Eenumerate}
4243 \def\Ecapsenumerate{\Eenumerate}
4246 % @multitable macros
4247 % Amy Hendrickson, 8/18/94, 3/6/96
4249 % @multitable ... @end multitable will make as many columns as desired.
4250 % Contents of each column will wrap at width given in preamble. Width
4251 % can be specified either with sample text given in a template line,
4252 % or in percent of \hsize, the current width of text on page.
4254 % Table can continue over pages but will only break between lines.
4258 % Either define widths of columns in terms of percent of \hsize:
4259 % @multitable @columnfractions .25 .3 .45
4262 % Numbers following @columnfractions are the percent of the total
4263 % current hsize to be used for each column. You may use as many
4264 % columns as desired.
4267 % Or use a template:
4268 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
4270 % using the widest term desired in each column.
4272 % Each new table line starts with @item, each subsequent new column
4273 % starts with @tab. Empty columns may be produced by supplying @tab's
4274 % with nothing between them for as many times as empty columns are needed,
4275 % ie, @tab@tab@tab will produce two empty columns.
4277 % @item, @tab do not need to be on their own lines, but it will not hurt
4280 % Sample multitable:
4282 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
4283 % @item first col stuff @tab second col stuff @tab third col
4290 % @item first col stuff @tab second col stuff
4291 % @tab Many paragraphs of text may be used in any column.
4293 % They will wrap at the width determined by the template.
4294 % @item@tab@tab This will be in third column.
4297 % Default dimensions may be reset by user.
4298 % @multitableparskip is vertical space between paragraphs in table.
4299 % @multitableparindent is paragraph indent in table.
4300 % @multitablecolmargin is horizontal space to be left between columns.
4301 % @multitablelinespace is space to leave between table items, baseline
4303 % 0pt means it depends on current normal line spacing.
4305 \newskip\multitableparskip
4306 \newskip\multitableparindent
4307 \newdimen\multitablecolspace
4308 \newskip\multitablelinespace
4309 \multitableparskip=
0pt
4310 \multitableparindent=
6pt
4311 \multitablecolspace=
12pt
4312 \multitablelinespace=
0pt
4314 % Macros used to set up halign preamble:
4316 \let\endsetuptable\relax
4317 \def\xendsetuptable{\endsetuptable}
4318 \let\columnfractions\relax
4319 \def\xcolumnfractions{\columnfractions}
4322 % #1 is the @columnfraction, usually a decimal number like .5, but might
4323 % be just 1. We just use it, whatever it is.
4325 \def\pickupwholefraction#1 {%
4326 \global\advance\colcount by
1
4327 \expandafter\xdef\csname col
\the\colcount\endcsname{#1\hsize}%
4334 \ifx\firstarg\xendsetuptable
4337 \ifx\firstarg\xcolumnfractions
4338 \global\setpercenttrue
4341 \let\go\pickupwholefraction
4343 \global\advance\colcount by
1
4344 \setbox0=
\hbox{#1\unskip\space}% Add a normal word space as a
4345 % separator; typically that is always in the input, anyway.
4346 \expandafter\xdef\csname col
\the\colcount\endcsname{\the\wd0}%
4349 \ifx\go\pickupwholefraction
4350 % Put the argument back for the \pickupwholefraction call, so
4351 % we'll always have a period there to be parsed.
4352 \def\go{\pickupwholefraction#1}%
4354 \let\go =
\setuptable
4360 % multitable-only commands.
4362 % @headitem starts a heading row, which we typeset in bold. Assignments
4363 % have to be global since we are inside the implicit group of an
4364 % alignment entry. \everycr below resets \everytab so we don't have to
4365 % undo it ourselves.
4366 \def\headitemfont{\b}% for people to use in the template row; not changeable
4368 \checkenv\multitable
4370 \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings
4371 \global\everytab=
{\bf}% can't use \headitemfont since the parsing differs
4372 \the\everytab % for the first item
4375 % default for tables with no headings.
4376 \let\headitemcrhook=
\relax
4378 % A \tab used to include \hskip1sp. But then the space in a template
4379 % line is not enough. That is bad. So let's go back to just `&' until
4380 % we again encounter the problem the 1sp was intended to solve.
4381 % --karl, nathan@acm.org, 20apr99.
4382 \def\tab{\checkenv\multitable &
\the\everytab}%
4384 % @multitable ... @end multitable definitions:
4386 \newtoks\everytab % insert after every tab.
4388 \envdef\multitable{%
4392 % @item within a multitable starts a normal row.
4393 % We use \def instead of \let so that if one of the multitable entries
4394 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
4395 % \endtemplate) expanding \doitemize.
4400 \setmultitablespacing
4401 \parskip=
\multitableparskip
4402 \parindent=
\multitableparindent
4408 \global\everytab=
{}% Reset from possible headitem.
4409 \global\colcount=
0 % Reset the column counter.
4411 % Check for saved footnotes, etc.:
4414 % Perhaps a \nobreak, then reset:
4416 \global\let\headitemcrhook=
\relax
4420 \parsearg\domultitable
4422 \def\domultitable#1{%
4423 % To parse everything between @multitable and @item:
4424 \setuptable#1 \endsetuptable
4426 % This preamble sets up a generic column definition, which will
4427 % be used as many times as user calls for columns.
4428 % \vtop will set a single line and will also let text wrap and
4429 % continue for many paragraphs if desired.
4431 \global\advance\colcount by
1
4434 % Use the current \colcount to find the correct column width:
4435 \hsize=
\expandafter\csname col
\the\colcount\endcsname
4437 % In order to keep entries from bumping into each other
4438 % we will add a \leftskip of \multitablecolspace to all columns after
4441 % If a template has been used, we will add \multitablecolspace
4442 % to the width of each template entry.
4444 % If the user has set preamble in terms of percent of \hsize we will
4445 % use that dimension as the width of the column, and the \leftskip
4446 % will keep entries from bumping into each other. Table will start at
4447 % left margin and final column will justify at right margin.
4449 % Make sure we don't inherit \rightskip from the outer environment.
4452 % The first column will be indented with the surrounding text.
4453 \advance\hsize by
\leftskip
4456 % If user has not set preamble in terms of percent of \hsize
4457 % we will advance \hsize by \multitablecolspace.
4458 \advance\hsize by
\multitablecolspace
4460 % In either case we will make \leftskip=\multitablecolspace:
4461 \leftskip=
\multitablecolspace
4463 % Ignoring space at the beginning and end avoids an occasional spurious
4464 % blank line, when TeX decides to break the line at the space before the
4465 % box from the multistrut, so the strut ends up on a line by itself.
4467 % @multitable @columnfractions .11 .89
4469 % @tab Legal holiday which is valid in major parts of the whole country.
4470 % Is automatically provided with highlighting sequences respectively
4471 % marking characters.
4472 \noindent\ignorespaces##
\unskip\multistrut
4477 \egroup % end the \halign
4478 \global\setpercentfalse
4481 \def\setmultitablespacing{%
4482 \def\multistrut{\strut}% just use the standard line spacing
4484 % Compute \multitablelinespace (if not defined by user) for use in
4485 % \multitableparskip calculation. We used define \multistrut based on
4486 % this, but (ironically) that caused the spacing to be off.
4487 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
4488 \ifdim\multitablelinespace=
0pt
4489 \setbox0=
\vbox{X
}\global\multitablelinespace=
\the\baselineskip
4490 \global\advance\multitablelinespace by-
\ht0
4492 % Test to see if parskip is larger than space between lines of
4493 % table. If not, do nothing.
4494 % If so, set to same dimension as multitablelinespace.
4495 \ifdim\multitableparskip>
\multitablelinespace
4496 \global\multitableparskip=
\multitablelinespace
4497 \global\advance\multitableparskip-
7pt
% to keep parskip somewhat smaller
4498 % than skip between lines in the table.
4500 \ifdim\multitableparskip=
0pt
4501 \global\multitableparskip=
\multitablelinespace
4502 \global\advance\multitableparskip-
7pt
% to keep parskip somewhat smaller
4503 % than skip between lines in the table.
4507 \message{conditionals,
}
4509 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4510 % @ifnotxml always succeed. They currently do nothing; we don't
4511 % attempt to check whether the conditionals are properly nested. But we
4512 % have to remember that they are conditionals, so that @end doesn't
4513 % attempt to close an environment group.
4516 \expandafter\let\csname #1\endcsname =
\relax
4517 \expandafter\let\csname iscond.
#1\endcsname =
1
4520 \makecond{ifnotdocbook
}
4521 \makecond{ifnothtml
}
4522 \makecond{ifnotinfo
}
4523 \makecond{ifnotplaintext
}
4526 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
4528 \def\direntry{\doignore{direntry
}}
4529 \def\documentdescription{\doignore{documentdescription
}}
4530 \def\docbook{\doignore{docbook
}}
4531 \def\html{\doignore{html
}}
4532 \def\ifdocbook{\doignore{ifdocbook
}}
4533 \def\ifhtml{\doignore{ifhtml
}}
4534 \def\ifinfo{\doignore{ifinfo
}}
4535 \def\ifnottex{\doignore{ifnottex
}}
4536 \def\ifplaintext{\doignore{ifplaintext
}}
4537 \def\ifxml{\doignore{ifxml
}}
4538 \def\ignore{\doignore{ignore
}}
4539 \def\menu{\doignore{menu
}}
4540 \def\xml{\doignore{xml
}}
4542 % Ignore text until a line `@end #1', keeping track of nested conditionals.
4544 % A count to remember the depth of nesting.
4545 \newcount\doignorecount
4547 \def\doignore#1{\begingroup
4548 % Scan in ``verbatim'' mode:
4550 \catcode`\@ =
\other
4551 \catcode`\
{ =
\other
4552 \catcode`\
} =
\other
4554 % Make sure that spaces turn into tokens that match what \doignoretext wants.
4557 % Count number of #1's that we've seen.
4560 % Swallow text until we reach the matching `@end #1'.
4564 { \catcode`_=
11 % We want to use \_STOP_ which cannot appear in texinfo source.
4567 \gdef\dodoignore#1{%
4568 % #1 contains the command name as a string, e.g., `ifinfo'.
4570 % Define a command to find the next `@end #1'.
4571 \long\def\doignoretext#
#1^^M@end
#1{%
4572 \doignoretextyyy#
#1^^M@
#1\_STOP_}%
4574 % And this command to find another #1 command, at the beginning of a
4575 % line. (Otherwise, we would consider a line `@c @ifset', for
4576 % example, to count as an @ifset for nesting.)
4577 \long\def\doignoretextyyy#
#1^^M@
#1#
#2\_STOP_{\doignoreyyy{#
#2}\_STOP_}%
4579 % And now expand that command.
4584 \def\doignoreyyy#1{%
4586 \ifx\temp\empty % Nothing found.
4587 \let\next\doignoretextzzz
4588 \else % Found a nested condition, ...
4589 \advance\doignorecount by
1
4590 \let\next\doignoretextyyy % ..., look for another.
4591 % If we're here, #1 ends with ^^M\ifinfo (for example).
4593 \next #1% the token \_STOP_ is present just after this macro.
4596 % We have to swallow the remaining "\_STOP_".
4598 \def\doignoretextzzz#1{%
4599 \ifnum\doignorecount =
0 % We have just found the outermost @end.
4600 \let\next\enddoignore
4601 \else % Still inside a nested condition.
4602 \advance\doignorecount by -
1
4603 \let\next\doignoretext % Look for the next @end.
4608 % Finish off ignored text.
4610 % Ignore anything after the last `@end #1'; this matters in verbatim
4611 % environments, where otherwise the newline after an ignored conditional
4612 % would result in a blank line in the output.
4613 \gdef\enddoignore#1^^M
{\endgroup\ignorespaces}%
4617 % @set VAR sets the variable VAR to an empty value.
4618 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
4620 % Since we want to separate VAR from REST-OF-LINE (which might be
4621 % empty), we can't just use \parsearg; we have to insert a space of our
4622 % own to delimit the rest of the line, and then take it out again if we
4624 % We rely on the fact that \parsearg sets \catcode`\ =10.
4626 \parseargdef\set{\setyyy#1 \endsetyyy}
4627 \def\setyyy#1 #2\endsetyyy{%
4629 \makevalueexpandable
4631 \edef\next{\gdef\makecsname{SET
#1}}%
4639 % Remove the trailing space \setxxx inserted.
4640 \def\setzzz#1 \endsetzzz{\next{#1}}
4642 % @clear VAR clears (i.e., unsets) the variable VAR.
4644 \parseargdef\clear{%
4646 \makevalueexpandable
4647 \global\expandafter\let\csname SET
#1\endcsname=
\relax
4651 % @value{foo} gets the text saved in variable foo.
4652 \def\value{\begingroup\makevalueexpandable\valuexxx}
4653 \def\valuexxx#1{\expandablevalue{#1}\endgroup}
4655 \catcode`\-=
\active \catcode`
\_=
\active
4657 \gdef\makevalueexpandable{%
4658 \let\value =
\expandablevalue
4659 % We don't want these characters active, ...
4660 \catcode`\-=
\other \catcode`
\_=
\other
4661 % ..., but we might end up with active ones in the argument if
4662 % we're called from @code, as @code{@value{foo-bar_}}, though.
4663 % So \let them to their normal equivalents.
4664 \let-
\normaldash \let_\normalunderscore
4668 % We have this subroutine so that we can handle at least some @value's
4669 % properly in indexes (we call \makevalueexpandable in \indexdummies).
4670 % The command has to be fully expandable (if the variable is set), since
4671 % the result winds up in the index file. This means that if the
4672 % variable's value contains other Texinfo commands, it's almost certain
4673 % it will fail (although perhaps we could fix that with sufficient work
4674 % to do a one-level expansion on the result, instead of complete).
4676 % Unfortunately, this has the consequence that when _ is in the *value*
4677 % of an @set, it does not print properly in the roman fonts (get the cmr
4678 % dot accent at position 126 instead). No fix comes to mind, and it's
4679 % been this way since 2003 or earlier, so just ignore it.
4681 \def\expandablevalue#1{%
4682 \expandafter\ifx\csname SET
#1\endcsname\relax
4683 {[No value for ``
#1''
]}%
4684 \message{Variable `
#1', used in @value, is not set.
}%
4686 \csname SET
#1\endcsname
4690 % Like \expandablevalue, but completely expandable (the \message in the
4691 % definition above operates at the execution level of TeX). Used when
4692 % writing to auxiliary files, due to the expansion that \write does.
4693 % If flag is undefined, pass through an unexpanded @value command: maybe it
4694 % will be set by the time it is read back in.
4696 % NB flag names containing - or _ may not work here.
4698 \expandafter\ifx\csname SET
#1\endcsname\relax
4699 \noexpand\value{#1}%
4701 \csname SET
#1\endcsname
4705 % Used for @value's in index entries to form the sort key: expand the @value
4706 % if possible, otherwise sort late.
4707 \def\indexnofontsvalue#1{%
4708 \expandafter\ifx\csname SET
#1\endcsname\relax
4711 \csname SET
#1\endcsname
4715 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
4718 % To get the special treatment we need for `@end ifset,' we call
4719 % \makecond and then redefine.
4722 \def\ifset{\parsearg{\doifset{\let\next=
\ifsetfail}}}
4725 \makevalueexpandable
4727 \expandafter\ifx\csname SET
#2\endcsname\relax
4728 #1% If not set, redefine \next.
4733 \def\ifsetfail{\doignore{ifset
}}
4735 % @ifclear VAR ... @end executes the `...' iff VAR has never been
4736 % defined with @set, or has been undefined with @clear.
4738 % The `\else' inside the `\doifset' parameter is a trick to reuse the
4739 % above code: if the variable is not set, do nothing, if it is set,
4740 % then redefine \next to \ifclearfail.
4743 \def\ifclear{\parsearg{\doifset{\else \let\next=
\ifclearfail}}}
4744 \def\ifclearfail{\doignore{ifclear
}}
4746 % @ifcommandisdefined CMD ... @end executes the `...' if CMD (written
4747 % without the @) is in fact defined. We can only feasibly check at the
4748 % TeX level, so something like `mathcode' is going to considered
4749 % defined even though it is not a Texinfo command.
4751 \makecond{ifcommanddefined
}
4752 \def\ifcommanddefined{\parsearg{\doifcmddefined{\let\next=
\ifcmddefinedfail}}}
4754 \def\doifcmddefined#1#2{{%
4755 \makevalueexpandable
4757 \expandafter\ifx\csname #2\endcsname\relax
4758 #1% If not defined, \let\next as above.
4763 \def\ifcmddefinedfail{\doignore{ifcommanddefined
}}
4765 % @ifcommandnotdefined CMD ... handled similar to @ifclear above.
4766 \makecond{ifcommandnotdefined
}
4767 \def\ifcommandnotdefined{%
4768 \parsearg{\doifcmddefined{\else \let\next=
\ifcmdnotdefinedfail}}}
4769 \def\ifcmdnotdefinedfail{\doignore{ifcommandnotdefined
}}
4771 % Set the `txicommandconditionals' variable, so documents have a way to
4772 % test if the @ifcommand...defined conditionals are available.
4773 \set txicommandconditionals
4775 % @dircategory CATEGORY -- specify a category of the dir file
4776 % which this file should belong to. Ignore this in TeX.
4777 \let\dircategory=
\comment
4779 % @defininfoenclose.
4780 \let\definfoenclose=
\comment
4784 % Index generation facilities
4786 % Define \newwrite to be identical to plain tex's \newwrite
4787 % except not \outer, so it can be used within macros and \if's.
4788 \edef\newwrite{\makecsname{ptexnewwrite
}}
4790 % \newindex {foo} defines an index named IX.
4791 % It automatically defines \IXindex such that
4792 % \IXindex ...rest of line... puts an entry in the index IX.
4793 % It also defines \IXindfile to be the number of the output channel for
4794 % the file that accumulates this index. The file's extension is IX.
4795 % The name of an index should be no more than 2 characters long
4796 % for the sake of vms.
4799 \expandafter\chardef\csname#1indfile
\endcsname=
0
4800 \expandafter\xdef\csname#1index
\endcsname{% % Define @#1index
4801 \noexpand\doindex{#1}}
4804 % @defindex foo == \newindex{foo}
4806 \def\defindex{\parsearg\newindex}
4808 % Define @defcodeindex, like @defindex except put all entries in @code.
4810 \def\defcodeindex{\parsearg\newcodeindex}
4812 \def\newcodeindex#1{%
4813 \expandafter\chardef\csname#1indfile
\endcsname=
0
4814 \expandafter\xdef\csname#1index
\endcsname{%
4815 \noexpand\docodeindex{#1}}%
4818 % The default indices:
4819 \newindex{cp
}% concepts,
4820 \newcodeindex{fn
}% functions,
4821 \newcodeindex{vr
}% variables,
4822 \newcodeindex{tp
}% types,
4823 \newcodeindex{ky
}% keys
4824 \newcodeindex{pg
}% and programs.
4827 % @synindex foo bar makes index foo feed into index bar.
4828 % Do this instead of @defindex foo if you don't want it as a separate index.
4830 % @syncodeindex foo bar similar, but put all entries made for index foo
4833 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
4834 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}}
4836 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
4837 % #3 the target index (bar).
4838 \def\dosynindex#1#2#3{%
4839 \requireopenindexfile{#3}%
4840 % redefine \fooindfile:
4841 \expandafter\let\expandafter\temp\expandafter=
\csname#3indfile
\endcsname
4842 \expandafter\let\csname#2indfile
\endcsname=
\temp
4843 % redefine \fooindex:
4844 \expandafter\xdef\csname#2index
\endcsname{\noexpand#1{#3}}%
4847 % Define \doindex, the driver for all index macros.
4848 % Argument #1 is generated by the calling \fooindex macro,
4849 % and it is the two-letter name of the index.
4851 \def\doindex#1{\edef\indexname{#1}\parsearg\doindexxxx}
4852 \def\doindexxxx #1{\doind{\indexname}{#1}}
4854 % like the previous two, but they put @code around the argument.
4855 \def\docodeindex#1{\edef\indexname{#1}\parsearg\docodeindexxxx}
4856 \def\docodeindexxxx #1{\doind{\indexname}{\code{#1}}}
4859 % Used when writing an index entry out to an index file to prevent
4860 % expansion of Texinfo commands that can appear in an index entry.
4863 \escapechar = `\\
% use backslash in output files.
4864 \definedummyletter\@
%
4865 \definedummyletter\
%
4867 % For texindex which always views { and } as separators.
4868 \def\
{{\lbracechar{}}%
4869 \def\
}{\rbracechar{}}%
4871 % Do the redefinitions.
4875 % Used for the aux and toc files, where @ is the escape character.
4878 \definedummyletter\@
%
4879 \definedummyletter\
%
4880 \definedummyletter\
{%
4881 \definedummyletter\
}%
4883 % Do the redefinitions.
4888 % \definedummyword defines \#1 as \string\#1\space, thus effectively
4889 % preventing its expansion. This is used only for control words,
4890 % not control letters, because the \space would be incorrect for
4891 % control characters, but is needed to separate the control word
4892 % from whatever follows.
4894 % These can be used both for control words that take an argument and
4895 % those that do not. If it is followed by {arg} in the input, then
4896 % that will dutifully get written to the index (or wherever).
4898 % For control letters, we have \definedummyletter, which omits the
4901 \def\definedummyword #1{\def#1{\string#1\space}}%
4902 \def\definedummyletter#1{\def#1{\string#1}}%
4903 \let\definedummyaccent\definedummyletter
4905 % Called from \indexdummies and \atdummies, to effectively prevent
4906 % the expansion of commands.
4908 \def\definedummies{%
4910 \let\commondummyword\definedummyword
4911 \let\commondummyletter\definedummyletter
4912 \let\commondummyaccent\definedummyaccent
4913 \commondummiesnofonts
4915 \definedummyletter\_%
4916 \definedummyletter\-
%
4918 % Non-English letters.
4929 \definedummyword\exclamdown
4933 \definedummyword\ordf
4934 \definedummyword\ordm
4935 \definedummyword\questiondown
4939 % Although these internal commands shouldn't show up, sometimes they do.
4941 \definedummyword\gtr
4942 \definedummyword\hat
4943 \definedummyword\less
4946 \definedummyword\tclose
4949 \definedummyword\LaTeX
4950 \definedummyword\TeX
4952 % Assorted special characters.
4953 \definedummyword\atchar
4954 \definedummyword\arrow
4955 \definedummyword\bullet
4956 \definedummyword\comma
4957 \definedummyword\copyright
4958 \definedummyword\registeredsymbol
4959 \definedummyword\dots
4960 \definedummyword\enddots
4961 \definedummyword\entrybreak
4962 \definedummyword\equiv
4963 \definedummyword\error
4964 \definedummyword\euro
4965 \definedummyword\expansion
4966 \definedummyword\geq
4967 \definedummyword\guillemetleft
4968 \definedummyword\guillemetright
4969 \definedummyword\guilsinglleft
4970 \definedummyword\guilsinglright
4971 \definedummyword\lbracechar
4972 \definedummyword\leq
4973 \definedummyword\mathopsup
4974 \definedummyword\minus
4975 \definedummyword\ogonek
4976 \definedummyword\pounds
4977 \definedummyword\point
4978 \definedummyword\print
4979 \definedummyword\quotedblbase
4980 \definedummyword\quotedblleft
4981 \definedummyword\quotedblright
4982 \definedummyword\quoteleft
4983 \definedummyword\quoteright
4984 \definedummyword\quotesinglbase
4985 \definedummyword\rbracechar
4986 \definedummyword\result
4987 \definedummyword\sub
4988 \definedummyword\sup
4989 \definedummyword\textdegree
4991 % We want to disable all macros so that they are not expanded by \write.
4993 \let\value\dummyvalue
4995 \normalturnoffactive
4998 % \commondummiesnofonts: common to \definedummies and \indexnofonts.
4999 % Define \commondummyletter, \commondummyaccent and \commondummyword before
5000 % using. Used for accents, font commands, and various control letters.
5002 \def\commondummiesnofonts{%
5003 % Control letters and accents.
5004 \commondummyletter\!
%
5005 \commondummyaccent\"
%
5006 \commondummyaccent\'
%
5007 \commondummyletter\*
%
5008 \commondummyaccent\,
%
5009 \commondummyletter\.
%
5010 \commondummyletter\/
%
5011 \commondummyletter\:
%
5012 \commondummyaccent\=
%
5013 \commondummyletter\?
%
5014 \commondummyaccent\^
%
5015 \commondummyaccent\`
%
5016 \commondummyaccent\~
%
5020 \commondummyword\dotaccent
5021 \commondummyword\ogonek
5022 \commondummyword\ringaccent
5023 \commondummyword\tieaccent
5024 \commondummyword\ubaraccent
5025 \commondummyword\udotaccent
5026 \commondummyword\dotless
5028 % Texinfo font commands.
5032 \commondummyword\sansserif
5034 \commondummyword\slanted
5037 % Commands that take arguments.
5038 \commondummyword\abbr
5039 \commondummyword\acronym
5040 \commondummyword\anchor
5041 \commondummyword\cite
5042 \commondummyword\code
5043 \commondummyword\command
5044 \commondummyword\dfn
5045 \commondummyword\dmn
5046 \commondummyword\email
5047 \commondummyword\emph
5048 \commondummyword\env
5049 \commondummyword\file
5050 \commondummyword\image
5051 \commondummyword\indicateurl
5052 \commondummyword\inforef
5053 \commondummyword\kbd
5054 \commondummyword\key
5055 \commondummyword\math
5056 \commondummyword\option
5057 \commondummyword\pxref
5058 \commondummyword\ref
5059 \commondummyword\samp
5060 \commondummyword\strong
5061 \commondummyword\tie
5063 \commondummyword\uref
5064 \commondummyword\url
5065 \commondummyword\var
5066 \commondummyword\verb
5068 \commondummyword\xref
5071 % For testing: output @{ and @} in index sort strings as \{ and \}.
5072 \newif\ifusebracesinindexes
5074 \let\indexlbrace\relax
5075 \let\indexrbrace\relax
5079 @gdef@backslashdisappear
{@def\
{}}
5086 \gdef\indexnonalnumdisappear{%
5087 \expandafter\ifx\csname SETtxiindexlquoteignore
\endcsname\relax\else
5088 % @set txiindexlquoteignore makes us ignore left quotes in the sort term.
5089 % (Introduced for FSFS 2nd ed.)
5093 \expandafter\ifx\csname SETtxiindexbackslashignore
\endcsname\relax\else
5097 \expandafter\ifx\csname SETtxiindexhyphenignore
\endcsname\relax\else
5100 \expandafter\ifx\csname SETtxiindexlessthanignore
\endcsname\relax\else
5103 \expandafter\ifx\csname SETtxiindexatsignignore
\endcsname\relax\else
5108 \gdef\indexnonalnumreappear{%
5117 % \indexnofonts is used when outputting the strings to sort the index
5118 % by, and when constructing control sequence names. It eliminates all
5119 % control sequences and just writes whatever the best ASCII sort string
5120 % would be for a given command (usually its argument).
5123 % Accent commands should become @asis.
5124 \def\commondummyaccent#
#1{\let#
#1\asis}%
5125 % We can just ignore other control letters.
5126 \def\commondummyletter#
#1{\let#
#1\empty}%
5127 % All control words become @asis by default; overrides below.
5128 \let\commondummyword\commondummyaccent
5129 \commondummiesnofonts
5131 % Don't no-op \tt, since it isn't a user-level command
5132 % and is used in the definitions of the active chars like <, >, |, etc.
5133 % Likewise with the other plain tex font commands.
5138 \def\_{\normalunderscore}%
5139 \def\-
{}% @- shouldn't affect sorting
5141 \uccode`
\1=`\
{ \uppercase{\def\
{{1}}%
5142 \uccode`
\1=`\
} \uppercase{\def\
}{1}}%
5146 % Non-English letters.
5163 \def\questiondown{?
}%
5170 % Assorted special characters. \defglyph gives the control sequence a
5171 % definition that removes the {} that follows its use.
5172 \defglyph\atchar{@
}%
5173 \defglyph\arrow{->
}%
5174 \defglyph\bullet{bullet
}%
5176 \defglyph\copyright{copyright
}%
5177 \defglyph\dots{...
}%
5178 \defglyph\enddots{...
}%
5179 \defglyph\equiv{==
}%
5180 \defglyph\error{error
}%
5181 \defglyph\euro{euro
}%
5182 \defglyph\expansion{==>
}%
5184 \defglyph\guillemetleft{<<
}%
5185 \defglyph\guillemetright{>>
}%
5186 \defglyph\guilsinglleft{<
}%
5187 \defglyph\guilsinglright{>
}%
5189 \defglyph\lbracechar{\
{}%
5192 \defglyph\pounds{pounds
}%
5193 \defglyph\print{-|
}%
5194 \defglyph\quotedblbase{"
}%
5195 \defglyph\quotedblleft{"
}%
5196 \defglyph\quotedblright{"
}%
5197 \defglyph\quoteleft{`
}%
5198 \defglyph\quoteright{'
}%
5199 \defglyph\quotesinglbase{,
}%
5200 \defglyph\rbracechar{\
}}%
5201 \defglyph\registeredsymbol{R
}%
5202 \defglyph\result{=>
}%
5203 \defglyph\textdegree{o
}%
5205 % We need to get rid of all macros, leaving only the arguments (if present).
5206 % Of course this is not nearly correct, but it is the best we can do for now.
5207 % makeinfo does not expand macros in the argument to @deffn, which ends up
5208 % writing an index entry, and texindex isn't prepared for an index sort entry
5209 % that starts with \.
5211 % Since macro invocations are followed by braces, we can just redefine them
5212 % to take a single TeX argument. The case of a macro invocation that
5213 % goes to end-of-line is not handled.
5216 \let\value\indexnofontsvalue
5218 \def\defglyph#1#2{\def#1#
#1{#2}} % see above
5223 \let\SETmarginindex=
\relax % put index entries in margin (undocumented)?
5225 % Most index entries go through here, but \dosubind is the general case.
5226 % #1 is the index name, #2 is the entry text.
5227 \def\doind#1#2{\dosubind{#1}{#2}{}}
5229 % There is also \dosubind {index}{topic}{subtopic}
5230 % which makes an entry in a two-level index such as the operation index.
5231 % TODO: Two-level index? Operation index?
5233 % Workhorse for all indexes.
5234 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
5235 % empty if called from \doind, as we usually are (the main exception
5236 % is with most defuns, which call us directly).
5238 \def\dosubind#1#2#3{%
5241 \requireopenindexfile{#1}%
5242 % Store the main index entry text (including the third arg).
5244 % If third arg is present, precede it with a space.
5246 \ifx\thirdarg\empty \else
5247 \toks0 =
\expandafter{\the\toks0 \space #3}%
5250 \edef\writeto{\csname#1indfile
\endcsname}%
5252 \safewhatsit\dosubindwrite
5257 % Check if an index file has been opened, and if not, open it.
5258 \def\requireopenindexfile#1{%
5259 \ifnum\csname #1indfile
\endcsname=
0
5260 \expandafter\newwrite \csname#1indfile
\endcsname
5262 % A .fls suffix would conflict with the file extension for the output
5263 % of -recorder, so use .f1s instead.
5264 \ifx\suffix\indexisfl\def\suffix{f1
}\fi
5266 \immediate\openout\csname#1indfile
\endcsname \jobname.
\suffix
5267 % Using \immediate above here prevents an object entering into the current
5268 % box, which could confound checks such as those in \safewhatsit for
5270 \typeout{Writing index file
\jobname.
\suffix}%
5274 % Output \ as {\indexbackslash}, because \ is an escape character in
5276 \let\indexbackslash=
\relax
5277 {\catcode`\@=
0 \catcode`\\=
\active
5278 @gdef@useindexbackslash
{@def\
{{@indexbackslash
}}}
5281 % Definition for writing index entry text.
5282 \def\sortas#1{\ignorespaces}%
5284 % Definition for writing index entry sort key. Should occur at the at
5285 % the beginning of the index entry, like
5286 % @cindex @sortas{september} \september
5287 % The \ignorespaces takes care of following space, but there's no way
5288 % to remove space before it.
5291 \gdef\indexwritesortas{%
5293 \indexnonalnumreappear
5294 \indexwritesortasxxx}
5295 \gdef\indexwritesortasxxx#1{%
5296 \xdef\indexsortkey{#1}\endgroup}
5300 % Write the entry in \toks0 to the index file.
5302 \def\dosubindwrite{%
5303 % Put the index entry in the margin if desired.
5304 \ifx\SETmarginindex\relax\else
5305 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt
\the\toks0}}%
5308 % Remember, we are within a group.
5309 \indexdummies % Must do this here, since \bf, etc expand at this stage
5310 \useindexbackslash % \indexbackslash isn't defined now so it will be output
5311 % as is; and it will print as backslash.
5312 % The braces around \indexbrace are recognized by texindex.
5314 % Get the string to sort by, by processing the index entry with all
5315 % font commands turned off.
5317 \def\lbracechar{{\indexlbrace}}%
5318 \def\rbracechar{{\indexrbrace}}%
5321 \indexnonalnumdisappear
5322 \xdef\indexsortkey{}%
5323 \let\sortas=
\indexwritesortas
5324 \edef\temp{\the\toks0}%
5325 \setbox\dummybox =
\hbox{\temp}% Make sure to execute any \sortas
5326 \ifx\indexsortkey\empty
5327 \xdef\indexsortkey{\temp}%
5328 \ifx\indexsortkey\empty\xdef\indexsortkey{ }\fi
5332 % Set up the complete index entry, with both the sort key and
5333 % the original text, including any font commands. We write
5334 % three arguments to \entry to the .?? file (four in the
5335 % subentry case), texindex reduces to two when writing the .??s
5339 \string\entry{\indexsortkey}{\noexpand\folio}{\the\toks0}}%
5343 \newbox\dummybox % used above
5345 % Take care of unwanted page breaks/skips around a whatsit:
5347 % If a skip is the last thing on the list now, preserve it
5348 % by backing up by \lastskip, doing the \write, then inserting
5349 % the skip again. Otherwise, the whatsit generated by the
5350 % \write or \pdfdest will make \lastskip zero. The result is that
5351 % sequences like this:
5355 % will have extra space inserted, because the \medbreak in the
5356 % start of the @defun won't see the skip inserted by the @end of
5357 % the previous defun.
5359 % But don't do any of this if we're not in vertical mode. We
5360 % don't want to do a \vskip and prematurely end a paragraph.
5362 % Avoid page breaks due to these extra skips, too.
5364 % But wait, there is a catch there:
5365 % We'll have to check whether \lastskip is zero skip. \ifdim is not
5366 % sufficient for this purpose, as it ignores stretch and shrink parts
5367 % of the skip. The only way seems to be to check the textual
5368 % representation of the skip.
5370 % The following is almost like \def\zeroskipmacro{0.0pt} except that
5371 % the ``p'' and ``t'' characters have catcode \other, not 11 (letter).
5373 \edef\zeroskipmacro{\expandafter\the\csname z@skip
\endcsname}
5375 \newskip\whatsitskip
5376 \newcount\whatsitpenalty
5380 \def\safewhatsit#1{\ifhmode
5383 % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
5384 \whatsitskip =
\lastskip
5385 \edef\lastskipmacro{\the\lastskip}%
5386 \whatsitpenalty =
\lastpenalty
5388 % If \lastskip is nonzero, that means the last item was a
5389 % skip. And since a skip is discardable, that means this
5390 % -\whatsitskip glue we're inserting is preceded by a
5391 % non-discardable item, therefore it is not a potential
5392 % breakpoint, therefore no \nobreak needed.
5393 \ifx\lastskipmacro\zeroskipmacro
5400 \ifx\lastskipmacro\zeroskipmacro
5401 % If \lastskip was zero, perhaps the last item was a penalty, and
5402 % perhaps it was >=10000, e.g., a \nobreak. In that case, we want
5403 % to re-insert the same penalty (values >10000 are used for various
5404 % signals); since we just inserted a non-discardable item, any
5405 % following glue (such as a \parskip) would be a breakpoint. For example:
5406 % @deffn deffn-whatever
5407 % @vindex index-whatever
5409 % would allow a break between the index-whatever whatsit
5410 % and the "Description." paragraph.
5411 \ifnum\whatsitpenalty>
9999 \penalty\whatsitpenalty \fi
5413 % On the other hand, if we had a nonzero \lastskip,
5414 % this make-up glue would be preceded by a non-discardable item
5415 % (the whatsit from the \write), so we must insert a \nobreak.
5416 \nobreak\vskip\whatsitskip
5420 % The index entry written in the file actually looks like
5421 % \entry {sortstring}{page}{topic}
5423 % \entry {sortstring}{page}{topic}{subtopic}
5424 % The texindex program reads in these files and writes files
5425 % containing these kinds of lines:
5427 % before the first topic whose initial is c
5428 % \entry {topic}{pagelist}
5429 % for a topic that is used without subtopics
5431 % for the beginning of a topic that is used with subtopics
5432 % \secondary {subtopic}{pagelist}
5433 % for each subtopic.
5435 % Define the user-accessible indexing commands
5436 % @findex, @vindex, @kindex, @cindex.
5438 \def\findex {\fnindex}
5439 \def\kindex {\kyindex}
5440 \def\cindex {\cpindex}
5441 \def\vindex {\vrindex}
5442 \def\tindex {\tpindex}
5443 \def\pindex {\pgindex}
5445 \def\cindexsub {\begingroup\obeylines\cindexsub}
5447 \gdef\cindexsub "
#1"
#2^^M
{\endgroup %
5448 \dosubind{cp
}{#2}{#1}}}
5450 % Define the macros used in formatting output of the sorted index material.
5452 % @printindex causes a particular index (the ??s file) to get printed.
5453 % It does not print any chapter heading (usually an @unnumbered).
5455 \parseargdef\printindex{\begingroup
5456 \dobreak \chapheadingskip{10000}%
5461 \everypar =
{}% don't want the \kern\-parindent from indentation suppression.
5463 % See if the index file exists and is nonempty.
5464 % Change catcode of @ here so that if the index file contains
5466 % as its first line, TeX doesn't complain about mismatched braces
5467 % (because it thinks @} is a control sequence).
5469 % See comment in \requireopenindexfile.
5470 \def\indexname{#1}\ifx\indexname\indexisfl\def\indexname{f1
}\fi
5471 \openin 1 \jobname.
\indexname s
5473 % \enddoublecolumns gets confused if there is no text in the index,
5474 % and it loses the chapter title and the aux file entries for the
5475 % index. The easiest way to prevent this problem is to make sure
5476 % there is some text.
5477 \putwordIndexNonexistent
5478 \typeout{No file
\jobname.
\indexname s.
}%
5482 % If the index file exists but is empty, then \openin leaves \ifeof
5483 % false. We have to make TeX try to read something from the file, so
5484 % it can discover if there is anything in it.
5485 \read 1 to
\thisline
5487 \putwordIndexIsEmpty
5489 % Index files are almost Texinfo source, but we use \ as the escape
5490 % character. It would be better to use @, but that's too big a change
5491 % to make right now.
5492 \def\indexbackslash{\ttbackslash}%
5493 \let\indexlbrace\
{ % Likewise, set these sequences for braces
5494 \let\indexrbrace\
} % used in the sort key.
5496 \let\dotheinsertentrybox\dotheinsertentryboxwithpenalty
5498 % Read input from the index file line by line.
5501 \read 1 to
\nextline
5504 \indexinputprocessing
5508 \let\thisline\nextline
5516 \def\loopdo#1\repeat{\def\body{#1}\loopdoxxx}
5517 \def\loopdoxxx{\let\next=
\relax\body\let\next=
\loopdoxxx\fi\next}
5519 \def\indexinputprocessing{%
5521 \let\firsttoken\relax
5523 \edef\act{\gdef\noexpand\firsttoken{\getfirsttoken\nextline}}%
5527 \def\getfirsttoken#1{\expandafter\getfirsttokenx#1\endfirsttoken}
5528 \long\def\getfirsttokenx#1#2\endfirsttoken{\noexpand#1}
5531 % These macros are used by the sorted index file itself.
5532 % Change them to control the appearance of the index.
5534 {\catcode`\/=
13 \catcode`\-=
13 \catcode`\^=
13 \catcode`\~=
13 \catcode`
\_=
13
5535 \catcode`\|=
13 \catcode`\<=
13 \catcode`\>=
13 \catcode`\+=
13 \catcode`\"=
13
5537 \gdef\initialglyphs{%
5538 % Some changes for non-alphabetic characters. Using the glyphs from the
5539 % math fonts looks more consistent than the typewriter font used elsewhere
5540 % for these characters.
5541 \def\indexbackslash{\math{\backslash}}%
5542 \let\\=
\indexbackslash
5544 % Can't get bold backslash so don't use bold forward slash
5546 \def/
{{\secrmnotbold \normalslash}}%
5547 \def-
{{\normaldash\normaldash}}% en dash `--'
5548 \def^
{{\chapbf \normalcaret}}%
5549 \def~
{{\chapbf \normaltilde}}%
5551 \leavevmode \kern.07em
\vbox{\hrule width
.3em height
.1ex
}\kern .07em
}%
5555 \def+
{$
\normalplus$
}%
5565 % Remove any glue we may have, we'll be inserting our own.
5568 % We like breaks before the index initials, so insert a bonus.
5569 % The glue before the bonus allows a little bit of space at the
5570 % bottom of a column to reduce an increase in inter-line spacing.
5572 \vskip 0pt plus
5\baselineskip
5574 \vskip 0pt plus -
5\baselineskip
5576 % Typeset the initial. Making this add up to a whole number of
5577 % baselineskips increases the chance of the dots lining up from column
5578 % to column. It still won't often be perfect, because of the stretch
5579 % we need before each entry, but it's better.
5581 % No shrink because it confuses \balancecolumns.
5582 \vskip 1.67\baselineskip plus
1\baselineskip
5583 \leftline{\secfonts \kern-
0.05em
\secbf #1}%
5584 % \secfonts is inside the argument of \leftline so that the change of
5585 % \baselineskip will not affect any glue inserted before the vbox that
5586 % \leftline creates.
5587 % Do our best not to break after the initial.
5589 \vskip .33\baselineskip plus
.1\baselineskip
5590 \egroup % \initialglyphs
5593 \newdimen\entryrightmargin
5594 \entryrightmargin=
0pt
5596 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
5597 % then page number (#2) flushed to the right margin. It is used for index
5598 % and table of contents entries. The paragraph is indented by \leftskip.
5603 % For pdfTeX and XeTeX.
5604 % The redefinition of \domark stops marks being added in \pdflink to
5605 % preserve coloured links across page boundaries. Otherwise the marks
5606 % would get in the way of \lastbox in \insertentrybox.
5609 % Start a new paragraph if necessary, so our assignments below can't
5610 % affect previous text.
5613 % No extra space above this paragraph.
5616 % When reading the text of entry, convert explicit line breaks
5617 % from @* into spaces. The user might give these in long section
5618 % titles, for instance.
5619 \def\*
{\unskip\space\ignorespaces}%
5620 \def\entrybreak{\hfil\break}% An undocumented command
5622 % Swallow the left brace of the text (first parameter):
5623 \afterassignment\doentry
5626 \def\entrybreak{\unskip\space\ignorespaces}%
5628 % Save the text of the entry
5629 \global\setbox\boxA=
\hbox\bgroup
5630 \bgroup % Instead of the swallowed brace.
5632 \aftergroup\finishentry
5633 % And now comes the text of the entry.
5634 % Not absorbing as a macro argument reduces the chance of problems
5635 % with catcodes occurring.
5638 \gdef\finishentry#1{%
5640 \dimen@ =
\wd\boxA % Length of text of entry
5641 \global\setbox\boxA=
\hbox\bgroup\unhbox\boxA
5642 % #1 is the page number.
5644 % Get the width of the page numbers, and only use
5645 % leaders if they are present.
5646 \global\setbox\boxB =
\hbox{#1}%
5647 \ifdim\wd\boxB =
0pt
5648 \null\nobreak\hfill\
%
5651 \null\nobreak\indexdotfill % Have leaders before the page number.
5655 \hskip\skip\thinshrinkable\the\toksA
5657 \ifx\XeTeXrevision\thisisundefined
5658 \hskip\skip\thinshrinkable #1%
5661 \hskip\skip\thinshrinkable\the\toksA
5666 \ifdim\wd\boxB =
0pt
5667 \global\setbox\entrybox=
\vbox{\unhbox\boxA}%
5669 \global\setbox\entrybox=
\vbox\bgroup
5670 % We want the text of the entries to be aligned to the left, and the
5671 % page numbers to be aligned to the right.
5674 \advance\leftskip by
0pt plus
1fil
5675 \advance\leftskip by
0pt plus -
1fill
5676 \rightskip =
0pt plus -
1fil
5677 \advance\rightskip by
0pt plus
1fill
5678 % Cause last line, which could consist of page numbers on their own
5679 % if the list of page numbers is long, to be aligned to the right.
5680 \parfillskip=
0pt plus -
1fill
5682 \advance\rightskip by
\entryrightmargin
5683 % Determine how far we can stretch into the margin.
5684 % This allows, e.g., "Appendix H GNU Free Documentation License" to
5685 % fit on one line in @letterpaper format.
5686 \ifdim\entryrightmargin>
2.1em
5691 \advance \parfillskip by
0pt minus
1\dimen@i
5694 \advance\dimen@ii by -
1\leftskip
5695 \advance\dimen@ii by -
1\entryrightmargin
5696 \advance\dimen@ii by
1\dimen@i
5697 \ifdim\wd\boxA >
\dimen@ii
% If the entry doesn't fit in one line
5698 \ifdim\dimen@ >
0.8\dimen@ii
% due to long index text
5699 % Try to split the text roughly evenly. \dimen@ will be the length of
5701 \dimen@ =
0.7\dimen@
5703 \ifnum\dimen@>
\dimen@ii
5704 % If the entry is too long (for example, if it needs more than
5705 % two lines), use all the space in the first line.
5708 \advance\leftskip by
0pt plus
1fill
% ragged right
5709 \advance \dimen@ by
1\rightskip
5710 \parshape =
2 0pt
\dimen@
0em
\dimen@ii
5711 % Ideally we'd add a finite glue at the end of the first line only,
5712 % instead of using \parshape with explicit line lengths, but TeX
5713 % doesn't seem to provide a way to do such a thing.
5715 % Indent all lines but the first one.
5716 \advance\leftskip by
1em
5717 \advance\parindent by -
1em
5719 \indent % start paragraph
5722 % Do not prefer a separate line ending with a hyphen to fewer lines.
5723 \finalhyphendemerits =
0
5725 % Word spacing - no stretch
5726 \spaceskip=
\fontdimen2\font minus
\fontdimen4\font
5728 \linepenalty=
1000 % Discourage line breaks.
5729 \hyphenpenalty=
5000 % Discourage hyphenation.
5731 \par % format the paragraph
5735 \dotheinsertentrybox
5738 \newskip\thinshrinkable
5739 \skip\thinshrinkable=
.15em minus
.15em
5742 \def\insertentrybox{%
5746 % default definition
5747 \let\dotheinsertentrybox\insertentrybox
5749 % Use \lastbox to take apart vbox box by box, and add each sub-box
5750 % to the current vertical list.
5752 \bgroup % for local binding of \delayedbox
5753 % Remove the last box from box #1
5754 \global\setbox#1=
\vbox{%
5756 \unskip % remove any glue
5758 \global\setbox\interbox=
\lastbox
5760 \setbox\delayedbox=
\box\interbox
5761 \ifdim\ht#1=
0pt
\else
5762 \ourunvbox#1 % Repeat on what's left of the box
5771 % Used from \printindex. \firsttoken should be the first token
5772 % after the \entry. If it's not another \entry, we are at the last
5773 % line of a group of index entries, so insert a penalty to discourage
5774 % widowed index entries.
5775 \def\dotheinsertentryboxwithpenalty{%
5776 \ifx\firsttoken\isentry
5782 \def\isentry{\entry}%
5784 % Like plain.tex's \dotfill, except uses up at least 1 em.
5785 % The filll stretch here overpowers both the fil and fill stretch to push
5786 % the page number to the right.
5787 \def\indexdotfill{\cleaders
5788 \hbox{$
\mathsurround=
0pt
\mkern1.5mu.
\mkern1.5mu$
}\hskip 1em plus
1filll
}
5791 \def\primary #1{\line{#1\hfil}}
5793 \newskip\secondaryindent \secondaryindent=
0.5cm
5794 \def\secondary#1#2{{%
5799 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill
5801 \pdfgettoks#2.\
\the\toksA % The page number ends the paragraph.
5803 \ifx\XeTeXrevision\thisisundefined
5806 \pdfgettoks#2.\
\the\toksA % The page number ends the paragraph.
5812 % Define two-column mode, which we use to typeset indexes.
5813 % Adapted from the TeXbook, page 416, which is to say,
5814 % the manmac.tex format used to print the TeXbook itself.
5815 \catcode`\@=
11 % private names
5818 \newdimen\doublecolumnhsize
5820 % Use inside an output routine to save \topmark and \firstmark
5822 \global\savedtopmark=
\expandafter{\topmark }%
5823 \global\savedfirstmark=
\expandafter{\firstmark }%
5825 \newtoks\savedtopmark
5826 \newtoks\savedfirstmark
5828 % Set \topmark and \firstmark for next time \output runs.
5829 % Can't be run from withinside \output (because any material
5830 % added while an output routine is active, including
5831 % penalties, is saved for after it finishes). The page so far
5832 % should be empty, otherwise what's on it will be thrown away.
5834 \mark{\the\savedtopmark}%
5836 \setbox\dummybox=
\box\PAGE
5838 % "abc" because output routine doesn't fire for a completely empty page.
5839 \mark{\the\savedfirstmark}%
5842 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
5843 % If not much space left on page, start a new page.
5844 \ifdim\pagetotal>
0.8\vsize\vfill\eject\fi
5846 % Grab any single-column material above us.
5849 % Here is a possibility not foreseen in manmac: if we accumulate a
5850 % whole lot of material, we might end up calling this \output
5851 % routine twice in a row (see the doublecol-lose test, which is
5852 % essentially a couple of indexes with @setchapternewpage off). In
5853 % that case we just ship out what is in \partialpage with the normal
5854 % output routine. Generally, \partialpage will be empty when this
5855 % runs and this will be a no-op. See the indexspread.tex test case.
5856 \ifvoid\partialpage \else
5857 \onepageout{\pagecontents\partialpage}%
5860 \global\setbox\partialpage =
\vbox{%
5861 % Unvbox the main output page.
5863 \kern-
\topskip \kern\baselineskip
5867 \eject % run that output routine to set \partialpage
5870 % We recover the two marks that the last output routine saved in order
5871 % to propagate the information in marks added around a chapter heading,
5872 % which could be otherwise be lost by the time the final page is output.
5875 % Use the double-column output routine for subsequent pages.
5876 \output =
{\doublecolumnout}%
5878 % Change the page size parameters. We could do this once outside this
5879 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
5880 % format, but then we repeat the same computation. Repeating a couple
5881 % of assignments once per index is clearly meaningless for the
5882 % execution time, so we may as well do it in one place.
5884 % First we halve the line length, less a little for the gutter between
5885 % the columns. We compute the gutter based on the line length, so it
5886 % changes automatically with the paper format. The magic constant
5887 % below is chosen so that the gutter has the same value (well, +-<1pt)
5888 % as it did when we hard-coded it.
5890 % We put the result in a separate register, \doublecolumhsize, so we
5891 % can restore it in \pagesofar, after \hsize itself has (potentially)
5894 \doublecolumnhsize =
\hsize
5895 \advance\doublecolumnhsize by -
.04154\hsize
5896 \divide\doublecolumnhsize by
2
5897 \hsize =
\doublecolumnhsize
5899 % Double the \vsize as well.
5900 \advance\vsize by -
\ht\partialpage
5903 % For the benefit of balancing columns
5904 \advance\baselineskip by
0pt plus
0.5pt
5907 % The double-column output routine for all double-column pages except
5908 % the last, which is done by \balancecolumns.
5910 \def\doublecolumnout{%
5912 \splittopskip=
\topskip \splitmaxdepth=
\maxdepth
5913 % Get the available space for the double columns -- the normal
5914 % (undoubled) page height minus any material left over from the
5919 % box0 will be the left-hand column, box2 the right.
5920 \setbox0=
\vsplit\PAGE to
\dimen@
\setbox2=
\vsplit\PAGE to
\dimen@
5921 \global\advance\vsize by
2\ht\partialpage
5922 \onepageout\pagesofar
5924 \penalty\outputpenalty
5927 % Re-output the contents of the output page -- any previous material,
5928 % followed by the two boxes we just split, in box0 and box2.
5932 \hsize =
\doublecolumnhsize
5933 \wd0=
\hsize \wd2=
\hsize
5934 \hbox to
\txipagewidth{\box0\hfil\box2}%
5938 % Finished with with double columns.
5939 \def\enddoublecolumns{%
5940 % The following penalty ensures that the page builder is exercised
5941 % _before_ we change the output routine. This is necessary in the
5942 % following situation:
5944 % The last section of the index consists only of a single entry.
5945 % Before this section, \pagetotal is less than \pagegoal, so no
5946 % break occurs before the last section starts. However, the last
5947 % section, consisting of \initial and the single \entry, does not
5948 % fit on the page and has to be broken off. Without the following
5949 % penalty the page builder will not be exercised until \eject
5950 % below, and by that time we'll already have changed the output
5951 % routine to the \balancecolumns version, so the next-to-last
5952 % double-column page will be processed with \balancecolumns, which
5953 % is wrong: The two columns will go to the main vertical list, with
5954 % the broken-off section in the recent contributions. As soon as
5955 % the output routine finishes, TeX starts reconsidering the page
5956 % break. The two columns and the broken-off section both fit on the
5957 % page, because the two columns now take up only half of the page
5958 % goal. When TeX sees \eject from below which follows the final
5959 % section, it invokes the new output routine that we've set after
5960 % \balancecolumns below; \onepageout will try to fit the two columns
5961 % and the final section into the vbox of \txipageheight (see
5962 % \pagebody), causing an overfull box.
5964 % Note that glue won't work here, because glue does not exercise the
5965 % page builder, unlike penalties (see The TeXbook, pp. 280-281).
5969 % Split the last of the double-column material.
5973 \eject % call the \output just set
5974 \ifdim\pagetotal=
0pt
5975 % Having called \balancecolumns once, we do not
5976 % want to call it again. Therefore, reset \output to its normal
5977 % definition right away.
5978 \global\output =
{\onepageout{\pagecontents\PAGE}}%
5980 \endgroup % started in \begindoublecolumns
5982 % Leave the double-column material on the current page, no automatic
5984 \box\balancedcolumns
5986 % \pagegoal was set to the doubled \vsize above, since we restarted
5987 % the current page. We're now back to normal single-column
5988 % typesetting, so reset \pagegoal to the normal \vsize.
5989 \global\vsize =
\txipageheight %
5990 \pagegoal =
\txipageheight %
5992 % We had some left-over material. This might happen when \doublecolumnout
5993 % is called in \balancecolumns. Try again.
5994 \expandafter\enddoublecolumns
5997 \newbox\balancedcolumns
5998 \setbox\balancedcolumns=
\vbox{shouldnt see this
}%
6000 % Only called for the last of the double column material. \doublecolumnout
6002 \def\balancecolumns{%
6003 \setbox0 =
\vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120.
6005 \advance\dimen@ by
\topskip
6006 \advance\dimen@ by-
\baselineskip
6007 \ifdim\dimen@<
5\baselineskip
6008 % Don't split a short final column in two.
6010 \global\setbox\balancedcolumns=
\vbox{\pagesofar}%
6012 \divide\dimen@ by
2 % target to split to
6014 \splittopskip =
\topskip
6015 % Loop until left column is at least as high as the right column.
6019 \global\setbox3 =
\copy0
6020 \global\setbox1 =
\vsplit3 to
\dimen@
6022 \global\advance\dimen@ by
1pt
6025 % Now the left column is in box 1, and the right column in box 3.
6027 % Check whether the left column has come out higher than the page itself.
6028 % (Note that we have doubled \vsize for the double columns, so
6029 % the actual height of the page is 0.5\vsize).
6031 % It appears that we have been called upon to balance too much material.
6032 % Output some of it with \doublecolumnout, leaving the rest on the page.
6036 % Compare the heights of the two columns.
6038 % Column heights are too different, so don't make their bottoms
6039 % flush with each other.
6040 \setbox2=
\vbox to
\ht1 {\unvbox3\vfill}%
6041 \setbox0=
\vbox to
\ht1 {\unvbox1\vfill}%
6043 % Make column bottoms flush with each other.
6044 \setbox2=
\vbox to
\ht1{\unvbox3\unskip}%
6045 \setbox0=
\vbox to
\ht1{\unvbox1\unskip}%
6047 \global\setbox\balancedcolumns=
\vbox{\pagesofar}%
6052 \catcode`\@ =
\other
6055 \message{sectioning,
}
6056 % Chapters, sections, etc.
6058 % Let's start with @part.
6059 \outer\parseargdef\part{\partzzz{#1}}
6063 \vskip.3\vsize % move it down on the page a bit
6065 \noindent \titlefonts\rm #1\par % the text
6066 \let\lastnode=
\empty % no node to associate with
6067 \writetocentry{part
}{#1}{}% but put it in the toc
6068 \headingsoff % no headline or footline on the part page
6069 % This outputs a mark at the end of the page that clears \thischapter
6070 % and \thissection, as is done in \startcontents.
6071 \let\pchapsepmacro\relax
6072 \chapmacro{}{Yomitfromtoc
}{}%
6077 % \unnumberedno is an oxymoron. But we count the unnumbered
6078 % sections so that we can refer to them unambiguously in the pdf
6079 % outlines by their "section number". We avoid collisions with chapter
6080 % numbers by starting them at 10000. (If a document ever has 10000
6081 % chapters, we're in trouble anyway, I'm sure.)
6082 \newcount\unnumberedno \unnumberedno =
10000
6084 \newcount\secno \secno=
0
6085 \newcount\subsecno \subsecno=
0
6086 \newcount\subsubsecno \subsubsecno=
0
6088 % This counter is funny since it counts through charcodes of letters A, B, ...
6089 \newcount\appendixno \appendixno = `\@
6091 % \def\appendixletter{\char\the\appendixno}
6092 % We do the following ugly conditional instead of the above simple
6093 % construct for the sake of pdftex, which needs the actual
6094 % letter in the expansion, not just typeset.
6096 \def\appendixletter{%
6097 \ifnum\appendixno=`A A
%
6098 \else\ifnum\appendixno=`B B
%
6099 \else\ifnum\appendixno=`C C
%
6100 \else\ifnum\appendixno=`D D
%
6101 \else\ifnum\appendixno=`E E
%
6102 \else\ifnum\appendixno=`F F
%
6103 \else\ifnum\appendixno=`G G
%
6104 \else\ifnum\appendixno=`H H
%
6105 \else\ifnum\appendixno=`I I
%
6106 \else\ifnum\appendixno=`J J
%
6107 \else\ifnum\appendixno=`K K
%
6108 \else\ifnum\appendixno=`L L
%
6109 \else\ifnum\appendixno=`M M
%
6110 \else\ifnum\appendixno=`N N
%
6111 \else\ifnum\appendixno=`O O
%
6112 \else\ifnum\appendixno=`P P
%
6113 \else\ifnum\appendixno=`Q Q
%
6114 \else\ifnum\appendixno=`R R
%
6115 \else\ifnum\appendixno=`S S
%
6116 \else\ifnum\appendixno=`T T
%
6117 \else\ifnum\appendixno=`U U
%
6118 \else\ifnum\appendixno=`V V
%
6119 \else\ifnum\appendixno=`W W
%
6120 \else\ifnum\appendixno=`X X
%
6121 \else\ifnum\appendixno=`Y Y
%
6122 \else\ifnum\appendixno=`Z Z
%
6123 % The \the is necessary, despite appearances, because \appendixletter is
6124 % expanded while writing the .toc file. \char\appendixno is not
6125 % expandable, thus it is written literally, thus all appendixes come out
6126 % with the same letter (or @) in the toc without it.
6127 \else\char\the\appendixno
6128 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
6129 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}
6131 % Each @chapter defines these (using marks) as the number+name, number
6132 % and name of the chapter. Page headings and footings can use
6133 % these. @section does likewise.
6135 \def\thischapternum{}
6136 \def\thischaptername{}
6138 \def\thissectionnum{}
6139 \def\thissectionname{}
6141 \newcount\absseclevel % used to calculate proper heading level
6142 \newcount\secbase\secbase=
0 % @raisesections/@lowersections modify this count
6144 % @raisesections: treat @section as chapter, @subsection as section, etc.
6145 \def\raisesections{\global\advance\secbase by -
1}
6146 \let\up=
\raisesections % original BFox name
6148 % @lowersections: treat @chapter as section, @section as subsection, etc.
6149 \def\lowersections{\global\advance\secbase by
1}
6150 \let\down=
\lowersections % original BFox name
6152 % we only have subsub.
6153 \chardef\maxseclevel =
3
6155 % A numbered section within an unnumbered changes to unnumbered too.
6156 % To achieve this, remember the "biggest" unnum. sec. we are currently in:
6157 \chardef\unnlevel =
\maxseclevel
6159 % Trace whether the current chapter is an appendix or not:
6160 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
6161 \def\chapheadtype{N
}
6163 % Choose a heading macro
6164 % #1 is heading type
6165 % #2 is heading level
6166 % #3 is text for heading
6167 \def\genhead#1#2#3{%
6168 % Compute the abs. sec. level:
6170 \advance\absseclevel by
\secbase
6171 % Make sure \absseclevel doesn't fall outside the range:
6172 \ifnum \absseclevel <
0
6175 \ifnum \absseclevel >
3
6182 \ifnum \absseclevel <
\unnlevel
6183 \chardef\unnlevel =
\absseclevel
6186 % Check for appendix sections:
6187 \ifnum \absseclevel =
0
6188 \edef\chapheadtype{\headtype}%
6190 \if \headtype A
\if \chapheadtype N
%
6191 \errmessage{@appendix... within a non-appendix chapter
}%
6194 % Check for numbered within unnumbered:
6195 \ifnum \absseclevel >
\unnlevel
6198 \chardef\unnlevel =
3
6201 % Now print the heading:
6205 \or \unnumberedseczzz{#3}%
6206 \or \unnumberedsubseczzz{#3}%
6207 \or \unnumberedsubsubseczzz{#3}%
6213 \or \appendixsectionzzz{#3}%
6214 \or \appendixsubseczzz{#3}%
6215 \or \appendixsubsubseczzz{#3}%
6221 \or \numberedsubseczzz{#3}%
6222 \or \numberedsubsubseczzz{#3}%
6226 \suppressfirstparagraphindent
6230 \def\numhead{\genhead N
}
6231 \def\apphead{\genhead A
}
6232 \def\unnmhead{\genhead U
}
6234 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
6235 % all lower-level sectioning counters to zero.
6237 % Also set \chaplevelprefix, which we prepend to @float sequence numbers
6238 % (e.g., figures), q.v. By default (before any chapter), that is empty.
6239 \let\chaplevelprefix =
\empty
6241 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
6243 % section resetting is \global in case the chapter is in a group, such
6244 % as an @include file.
6245 \global\secno=
0 \global\subsecno=
0 \global\subsubsecno=
0
6246 \global\advance\chapno by
1
6249 \gdef\chaplevelprefix{\the\chapno.
}%
6252 % \putwordChapter can contain complex things in translations.
6253 \toks0=
\expandafter{\putwordChapter}%
6254 \message{\the\toks0 \space \the\chapno}%
6256 % Write the actual heading.
6257 \chapmacro{#1}{Ynumbered
}{\the\chapno}%
6259 % So @section and the like are numbered underneath this chapter.
6260 \global\let\section =
\numberedsec
6261 \global\let\subsection =
\numberedsubsec
6262 \global\let\subsubsection =
\numberedsubsubsec
6265 \outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz
6267 \def\appendixzzz#1{%
6268 \global\secno=
0 \global\subsecno=
0 \global\subsubsecno=
0
6269 \global\advance\appendixno by
1
6270 \gdef\chaplevelprefix{\appendixletter.
}%
6273 % \putwordAppendix can contain complex things in translations.
6274 \toks0=
\expandafter{\putwordAppendix}%
6275 \message{\the\toks0 \space \appendixletter}%
6277 \chapmacro{#1}{Yappendix
}{\appendixletter}%
6279 \global\let\section =
\appendixsec
6280 \global\let\subsection =
\appendixsubsec
6281 \global\let\subsubsection =
\appendixsubsubsec
6284 % normally unnmhead0 calls unnumberedzzz:
6285 \outer\parseargdef\unnumbered{\unnmhead0{#1}}
6286 \def\unnumberedzzz#1{%
6287 \global\secno=
0 \global\subsecno=
0 \global\subsubsecno=
0
6288 \global\advance\unnumberedno by
1
6290 % Since an unnumbered has no number, no prefix for figures.
6291 \global\let\chaplevelprefix =
\empty
6294 % This used to be simply \message{#1}, but TeX fully expands the
6295 % argument to \message. Therefore, if #1 contained @-commands, TeX
6296 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
6297 % expanded @cite (which turns out to cause errors because \cite is meant
6298 % to be executed, not expanded).
6300 % Anyway, we don't want the fully-expanded definition of @cite to appear
6301 % as a result of the \message, we just want `@cite' itself. We use
6302 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
6303 % simply yielding the contents of <toks register>. (We also do this for
6306 \message{(
\the\toks0)
}%
6308 \chapmacro{#1}{Ynothing
}{\the\unnumberedno}%
6310 \global\let\section =
\unnumberedsec
6311 \global\let\subsection =
\unnumberedsubsec
6312 \global\let\subsubsection =
\unnumberedsubsubsec
6315 % @centerchap is like @unnumbered, but the heading is centered.
6316 \outer\parseargdef\centerchap{%
6317 \let\centerparametersmaybe =
\centerparameters
6319 \let\centerparametersmaybe =
\relax
6322 % @top is like @unnumbered.
6327 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
6329 \global\subsecno=
0 \global\subsubsecno=
0 \global\advance\secno by
1
6330 \sectionheading{#1}{sec
}{Ynumbered
}{\the\chapno.
\the\secno}%
6333 % normally calls appendixsectionzzz:
6334 \outer\parseargdef\appendixsection{\apphead1{#1}}
6335 \def\appendixsectionzzz#1{%
6336 \global\subsecno=
0 \global\subsubsecno=
0 \global\advance\secno by
1
6337 \sectionheading{#1}{sec
}{Yappendix
}{\appendixletter.
\the\secno}%
6339 \let\appendixsec\appendixsection
6341 % normally calls unnumberedseczzz:
6342 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}}
6343 \def\unnumberedseczzz#1{%
6344 \global\subsecno=
0 \global\subsubsecno=
0 \global\advance\secno by
1
6345 \sectionheading{#1}{sec
}{Ynothing
}{\the\unnumberedno.
\the\secno}%
6350 % normally calls numberedsubseczzz:
6351 \outer\parseargdef\numberedsubsec{\numhead2{#1}}
6352 \def\numberedsubseczzz#1{%
6353 \global\subsubsecno=
0 \global\advance\subsecno by
1
6354 \sectionheading{#1}{subsec
}{Ynumbered
}{\the\chapno.
\the\secno.
\the\subsecno}%
6357 % normally calls appendixsubseczzz:
6358 \outer\parseargdef\appendixsubsec{\apphead2{#1}}
6359 \def\appendixsubseczzz#1{%
6360 \global\subsubsecno=
0 \global\advance\subsecno by
1
6361 \sectionheading{#1}{subsec
}{Yappendix
}%
6362 {\appendixletter.
\the\secno.
\the\subsecno}%
6365 % normally calls unnumberedsubseczzz:
6366 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}}
6367 \def\unnumberedsubseczzz#1{%
6368 \global\subsubsecno=
0 \global\advance\subsecno by
1
6369 \sectionheading{#1}{subsec
}{Ynothing
}%
6370 {\the\unnumberedno.
\the\secno.
\the\subsecno}%
6375 % normally numberedsubsubseczzz:
6376 \outer\parseargdef\numberedsubsubsec{\numhead3{#1}}
6377 \def\numberedsubsubseczzz#1{%
6378 \global\advance\subsubsecno by
1
6379 \sectionheading{#1}{subsubsec
}{Ynumbered
}%
6380 {\the\chapno.
\the\secno.
\the\subsecno.
\the\subsubsecno}%
6383 % normally appendixsubsubseczzz:
6384 \outer\parseargdef\appendixsubsubsec{\apphead3{#1}}
6385 \def\appendixsubsubseczzz#1{%
6386 \global\advance\subsubsecno by
1
6387 \sectionheading{#1}{subsubsec
}{Yappendix
}%
6388 {\appendixletter.
\the\secno.
\the\subsecno.
\the\subsubsecno}%
6391 % normally unnumberedsubsubseczzz:
6392 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}}
6393 \def\unnumberedsubsubseczzz#1{%
6394 \global\advance\subsubsecno by
1
6395 \sectionheading{#1}{subsubsec
}{Ynothing
}%
6396 {\the\unnumberedno.
\the\secno.
\the\subsecno.
\the\subsubsecno}%
6399 % These macros control what the section commands do, according
6400 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
6401 % Define them by default for a numbered chapter.
6402 \let\section =
\numberedsec
6403 \let\subsection =
\numberedsubsec
6404 \let\subsubsection =
\numberedsubsubsec
6406 % Define @majorheading, @heading and @subheading
6409 {\advance\chapheadingskip by
10pt
\chapbreak }%
6410 \parsearg\chapheadingzzz
6413 \def\chapheading{\chapbreak \parsearg\chapheadingzzz}
6414 \def\chapheadingzzz#1{%
6415 \vbox{\chapfonts \raggedtitlesettings #1\par}%
6416 \nobreak\bigskip \nobreak
6417 \suppressfirstparagraphindent
6420 % @heading, @subheading, @subsubheading.
6421 \parseargdef\heading{\sectionheading{#1}{sec
}{Yomitfromtoc
}{}
6422 \suppressfirstparagraphindent}
6423 \parseargdef\subheading{\sectionheading{#1}{subsec
}{Yomitfromtoc
}{}
6424 \suppressfirstparagraphindent}
6425 \parseargdef\subsubheading{\sectionheading{#1}{subsubsec
}{Yomitfromtoc
}{}
6426 \suppressfirstparagraphindent}
6428 % These macros generate a chapter, section, etc. heading only
6429 % (including whitespace, linebreaking, etc. around it),
6430 % given all the information in convenient, parsed form.
6432 % Args are the skip and penalty (usually negative)
6433 \def\dobreak#1#2{\par\ifdim\lastskip<
#1\removelastskip\penalty#2\vskip#1\fi}
6435 % Parameter controlling skip before chapter headings (if needed)
6436 \newskip\chapheadingskip
6438 % Define plain chapter starts, and page on/off switching for it.
6439 \def\chapbreak{\dobreak \chapheadingskip {-
4000}}
6442 \def\chappager{\par\vfill\supereject}
6444 % \chapoddpage - start on an odd page for a new chapter
6445 % Because \domark is called before \chapoddpage, the filler page will
6446 % get the headings for the next chapter, which is wrong. But we don't
6447 % care -- we just disable all headings on the filler page.
6459 \parseargdef\setchapternewpage{\csname CHAPPAG
#1\endcsname}
6462 \global\let\contentsalignmacro =
\chappager
6463 \global\let\pchapsepmacro=
\chapbreak
6464 \global\let\pagealignmacro=
\chappager}
6467 \global\let\contentsalignmacro =
\chappager
6468 \global\let\pchapsepmacro=
\chappager
6469 \global\let\pagealignmacro=
\chappager
6470 \global\def\HEADINGSon{\HEADINGSsingle}}
6473 \global\let\contentsalignmacro =
\chapoddpage
6474 \global\let\pchapsepmacro=
\chapoddpage
6475 \global\let\pagealignmacro=
\chapoddpage
6476 \global\def\HEADINGSon{\HEADINGSdouble}}
6480 % \chapmacro - Chapter opening.
6482 % #1 is the text, #2 is the section type (Ynumbered, Ynothing,
6483 % Yappendix, Yomitfromtoc), #3 the chapter number.
6484 % Not used for @heading series.
6486 % To test against our argument.
6487 \def\Ynothingkeyword{Ynothing
}
6488 \def\Yappendixkeyword{Yappendix
}
6489 \def\Yomitfromtockeyword{Yomitfromtoc
}
6491 \def\chapmacro#1#2#3{%
6492 \expandafter\ifx\thisenv\titlepage\else
6493 \checkenv{}% chapters, etc., should not start inside an environment.
6495 % FIXME: \chapmacro is currently called from inside \titlepage when
6496 % \setcontentsaftertitlepage to print the "Table of Contents" heading, but
6497 % this should probably be done by \sectionheading with an option to print
6500 % Insert the first mark before the heading break (see notes for \domark).
6501 \let\prevchapterdefs=
\lastchapterdefs
6502 \let\prevsectiondefs=
\lastsectiondefs
6503 \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}%
6504 \gdef\thissection{}}%
6507 \ifx\temptype\Ynothingkeyword
6508 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
6509 \gdef\thischapter{\thischaptername}}%
6510 \else\ifx\temptype\Yomitfromtockeyword
6511 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
6512 \gdef\thischapter{}}%
6513 \else\ifx\temptype\Yappendixkeyword
6515 \xdef\lastchapterdefs{%
6516 \gdef\noexpand\thischaptername{\the\toks0}%
6517 \gdef\noexpand\thischapternum{\appendixletter}%
6518 % \noexpand\putwordAppendix avoids expanding indigestible
6519 % commands in some of the translations.
6520 \gdef\noexpand\thischapter{\noexpand\putwordAppendix{}
6521 \noexpand\thischapternum:
6522 \noexpand\thischaptername}%
6526 \xdef\lastchapterdefs{%
6527 \gdef\noexpand\thischaptername{\the\toks0}%
6528 \gdef\noexpand\thischapternum{\the\chapno}%
6529 % \noexpand\putwordChapter avoids expanding indigestible
6530 % commands in some of the translations.
6531 \gdef\noexpand\thischapter{\noexpand\putwordChapter{}
6532 \noexpand\thischapternum:
6533 \noexpand\thischaptername}%
6537 % Output the mark. Pass it through \safewhatsit, to take care of
6538 % the preceding space.
6541 % Insert the chapter heading break.
6544 % Now the second mark, after the heading break. No break points
6545 % between here and the heading.
6546 \let\prevchapterdefs=
\lastchapterdefs
6547 \let\prevsectiondefs=
\lastsectiondefs
6552 \let\footnote=
\errfootnoteheading % give better error message
6554 % Have to define \lastsection before calling \donoderef, because the
6555 % xref code eventually uses it. On the other hand, it has to be called
6556 % after \pchapsepmacro, or the headline will change too soon.
6557 \gdef\lastsection{#1}%
6559 % Only insert the separating space if we have a chapter/appendix
6560 % number, and don't print the unnumbered ``number''.
6561 \ifx\temptype\Ynothingkeyword
6563 \def\toctype{unnchap
}%
6564 \else\ifx\temptype\Yomitfromtockeyword
6565 \setbox0 =
\hbox{}% contents like unnumbered, but no toc entry
6567 \else\ifx\temptype\Yappendixkeyword
6568 \setbox0 =
\hbox{\putwordAppendix{} #3\enspace}%
6571 \setbox0 =
\hbox{#3\enspace}%
6572 \def\toctype{numchap
}%
6575 % Write the toc entry for this chapter. Must come before the
6576 % \donoderef, because we include the current node name in the toc
6577 % entry, and \donoderef resets it to empty.
6578 \writetocentry{\toctype}{#1}{#3}%
6580 % For pdftex, we have to write out the node definition (aka, make
6581 % the pdfdest) after any page break, but before the actual text has
6582 % been typeset. If the destination for the pdf outline is after the
6583 % text, then jumping from the outline may wind up with the text not
6584 % being visible, for instance under high magnification.
6587 % Typeset the actual heading.
6588 \nobreak % Avoid page breaks at the interline glue.
6589 \vbox{\raggedtitlesettings \hangindent=
\wd0 \centerparametersmaybe
6592 \nobreak\bigskip % no page break after a chapter title
6596 % @centerchap -- centered and unnumbered.
6597 \let\centerparametersmaybe =
\relax
6598 \def\centerparameters{%
6599 \advance\rightskip by
3\rightskip
6600 \leftskip =
\rightskip
6605 % Section titles. These macros combine the section number parts and
6606 % call the generic \sectionheading to do the printing.
6608 \newskip\secheadingskip
6609 \def\secheadingbreak{\dobreak \secheadingskip{-
1000}}
6611 % Subsection titles.
6612 \newskip\subsecheadingskip
6613 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-
500}}
6615 % Subsubsection titles.
6616 \def\subsubsecheadingskip{\subsecheadingskip}
6617 \def\subsubsecheadingbreak{\subsecheadingbreak}
6620 % Print any size, any type, section title.
6622 % #1 is the text of the title,
6623 % #2 is the section level (sec/subsec/subsubsec),
6624 % #3 is the section type (Ynumbered, Ynothing, Yappendix, Yomitfromtoc),
6625 % #4 is the section number.
6627 \def\seckeyword{sec
}
6629 \def\sectionheading#1#2#3#4{%
6631 \def\sectionlevel{#2}%
6634 % It is ok for the @heading series commands to appear inside an
6635 % environment (it's been historically allowed, though the logic is
6636 % dubious), but not the others.
6637 \ifx\temptype\Yomitfromtockeyword\else
6638 \checkenv{}% non-@*heading should not be in an environment.
6640 \let\footnote=
\errfootnoteheading
6642 % Switch to the right set of fonts.
6643 \csname #2fonts
\endcsname \rm
6645 % Insert first mark before the heading break (see notes for \domark).
6646 \let\prevsectiondefs=
\lastsectiondefs
6647 \ifx\temptype\Ynothingkeyword
6648 \ifx\sectionlevel\seckeyword
6649 \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}%
6650 \gdef\thissection{\thissectionname}}%
6652 \else\ifx\temptype\Yomitfromtockeyword
6653 % Don't redefine \thissection.
6654 \else\ifx\temptype\Yappendixkeyword
6655 \ifx\sectionlevel\seckeyword
6657 \xdef\lastsectiondefs{%
6658 \gdef\noexpand\thissectionname{\the\toks0}%
6659 \gdef\noexpand\thissectionnum{#4}%
6660 % \noexpand\putwordSection avoids expanding indigestible
6661 % commands in some of the translations.
6662 \gdef\noexpand\thissection{\noexpand\putwordSection{}
6663 \noexpand\thissectionnum:
6664 \noexpand\thissectionname}%
6668 \ifx\sectionlevel\seckeyword
6670 \xdef\lastsectiondefs{%
6671 \gdef\noexpand\thissectionname{\the\toks0}%
6672 \gdef\noexpand\thissectionnum{#4}%
6673 % \noexpand\putwordSection avoids expanding indigestible
6674 % commands in some of the translations.
6675 \gdef\noexpand\thissection{\noexpand\putwordSection{}
6676 \noexpand\thissectionnum:
6677 \noexpand\thissectionname}%
6682 % Go into vertical mode. Usually we'll already be there, but we
6683 % don't want the following whatsit to end up in a preceding paragraph
6684 % if the document didn't happen to have a blank line.
6687 % Output the mark. Pass it through \safewhatsit, to take care of
6688 % the preceding space.
6691 % Insert space above the heading.
6692 \csname #2headingbreak
\endcsname
6694 % Now the second mark, after the heading break. No break points
6695 % between here and the heading.
6696 \global\let\prevsectiondefs=
\lastsectiondefs
6699 % Only insert the space after the number if we have a section number.
6700 \ifx\temptype\Ynothingkeyword
6703 \gdef\lastsection{#1}%
6704 \else\ifx\temptype\Yomitfromtockeyword
6705 % for @headings -- no section number, don't include in toc,
6706 % and don't redefine \lastsection.
6709 \let\sectionlevel=
\empty
6710 \else\ifx\temptype\Yappendixkeyword
6711 \setbox0 =
\hbox{#4\enspace}%
6713 \gdef\lastsection{#1}%
6715 \setbox0 =
\hbox{#4\enspace}%
6717 \gdef\lastsection{#1}%
6720 % Write the toc entry (before \donoderef). See comments in \chapmacro.
6721 \writetocentry{\toctype\sectionlevel}{#1}{#4}%
6723 % Write the node reference (= pdf destination for pdftex).
6724 % Again, see comments in \chapmacro.
6727 % Interline glue will be inserted when the vbox is completed.
6728 % That glue will be a valid breakpoint for the page, since it'll be
6729 % preceded by a whatsit (usually from the \donoderef, or from the
6730 % \writetocentry if there was no node). We don't want to allow that
6731 % break, since then the whatsits could end up on page n while the
6732 % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000.
6735 % Output the actual section heading.
6736 \vbox{\hyphenpenalty=
10000 \tolerance=
5000 \parindent=
0pt
\ptexraggedright
6737 \hangindent=
\wd0 % zero if no section number
6740 % Add extra space after the heading -- half of whatever came above it.
6741 % Don't allow stretch, though.
6742 \kern .5 \csname #2headingskip
\endcsname
6744 % Do not let the kern be a potential breakpoint, as it would be if it
6745 % was followed by glue.
6748 % We'll almost certainly start a paragraph next, so don't let that
6749 % glue accumulate. (Not a breakpoint because it's preceded by a
6750 % discardable item.) However, when a paragraph is not started next
6751 % (\startdefun, \cartouche, \center, etc.), this needs to be wiped out
6752 % or the negative glue will cause weirdly wrong output, typically
6753 % obscuring the section heading with something else.
6756 % This is so the last item on the main vertical list is a known
6757 % \penalty > 10000, so \startdefun, etc., can recognize the situation
6758 % and do the needful.
6764 % Table of contents.
6767 % Write an entry to the toc file, opening it if necessary.
6768 % Called from @chapter, etc.
6770 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
6771 % We append the current node name (if any) and page number as additional
6772 % arguments for the \{chap,sec,...}entry macros which will eventually
6773 % read this. The node name is used in the pdf outlines as the
6774 % destination to jump to.
6776 % We open the .toc file for writing here instead of at @setfilename (or
6777 % any other fixed time) so that @contents can be anywhere in the document.
6778 % But if #1 is `omit', then we don't do anything. This is used for the
6779 % table of contents chapter openings themselves.
6781 \newif\iftocfileopened
6782 \def\omitkeyword{omit
}%
6784 \def\writetocentry#1#2#3{%
6785 \edef\writetoctype{#1}%
6786 \ifx\writetoctype\omitkeyword \else
6787 \iftocfileopened\else
6788 \immediate\openout\tocfile =
\jobname.toc
6789 \global\tocfileopenedtrue
6795 \write\tocfile{@
#1entry
{#2}{#3}{\lastnode}{\noexpand\folio}}}%
6801 % Tell \shipout to create a pdf destination on each page, if we're
6802 % writing pdf. These are used in the table of contents. We can't
6803 % just write one on every page because the title pages are numbered
6804 % 1 and 2 (the page numbers aren't printed), and so are the first
6805 % two pages of the document. Thus, we'd have two destinations named
6806 % `1', and two named `2'.
6808 \global\pdfmakepagedesttrue
6810 \ifx\XeTeXrevision\thisisundefined
6812 \global\pdfmakepagedesttrue
6818 % These characters do not print properly in the Computer Modern roman
6819 % fonts, so we must take special care. This is more or less redundant
6820 % with the Texinfo input format setup at the end of this file.
6822 \def\activecatcodes{%
6835 % Read the toc file, which is essentially Texinfo input.
6839 \input \tocreadfilename
6842 \newskip\contentsrightmargin \contentsrightmargin=
1in
6843 \newcount\savepageno
6844 \newcount\lastnegativepageno \lastnegativepageno = -
1
6846 % Prepare to read what we've written to \tocfile.
6848 \def\startcontents#1{%
6849 % If @setchapternewpage on, and @headings double, the contents should
6850 % start on an odd page, unlike chapters. Thus, we maintain
6851 % \contentsalignmacro in parallel with \pagealignmacro.
6852 % From: Torbjorn Granlund <tege@matematik.su.se>
6854 \immediate\closeout\tocfile
6856 % Don't need to put `Contents' or `Short Contents' in the headline.
6857 % It is abundantly clear what they are.
6858 \chapmacro{#1}{Yomitfromtoc
}{}%
6860 \savepageno =
\pageno
6861 \begingroup % Set up to handle contents files properly.
6862 \raggedbottom % Worry more about breakpoints than the bottom.
6863 \entryrightmargin=
\contentsrightmargin % Don't use the full line length.
6865 % Roman numerals for page numbers.
6866 \ifnum \pageno>
0 \global\pageno =
\lastnegativepageno \fi
6869 % redefined for the two-volume lispref. We always output on
6870 % \jobname.toc even if this is redefined.
6872 \def\tocreadfilename{\jobname.toc
}
6874 % Normal (long) toc.
6877 \startcontents{\putwordTOC}%
6878 \openin 1 \tocreadfilename\space
6883 \contentsalignmacro % in case @setchapternewpage odd is in effect
6889 \lastnegativepageno =
\pageno
6890 \global\pageno =
\savepageno
6893 % And just the chapters.
6894 \def\summarycontents{%
6895 \startcontents{\putwordShortTOC}%
6897 \let\partentry =
\shortpartentry
6898 \let\numchapentry =
\shortchapentry
6899 \let\appentry =
\shortchapentry
6900 \let\unnchapentry =
\shortunnchapentry
6901 % We want a true roman here for the page numbers.
6903 \let\rm=
\shortcontrm \let\bf=
\shortcontbf
6904 \let\sl=
\shortcontsl \let\tt=
\shortconttt
6906 \hyphenpenalty =
10000
6907 \advance\baselineskip by
1pt
% Open it up a little.
6908 \def\numsecentry#
#1#
#2#
#3#
#4{}
6909 \let\appsecentry =
\numsecentry
6910 \let\unnsecentry =
\numsecentry
6911 \let\numsubsecentry =
\numsecentry
6912 \let\appsubsecentry =
\numsecentry
6913 \let\unnsubsecentry =
\numsecentry
6914 \let\numsubsubsecentry =
\numsecentry
6915 \let\appsubsubsecentry =
\numsecentry
6916 \let\unnsubsubsecentry =
\numsecentry
6917 \openin 1 \tocreadfilename\space
6923 \contentsalignmacro % in case @setchapternewpage odd is in effect
6925 \lastnegativepageno =
\pageno
6926 \global\pageno =
\savepageno
6928 \let\shortcontents =
\summarycontents
6930 % Typeset the label for a chapter or appendix for the short contents.
6931 % The arg is, e.g., `A' for an appendix, or `3' for a chapter.
6933 \def\shortchaplabel#1{%
6934 % This space should be enough, since a single number is .5em, and the
6935 % widest letter (M) is 1em, at least in the Computer Modern fonts.
6936 % But use \hss just in case.
6937 % (This space doesn't include the extra space that gets added after
6938 % the label; that gets put in by \shortchapentry above.)
6940 % We'd like to right-justify chapter numbers, but that looks strange
6941 % with appendix letters. And right-justifying numbers and
6942 % left-justifying letters looks strange when there is less than 10
6943 % chapters. Have to read the whole toc once to know how many chapters
6944 % there are before deciding ...
6945 \hbox to
1em
{#1\hss}%
6948 % These macros generate individual entries in the table of contents.
6949 % The first argument is the chapter or section name.
6950 % The last argument is the page number.
6951 % The arguments in between are the chapter number, section number, ...
6953 % Parts, in the main contents. Replace the part number, which doesn't
6954 % exist, with an empty box. Let's hope all the numbers have the same width.
6955 % Also ignore the page number, which is conventionally not printed.
6956 \def\numeralbox{\setbox0=
\hbox{8}\hbox to
\wd0{\hfil}}
6957 \def\partentry#1#2#3#4{%
6958 % Add stretch and a bonus for breaking the page before the part heading.
6959 % This reduces the chance of the page being broken immediately after the
6960 % part heading, before a following chapter heading.
6961 \vskip 0pt plus
5\baselineskip
6963 \vskip 0pt plus -
5\baselineskip
6964 \dochapentry{\numeralbox\labelspace#1}{}%
6967 % Parts, in the short toc.
6968 \def\shortpartentry#1#2#3#4{%
6970 \vskip.5\baselineskip plus
.15\baselineskip minus
.1\baselineskip
6971 \shortchapentry{{\bf #1}}{\numeralbox}{}{}%
6974 % Chapters, in the main contents.
6975 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}}
6977 % Chapters, in the short toc.
6978 % See comments in \dochapentry re vbox and related settings.
6979 \def\shortchapentry#1#2#3#4{%
6980 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}%
6983 % Appendices, in the main contents.
6984 % Need the word Appendix, and a fixed-size box.
6986 \def\appendixbox#1{%
6987 % We use M since it's probably the widest letter.
6988 \setbox0 =
\hbox{\putwordAppendix{} M
}%
6989 \hbox to
\wd0{\putwordAppendix{} #1\hss}}
6991 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\hskip.7em
#1}{#4}}
6993 % Unnumbered chapters.
6994 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}}
6995 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}}
6998 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}}
6999 \let\appsecentry=
\numsecentry
7000 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
7003 \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}}
7004 \let\appsubsecentry=
\numsubsecentry
7005 \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}}
7007 % And subsubsections.
7008 \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}}
7009 \let\appsubsubsecentry=
\numsubsubsecentry
7010 \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}}
7012 % This parameter controls the indentation of the various levels.
7013 % Same as \defaultparindent.
7014 \newdimen\tocindent \tocindent =
15pt
7016 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
7019 % If the toc has to be broken over pages, we want it to be at chapters
7020 % if at all possible; hence the \penalty.
7021 \def\dochapentry#1#2{%
7022 \penalty-
300 \vskip1\baselineskip plus
.33\baselineskip minus
.25\baselineskip
7024 % Move the page numbers slightly to the right
7025 \advance\entryrightmargin by -
0.05em
7027 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
7029 \nobreak\vskip .25\baselineskip plus
.1\baselineskip
7032 \def\dosecentry#1#2{\begingroup
7033 \secentryfonts \leftskip=
\tocindent
7034 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
7037 \def\dosubsecentry#1#2{\begingroup
7038 \subsecentryfonts \leftskip=
2\tocindent
7039 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
7042 \def\dosubsubsecentry#1#2{\begingroup
7043 \subsubsecentryfonts \leftskip=
3\tocindent
7044 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
7047 % We use the same \entry macro as for the index entries.
7048 \let\tocentry =
\entry
7050 % Space between chapter (or whatever) number and the title.
7051 \def\labelspace{\hskip1em \relax}
7053 \def\dopageno#1{{\rm #1}}
7054 \def\doshortpageno#1{{\rm #1}}
7056 \def\chapentryfonts{\secfonts \rm}
7057 \def\secentryfonts{\textfonts}
7058 \def\subsecentryfonts{\textfonts}
7059 \def\subsubsecentryfonts{\textfonts}
7062 \message{environments,
}
7063 % @foo ... @end foo.
7065 % @tex ... @end tex escapes into raw TeX temporarily.
7066 % One exception: @ is still an escape character, so that @end tex works.
7067 % But \@ or @@ will get a plain @ character.
7070 \setupmarkupstyle{tex
}%
7071 \catcode `\\=
0 \catcode `\
{=
1 \catcode `\
}=
2
7072 \catcode `\$=
3 \catcode `\&=
4 \catcode `\#=
6
7073 \catcode `\^=
7 \catcode `
\_=
8 \catcode `\~=
\active \let~=
\tie
7083 % ' is active in math mode (mathcode"8000). So reset it, and all our
7084 % other math active characters (just in case), to plain's definitions.
7087 % Inverse of the list at the beginning of the file.
7089 \let\bullet=
\ptexbullet
7094 \let\equiv=
\ptexequiv
7097 \let\indent=
\ptexindent
7098 \let\noindent=
\ptexnoindent
7105 %\let\sup=\ptexsup % do not redefine, we want @sup to work in math mode
7107 \expandafter \let\csname top
\endcsname=
\ptextop % we've made it outer
7108 \let\frenchspacing=
\plainfrenchspacing
7110 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
7111 \def\enddots{\relax\ifmmode\endldots\else$
\mathsurround=
0pt
\endldots\,$
\fi}%
7114 % There is no need to define \Etex.
7116 % Define @lisp ... @end lisp.
7117 % @lisp environment forms a group so it can rebind things,
7118 % including the definition of @end lisp (which normally is erroneous).
7120 % Amount to narrow the margins by for @lisp.
7121 \newskip\lispnarrowing \lispnarrowing=
0.4in
7123 % This is the definition that ^^M gets inside @lisp, @example, and other
7124 % such environments. \null is better than a space, since it doesn't
7126 \def\lisppar{\null\endgraf}
7128 % This space is always present above and below environments.
7129 \newskip\envskipamount \envskipamount =
0pt
7131 % Make spacing and below environment symmetrical. We use \parskip here
7132 % to help in doing that, since in @example-like environments \parskip
7133 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
7134 % start of the next paragraph will insert \parskip.
7136 \def\aboveenvbreak{{%
7137 % =10000 instead of <10000 because of a special case in \itemzzz and
7138 % \sectionheading, q.v.
7139 \ifnum \lastpenalty=
10000 \else
7140 \advance\envskipamount by
\parskip
7142 \ifdim\lastskip<
\envskipamount
7144 \ifnum\lastpenalty<
10000
7145 % Penalize breaking before the environment, because preceding text
7146 % often leads into it.
7149 \vskip\envskipamount
7154 \def\afterenvbreak{{%
7155 % =10000 instead of <10000 because of a special case in \itemzzz and
7156 % \sectionheading, q.v.
7157 \ifnum \lastpenalty=
10000 \else
7158 \advance\envskipamount by
\parskip
7160 \ifdim\lastskip<
\envskipamount
7162 % it's not a good place to break if the last penalty was \nobreak
7164 \ifnum\lastpenalty<
10000 \penalty-
50 \fi
7165 \vskip\envskipamount
7170 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will
7171 % also clear it, so that its embedded environments do the narrowing again.
7172 \let\nonarrowing=
\relax
7174 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
7175 % environment contents.
7176 \font\circle=lcircle10
7178 \newdimen\cartouter\newdimen\cartinner
7179 \newskip\normbskip\newskip\normpskip\newskip\normlskip
7180 \circthick=
\fontdimen8\circle
7182 \def\ctl{{\circle\char'
013\hskip -
6pt
}}% 6pt from pl file: 1/2charwidth
7183 \def\ctr{{\hskip 6pt
\circle\char'
010}}
7184 \def\cbl{{\circle\char'
012\hskip -
6pt
}}
7185 \def\cbr{{\hskip 6pt
\circle\char'
011}}
7186 \def\carttop{\hbox to
\cartouter{\hskip\lskip
7187 \ctl\leaders\hrule height
\circthick\hfil\ctr
7189 \def\cartbot{\hbox to
\cartouter{\hskip\lskip
7190 \cbl\leaders\hrule height
\circthick\hfil\cbr
7193 \newskip\lskip\newskip\rskip
7196 \ifhmode\par\fi % can't be in the midst of a paragraph.
7198 \lskip=
\leftskip \rskip=
\rightskip
7199 \leftskip=
0pt
\rightskip=
0pt
% we want these *outside*.
7200 \cartinner=
\hsize \advance\cartinner by-
\lskip
7201 \advance\cartinner by-
\rskip
7203 \advance\cartouter by
18.4pt
% allow for 3pt kerns on either
7204 % side, and for 6pt waste from
7205 % each corner char, and rule thickness
7206 \normbskip=
\baselineskip \normpskip=
\parskip \normlskip=
\lineskip
7208 % If this cartouche directly follows a sectioning command, we need the
7209 % \parskip glue (backspaced over by default) or the cartouche can
7210 % collide with the section heading.
7211 \ifnum\lastpenalty>
10000 \vskip\parskip \penalty\lastpenalty \fi
7213 \setbox\groupbox=
\vbox\bgroup
7214 \baselineskip=
0pt
\parskip=
0pt
\lineskip=
0pt
7222 \baselineskip=
\normbskip
7223 \lineskip=
\normlskip
7226 \comment % For explanation, see the end of def\group.
7242 % This macro is called at the beginning of all the @example variants,
7244 \newdimen\nonfillparindent
7247 \ifdim\hfuzz <
12pt
\hfuzz =
12pt
\fi % Don't be fussy
7248 \sepspaces % Make spaces be word-separators rather than space tokens.
7249 \let\par =
\lisppar % don't ignore blank lines
7250 \obeylines % each line of input is a line of output
7252 % Turn off paragraph indentation but redefine \indent to emulate
7253 % the normal \indent.
7254 \nonfillparindent=
\parindent
7256 \let\indent\nonfillindent
7258 \emergencystretch =
0pt
% don't try to avoid overfull boxes
7259 \ifx\nonarrowing\relax
7260 \advance \leftskip by
\lispnarrowing
7261 \exdentamount=
\lispnarrowing
7263 \let\nonarrowing =
\relax
7265 \let\exdent=
\nofillexdent
7270 % We want to swallow spaces (but not other tokens) after the fake
7271 % @indent in our nonfill-environments, where spaces are normally
7272 % active and set to @tie, resulting in them not being ignored after
7274 \gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}%
7275 \gdef\nonfillindentcheck{%
7277 \expandafter\nonfillindentgobble%
7279 \leavevmode\nonfillindentbox%
7283 \def\nonfillindentgobble#1{\nonfillindent}
7284 \def\nonfillindentbox{\hbox to
\nonfillparindent{\hss}}
7286 % If you want all examples etc. small: @set dispenvsize small.
7287 % If you want even small examples the full size: @set dispenvsize nosmall.
7288 % This affects the following displayed environments:
7289 % @example, @display, @format, @lisp
7291 \def\smallword{small
}
7292 \def\nosmallword{nosmall
}
7293 \let\SETdispenvsize\relax
7294 \def\setnormaldispenv{%
7295 \ifx\SETdispenvsize\smallword
7296 % end paragraph for sake of leading, in case document has no blank
7297 % line. This is redundant with what happens in \aboveenvbreak, but
7298 % we need to do it before changing the fonts, and it's inconvenient
7299 % to change the fonts afterward.
7300 \ifnum \lastpenalty=
10000 \else \endgraf \fi
7301 \smallexamplefonts \rm
7304 \def\setsmalldispenv{%
7305 \ifx\SETdispenvsize\nosmallword
7307 \ifnum \lastpenalty=
10000 \else \endgraf \fi
7308 \smallexamplefonts \rm
7312 % We often define two environments, @foo and @smallfoo.
7313 % Let's do it in one command. #1 is the env name, #2 the definition.
7314 \def\makedispenvdef#1#2{%
7315 \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}%
7316 \expandafter\envdef\csname small
#1\endcsname {\setsmalldispenv #2}%
7317 \expandafter\let\csname E
#1\endcsname \afterenvbreak
7318 \expandafter\let\csname Esmall
#1\endcsname \afterenvbreak
7321 % Define two environment synonyms (#1 and #2) for an environment.
7322 \def\maketwodispenvdef#1#2#3{%
7323 \makedispenvdef{#1}{#3}%
7324 \makedispenvdef{#2}{#3}%
7327 % @lisp: indented, narrowed, typewriter font;
7328 % @example: same as @lisp.
7330 % @smallexample and @smalllisp: use smaller fonts.
7331 % Originally contributed by Pavel@xerox.
7333 \maketwodispenvdef{lisp
}{example
}{%
7335 \tt\setupmarkupstyle{example
}%
7336 \let\kbdfont =
\kbdexamplefont % Allow @kbd to do something special.
7337 \gobble % eat return
7339 % @display/@smalldisplay: same as @lisp except keep current font.
7341 \makedispenvdef{display
}{%
7346 % @format/@smallformat: same as @display except don't narrow margins.
7348 \makedispenvdef{format
}{%
7349 \let\nonarrowing = t
%
7354 % @flushleft: same as @format, but doesn't obey \SETdispenvsize.
7356 \let\nonarrowing = t
%
7360 \let\Eflushleft =
\afterenvbreak
7364 \envdef\flushright{%
7365 \let\nonarrowing = t
%
7367 \advance\leftskip by
0pt plus
1fill
\relax
7370 \let\Eflushright =
\afterenvbreak
7373 % @raggedright does more-or-less normal line breaking but no right
7374 % justification. From plain.tex. Don't stretch around special
7375 % characters in urls in this environment, since the stretch at the right
7377 \envdef\raggedright{%
7378 \rightskip0pt plus2.4em
\spaceskip.3333em
\xspaceskip.5em
\relax
7379 \def\urefprestretchamount{0pt
}%
7380 \def\urefpoststretchamount{0pt
}%
7382 \let\Eraggedright\par
7384 \envdef\raggedleft{%
7385 \parindent=
0pt
\leftskip0pt plus2em
7386 \spaceskip.3333em
\xspaceskip.5em
\parfillskip=
0pt
7387 \hbadness=
10000 % Last line will usually be underfull, so turn off
7388 % badness reporting.
7390 \let\Eraggedleft\par
7392 \envdef\raggedcenter{%
7393 \parindent=
0pt
\rightskip0pt plus1em
\leftskip0pt plus1em
7394 \spaceskip.3333em
\xspaceskip.5em
\parfillskip=
0pt
7395 \hbadness=
10000 % Last line will usually be underfull, so turn off
7396 % badness reporting.
7398 \let\Eraggedcenter\par
7401 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
7402 % and narrows the margins. We keep \parskip nonzero in general, since
7403 % we're doing normal filling. So, when using \aboveenvbreak and
7404 % \afterenvbreak, temporarily make \parskip 0.
7406 \makedispenvdef{quotation
}{\quotationstart}
7408 \def\quotationstart{%
7409 \indentedblockstart % same as \indentedblock, but increase right margin too.
7410 \ifx\nonarrowing\relax
7411 \advance\rightskip by
\lispnarrowing
7413 \parsearg\quotationlabel
7416 % We have retained a nonzero parskip for the environment, since we're
7417 % doing normal filling.
7421 \ifx\quotationauthor\thisisundefined\else
7423 \leftline{\kern 2\leftskip \sl ---
\quotationauthor}%
7425 {\parskip=
0pt
\afterenvbreak}%
7427 \def\Esmallquotation{\Equotation}
7429 % If we're given an argument, typeset it in bold with a colon after.
7430 \def\quotationlabel#1{%
7432 \ifx\temp\empty \else
7437 % @indentedblock is like @quotation, but indents only on the left and
7438 % has no optional argument.
7440 \makedispenvdef{indentedblock
}{\indentedblockstart}
7442 \def\indentedblockstart{%
7443 {\parskip=
0pt
\aboveenvbreak}% because \aboveenvbreak inserts \parskip
7446 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
7447 \ifx\nonarrowing\relax
7448 \advance\leftskip by
\lispnarrowing
7449 \exdentamount =
\lispnarrowing
7451 \let\nonarrowing =
\relax
7455 % Keep a nonzero parskip for the environment, since we're doing normal filling.
7457 \def\Eindentedblock{%
7459 {\parskip=
0pt
\afterenvbreak}%
7461 \def\Esmallindentedblock{\Eindentedblock}
7464 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
7465 % If we want to allow any <char> as delimiter,
7466 % we need the curly braces so that makeinfo sees the @verb command, eg:
7467 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org
7469 % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook.
7471 % [Knuth] p.344; only we need to do the other characters Texinfo sets
7472 % active too. Otherwise, they get lost as the first character on a
7475 \do\
\do\\
\do\
{\do\
}\do\$
\do\&
%
7476 \do\#
\do\^
\do\^^K
\do\_\do\^^A
\do\%
\do\~
%
7477 \do\<
\do\>
\do\|
\do\@
\do+
\do\"
%
7478 % Don't do the quotes -- if we do, @set txicodequoteundirected and
7479 % @set txicodequotebacktick will not have effect on @verb and
7480 % @verbatim, and ?` and !` ligatures won't get disabled.
7485 \def\uncatcodespecials{%
7486 \def\do#
#1{\catcode`#
#1=
\other}\dospecials}
7488 % Setup for the @verb command.
7490 % Eight spaces for a tab
7492 \catcode`\^^I=
\active
7493 \gdef\tabeightspaces{\catcode`\^^I=
\active\def^^I
{\ \ \ \ \ \ \ \
}}
7497 \tt % easiest (and conventionally used) font for verbatim
7498 \def\par{\leavevmode\endgraf}%
7499 \setupmarkupstyle{verb
}%
7501 % Respect line breaks,
7502 % print special symbols as themselves, and
7503 % make each space count
7504 % must do in this order:
7505 \obeylines \uncatcodespecials \sepspaces
7508 % Setup for the @verbatim environment
7510 % Real tab expansion.
7511 \newdimen\tabw \setbox0=
\hbox{\tt\space} \tabw=
8\wd0 % tab amount
7513 % We typeset each line of the verbatim in an \hbox, so we can handle
7514 % tabs. The \global is in case the verbatim line starts with an accent,
7515 % or some other command that starts with a begin-group. Otherwise, the
7516 % entire \verbbox would disappear at the corresponding end-group, before
7517 % it is typeset. Meanwhile, we can't have nested verbatim commands
7518 % (can we?), so the \global won't be overwriting itself.
7520 \def\starttabbox{\global\setbox\verbbox=
\hbox\bgroup}
7523 \catcode`\^^I=
\active
7525 \catcode`\^^I=
\active
7526 \def^^I
{\leavevmode\egroup
7527 \dimen\verbbox=
\wd\verbbox % the width so far, or since the previous tab
7528 \divide\dimen\verbbox by
\tabw
7529 \multiply\dimen\verbbox by
\tabw % compute previous multiple of \tabw
7530 \advance\dimen\verbbox by
\tabw % advance to next multiple of \tabw
7531 \wd\verbbox=
\dimen\verbbox \box\verbbox \starttabbox
7536 % start the verbatim environment.
7537 \def\setupverbatim{%
7538 \let\nonarrowing = t
%
7540 \tt % easiest (and conventionally used) font for verbatim
7541 % The \leavevmode here is for blank lines. Otherwise, we would
7542 % never \starttabox and the \egroup would end verbatim mode.
7543 \def\par{\leavevmode\egroup\box\verbbox\endgraf}%
7545 \setupmarkupstyle{verbatim
}%
7546 % Respect line breaks,
7547 % print special symbols as themselves, and
7548 % make each space count.
7549 % Must do in this order:
7550 \obeylines \uncatcodespecials \sepspaces
7551 \everypar{\starttabbox}%
7554 % Do the @verb magic: verbatim text is quoted by unique
7555 % delimiter characters. Before first delimiter expect a
7556 % right brace, after last delimiter expect closing brace:
7558 % \def\doverb'{'<char>#1<char>'}'{#1}
7560 % [Knuth] p. 382; only eat outer {}
7562 \catcode`
[=
1\catcode`
]=
2\catcode`\
{=
\other\catcode`\
}=
\other
7563 \gdef\doverb{#1[\def\next#
#1#1}[#
#1\endgroup]\next]
7566 \def\verb{\begingroup\setupverb\doverb}
7569 % Do the @verbatim magic: define the macro \doverbatim so that
7570 % the (first) argument ends when '@end verbatim' is reached, ie:
7572 % \def\doverbatim#1@end verbatim{#1}
7574 % For Texinfo it's a lot easier than for LaTeX,
7575 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
7576 % we need not redefine '\', '{' and '}'.
7578 % Inspired by LaTeX's verbatim command set [latex.ltx]
7583 % ignore everything up to the first ^^M, that's the newline at the end
7584 % of the @verbatim input line itself. Otherwise we get an extra blank
7585 % line in the output.
7586 \xdef\doverbatim#1^^M
#2@end verbatim
{#2\noexpand\end\gobble verbatim
}%
7587 % We really want {...\end verbatim} in the body of the macro, but
7588 % without the active space; thus we have to use \xdef and \gobble.
7592 \setupverbatim\doverbatim
7594 \let\Everbatim =
\afterenvbreak
7597 % @verbatiminclude FILE - insert text of file in verbatim environment.
7599 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude}
7601 \def\doverbatiminclude#1{%
7603 \makevalueexpandable
7605 \indexnofonts % Allow `@@' and other weird things in file names.
7606 \wlog{texinfo.tex: doing @verbatiminclude of
#1^^J
}%
7612 % @copying ... @end copying.
7613 % Save the text away for @insertcopying later.
7615 % We save the uninterpreted tokens, rather than creating a box.
7616 % Saving the text in a box would be much easier, but then all the
7617 % typesetting commands (@smallbook, font changes, etc.) have to be done
7618 % beforehand -- and a) we want @copying to be done first in the source
7619 % file; b) letting users define the frontmatter in as flexible order as
7620 % possible is desirable.
7622 \def\copying{\checkenv{}\begingroup\scanargctxt\docopying}
7623 \def\docopying#1@end copying
{\endgroup\def\copyingtext{#1}}
7625 \def\insertcopying{%
7627 \parindent =
0pt
% paragraph indentation looks wrong on title page
7628 \scanexp\copyingtext
7636 \newskip\defbodyindent \defbodyindent=
.4in
7637 \newskip\defargsindent \defargsindent=
50pt
7638 \newskip\deflastargmargin \deflastargmargin=
18pt
7639 \newcount\defunpenalty
7641 % Start the processing of @deffn:
7643 \ifnum\lastpenalty<
10000
7645 \defunpenalty=
10003 % Will keep this @deffn together with the
7646 % following @def command, see below.
7648 % If there are two @def commands in a row, we'll have a \nobreak,
7649 % which is there to keep the function description together with its
7650 % header. But if there's nothing but headers, we need to allow a
7651 % break somewhere. Check specifically for penalty 10002, inserted
7652 % by \printdefunline, instead of 10000, since the sectioning
7653 % commands also insert a nobreak penalty, and we don't want to allow
7654 % a break between a section heading and a defun.
7656 % As a further refinement, we avoid "club" headers by signalling
7657 % with penalty of 10003 after the very first @deffn in the
7658 % sequence (see above), and penalty of 10002 after any following
7660 \ifnum\lastpenalty=
10002 \penalty2000 \else \defunpenalty=
10002 \fi
7662 % Similarly, after a section heading, do not allow a break.
7663 % But do insert the glue.
7664 \medskip % preceded by discardable penalty, so not a breakpoint
7668 \advance\leftskip by
\defbodyindent
7669 \exdentamount=
\defbodyindent
7673 % First, check whether we are in the right environment:
7676 % As above, allow line break if we have multiple x headers in a row.
7677 % It's not a great place, though.
7678 \ifnum\lastpenalty=
10002 \penalty3000 \else \defunpenalty=
10002 \fi
7680 % And now, it's time to reuse the body of the original defun:
7681 \expandafter\gobbledefun#1%
7683 \def\gobbledefun#1\startdefun{}
7685 % \printdefunline \deffnheader{text}
7687 \def\printdefunline#1#2{%
7689 % call \deffnheader:
7692 \interlinepenalty =
10000
7693 \advance\rightskip by
0pt plus
1fil
\relax
7695 \nobreak\vskip -
\parskip
7696 \penalty\defunpenalty % signal to \startdefun and \dodefunx
7697 % Some of the @defun-type tags do not enable magic parentheses,
7698 % rendering the following check redundant. But we don't optimize.
7703 \def\Edefun{\endgraf\medbreak}
7705 % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn;
7706 % the only thing remaining is to define \deffnheader.
7709 \expandafter\let\csname E
#1\endcsname =
\Edefun
7710 \edef\temp{\noexpand\domakedefun
7711 \makecsname{#1}\makecsname{#1x
}\makecsname{#1header
}}%
7715 % \domakedefun \deffn \deffnx \deffnheader { (defn. of \deffnheader) }
7717 % Define \deffn and \deffnx, without parameters.
7718 % \deffnheader has to be defined explicitly.
7720 \def\domakedefun#1#2#3{%
7723 \doingtypefnfalse % distinguish typed functions from all else
7724 \parseargusing\activeparens{\printdefunline#3}%
7726 \def#2{\dodefunx#1}%
7730 \newif\ifdoingtypefn % doing typed function?
7731 \newif\ifrettypeownline % typeset return type on its own line?
7733 % @deftypefnnewline on|off says whether the return type of typed functions
7734 % are printed on their own line. This affects @deftypefn, @deftypefun,
7735 % @deftypeop, and @deftypemethod.
7737 \parseargdef\deftypefnnewline{%
7740 \expandafter\let\csname SETtxideftypefnnl
\endcsname
7742 \else\ifx\temp\offword
7743 \expandafter\let\csname SETtxideftypefnnl
\endcsname
7746 \errhelp =
\EMsimple
7747 \errmessage{Unknown @txideftypefnnl value `
\temp',
7752 % Untyped functions:
7754 % @deffn category name args
7755 \makedefun{deffn
}{\deffngeneral{}}
7757 % @deffn category class name args
7758 \makedefun{defop
}#1 {\defopon{#1\
\putwordon}}
7760 % \defopon {category on}class name args
7761 \def\defopon#1#2 {\deffngeneral{\putwordon\
\code{#2}}{#1\
\code{#2}} }
7763 % \deffngeneral {subind}category name args
7765 \def\deffngeneral#1#2 #3 #4\endheader{%
7766 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}.
7767 \dosubind{fn
}{\code{#3}}{#1}%
7768 \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}%
7773 % @deftypefn category type name args
7774 \makedefun{deftypefn
}{\deftypefngeneral{}}
7776 % @deftypeop category class type name args
7777 \makedefun{deftypeop
}#1 {\deftypeopon{#1\
\putwordon}}
7779 % \deftypeopon {category on}class type name args
7780 \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\
\code{#2}}{#1\
\code{#2}} }
7782 % \deftypefngeneral {subind}category type name args
7784 \def\deftypefngeneral#1#2 #3 #4 #5\endheader{%
7785 \dosubind{fn
}{\code{#4}}{#1}%
7787 \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
7792 % @deftypevr category type var args
7793 \makedefun{deftypevr
}{\deftypecvgeneral{}}
7795 % @deftypecv category class type var args
7796 \makedefun{deftypecv
}#1 {\deftypecvof{#1\
\putwordof}}
7798 % \deftypecvof {category of}class type var args
7799 \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\
\code{#2}}{#1\
\code{#2}} }
7801 % \deftypecvgeneral {subind}category type var args
7803 \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{%
7804 \dosubind{vr
}{\code{#4}}{#1}%
7805 \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
7808 % Untyped variables:
7810 % @defvr category var args
7811 \makedefun{defvr
}#1 {\deftypevrheader{#1} {} }
7813 % @defcv category class var args
7814 \makedefun{defcv
}#1 {\defcvof{#1\
\putwordof}}
7816 % \defcvof {category of}class var args
7817 \def\defcvof#1#2 {\deftypecvof{#1}#2 {} }
7821 % @deftp category name args
7822 \makedefun{deftp
}#1 #2 #3\endheader{%
7823 \doind{tp
}{\code{#2}}%
7824 \defname{#1}{}{#2}\defunargs{#3\unskip}%
7827 % Remaining @defun-like shortcuts:
7828 \makedefun{defun
}{\deffnheader{\putwordDeffunc} }
7829 \makedefun{defmac
}{\deffnheader{\putwordDefmac} }
7830 \makedefun{defspec
}{\deffnheader{\putwordDefspec} }
7831 \makedefun{deftypefun
}{\deftypefnheader{\putwordDeffunc} }
7832 \makedefun{defvar
}{\defvrheader{\putwordDefvar} }
7833 \makedefun{defopt
}{\defvrheader{\putwordDefopt} }
7834 \makedefun{deftypevar
}{\deftypevrheader{\putwordDefvar} }
7835 \makedefun{defmethod
}{\defopon\putwordMethodon}
7836 \makedefun{deftypemethod
}{\deftypeopon\putwordMethodon}
7837 \makedefun{defivar
}{\defcvof\putwordInstanceVariableof}
7838 \makedefun{deftypeivar
}{\deftypecvof\putwordInstanceVariableof}
7840 % \defname, which formats the name of the @def (not the args).
7841 % #1 is the category, such as "Function".
7842 % #2 is the return type, if any.
7843 % #3 is the function name.
7845 % We are followed by (but not passed) the arguments, if any.
7847 \def\defname#1#2#3{%
7849 % Get the values of \leftskip and \rightskip as they were outside the @def...
7850 \advance\leftskip by -
\defbodyindent
7852 % Determine if we are typesetting the return type of a typed function
7853 % on a line by itself.
7854 \rettypeownlinefalse
7855 \ifdoingtypefn % doing a typed function specifically?
7856 % then check user option for putting return type on its own line:
7857 \expandafter\ifx\csname SETtxideftypefnnl
\endcsname\relax \else
7862 % How we'll format the category name. Putting it in brackets helps
7863 % distinguish it from the body text that may end up on the next line
7866 \setbox0=
\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi}
7868 % Figure out line sizes for the paragraph shape. We'll always have at
7872 % The first line needs space for \box0; but if \rightskip is nonzero,
7873 % we need only space for the part of \box0 which exceeds it:
7874 \dimen0=
\hsize \advance\dimen0 by -
\wd0 \advance\dimen0 by
\rightskip
7876 % If doing a return type on its own line, we'll have another line.
7878 \advance\tempnum by
1
7879 \def\maybeshapeline{0in
\hsize}%
7881 \def\maybeshapeline{}%
7884 % The continuations:
7885 \dimen2=
\hsize \advance\dimen2 by -
\defargsindent
7887 % The final paragraph shape:
7888 \parshape \tempnum 0in
\dimen0 \maybeshapeline \defargsindent \dimen2
7890 % Put the category name at the right margin.
7893 \hfil\box0 \kern-
\hsize
7894 % \hsize has to be shortened this way:
7896 % Intentionally do not respect \rightskip, since we need the space.
7899 % Allow all lines to be underfull without complaint:
7900 \tolerance=
10000 \hbadness=
10000
7901 \exdentamount=
\defbodyindent
7903 % defun fonts. We use typewriter by default (used to be bold) because:
7904 % . we're printing identifiers, they should be in tt in principle.
7905 % . in languages with many accents, such as Czech or French, it's
7906 % common to leave accents off identifiers. The result looks ok in
7907 % tt, but exceedingly strange in rm.
7908 % . we don't want -- and --- to be treated as ligatures.
7909 % . this still does not fix the ?` and !` ligatures, but so far no
7910 % one has made identifiers using them :).
7912 \def\temp{#2}% text of the return type
7913 \ifx\temp\empty\else
7914 \tclose{\temp}% typeset the return type
7916 % put return type on its own line; prohibit line break following:
7917 \hfil\vadjust{\nobreak}\break
7919 \space % type on same line, so just followed by a space
7921 \fi % no return type
7922 #3% output function name
7924 {\rm\enskip}% hskip 0.5 em of \rmfont
7927 % arguments will be output next, if any.
7930 % Print arguments in slanted roman (not ttsl), inconsistently with using
7931 % tt for the name. This is because literal text is sometimes needed in
7932 % the argument list (groff manual), and ttsl and tt are not very
7933 % distinguishable. Prevent hyphenation at `-' chars.
7936 % use sl by default (not ttsl),
7938 \df \sl \hyphenchar\font=
0
7940 % On the other hand, if an argument has two dashes (for instance), we
7941 % want a way to get ttsl. We used to recommend @var for that, so
7942 % leave the code in, but it's strange for @var to lead to typewriter.
7943 % Nowadays we recommend @code, since the difference between a ttsl hyphen
7944 % and a tt hyphen is pretty tiny. @code also disables ?` !`.
7945 \def\var#
#1{{\setupmarkupstyle{var
}\ttslanted{#
#1}}}%
7947 \sl\hyphenchar\font=
45
7950 % We want ()&[] to print specially on the defun line.
7953 \catcode`\(=
\active \catcode`\)=
\active
7954 \catcode`\
[=
\active \catcode`\
]=
\active
7958 % Make control sequences which act like normal parenthesis chars.
7959 \let\lparen = (
\let\rparen = )
7961 % Be sure that we always have a definition for `(', etc. For example,
7962 % if the fn name has parens in it, \boldbrax will not be in effect yet,
7963 % so TeX would otherwise complain about undefined control sequence.
7966 \global\let(=
\lparen \global\let)=
\rparen
7967 \global\let[=
\lbrack \global\let]=
\rbrack
7970 \gdef\boldbrax{\let(=
\opnr\let)=
\clnr\let[=
\lbrb\let]=
\rbrb}
7971 \gdef\magicamp{\let&=
\amprm}
7974 \newcount\parencount
7976 % If we encounter &foo, then turn on ()-hacking afterwards
7978 \def\amprm#1 {\ampseentrue{\bf\&
#1 }}
7982 % At the first level, print parens in roman,
7983 % otherwise use the default font.
7984 \ifnum \parencount=
1 \rm \fi
7986 % The \sf parens (in \boldbrax) actually are a little bolder than
7987 % the contained text. This is especially needed for [ and ] .
7991 \def\infirstlevel#1{%
7998 \def\bfafterword#1 {#1 \bf}
8001 \global\advance\parencount by
1
8003 \infirstlevel \bfafterword
8008 \global\advance\parencount by -
1
8011 \newcount\brackcount
8013 \global\advance\brackcount by
1
8018 \global\advance\brackcount by -
1
8021 \def\checkparencounts{%
8022 \ifnum\parencount=
0 \else \badparencount \fi
8023 \ifnum\brackcount=
0 \else \badbrackcount \fi
8025 % these should not use \errmessage; the glibc manual, at least, actually
8026 % has such constructs (when documenting function pointers).
8027 \def\badparencount{%
8028 \message{Warning: unbalanced parentheses in @def...
}%
8029 \global\parencount=
0
8031 \def\badbrackcount{%
8032 \message{Warning: unbalanced square brackets in @def...
}%
8033 \global\brackcount=
0
8040 % To do this right we need a feature of e-TeX, \scantokens,
8041 % which we arrange to emulate with a temporary file in ordinary TeX.
8042 \ifx\eTeXversion\thisisundefined
8043 \newwrite\macscribble
8046 \immediate\openout\macscribble=
\jobname.tmp
8047 \immediate\write\macscribble{\the\toks0}%
8048 \immediate\closeout\macscribble
8053 % alias because \c means cedilla in @tex or @math
8056 \newcount\savedcatcodeone
8057 \newcount\savedcatcodetwo
8059 % Used at the time of macro expansion.
8060 % Argument is macro body with arguments substituted
8063 \def\xeatspaces{\eatspaces}%
8065 % Temporarily undo catcode changes of \printindex. Set catcode of @ to
8066 % 0 so that @-commands in macro expansions aren't printed literally when
8067 % formatting an index file, where \ is used as the escape character.
8068 \savedcatcodeone=
\catcode`\@
8069 \savedcatcodetwo=
\catcode`\\
8073 % Process the macro body under the current catcode regime.
8074 \scantokens{#1@texinfoc
}%
8076 \catcode`\@=
\savedcatcodeone
8077 \catcode`\\=
\savedcatcodetwo
8079 % The \texinfoc is to remove the \newlinechar added by \scantokens, and
8080 % can be noticed by \parsearg.
8081 % We avoid surrounding the call to \scantokens with \bgroup and \egroup
8082 % to allow macros to open or close groups themselves.
8085 % Used for copying and captions
8087 \expandafter\scanmacro\expandafter{#1}%
8090 \newcount\paramno % Count of parameters
8091 \newtoks\macname % Macro name
8092 \newif\ifrecursive % Is it recursive?
8094 % List of all defined macros in the form
8095 % \commondummyword\macro1\commondummyword\macro2...
8096 % Currently is also contains all @aliases; the list can be split
8097 % if there is a need.
8100 % Add the macro to \macrolist
8101 \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname}
8102 \def\addtomacrolistxxx#1{%
8103 \toks0 =
\expandafter{\macrolist\commondummyword#1}%
8104 \xdef\macrolist{\the\toks0}%
8108 % This does \let #1 = #2, with \csnames; that is,
8109 % \let \csname#1\endcsname = \csname#2\endcsname
8110 % (except of course we have to play expansion games).
8114 \csname#1\expandafter\endcsname
8118 % Trim leading and trailing spaces off a string.
8119 % Concepts from aro-bend problem 15 (see CTAN).
8121 \gdef\eatspaces #1{\expandafter\trim@
\expandafter{#1 }}
8122 \gdef\trim@
#1{\trim@@ @
#1 @
#1 @ @@
}
8123 \gdef\trim@@
#1@
#2@
#3@@
{\trim@@@
\empty #2 @
}
8125 \unbrace{\gdef\trim@@@
#1 } #2@
{#1}
8128 % Trim a single trailing ^^M off a string.
8129 {\catcode`\^^M=
\other \catcode`
\Q=
3%
8130 \gdef\eatcr #1{\eatcra #1Q^^MQ
}%
8131 \gdef\eatcra#1^^MQ
{\eatcrb#1Q
}%
8132 \gdef\eatcrb#1Q
#2Q
{#1}%
8135 % Macro bodies are absorbed as an argument in a context where
8136 % all characters are catcode 10, 11 or 12, except \ which is active
8137 % (as in normal texinfo). It is necessary to change the definition of \
8138 % to recognize macro arguments; this is the job of \mbodybackslash.
8140 % Non-ASCII encodings make 8-bit characters active, so un-activate
8141 % them to avoid their expansion. Must do this non-globally, to
8142 % confine the change to the current group.
8144 % It's necessary to have hard CRs when the macro is executed. This is
8145 % done by making ^^M (\endlinechar) catcode 12 when reading the macro
8146 % body, and then making it the \newlinechar in \scanmacro.
8148 \def\scanctxt{% used as subroutine
8157 \passthroughcharstrue
8160 \def\scanargctxt{% used for copying and captions, not macros.
8164 \catcode`\^^M=
\other
8167 \def\macrobodyctxt{% used for @macro definitions
8173 \catcode`\^^M=
\other
8177 % Used when scanning braced macro arguments. Note, however, that catcode
8178 % changes here are ineffectual if the macro invocation was nested inside
8179 % an argument to another Texinfo command.
8183 \catcode`\^^M=
\other
8187 \def\macrolineargctxt{% used for whole-line arguments without braces
8193 % \mbodybackslash is the definition of \ in @macro bodies.
8194 % It maps \foo\ => \csname macarg.foo\endcsname => #N
8195 % where N is the macro parameter number.
8196 % We define \csname macarg.\endcsname to be \realbackslash, so
8197 % \\ in macro replacement text gets you a backslash.
8199 {\catcode`@=
0 @catcode`@\=@active
8200 @gdef@usembodybackslash
{@let\=@mbodybackslash
}
8201 @gdef@mbodybackslash
#1\
{@csname macarg.
#1@endcsname
}
8203 \expandafter\def\csname macarg.
\endcsname{\realbackslash}
8205 \def\margbackslash#1{\char`\
#1 }
8207 \def\macro{\recursivefalse\parsearg\macroxxx}
8208 \def\rmacro{\recursivetrue\parsearg\macroxxx}
8211 \getargs{#1}% now \macname is the macname and \argl the arglist
8212 \ifx\argl\empty % no arguments
8215 \expandafter\parsemargdef \argl;
%
8216 \if\paramno>
256\relax
8217 \ifx\eTeXversion\thisisundefined
8218 \errhelp =
\EMsimple
8219 \errmessage{You need eTeX to compile a file with macros with more than
256 arguments
}
8223 \if1\csname ismacro.
\the\macname\endcsname
8224 \message{Warning: redefining
\the\macname}%
8226 \expandafter\ifx\csname \the\macname\endcsname \relax
8227 \else \errmessage{Macro name
\the\macname\space already defined
}\fi
8228 \global\cslet{macsave.
\the\macname}{\the\macname}%
8229 \global\expandafter\let\csname ismacro.
\the\macname\endcsname=
1%
8230 \addtomacrolist{\the\macname}%
8232 \begingroup \macrobodyctxt
8233 \ifrecursive \expandafter\parsermacbody
8234 \else \expandafter\parsemacbody
8237 \parseargdef\unmacro{%
8238 \if1\csname ismacro.
#1\endcsname
8239 \global\cslet{#1}{macsave.
#1}%
8240 \global\expandafter\let \csname ismacro.
#1\endcsname=
0%
8241 % Remove the macro name from \macrolist:
8243 \expandafter\let\csname#1\endcsname \relax
8244 \let\commondummyword\unmacrodo
8245 \xdef\macrolist{\macrolist}%
8248 \errmessage{Macro
#1 not defined
}%
8252 % Called by \do from \dounmacro on each macro. The idea is to omit any
8253 % macro definitions that have been changed to \relax.
8259 \noexpand\commondummyword \noexpand#1%
8263 % \getargs -- Parse the arguments to a @macro line. Set \macname to
8264 % the name of the macro, and \argl to the braced argument list.
8265 \def\getargs#1{\getargsxxx#1{}}
8266 \def\getargsxxx#1#
{\getmacname #1 \relax\getmacargs}
8267 \def\getmacname#1 #2\relax{\macname=
{#1}}
8268 \def\getmacargs#1{\def\argl{#1}}
8269 % This made use of the feature that if the last token of a
8270 % <parameter list> is #, then the preceding argument is delimited by
8271 % an opening brace, and that opening brace is not consumed.
8273 % Parse the optional {params} list to @macro or @rmacro.
8274 % Set \paramno to the number of arguments,
8275 % and \paramlist to a parameter text for the macro (e.g. #1,#2,#3 for a
8276 % three-param macro.) Define \macarg.BLAH for each BLAH in the params
8277 % list to some hook where the argument is to be expanded. If there are
8278 % less than 10 arguments that hook is to be replaced by ##N where N
8279 % is the position in that list, that is to say the macro arguments are to be
8280 % defined `a la TeX in the macro body.
8282 % That gets used by \mbodybackslash (above).
8284 % If there are 10 or more arguments, a different technique is used: see
8285 % \parsemmanyargdef.
8287 \def\parsemargdef#1;
{%
8288 \paramno=
0\def\paramlist{}%
8290 % \hash is redefined to `#' later to get it into definitions
8291 \let\xeatspaces\relax
8292 \parsemargdefxxx#1,;,
%
8293 \ifnum\paramno<
10\relax\else
8295 \parsemmanyargdef@@
#1,;,
% 10 or more arguments
8298 \def\parsemargdefxxx#1,
{%
8299 \if#1;
\let\next=
\relax
8300 \else \let\next=
\parsemargdefxxx
8301 \advance\paramno by
1
8302 \expandafter\edef\csname macarg.
\eatspaces{#1}\endcsname
8303 {\xeatspaces{\hash\the\paramno}}%
8304 \edef\paramlist{\paramlist\hash\the\paramno,
}%
8307 % \parsemacbody, \parsermacbody
8309 % Read recursive and nonrecursive macro bodies. (They're different since
8310 % rec and nonrec macros end differently.)
8312 % We are in \macrobodyctxt, and the \xdef causes backslashshes in the macro
8313 % body to be transformed.
8314 % Set \macrobody to the body of the macro, and call \defmacro.
8316 {\catcode`\ =
\other\long\gdef\parsemacbody#1@end macro
{%
8317 \xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}%
8318 {\catcode`\ =
\other\long\gdef\parsermacbody#1@end rmacro
{%
8319 \xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}%
8321 % Make @ a letter, so that we can make private-to-Texinfo macro names.
8322 \edef\texiatcatcode{\the\catcode`\@
}
8323 \catcode `@=
11\relax
8325 %%%%%%%%%%%%%% Code for > 10 arguments only %%%%%%%%%%%%%%%%%%
8327 % If there are 10 or more arguments, a different technique is used, where the
8328 % hook remains in the body, and when macro is to be expanded the body is
8329 % processed again to replace the arguments.
8331 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the
8332 % argument N value and then \edef the body (nothing else will expand because of
8333 % the catcode regime under which the body was input).
8335 % If you compile with TeX (not eTeX), and you have macros with 10 or more
8336 % arguments, no macro can have more than 256 arguments (else error).
8338 % In case that there are 10 or more arguments we parse again the arguments
8339 % list to set new definitions for the \macarg.BLAH macros corresponding to
8340 % each BLAH argument. It was anyhow needed to parse already once this list
8341 % in order to count the arguments, and as macros with at most 9 arguments
8342 % are by far more frequent than macro with 10 or more arguments, defining
8343 % twice the \macarg.BLAH macros does not cost too much processing power.
8344 \def\parsemmanyargdef@@
#1,
{%
8345 \if#1;
\let\next=
\relax
8347 \let\next=
\parsemmanyargdef@@
8348 \edef\tempb{\eatspaces{#1}}%
8349 \expandafter\def\expandafter\tempa
8350 \expandafter{\csname macarg.
\tempb\endcsname}%
8351 % Note that we need some extra \noexpand\noexpand, this is because we
8352 % don't want \the to be expanded in the \parsermacbody as it uses an
8354 \expandafter\edef\tempa
8355 {\noexpand\noexpand\noexpand\the\toks\the\paramno}%
8356 \advance\paramno by
1\relax
8363 \long\def\nillm@
{\nil@
}%
8365 % This macro is expanded during the Texinfo macro expansion, not during its
8366 % definition. It gets all the arguments' values and assigns them to macros
8369 % #1 is the macro name
8370 % #2 is the list of argument names
8371 % #3 is the list of argument values
8372 \def\getargvals@
#1#2#3{%
8373 \def\macargdeflist@
{}%
8374 \def\saveparamlist@
{#2}% Need to keep a copy for parameter expansion.
8375 \def\paramlist{#2,
\nil@
}%
8379 \def\argvaluelist{#3,
\nil@
}%
8388 \ifx\paramlist\nilm@
8389 % Some sanity check needed here that \argvaluelist is also empty.
8390 \ifx\argvaluelist\nillm@
8392 \errhelp =
\EMsimple
8393 \errmessage{Too many arguments in macro `
\macroname'!
}%
8395 \let\next\macargexpandinbody@
8397 \ifx\argvaluelist\nillm@
8398 % No more arguments values passed to macro. Set remaining named-arg
8400 \let\next\setemptyargvalues@
8402 % pop current arg name into \@tempb
8403 \def\@tempa#
#1{\pop@
{\@tempb
}{\paramlist}#
#1\endargs@
}%
8404 \expandafter\@tempa
\expandafter{\paramlist}%
8405 % pop current argument value into \@tempc
8406 \def\@tempa#
#1{\longpop@
{\@tempc
}{\argvaluelist}#
#1\endargs@
}%
8407 \expandafter\@tempa
\expandafter{\argvaluelist}%
8408 % Here \@tempb is the current arg name and \@tempc is the current arg value.
8409 % First place the new argument macro definition into \@tempd
8410 \expandafter\macname\expandafter{\@tempc
}%
8411 \expandafter\let\csname macarg.\@tempb
\endcsname\relax
8412 \expandafter\def\expandafter\@tempe
\expandafter{%
8413 \csname macarg.\@tempb
\endcsname}%
8414 \edef\@tempd
{\long\def\@tempe
{\the\macname}}%
8415 \push@\@tempd
\macargdeflist@
8416 \let\next\getargvals@@
8423 \expandafter\expandafter\expandafter\def
8424 \expandafter\expandafter\expandafter#2%
8425 \expandafter\expandafter\expandafter{%
8429 % Replace arguments by their values in the macro body, and place the result
8432 \def\macvalstoargs@
{%
8433 % To do this we use the property that token registers that are \the'ed
8434 % within an \edef expand only once. So we are going to place all argument
8435 % values into respective token registers.
8437 % First we save the token context, and initialize argument numbering.
8440 % Then, for each argument number #N, we place the corresponding argument
8441 % value into a new token list register \toks#N
8442 \expandafter\putargsintokens@
\saveparamlist@,;,
%
8443 % Then, we expand the body so that argument are replaced by their
8444 % values. The trick for values not to be expanded themselves is that they
8445 % are within tokens and that tokens expand only once in an \edef .
8446 \edef\@tempc
{\csname mac.
\macroname .body
\endcsname}%
8447 % Now we restore the token stack pointer to free the token list registers
8448 % which we have used, but we make sure that expanded body is saved after
8452 \expandafter\def\expandafter\@tempa
\expandafter{\@tempc
}%
8455 % Define the named-macro outside of this group and then close this group.
8457 \def\macargexpandinbody@
{%
8461 % First the replace in body the macro arguments by their values, the result
8464 % Then we point at the \norecurse or \gobble (for recursive) macro value
8466 \expandafter\let\expandafter\@tempb
\csname mac.
\macroname .recurse
\endcsname
8467 % Depending on whether it is recursive or not, we need some tailing
8474 % And now we do the real job:
8475 \edef\@tempd
{\noexpand\@tempb
{\macroname}\noexpand\scanmacro{\@tempa
}\@tempc
}%
8479 \def\putargsintokens@
#1,
{%
8480 \if#1;
\let\next\relax
8482 \let\next\putargsintokens@
8483 % First we allocate the new token list register, and give it a temporary
8485 \toksdef\@tempb
\the\paramno
8486 % Then we place the argument value into that token list register.
8487 \expandafter\let\expandafter\@tempa
\csname macarg.
#1\endcsname
8488 \expandafter\@tempb
\expandafter{\@tempa
}%
8489 \advance\paramno by
1\relax
8494 % Trailing missing arguments are set to empty.
8496 \def\setemptyargvalues@
{%
8497 \ifx\paramlist\nilm@
8498 \let\next\macargexpandinbody@
8500 \expandafter\setemptyargvaluesparser@
\paramlist\endargs@
8501 \let\next\setemptyargvalues@
8506 \def\setemptyargvaluesparser@
#1,
#2\endargs@
{%
8507 \expandafter\def\expandafter\@tempa
\expandafter{%
8508 \expandafter\def\csname macarg.
#1\endcsname{}}%
8509 \push@\@tempa
\macargdeflist@
8513 % #1 is the element target macro
8514 % #2 is the list macro
8515 % #3,#4\endargs@ is the list value
8516 \def\pop@
#1#2#3,
#4\endargs@
{%
8520 \long\def\longpop@
#1#2#3,
#4\endargs@
{%
8526 %%%%%%%%%%%%%% End of code for > 10 arguments %%%%%%%%%%%%%%%%%%
8529 % This defines a Texinfo @macro or @rmacro, called by \parsemacbody.
8530 % \macrobody has the body of the macro in it, with placeholders for
8531 % its parameters, looking like "\xeatspaces{\hash 1}".
8532 % \paramno is the number of parameters
8533 % \paramlist is a TeX parameter text, e.g. "#1,#2,#3,"
8534 % There are four cases: macros of zero, one, up to nine, and many arguments.
8535 % \xdef is used so that macro definitions will survive the file
8536 % they're defined in: @include reads the file inside a group.
8539 \let\hash=##
% convert placeholders to macro parameter chars
8541 \def\xeatspaces#
#1{#
#1}%
8542 % This removes the pair of braces around the argument. We don't
8543 % use \eatspaces, because this can cause ends of lines to be lost
8544 % when the argument to \eatspaces is read, leading to line-based
8545 % commands like "@itemize" not being read correctly.
8547 \let\xeatspaces\relax % suppress expansion
8551 \expandafter\xdef\csname\the\macname\endcsname{%
8553 \noexpand\spaceisspace
8554 \noexpand\endlineisspace
8555 \noexpand\expandafter % skip any whitespace after the macro name.
8556 \expandafter\noexpand\csname\the\macname @@@
\endcsname}%
8557 \expandafter\xdef\csname\the\macname @@@
\endcsname{%
8559 \noexpand\scanmacro{\macrobody}}%
8561 \expandafter\xdef\csname\the\macname\endcsname{%
8563 \noexpand\braceorline
8564 \expandafter\noexpand\csname\the\macname @@@
\endcsname}%
8565 \expandafter\xdef\csname\the\macname @@@
\endcsname#
#1{%
8567 \noexpand\scanmacro{\macrobody}%
8570 \ifnum\paramno<
10\relax
8571 % @MACNAME sets the context for reading the macro argument
8572 % @MACNAME@@ gets the argument, processes backslashes and appends a
8574 % @MACNAME@@@ removes braces surrounding the argument list.
8575 % @MACNAME@@@@ scans the macro body with arguments substituted.
8576 \expandafter\xdef\csname\the\macname\endcsname{%
8578 \noexpand\expandafter % This \expandafter skip any spaces after the
8579 \noexpand\macroargctxt % macro before we change the catcode of space.
8580 \noexpand\expandafter
8581 \expandafter\noexpand\csname\the\macname @@
\endcsname}%
8582 \expandafter\xdef\csname\the\macname @@
\endcsname#
#1{%
8583 \noexpand\passargtomacro
8584 \expandafter\noexpand\csname\the\macname @@@
\endcsname{#
#1,
}}%
8585 \expandafter\xdef\csname\the\macname @@@
\endcsname#
#1{%
8586 \expandafter\noexpand\csname\the\macname @@@@
\endcsname #
#1}%
8587 \expandafter\expandafter
8589 \expandafter\expandafter
8590 \csname\the\macname @@@@
\endcsname\paramlist{%
8591 \egroup\noexpand\scanmacro{\macrobody}}%
8593 \expandafter\xdef\csname\the\macname\endcsname{%
8594 \noexpand\getargvals@
{\the\macname}{\argl}%
8596 \global\expandafter\let\csname mac.
\the\macname .body
\endcsname\macrobody
8597 \global\expandafter\let\csname mac.
\the\macname .recurse
\endcsname\gobble
8601 \catcode `\@
\texiatcatcode\relax % end private-to-Texinfo catcodes
8603 \def\norecurse#1{\bgroup\cslet{#1}{macsave.
#1}}
8606 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8608 {\catcode`\@=
0 \catcode`\\=
13 % We need to manipulate \ so use @ as escape
8609 @catcode`@_=
11 % private names
8610 @catcode`@!=
11 % used as argument separator
8612 % \passargtomacro#1#2 -
8613 % Call #1 with a list of tokens #2, with any doubled backslashes in #2
8614 % compressed to one.
8616 % This implementation works by expansion, and not execution (so we cannot use
8617 % \def or similar). This reduces the risk of this failing in contexts where
8618 % complete expansion is done with no execution (for example, in writing out to
8619 % an auxiliary file for an index entry).
8621 % State is kept in the input stream: the argument passed to
8622 % @look_ahead, @gobble_and_check_finish and @add_segment is
8624 % THE_MACRO ARG_RESULT ! {PENDING_BS} NEXT_TOKEN (... rest of input)
8627 % THE_MACRO - name of the macro we want to call
8628 % ARG_RESULT - argument list we build to pass to that macro
8629 % PENDING_BS - either a backslash or nothing
8630 % NEXT_TOKEN - used to look ahead in the input stream to see what's coming next
8632 @gdef@passargtomacro
#1#2{%
8633 @add_segment
#1!
{}@relax
#2\@_finish\%
8635 @gdef@_finish
{@_finishx
} @global@let@_finishx@relax
8637 % #1 - THE_MACRO ARG_RESULT
8640 % #4 used to look ahead
8642 % If the next token is not a backslash, process the rest of the argument;
8643 % otherwise, remove the next token.
8644 @gdef@look_ahead
#1!
#2#3#4{%
8646 @expandafter@gobble_and_check_finish
8648 @expandafter@add_segment
8652 % #1 - THE_MACRO ARG_RESULT
8655 % #4 should be a backslash, which is gobbled.
8658 % Double backslash found. Add a single backslash, and look ahead.
8659 @gdef@gobble_and_check_finish
#1!
#2#3#4#5{%
8660 @add_segment
#1\!
{}#5#5%
8665 % #1 - THE_MACRO ARG_RESULT
8668 % #4 is input stream until next backslash
8670 % Input stream is either at the start of the argument, or just after a
8671 % backslash sequence, either a lone backslash, or a doubled backslash.
8672 % NEXT_TOKEN contains the first token in the input stream: if it is \finish,
8673 % finish; otherwise, append to ARG_RESULT the segment of the argument up until
8674 % the next backslash. PENDING_BACKSLASH contains a backslash to represent
8675 % a backslash just before the start of the input stream that has not been
8676 % added to ARG_RESULT.
8677 @gdef@add_segment
#1!
#2#3#4\
{%
8681 % append the pending backslash to the result, followed by the next segment
8682 @expandafter@is_fi@look_ahead
#1#2#4!
{\
}@fi
8683 % this @fi is discarded by @look_ahead.
8684 % we can't get rid of it with \expandafter because we don't know how
8690 % #3 discards the res of the conditional in @add_segment, and @is_fi ends the
8692 @gdef@call_the_macro
#1#2!
#3@fi
{@is_fi
#1{#2}}
8695 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8697 % \braceorline MAC is used for a one-argument macro MAC. It checks
8698 % whether the next non-whitespace character is a {. It sets the context
8699 % for reading the argument (slightly different in the two cases). Then,
8700 % to read the argument, in the whole-line case, it then calls the regular
8701 % \parsearg MAC; in the lbrace case, it calls \passargtomacro MAC.
8703 \def\braceorline#1{\let\macnamexxx=
#1\futurelet\nchar\braceorlinexxx}
8704 \def\braceorlinexxx{%
8707 \expandafter\passargtomacro
8709 \macrolineargctxt\expandafter\parsearg
8714 % We need some trickery to remove the optional spaces around the equal
8715 % sign. Make them active and then expand them all to nothing.
8717 \def\alias{\parseargusing\obeyspaces\aliasxxx}
8718 \def\aliasxxx #1{\aliasyyy#1\relax}
8719 \def\aliasyyy #1=
#2\relax{%
8721 \expandafter\let\obeyedspace=
\empty
8722 \addtomacrolist{#1}%
8723 \xdef\next{\global\let\makecsname{#1}=
\makecsname{#2}}%
8729 \message{cross references,
}
8732 \newif\ifhavexrefs % True if xref values are known.
8733 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
8735 % @inforef is relatively simple.
8736 \def\inforef #1{\inforefzzz #1,,,,**
}
8737 \def\inforefzzz #1,
#2,
#3,
#4**
{%
8738 \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
8739 node
\samp{\ignorespaces#1{}}}
8741 % @node's only job in TeX is to define \lastnode, which is used in
8742 % cross-references. The @node line might or might not have commas, and
8743 % might or might not have spaces before the first comma, like:
8744 % @node foo , bar , ...
8745 % We don't want such trailing spaces in the node name.
8747 \parseargdef\node{\checkenv{}\donode #1 ,
\finishnodeparse}
8749 % also remove a trailing comma, in case of something like this:
8750 % @node Help-Cross, , , Cross-refs
8751 \def\donode#1 ,
#2\finishnodeparse{\dodonode #1,
\finishnodeparse}
8752 \def\dodonode#1,
#2\finishnodeparse{\gdef\lastnode{#1}}
8755 \let\lastnode=
\empty
8757 % Write a cross-reference definition for the current node. #1 is the
8758 % type (Ynumbered, Yappendix, Ynothing).
8761 \ifx\lastnode\empty\else
8762 \setref{\lastnode}{#1}%
8763 \global\let\lastnode=
\empty
8767 % @anchor{NAME} -- define xref target at arbitrary point.
8769 \newcount\savesfregister
8771 \def\savesf{\relax \ifhmode \savesfregister=
\spacefactor \fi}
8772 \def\restoresf{\relax \ifhmode \spacefactor=
\savesfregister \fi}
8773 \def\anchor#1{\savesf \setref{#1}{Ynothing
}\restoresf \ignorespaces}
8775 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
8776 % anchor), which consists of three parts:
8777 % 1) NAME-title - the current sectioning name taken from \lastsection,
8778 % or the anchor name.
8779 % 2) NAME-snt - section number and type, passed as the SNT arg, or
8780 % empty for anchors.
8781 % 3) NAME-pg - the page number.
8783 % This is called from \donoderef, \anchor, and \dofloat. In the case of
8784 % floats, there is an additional part, which is not written here:
8785 % 4) NAME-lof - the text as it should appear in a @listoffloats.
8792 \atdummies % preserve commands, but don't expand them
8793 % match definition in \xrdef, \refx, \xrefX.
8795 \edef\writexrdef#
#1#
#2{%
8796 \write\auxfile{@xrdef
{#1-
% #1 of \setref, expanded by the \edef
8797 #
#1}{#
#2}}% these are parameters of \writexrdef
8799 \toks0 =
\expandafter{\lastsection}%
8800 \immediate \writexrdef{title
}{\the\toks0 }%
8801 \immediate \writexrdef{snt
}{\csname #2\endcsname}% \Ynumbered etc.
8802 \safewhatsit{\writexrdef{pg
}{\folio}}% will be written later, at \shipout
8807 % @xrefautosectiontitle on|off says whether @section(ing) names are used
8808 % automatically in xrefs, if the third arg is not explicitly specified.
8809 % This was provided as a "secret" @set xref-automatic-section-title
8810 % variable, now it's official.
8812 \parseargdef\xrefautomaticsectiontitle{%
8815 \expandafter\let\csname SETxref-automatic-section-title
\endcsname
8817 \else\ifx\temp\offword
8818 \expandafter\let\csname SETxref-automatic-section-title
\endcsname
8821 \errhelp =
\EMsimple
8822 \errmessage{Unknown @xrefautomaticsectiontitle value `
\temp',
8828 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
8829 % the node name, #2 the name of the Info cross-reference, #3 the printed
8830 % node name, #4 the name of the Info file, #5 the name of the printed
8831 % manual. All but the node name can be omitted.
8833 \def\pxref{\putwordsee{} \xrefXX}
8834 \def\xref{\putwordSee{} \xrefXX}
8837 \def\xrefXX#1{\def\xrefXXarg{#1}\futurelet\tokenafterxref\xrefXXX}
8838 \def\xrefXXX{\expandafter\xrefX\expandafter[\xrefXXarg,,,,,,,
]}
8841 \newbox\printedrefnamebox
8842 \newbox\infofilenamebox
8843 \newbox\printedmanualbox
8845 \def\xrefX[#1,
#2,
#3,
#4,
#5,
#6]{\begingroup
8848 % Get args without leading/trailing spaces.
8849 \def\printedrefname{\ignorespaces #3}%
8850 \setbox\printedrefnamebox =
\hbox{\printedrefname\unskip}%
8852 \def\infofilename{\ignorespaces #4}%
8853 \setbox\infofilenamebox =
\hbox{\infofilename\unskip}%
8855 \def\printedmanual{\ignorespaces #5}%
8856 \setbox\printedmanualbox =
\hbox{\printedmanual\unskip}%
8858 % If the printed reference name (arg #3) was not explicitly given in
8859 % the @xref, figure out what we want to use.
8860 \ifdim \wd\printedrefnamebox =
0pt
8861 % No printed node name was explicitly given.
8862 \expandafter\ifx\csname SETxref-automatic-section-title
\endcsname \relax
8863 % Not auto section-title: use node name inside the square brackets.
8864 \def\printedrefname{\ignorespaces #1}%
8866 % Auto section-title: use chapter/section title inside
8867 % the square brackets if we have it.
8868 \ifdim \wd\printedmanualbox >
0pt
8869 % It is in another manual, so we don't have it; use node name.
8870 \def\printedrefname{\ignorespaces #1}%
8873 % We (should) know the real title if we have the xref values.
8874 \def\printedrefname{\refx{#1-title
}{}}%
8876 % Otherwise just copy the Info node name.
8877 \def\printedrefname{\ignorespaces #1}%
8883 % Make link in pdf output.
8885 % For pdfTeX and LuaTeX
8887 \makevalueexpandable
8889 % This expands tokens, so do it after making catcode changes, so _
8890 % etc. don't get their TeX definitions. This ignores all spaces in
8891 % #4, including (wrongly) those in the middle of the filename.
8894 % This (wrongly) does not take account of leading or trailing
8895 % spaces in #1, which should be ignored.
8896 \setpdfdestname{#1}%
8898 \ifx\pdfdestname\empty
8899 \def\pdfdestname{Top
}% no empty targets
8903 \startlink attr
{/Border
[0 0 0]}%
8904 \ifnum\filenamelength>
0
8905 goto file
{\the\filename.pdf
} name
{\pdfdestname}%
8907 goto name
{\pdfmkpgn{\pdfdestname}}%
8910 \setcolor{\linkcolor}%
8912 \ifx\XeTeXrevision\thisisundefined
8916 \makevalueexpandable
8918 % This expands tokens, so do it after making catcode changes, so _
8919 % etc. don't get their TeX definitions. This ignores all spaces in
8920 % #4, including (wrongly) those in the middle of the filename.
8923 % This (wrongly) does not take account of leading or trailing
8924 % spaces in #1, which should be ignored.
8925 \setpdfdestname{#1}%
8927 \ifx\pdfdestname\empty
8928 \def\pdfdestname{Top
}% no empty targets
8932 \ifnum\filenamelength>
0
8933 % With default settings,
8934 % XeTeX (xdvipdfmx) replaces link destination names with integers.
8935 % In this case, the replaced destination names of
8936 % remote PDFs are no longer known. In order to avoid a replacement,
8937 % you can use xdvipdfmx's command line option `-C 0x0010'.
8938 % If you use XeTeX 0.99996+ (TeX Live 2016+),
8939 % this command line option is no longer necessary
8940 % because we can use the `dvipdfmx:config' special.
8941 \special{pdf:bann << /Border
[0 0 0] /Type /Annot /Subtype /Link /A
8942 << /S /GoToR /F (
\the\filename.pdf) /D (
\pdfdestname) >> >>
}%
8944 \special{pdf:bann << /Border
[0 0 0] /Type /Annot /Subtype /Link /A
8945 << /S /GoTo /D (
\pdfdestname) >> >>
}%
8948 \setcolor{\linkcolor}%
8952 % Have to otherify everything special to allow the \csname to
8953 % include an _ in the xref name, etc.
8957 \expandafter\global\expandafter\let\expandafter\Xthisreftitle
8958 \csname XR
#1-title
\endcsname
8961 % Float references are printed completely differently: "Figure 1.2"
8962 % instead of "[somenode], p.3". \iffloat distinguishes them by
8963 % \Xthisreftitle being set to a magic string.
8964 \iffloat\Xthisreftitle
8965 % If the user specified the print name (third arg) to the ref,
8966 % print it instead of our usual "Figure 1.2".
8967 \ifdim\wd\printedrefnamebox =
0pt
8973 % If the user also gave the printed manual name (fifth arg), append
8975 \ifdim \wd\printedmanualbox >
0pt
8976 \space \putwordin{} \cite{\printedmanual}%
8979 % node/anchor (non-float) references.
8981 % If we use \unhbox to print the node names, TeX does not insert
8982 % empty discretionaries after hyphens, which means that it will not
8983 % find a line break at a hyphen in a node names. Since some manuals
8984 % are best written with fairly long node names, containing hyphens,
8985 % this is a loss. Therefore, we give the text of the node name
8986 % again, so it is as if TeX is seeing it for the first time.
8988 \ifdim \wd\printedmanualbox >
0pt
8989 % Cross-manual reference with a printed manual name.
8991 \crossmanualxref{\cite{\printedmanual\unskip}}%
8993 \else\ifdim \wd\infofilenamebox >
0pt
8994 % Cross-manual reference with only an info filename (arg 4), no
8995 % printed manual name (arg 5). This is essentially the same as
8996 % the case above; we output the filename, since we have nothing else.
8998 \crossmanualxref{\code{\infofilename\unskip}}%
9001 % Reference within this manual.
9003 % _ (for example) has to be the character _ for the purposes of the
9004 % control sequence corresponding to the node, but it has to expand
9005 % into the usual \leavevmode...\vrule stuff for purposes of
9006 % printing. So we \turnoffactive for the \refx-snt, back on for the
9007 % printing, back off for the \refx-pg.
9009 % Only output a following space if the -snt ref is nonempty; for
9010 % @unnumbered and @anchor, it won't be.
9011 \setbox2 =
\hbox{\ignorespaces \refx{#1-snt
}{}}%
9012 \ifdim \wd2 >
0pt
\refx{#1-snt
}\space\fi
9014 % output the `[mynode]' via the macro below so it can be overridden.
9015 \xrefprintnodename\printedrefname
9017 % But we always want a comma and a space:
9020 % output the `page 3'.
9021 \turnoffactive \putwordpage\tie\refx{#1-pg
}{}%
9022 % Add a , if xref followed by a space
9023 \if\space\noexpand\tokenafterxref ,
%
9024 \else\ifx\
\tokenafterxref ,
% @TAB
9025 \else\ifx\*
\tokenafterxref ,
% @*
9026 \else\ifx\
\tokenafterxref ,
% @SPACE
9028 \tokenafterxref ,
% @NL
9029 \else\ifx\tie\tokenafterxref ,
% @tie
9036 % Output a cross-manual xref to #1. Used just above (twice).
9038 % Only include the text "Section ``foo'' in" if the foo is neither
9039 % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply
9040 % "see The Foo Manual", the idea being to refer to the whole manual.
9042 % But, this being TeX, we can't easily compare our node name against the
9043 % string "Top" while ignoring the possible spaces before and after in
9044 % the input. By adding the arbitrary 7sp below, we make it much less
9045 % likely that a real node name would have the same width as "Top" (e.g.,
9046 % in a monospaced font). Hopefully it will never happen in practice.
9048 % For the same basic reason, we retypeset the "Top" at every
9049 % reference, since the current font is indeterminate.
9051 \def\crossmanualxref#1{%
9052 \setbox\toprefbox =
\hbox{Top
\kern7sp}%
9053 \setbox2 =
\hbox{\ignorespaces \printedrefname \unskip \kern7sp}%
9054 \ifdim \wd2 >
7sp
% nonempty?
9055 \ifdim \wd2 =
\wd\toprefbox \else % same as Top?
9056 \putwordSection{} ``
\printedrefname''
\putwordin{}\space
9062 % This macro is called from \xrefX for the `[nodename]' part of xref
9063 % output. It's a separate macro only so it can be changed more easily,
9064 % since square brackets don't work well in some documents. Particularly
9065 % one that Bob is working on :).
9067 \def\xrefprintnodename#1{[#1]}
9069 % Things referred to by \setref.
9075 \putwordChapter@tie
\the\chapno
9076 \else \ifnum\subsecno=
0
9077 \putwordSection@tie
\the\chapno.
\the\secno
9078 \else \ifnum\subsubsecno=
0
9079 \putwordSection@tie
\the\chapno.
\the\secno.
\the\subsecno
9081 \putwordSection@tie
\the\chapno.
\the\secno.
\the\subsecno.
\the\subsubsecno
9086 \putwordAppendix@tie @char
\the\appendixno{}%
9087 \else \ifnum\subsecno=
0
9088 \putwordSection@tie @char
\the\appendixno.
\the\secno
9089 \else \ifnum\subsubsecno=
0
9090 \putwordSection@tie @char
\the\appendixno.
\the\secno.
\the\subsecno
9093 @char
\the\appendixno.
\the\secno.
\the\subsecno.
\the\subsubsecno
9097 % \refx{NAME}{SUFFIX} - reference a cross-reference string named NAME. SUFFIX
9098 % is output afterwards if non-empty.
9105 \expandafter\global\expandafter\let\expandafter\thisrefX
9106 \csname XR
#1\endcsname
9109 % If not defined, say something at least.
9110 \angleleft un\-de\-fined
\angleright
9113 {\toks0 =
{#1}% avoid expansion of possibly-complex value
9114 \message{\linenumber Undefined cross reference `
\the\toks0'.
}}%
9117 \global\warnedxrefstrue
9118 \message{Cross reference values unknown; you must run TeX again.
}%
9123 % It's defined, so just use it.
9126 #2% Output the suffix in any case.
9129 % This is the macro invoked by entries in the aux file. Define a control
9130 % sequence for a cross-reference target (we prepend XR to the control sequence
9131 % name to avoid collisions). The value is the page number. If this is a float
9132 % type, we have more work to do.
9135 {% Expand the node or anchor name to remove control sequences.
9136 % \turnoffactive stops 8-bit characters being changed to commands
9137 % like @'e. \refx does the same to retrieve the value in the definition.
9141 \xdef\safexrefname{#1}%
9145 \expandafter\gdef\csname XR
\safexrefname\endcsname{#2}%
9147 % We put the \gdef inside a group to avoid the definitions building up on
9148 % TeX's save stack, which can cause it to run out of space for aux files with
9149 % thousands of lines. \gdef doesn't use the save stack, but \csname does
9150 % when it defines an unknown control sequence as \relax.
9152 % Was that xref control sequence that we just defined for a float?
9153 \expandafter\iffloat\csname XR
\safexrefname\endcsname
9154 % it was a float, and we have the (safe) float type in \iffloattype.
9155 \expandafter\let\expandafter\floatlist
9156 \csname floatlist
\iffloattype\endcsname
9158 % Is this the first time we've seen this float type?
9159 \expandafter\ifx\floatlist\relax
9160 \toks0 =
{\do}% yes, so just \do
9162 % had it before, so preserve previous elements in list.
9163 \toks0 =
\expandafter{\floatlist\do}%
9166 % Remember this xref in the control sequence \floatlistFLOATTYPE,
9167 % for later use in \listoffloats.
9168 \expandafter\xdef\csname floatlist
\iffloattype\endcsname{\the\toks0
9173 % If working on a large document in chapters, it is convenient to
9174 % be able to disable indexing, cross-referencing, and contents, for test runs.
9175 % This is done with @novalidate at the beginning of the file.
9177 \newif\iflinks \linkstrue % by default we want the aux files.
9178 \let\novalidate =
\linksfalse
9180 % Used when writing to the aux file, or when using data from it.
9181 \def\requireauxfile{%
9184 % Open the new aux file. TeX will close it automatically at exit.
9185 \immediate\openout\auxfile=
\jobname.aux
9187 \global\let\requireauxfile=
\relax % Only do this once.
9190 % Read the last existing aux file, if any. No error if none exists.
9193 \openin 1 \jobname.aux
9196 \global\havexrefstrue
9201 \def\setupdatafile{%
9202 \catcode`\^^@=
\other
9203 \catcode`\^^A=
\other
9204 \catcode`\^^B=
\other
9205 \catcode`\^^C=
\other
9206 \catcode`\^^D=
\other
9207 \catcode`\^^E=
\other
9208 \catcode`\^^F=
\other
9209 \catcode`\^^G=
\other
9210 \catcode`\^^H=
\other
9211 \catcode`\^^K=
\other
9212 \catcode`\^^L=
\other
9213 \catcode`\^^N=
\other
9214 \catcode`\^^P=
\other
9215 \catcode`\^^Q=
\other
9216 \catcode`\^^R=
\other
9217 \catcode`\^^S=
\other
9218 \catcode`\^^T=
\other
9219 \catcode`\^^U=
\other
9220 \catcode`\^^V=
\other
9221 \catcode`\^^W=
\other
9222 \catcode`\^^X=
\other
9223 \catcode`\^^Z=
\other
9224 \catcode`\^^
[=
\other
9225 \catcode`\^^\=
\other
9226 \catcode`\^^
]=
\other
9227 \catcode`\^^^=
\other
9228 \catcode`\^^_=
\other
9229 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
9230 % in xref tags, i.e., node names. But since ^^e4 notation isn't
9231 % supported in the main text, it doesn't seem desirable. Furthermore,
9232 % that is not enough: for node names that actually contain a ^
9233 % character, we would end up writing a line like this: 'xrdef {'hat
9234 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
9235 % argument, and \hat is not an expandable control sequence. It could
9236 % all be worked out, but why? Either we support ^^ or we don't.
9238 % The other change necessary for this was to define \auxhat:
9239 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
9240 % and then to call \auxhat in \setq.
9244 % Special characters. Should be turned off anyway, but...
9257 \catcode`+=
\other % avoid \+ for paranoia even though we've turned it off
9259 % This is to support \ in node names and titles, since the \
9260 % characters end up in a \csname. It's easier than
9261 % leaving it active and making its active definition an actual \
9262 % character. What I don't understand is why it works in the *value*
9263 % of the xrdef. Seems like it should be a catcode12 \, and that
9264 % should not typeset properly. But it works, so I'm moving on for
9265 % now. --karl, 15jan04.
9268 % @ is our escape character in .aux files, and we need braces.
9274 \def\readdatafile#1{%
9281 \message{insertions,
}
9282 % including footnotes.
9284 \newcount \footnoteno
9286 % The trailing space in the following definition for supereject is
9287 % vital for proper filling; pages come out unaligned when you do a
9288 % pagealignmacro call if that space before the closing brace is
9289 % removed. (Generally, numeric constants should always be followed by a
9290 % space to prevent strange expansion errors.)
9291 \def\supereject{\par\penalty -
20000\footnoteno =
0 }
9293 % @footnotestyle is meaningful for Info output only.
9294 \let\footnotestyle=
\comment
9298 % Auto-number footnotes. Otherwise like plain.
9300 \global\advance\footnoteno by \@ne
9301 \edef\thisfootno{$^
{\the\footnoteno}$
}%
9303 % In case the footnote comes at the end of a sentence, preserve the
9304 % extra spacing after we do the footnote number.
9306 \ifhmode\edef\@sf
{\spacefactor\the\spacefactor}\ptexslash\fi
9308 % Remove inadvertent blank space before typesetting the footnote number.
9314 % Don't bother with the trickery in plain.tex to not require the
9315 % footnote text as a parameter. Our footnotes don't need to be so general.
9317 % Oh yes, they do; otherwise, @ifset (and anything else that uses
9318 % \parseargline) fails inside footnotes because the tokens are fixed when
9319 % the footnote is read. --karl, 16nov96.
9322 \insert\footins\bgroup
9324 % Nested footnotes are not supported in TeX, that would take a lot
9325 % more work. (\startsavinginserts does not suffice.)
9326 \let\footnote=
\errfootnotenest
9328 % We want to typeset this text as a normal paragraph, even if the
9329 % footnote reference occurs in (for example) a display environment.
9330 % So reset some parameters.
9331 \hsize=
\txipagewidth
9332 \interlinepenalty\interfootnotelinepenalty
9333 \splittopskip\ht\strutbox % top baseline for broken footnotes
9334 \splitmaxdepth\dp\strutbox
9335 \floatingpenalty\@MM
9340 \parindent\defaultparindent
9344 % Because we use hanging indentation in footnotes, a @noindent appears
9345 % to exdent this text, so make it be a no-op. makeinfo does not use
9346 % hanging indentation so @noindent can still be needed within footnote
9347 % text after an @example or the like (not that this is good style).
9348 \let\noindent =
\relax
9350 % Hang the footnote text off the number. Use \everypar in case the
9351 % footnote extends for more than one paragraph.
9352 \everypar =
{\hang}%
9353 \textindent{\thisfootno}%
9355 % Don't crash into the line above the footnote text. Since this
9356 % expands into a box, it must come within the paragraph, lest it
9357 % provide a place where TeX can split the footnote.
9360 % Invoke rest of plain TeX footnote routine.
9361 \futurelet\next\fo@t
9363 }%end \catcode `\@=11
9365 \def\errfootnotenest{%
9367 \errmessage{Nested footnotes not supported in texinfo.tex,
9368 even though they work in makeinfo; sorry
}
9371 \def\errfootnoteheading{%
9373 \errmessage{Footnotes in chapters, sections, etc., are not supported
}
9376 % In case a @footnote appears in a vbox, save the footnote text and create
9377 % the real \insert just after the vbox finished. Otherwise, the insertion
9379 % Similarly, if a @footnote appears inside an alignment, save the footnote
9380 % text to a box and make the \insert when a row of the table is finished.
9381 % And the same can be done for other insert classes. --kasal, 16nov03.
9383 % Replace the \insert primitive by a cheating macro.
9384 % Deeper inside, just make sure that the saved insertions are not spilled
9387 \def\startsavinginserts{%
9388 \ifx \insert\ptexinsert
9389 \let\insert\saveinsert
9391 \let\checkinserts\relax
9395 % This \insert replacement works for both \insert\footins{foo} and
9396 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
9399 \edef\next{\noexpand\savetobox \makeSAVEname#1}%
9400 \afterassignment\next
9401 % swallow the left brace
9404 \def\makeSAVEname#1{\makecsname{SAVE
\expandafter\gobble\string#1}}
9405 \def\savetobox#1{\global\setbox#1 =
\vbox\bgroup \unvbox#1}
9407 \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi}
9409 \def\placesaveins#1{%
9410 \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname
9414 % eat @SAVE -- beware, all of them have catcode \other:
9416 \def\dospecials{\do S
\do A
\do V
\do E
} \uncatcodespecials % ;-)
9417 \gdef\gobblesave @SAVE
{}
9421 \def\newsaveins #1{%
9422 \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}%
9425 \def\newsaveinsX #1{%
9426 \csname newbox
\endcsname #1%
9427 \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts
9432 \let\checkinserts\empty
9437 % @image. We use the macros from epsf.tex to support this.
9438 % If epsf.tex is not installed and @image is used, we complain.
9440 % Check for and read epsf.tex up front. If we read it only at @image
9441 % time, we might be inside a group, and then its definitions would get
9442 % undone and the next image would fail.
9443 \openin 1 = epsf.tex
9445 % Do not bother showing banner with epsf.tex v2.7k (available in
9446 % doc/epsf.tex and on ctan).
9447 \def\epsfannounce{\toks0 =
}%
9452 % We will only complain once about lack of epsf.tex.
9453 \newif\ifwarnednoepsf
9454 \newhelp\noepsfhelp{epsf.tex must be installed for images to
9455 work. It is also included in the Texinfo distribution, or you can get
9456 it from https://ctan.org/texarchive/macros/texinfo/texinfo/doc/epsf.tex.
}
9459 \ifx\epsfbox\thisisundefined
9460 \ifwarnednoepsf \else
9461 \errhelp =
\noepsfhelp
9462 \errmessage{epsf.tex not found, images will be ignored
}%
9463 \global\warnednoepsftrue
9466 \imagexxx #1,,,,,
\finish
9470 % Arguments to @image:
9471 % #1 is (mandatory) image filename; we tack on .eps extension.
9472 % #2 is (optional) width, #3 is (optional) height.
9473 % #4 is (ignored optional) html alt text.
9474 % #5 is (ignored optional) extension.
9475 % #6 is just the usual extra ignored arg for parsing stuff.
9477 \def\imagexxx#1,
#2,
#3,
#4,
#5,
#6\finish{\begingroup
9478 \catcode`\^^M =
5 % in case we're inside an example
9479 \normalturnoffactive % allow _ et al. in names
9480 \def\xprocessmacroarg{\eatspaces}% in case we are being used via a macro
9481 % If the image is by itself, center it.
9484 \else \ifx\centersub\centerV
9485 % for @center @image, we need a vbox so we can have our vertical space
9487 \vbox\bgroup % vbox has better behavior than vtop herev
9492 % Usually we'll have text after the image which will insert
9493 % \parskip glue, so insert it here too to equalize the space
9495 \nobreak\vskip\parskip
9499 % Leave vertical mode so that indentation from an enclosing
9500 % environment such as @quotation is respected.
9501 % However, if we're at the top level, we don't want the
9502 % normal paragraph indentation.
9503 % On the other hand, if we are in the case of @center @image, we don't
9504 % want to start a paragraph, which will create a hsize-width box and
9505 % eradicate the centering.
9506 \ifx\centersub\centerV\else \noindent \fi
9510 % For pdfTeX and LuaTeX <= 0.80
9511 \dopdfimage{#1}{#2}{#3}%
9513 \ifx\XeTeXrevision\thisisundefined
9515 % \epsfbox itself resets \epsf?size at each figure.
9516 \setbox0 =
\hbox{\ignorespaces #2}%
9517 \ifdim\wd0 >
0pt
\epsfxsize=
#2\relax \fi
9518 \setbox0 =
\hbox{\ignorespaces #3}%
9519 \ifdim\wd0 >
0pt
\epsfysize=
#3\relax \fi
9523 \doxeteximage{#1}{#2}{#3}%
9528 \medskip % space after a standalone image
9530 \ifx\centersub\centerV \egroup \fi
9534 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
9535 % etc. We don't actually implement floating yet, we always include the
9536 % float "here". But it seemed the best name for the future.
9538 \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,
\finish}
9540 % There may be a space before second and/or third parameter; delete it.
9541 \def\eatcommaspace#1,
{#1,
}
9543 % #1 is the optional FLOATTYPE, the text label for this float, typically
9544 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
9545 % this float will not be numbered and cannot be referred to.
9547 % #2 is the optional xref label. Also must be present for the float to
9550 % #3 is the optional positioning argument; for now, it is ignored. It
9551 % will somehow specify the positions allowed to float to (here, top, bottom).
9553 % We keep a separate counter for each FLOATTYPE, which we reset at each
9554 % chapter-level command.
9555 \let\resetallfloatnos=
\empty
9557 \def\dofloat#1,
#2,
#3,
#4\finish{%
9558 \let\thiscaption=
\empty
9559 \let\thisshortcaption=
\empty
9561 % don't lose footnotes inside @float.
9563 % BEWARE: when the floats start float, we have to issue warning whenever an
9564 % insert appears inside a float which could possibly float. --kasal, 26may04
9568 % We can't be used inside a paragraph.
9573 \def\floatlabel{#2}%
9574 \def\floatloc{#3}% we do nothing with this yet.
9576 \ifx\floattype\empty
9577 \let\safefloattype=
\empty
9580 % the floattype might have accents or other special characters,
9581 % but we need to use it in a control sequence name.
9584 \xdef\safefloattype{\floattype}%
9588 % If label is given but no type, we handle that as the empty type.
9589 \ifx\floatlabel\empty \else
9590 % We want each FLOATTYPE to be numbered separately (Figure 1,
9591 % Table 1, Figure 2, ...). (And if no label, no number.)
9593 \expandafter\getfloatno\csname\safefloattype floatno
\endcsname
9594 \global\advance\floatno by
1
9597 % This magic value for \lastsection is output by \setref as the
9598 % XREFLABEL-title value. \xrefX uses it to distinguish float
9599 % labels (which have a completely different output format) from
9600 % node and anchor labels. And \xrdef uses it to construct the
9603 \edef\lastsection{\floatmagic=
\safefloattype}%
9604 \setref{\floatlabel}{Yfloat
}%
9608 % start with \parskip glue, I guess.
9611 % Don't suppress indentation if a float happens to start a section.
9612 \restorefirstparagraphindent
9615 % we have these possibilities:
9616 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
9617 % @float Foo,lbl & no caption: Foo 1.1
9618 % @float Foo & @caption{Cap}: Foo: Cap
9619 % @float Foo & no caption: Foo
9620 % @float ,lbl & Caption{Cap}: 1.1: Cap
9621 % @float ,lbl & no caption: 1.1
9622 % @float & @caption{Cap}: Cap
9623 % @float & no caption:
9626 \let\floatident =
\empty
9628 % In all cases, if we have a float type, it comes first.
9629 \ifx\floattype\empty \else \def\floatident{\floattype}\fi
9631 % If we have an xref label, the number comes next.
9632 \ifx\floatlabel\empty \else
9633 \ifx\floattype\empty \else % if also had float type, need tie first.
9634 \appendtomacro\floatident{\tie}%
9637 \appendtomacro\floatident{\chaplevelprefix\the\floatno}%
9640 % Start the printed caption with what we've constructed in
9641 % \floatident, but keep it separate; we need \floatident again.
9642 \let\captionline =
\floatident
9644 \ifx\thiscaption\empty \else
9645 \ifx\floatident\empty \else
9646 \appendtomacro\captionline{:
}% had ident, so need a colon between
9650 \appendtomacro\captionline{\scanexp\thiscaption}%
9653 % If we have anything to print, print it, with space before.
9654 % Eventually this needs to become an \insert.
9655 \ifx\captionline\empty \else
9659 % Space below caption.
9663 % If have an xref label, write the list of floats info. Do this
9664 % after the caption, to avoid chance of it being a breakpoint.
9665 \ifx\floatlabel\empty \else
9666 % Write the text that goes in the lof to the aux file as
9667 % \floatlabel-lof. Besides \floatident, we include the short
9668 % caption if specified, else the full caption if specified, else nothing.
9673 \ifx\thisshortcaption\empty
9674 \def\gtemp{\thiscaption}%
9676 \def\gtemp{\thisshortcaption}%
9678 \immediate\write\auxfile{@xrdef
{\floatlabel-lof
}{\floatident
9679 \ifx\gtemp\empty \else :
\gtemp \fi}}%
9682 \egroup % end of \vtop
9687 % Append the tokens #2 to the definition of macro #1, not expanding either.
9689 \def\appendtomacro#1#2{%
9690 \expandafter\def\expandafter#1\expandafter{#1#2}%
9693 % @caption, @shortcaption
9695 \def\caption{\docaption\thiscaption}
9696 \def\shortcaption{\docaption\thisshortcaption}
9697 \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption}
9698 \def\defcaption#1#2{\egroup \def#1{#2}}
9700 % The parameter is the control sequence identifying the counter we are
9701 % going to use. Create it if it doesn't exist and assign it to \floatno.
9704 % Haven't seen this figure type before.
9705 \csname newcount
\endcsname #1%
9707 % Remember to reset this floatno at the next chap.
9708 \expandafter\gdef\expandafter\resetallfloatnos
9709 \expandafter{\resetallfloatnos #1=
0 }%
9714 % \setref calls this to get the XREFLABEL-snt value. We want an @xref
9715 % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we
9716 % first read the @float command.
9718 \def\Yfloat{\floattype@tie
\chaplevelprefix\the\floatno}%
9720 % Magic string used for the XREFLABEL-title value, so \xrefX can
9721 % distinguish floats from other xref types.
9722 \def\floatmagic{!!float!!
}
9724 % #1 is the control sequence we are passed; we expand into a conditional
9725 % which is true if #1 represents a float ref. That is, the magic
9726 % \lastsection value which we \setref above.
9728 \def\iffloat#1{\expandafter\doiffloat#1==
\finish}
9730 % #1 is (maybe) the \floatmagic string. If so, #2 will be the
9731 % (safe) float type for this float. We set \iffloattype to #2.
9733 \def\doiffloat#1=
#2=
#3\finish{%
9735 \def\iffloattype{#2}%
9736 \ifx\temp\floatmagic
9739 % @listoffloats FLOATTYPE - print a list of floats like a table of contents.
9741 \parseargdef\listoffloats{%
9742 \def\floattype{#1}% floattype
9744 % the floattype might have accents or other special characters,
9745 % but we need to use it in a control sequence name.
9748 \xdef\safefloattype{\floattype}%
9751 % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE.
9752 \expandafter\ifx\csname floatlist
\safefloattype\endcsname \relax
9754 % if the user said @listoffloats foo but never @float foo.
9755 \message{\linenumber No `
\safefloattype' floats to list.
}%
9759 \leftskip=
\tocindent % indent these entries like a toc
9760 \let\do=
\listoffloatsdo
9761 \csname floatlist
\safefloattype\endcsname
9766 % This is called on each entry in a list of floats. We're passed the
9767 % xref label, in the form LABEL-title, which is how we save it in the
9768 % aux file. We strip off the -title and look up \XRLABEL-lof, which
9769 % has the text we're supposed to typeset here.
9771 % Figures without xref labels will not be included in the list (since
9772 % they won't appear in the aux file).
9774 \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish}
9775 \def\listoffloatsdoentry#1-title
\finish{{%
9776 % Can't fully expand XR#1-lof because it can contain anything. Just
9777 % pass the control sequence. On the other hand, XR#1-pg is just the
9778 % page number, and we want to fully expand that so we can get a link
9780 \toksA =
\expandafter{\csname XR
#1-lof
\endcsname}%
9782 % use the same \entry macro we use to generate the TOC and index.
9783 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR
#1-pg
\endcsname}}%
9788 \message{localization,
}
9790 % For single-language documents, @documentlanguage is usually given very
9791 % early, just after @documentencoding. Single argument is the language
9792 % (de) or locale (de_DE) abbreviation.
9795 \catcode`
\_ =
\active
9797 \parseargdef\documentlanguage{%
9798 \tex % read txi-??.tex file in plain TeX.
9799 % Read the file by the name they passed if it exists.
9800 \let_ =
\normalunderscore % normal _ character for filename test
9801 \openin 1 txi-
#1.tex
9803 \documentlanguagetrywithoutunderscore #1_
\finish
9805 \globaldefs =
1 % everything in the txi-LL files needs to persist
9809 \endgroup % end raw TeX
9812 % If they passed de_DE, and txi-de_DE.tex doesn't exist,
9815 \gdef\documentlanguagetrywithoutunderscore#1_
#2\finish{%
9816 \openin 1 txi-
#1.tex
9818 \errhelp =
\nolanghelp
9819 \errmessage{Cannot read language file txi-
#1.tex
}%
9821 \globaldefs =
1 % everything in the txi-LL files needs to persist
9826 }% end of special _ catcode
9828 \newhelp\nolanghelp{The given language definition file cannot be found or
9829 is empty. Maybe you need to install it? Putting it in the current
9830 directory should work if nowhere else does.
}
9832 % This macro is called from txi-??.tex files; the first argument is the
9833 % \language name to set (without the "\lang@" prefix), the second and
9834 % third args are \{left,right}hyphenmin.
9836 % The language names to pass are determined when the format is built.
9837 % See the etex.log file created at that time, e.g.,
9838 % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log.
9840 % With TeX Live 2008, etex now includes hyphenation patterns for all
9841 % available languages. This means we can support hyphenation in
9842 % Texinfo, at least to some extent. (This still doesn't solve the
9843 % accented characters problem.)
9846 \def\txisetlanguage#1#2#3{%
9847 % do not set the language if the name is undefined in the current TeX.
9848 \expandafter\ifx\csname lang@
#1\endcsname \relax
9849 \message{no patterns for
#1}%
9851 \global\language =
\csname lang@
#1\endcsname
9853 % but there is no harm in adjusting the hyphenmin values regardless.
9854 \global\lefthyphenmin =
#2\relax
9855 \global\righthyphenmin =
#3\relax
9858 % XeTeX and LuaTeX can handle Unicode natively.
9859 % Their default I/O uses UTF-8 sequences instead of a byte-wise operation.
9860 % Other TeX engines' I/O (pdfTeX, etc.) is byte-wise.
9862 \newif\iftxinativeunicodecapable
9863 \newif\iftxiusebytewiseio
9865 \ifx\XeTeXrevision\thisisundefined
9866 \ifx\luatexversion\thisisundefined
9867 \txinativeunicodecapablefalse
9868 \txiusebytewiseiotrue
9870 \txinativeunicodecapabletrue
9871 \txiusebytewiseiofalse
9874 \txinativeunicodecapabletrue
9875 \txiusebytewiseiofalse
9878 % Set I/O by bytes instead of UTF-8 sequence for XeTeX and LuaTex
9879 % for non-UTF-8 (byte-wise) encodings.
9881 \def\setbytewiseio{%
9882 \ifx\XeTeXrevision\thisisundefined
9884 \XeTeXdefaultencoding "bytes"
% For subsequent files to be read
9885 \XeTeXinputencoding "bytes"
% For document root file
9886 % Unfortunately, there seems to be no corresponding XeTeX command for
9887 % output encoding. This is a problem for auxiliary index and TOC files.
9888 % The only solution would be perhaps to write out @U{...} sequences in
9889 % place of non-ASCII characters.
9892 \ifx\luatexversion\thisisundefined
9895 local utf8_char
, byte
, gsub = unicode
.utf8
.char
, string.byte
, string.gsub
9896 local function convert_char (char
)
9897 return utf8_char(byte(char
))
9900 local function convert_line (line
)
9901 return gsub(line
, ".", convert_char
)
9904 callback
.register("process_input_buffer", convert_line
)
9906 local function convert_line_out (line
)
9908 for c
in string.utfvalues(line
) do
9909 line_out
= line_out
.. string.char(c
)
9914 callback
.register("process_output_buffer", convert_line_out
)
9918 \txiusebytewiseiotrue
9922 % Helpers for encodings.
9923 % Set the catcode of characters 128 through 255 to the specified number.
9925 \def\setnonasciicharscatcode#1{%
9927 \loop\ifnum\count255<
256
9928 \global\catcode\count255=
#1\relax
9929 \advance\count255 by
1
9933 \def\setnonasciicharscatcodenonglobal#1{%
9935 \loop\ifnum\count255<
256
9936 \catcode\count255=
#1\relax
9937 \advance\count255 by
1
9941 % @documentencoding sets the definition of non-ASCII characters
9942 % according to the specified encoding.
9944 \def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz}
9945 \def\documentencodingzzz#1{%
9947 % Encoding being declared for the document.
9948 \def\declaredencoding{\csname #1.enc
\endcsname}%
9950 % Supported encodings: names converted to tokens in order to be able
9951 % to compare them with \ifx.
9952 \def\ascii{\csname US-ASCII.enc
\endcsname}%
9953 \def\latnine{\csname ISO-
8859-
15.enc
\endcsname}%
9954 \def\latone{\csname ISO-
8859-
1.enc
\endcsname}%
9955 \def\lattwo{\csname ISO-
8859-
2.enc
\endcsname}%
9956 \def\utfeight{\csname UTF-
8.enc
\endcsname}%
9958 \ifx \declaredencoding \ascii
9961 \else \ifx \declaredencoding \lattwo
9962 \iftxinativeunicodecapable
9965 \setnonasciicharscatcode\active
9968 \else \ifx \declaredencoding \latone
9969 \iftxinativeunicodecapable
9972 \setnonasciicharscatcode\active
9975 \else \ifx \declaredencoding \latnine
9976 \iftxinativeunicodecapable
9979 \setnonasciicharscatcode\active
9982 \else \ifx \declaredencoding \utfeight
9983 \iftxinativeunicodecapable
9984 % For native Unicode handling (XeTeX and LuaTeX)
9985 \nativeunicodechardefs
9987 % For treating UTF-8 as byte sequences (TeX, eTeX and pdfTeX)
9988 \setnonasciicharscatcode\active
9989 % since we already invoked \utfeightchardefs at the top level
9990 % (below), do not re-invoke it, otherwise our check for duplicated
9991 % definitions gets triggered. Making non-ascii chars active is
9996 \message{Ignoring unknown
document encoding:
#1.
}%
10004 \ifx\XeTeXrevision\thisisundefined
10006 \ifx \declaredencoding \utfeight
10008 \ifx \declaredencoding \ascii
10010 \message{Warning: XeTeX with non-UTF-
8 encodings cannot handle
%
10011 non-ASCII characters in auxiliary files.
}%
10018 % A message to be logged when using a character that isn't available
10019 % the default font encoding (OT1).
10021 \def\missingcharmsg#1{\message{Character missing, sorry:
#1.
}}
10023 % Take account of \c (plain) vs. \, (Texinfo) difference.
10024 \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,
{#1}\fi}
10026 % First, make active non-ASCII characters in order for them to be
10027 % correctly categorized when TeX reads the replacement text of
10028 % macros containing the character definitions.
10029 \setnonasciicharscatcode\active
10032 \def\gdefchar#1#2{%
10034 \ifpassthroughchars
10041 % Latin1 (ISO-8859-1) character definitions.
10042 \def\latonechardefs{%
10043 \gdefchar^^a0
{\tie}
10044 \gdefchar^^a1
{\exclamdown}
10045 \gdefchar^^a2
{{\tcfont \char162}} % cent
10046 \gdefchar^^a3
{\pounds{}}
10047 \gdefchar^^a4
{{\tcfont \char164}} % currency
10048 \gdefchar^^a5
{{\tcfont \char165}} % yen
10049 \gdefchar^^a6
{{\tcfont \char166}} % broken bar
10051 \gdefchar^^a8
{\"
{}}
10052 \gdefchar^^a9
{\copyright{}}
10053 \gdefchar^^aa
{\ordf}
10054 \gdefchar^^ab
{\guillemetleft{}}
10055 \gdefchar^^ac
{\ensuremath\lnot}
10057 \gdefchar^^ae
{\registeredsymbol{}}
10058 \gdefchar^^af
{\=
{}}
10060 \gdefchar^^b0
{\textdegree}
10061 \gdefchar^^b1
{$
\pm$
}
10062 \gdefchar^^b2
{$^
2$
}
10063 \gdefchar^^b3
{$^
3$
}
10064 \gdefchar^^b4
{\'
{}}
10065 \gdefchar^^b5
{$
\mu$
}
10067 \gdefchar^^b7
{\ensuremath\cdot}
10068 \gdefchar^^b8
{\cedilla\
}
10069 \gdefchar^^b9
{$^
1$
}
10070 \gdefchar^^ba
{\ordm}
10071 \gdefchar^^bb
{\guillemetright{}}
10072 \gdefchar^^bc
{$
1\over4$
}
10073 \gdefchar^^bd
{$
1\over2$
}
10074 \gdefchar^^be
{$
3\over4$
}
10075 \gdefchar^^bf
{\questiondown}
10082 \gdefchar^^c5
{\ringaccent A
}
10084 \gdefchar^^c7
{\cedilla C
}
10101 \gdefchar^^d7
{$
\times$
}
10116 \gdefchar^^e5
{\ringaccent a
}
10118 \gdefchar^^e7
{\cedilla c
}
10123 \gdefchar^^ec
{\`
{\dotless i
}}
10124 \gdefchar^^ed
{\'
{\dotless i
}}
10125 \gdefchar^^ee
{\^
{\dotless i
}}
10126 \gdefchar^^ef
{\"
{\dotless i
}}
10135 \gdefchar^^f7
{$
\div$
}
10146 % Latin9 (ISO-8859-15) encoding character definitions.
10147 \def\latninechardefs{%
10148 % Encoding is almost identical to Latin1.
10151 \gdefchar^^a4
{\euro{}}
10152 \gdefchar^^a6
{\v S
}
10153 \gdefchar^^a8
{\v s
}
10154 \gdefchar^^b4
{\v Z
}
10155 \gdefchar^^b8
{\v z
}
10161 % Latin2 (ISO-8859-2) character definitions.
10162 \def\lattwochardefs{%
10163 \gdefchar^^a0
{\tie}
10164 \gdefchar^^a1
{\ogonek{A
}}
10165 \gdefchar^^a2
{\u{}}
10167 \gdefchar^^a4
{\missingcharmsg{CURRENCY SIGN
}}
10168 \gdefchar^^a5
{\v L
}
10171 \gdefchar^^a8
{\"
{}}
10172 \gdefchar^^a9
{\v S
}
10173 \gdefchar^^aa
{\cedilla S
}
10174 \gdefchar^^ab
{\v T
}
10177 \gdefchar^^ae
{\v Z
}
10178 \gdefchar^^af
{\dotaccent Z
}
10180 \gdefchar^^b0
{\textdegree{}}
10181 \gdefchar^^b1
{\ogonek{a
}}
10182 \gdefchar^^b2
{\ogonek{ }}
10184 \gdefchar^^b4
{\'
{}}
10185 \gdefchar^^b5
{\v l
}
10187 \gdefchar^^b7
{\v{}}
10188 \gdefchar^^b8
{\cedilla\
}
10189 \gdefchar^^b9
{\v s
}
10190 \gdefchar^^ba
{\cedilla s
}
10191 \gdefchar^^bb
{\v t
}
10193 \gdefchar^^bd
{\H{}}
10194 \gdefchar^^be
{\v z
}
10195 \gdefchar^^bf
{\dotaccent z
}
10200 \gdefchar^^c3
{\u A
}
10204 \gdefchar^^c7
{\cedilla C
}
10205 \gdefchar^^c8
{\v C
}
10207 \gdefchar^^ca
{\ogonek{E
}}
10209 \gdefchar^^cc
{\v E
}
10212 \gdefchar^^cf
{\v D
}
10216 \gdefchar^^d2
{\v N
}
10219 \gdefchar^^d5
{\H O
}
10221 \gdefchar^^d7
{$
\times$
}
10222 \gdefchar^^d8
{\v R
}
10223 \gdefchar^^d9
{\ringaccent U
}
10225 \gdefchar^^db
{\H U
}
10228 \gdefchar^^de
{\cedilla T
}
10234 \gdefchar^^e3
{\u a
}
10238 \gdefchar^^e7
{\cedilla c
}
10239 \gdefchar^^e8
{\v c
}
10241 \gdefchar^^ea
{\ogonek{e
}}
10243 \gdefchar^^ec
{\v e
}
10244 \gdefchar^^ed
{\'
{\dotless{i
}}}
10245 \gdefchar^^ee
{\^
{\dotless{i
}}}
10246 \gdefchar^^ef
{\v d
}
10250 \gdefchar^^f2
{\v n
}
10253 \gdefchar^^f5
{\H o
}
10255 \gdefchar^^f7
{$
\div$
}
10256 \gdefchar^^f8
{\v r
}
10257 \gdefchar^^f9
{\ringaccent u
}
10259 \gdefchar^^fb
{\H u
}
10262 \gdefchar^^fe
{\cedilla t
}
10263 \gdefchar^^ff
{\dotaccent{}}
10266 % UTF-8 character definitions.
10268 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
10269 % changes for Texinfo conventions. It is included here under the GPL by
10270 % permission from Frank Mittelbach and the LaTeX team.
10272 \newcount\countUTFx
10273 \newcount\countUTFy
10274 \newcount\countUTFz
10276 \gdef\UTFviiiTwoOctets#1#2{\expandafter
10277 \UTFviiiDefined\csname u8:
#1\string #2\endcsname}
10279 \gdef\UTFviiiThreeOctets#1#2#3{\expandafter
10280 \UTFviiiDefined\csname u8:
#1\string #2\string #3\endcsname}
10282 \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter
10283 \UTFviiiDefined\csname u8:
#1\string #2\string #3\string #4\endcsname}
10285 \gdef\UTFviiiDefined#1{%
10287 \message{\linenumber Unicode char
\string #1 not defined for Texinfo
}%
10293 % Give non-ASCII bytes the active definitions for processing UTF-8 sequences
10299 % Loop from \countUTFx to \countUTFy, performing \UTFviiiTmp
10300 % substituting ~ and $ with a character token of that value.
10302 \global\catcode\countUTFx\active
10303 \uccode`\~
\countUTFx
10304 \uccode`\$
\countUTFx
10305 \uppercase\expandafter{\UTFviiiTmp}%
10306 \advance\countUTFx by
1
10307 \ifnum\countUTFx <
\countUTFy
10308 \expandafter\UTFviiiLoop
10311 % For bytes other than the first in a UTF-8 sequence. Not expected to
10312 % be expanded except when writing to auxiliary files.
10317 \ifpassthroughchars $
\fi}}%
10324 \ifpassthroughchars $
%
10325 \else\expandafter\UTFviiiTwoOctets\expandafter$
\fi}}%
10332 \ifpassthroughchars $
%
10333 \else\expandafter\UTFviiiThreeOctets\expandafter$
\fi}}%
10340 \ifpassthroughchars $
%
10341 \else\expandafter\UTFviiiFourOctets\expandafter$
\fi
10346 \def\globallet{\global\let} % save some \expandafter's below
10348 % @U{xxxx} to produce U+xxxx, if we support it.
10350 \expandafter\ifx\csname uni:
#1\endcsname \relax
10351 \iftxinativeunicodecapable
10352 % All Unicode characters can be used if native Unicode handling is
10353 % active. However, if the font does not have the glyph,
10354 % letters are missing.
10356 \uccode`\.="
#1\relax
10360 \errhelp =
\EMsimple
10361 \errmessage{Unicode character U+
#1 not supported, sorry
}%
10364 \csname uni:
#1\endcsname
10368 % These macros are used here to construct the name of a control
10369 % sequence to be defined.
10370 \def\UTFviiiTwoOctetsName#1#2{%
10371 \csname u8:
#1\string #2\endcsname}%
10372 \def\UTFviiiThreeOctetsName#1#2#3{%
10373 \csname u8:
#1\string #2\string #3\endcsname}%
10374 \def\UTFviiiFourOctetsName#1#2#3#4{%
10375 \csname u8:
#1\string #2\string #3\string #4\endcsname}%
10377 % For UTF-8 byte sequences (TeX, e-TeX and pdfTeX),
10378 % provide a definition macro to replace a Unicode character;
10379 % this gets used by the @U command
10389 \gdef\DeclareUnicodeCharacterUTFviii#1#2{%
10390 \countUTFz = "
#1\relax
10394 % Give \u8:... its definition. The sequence of seven \expandafter's
10395 % expands after the \gdef three times, e.g.
10397 % 1. \UTFviiTwoOctetsName B1 B2
10398 % 2. \csname u8:B1 \string B2 \endcsname
10399 % 3. \u8: B1 B2 (a single control sequence token)
10401 \expandafter\expandafter
10402 \expandafter\expandafter
10403 \expandafter\expandafter
10404 \expandafter\gdef \UTFviiiTmp{#2}%
10406 \expandafter\ifx\csname uni:
#1\endcsname \relax \else
10407 \message{Internal error, already defined:
#1}%
10410 % define an additional control sequence for this code point.
10411 \expandafter\globallet\csname uni:
#1\endcsname \UTFviiiTmp
10414 % Given the value in \countUTFz as a Unicode code point, set \UTFviiiTmp
10415 % to the corresponding UTF-8 sequence.
10416 \gdef\parseXMLCharref{%
10417 \ifnum\countUTFz < "A0
\relax
10418 \errhelp =
\EMsimple
10419 \errmessage{Cannot define Unicode char value <
00A0
}%
10420 \else\ifnum\countUTFz < "
800\relax
10422 \parseUTFviiiB C
\UTFviiiTwoOctetsName.,
%
10423 \else\ifnum\countUTFz < "
10000\relax
10426 \parseUTFviiiB E
\UTFviiiThreeOctetsName.
{,;
}%
10431 \parseUTFviiiB F
\UTFviiiFourOctetsName.
{!,;
}%
10435 % Extract a byte from the end of the UTF-8 representation of \countUTFx.
10436 % It must be a non-initial byte in the sequence.
10437 % Change \uccode of #1 for it to be used in \parseUTFviiiB as one
10439 \gdef\parseUTFviiiA#1{%
10440 \countUTFx =
\countUTFz
10441 \divide\countUTFz by
64
10442 \countUTFy =
\countUTFz % Save to be the future value of \countUTFz.
10443 \multiply\countUTFz by
64
10445 % \countUTFz is now \countUTFx with the last 5 bits cleared. Subtract
10446 % in order to get the last five bits.
10447 \advance\countUTFx by -
\countUTFz
10449 % Convert this to the byte in the UTF-8 sequence.
10450 \advance\countUTFx by
128
10451 \uccode `
#1\countUTFx
10452 \countUTFz =
\countUTFy}
10454 % Used to put a UTF-8 byte sequence into \UTFviiiTmp
10455 % #1 is the increment for \countUTFz to yield a the first byte of the UTF-8
10457 % #2 is one of the \UTFviii*OctetsName macros.
10458 % #3 is always a full stop (.)
10459 % #4 is a template for the other bytes in the sequence. The values for these
10460 % bytes is substituted in here with \uppercase using the \uccode's.
10461 \gdef\parseUTFviiiB#1#2#3#4{%
10462 \advance\countUTFz by "
#10\relax
10463 \uccode `
#3\countUTFz
10464 \uppercase{\gdef\UTFviiiTmp{#2#3#4}}}
10467 % For native Unicode handling (XeTeX and LuaTeX),
10468 % provide a definition macro that sets a catcode to `other' non-globally
10470 \def\DeclareUnicodeCharacterNativeOther#1#2{%
10474 % https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_M
10475 % U+0000..U+007F = https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)
10476 % U+0080..U+00FF = https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)
10477 % U+0100..U+017F = https://en.wikipedia.org/wiki/Latin_Extended-A
10478 % U+0180..U+024F = https://en.wikipedia.org/wiki/Latin_Extended-B
10480 % Many of our renditions are less than wonderful, and all the missing
10481 % characters are available somewhere. Loading the necessary fonts
10482 % awaits user request. We can't truly support Unicode without
10483 % reimplementing everything that's been done in LaTeX for many years,
10484 % plus probably using luatex or xetex, and who knows what else.
10485 % We won't be doing that here in this simple file. But we can try to at
10486 % least make most of the characters not bomb out.
10488 \def\unicodechardefs{%
10489 \DeclareUnicodeCharacter{00A0
}{\tie}%
10490 \DeclareUnicodeCharacter{00A1
}{\exclamdown}%
10491 \DeclareUnicodeCharacter{00A2
}{{\tcfont \char162}}% 0242=cent
10492 \DeclareUnicodeCharacter{00A3
}{\pounds{}}%
10493 \DeclareUnicodeCharacter{00A4
}{{\tcfont \char164}}% 0244=currency
10494 \DeclareUnicodeCharacter{00A5
}{{\tcfont \char165}}% 0245=yen
10495 \DeclareUnicodeCharacter{00A6
}{{\tcfont \char166}}% 0246=brokenbar
10496 \DeclareUnicodeCharacter{00A7
}{\S}%
10497 \DeclareUnicodeCharacter{00A8
}{\"
{ }}%
10498 \DeclareUnicodeCharacter{00A9
}{\copyright{}}%
10499 \DeclareUnicodeCharacter{00AA
}{\ordf}%
10500 \DeclareUnicodeCharacter{00AB
}{\guillemetleft{}}%
10501 \DeclareUnicodeCharacter{00AC
}{\ensuremath\lnot}%
10502 \DeclareUnicodeCharacter{00AD
}{\-
}%
10503 \DeclareUnicodeCharacter{00AE
}{\registeredsymbol{}}%
10504 \DeclareUnicodeCharacter{00AF
}{\=
{ }}%
10506 \DeclareUnicodeCharacter{00B0
}{\ringaccent{ }}%
10507 \DeclareUnicodeCharacter{00B1
}{\ensuremath\pm}%
10508 \DeclareUnicodeCharacter{00B2
}{$^
2$
}%
10509 \DeclareUnicodeCharacter{00B3
}{$^
3$
}%
10510 \DeclareUnicodeCharacter{00B4
}{\'
{ }}%
10511 \DeclareUnicodeCharacter{00B5
}{$
\mu$
}%
10512 \DeclareUnicodeCharacter{00B6
}{\P}%
10513 \DeclareUnicodeCharacter{00B7
}{\ensuremath\cdot}%
10514 \DeclareUnicodeCharacter{00B8
}{\cedilla{ }}%
10515 \DeclareUnicodeCharacter{00B9
}{$^
1$
}%
10516 \DeclareUnicodeCharacter{00BA
}{\ordm}%
10517 \DeclareUnicodeCharacter{00BB
}{\guillemetright{}}%
10518 \DeclareUnicodeCharacter{00BC
}{$
1\over4$
}%
10519 \DeclareUnicodeCharacter{00BD
}{$
1\over2$
}%
10520 \DeclareUnicodeCharacter{00BE
}{$
3\over4$
}%
10521 \DeclareUnicodeCharacter{00BF
}{\questiondown}%
10523 \DeclareUnicodeCharacter{00C0
}{\`A
}%
10524 \DeclareUnicodeCharacter{00C1
}{\'A
}%
10525 \DeclareUnicodeCharacter{00C2
}{\^A
}%
10526 \DeclareUnicodeCharacter{00C3
}{\~A
}%
10527 \DeclareUnicodeCharacter{00C4
}{\"A
}%
10528 \DeclareUnicodeCharacter{00C5
}{\AA}%
10529 \DeclareUnicodeCharacter{00C6
}{\AE}%
10530 \DeclareUnicodeCharacter{00C7
}{\cedilla{C
}}%
10531 \DeclareUnicodeCharacter{00C8
}{\`E
}%
10532 \DeclareUnicodeCharacter{00C9
}{\'E
}%
10533 \DeclareUnicodeCharacter{00CA
}{\^E
}%
10534 \DeclareUnicodeCharacter{00CB
}{\"E
}%
10535 \DeclareUnicodeCharacter{00CC
}{\`I
}%
10536 \DeclareUnicodeCharacter{00CD
}{\'I
}%
10537 \DeclareUnicodeCharacter{00CE
}{\^I
}%
10538 \DeclareUnicodeCharacter{00CF
}{\"I
}%
10540 \DeclareUnicodeCharacter{00D0
}{\DH}%
10541 \DeclareUnicodeCharacter{00D1
}{\~N
}%
10542 \DeclareUnicodeCharacter{00D2
}{\`O
}%
10543 \DeclareUnicodeCharacter{00D3
}{\'O
}%
10544 \DeclareUnicodeCharacter{00D4
}{\^O
}%
10545 \DeclareUnicodeCharacter{00D5
}{\~O
}%
10546 \DeclareUnicodeCharacter{00D6
}{\"O
}%
10547 \DeclareUnicodeCharacter{00D7
}{\ensuremath\times}%
10548 \DeclareUnicodeCharacter{00D8
}{\O}%
10549 \DeclareUnicodeCharacter{00D9
}{\`U
}%
10550 \DeclareUnicodeCharacter{00DA
}{\'U
}%
10551 \DeclareUnicodeCharacter{00DB
}{\^U
}%
10552 \DeclareUnicodeCharacter{00DC
}{\"U
}%
10553 \DeclareUnicodeCharacter{00DD
}{\'Y
}%
10554 \DeclareUnicodeCharacter{00DE
}{\TH}%
10555 \DeclareUnicodeCharacter{00DF
}{\ss}%
10557 \DeclareUnicodeCharacter{00E0
}{\`a
}%
10558 \DeclareUnicodeCharacter{00E1
}{\'a
}%
10559 \DeclareUnicodeCharacter{00E2
}{\^a
}%
10560 \DeclareUnicodeCharacter{00E3
}{\~a
}%
10561 \DeclareUnicodeCharacter{00E4
}{\"a
}%
10562 \DeclareUnicodeCharacter{00E5
}{\aa}%
10563 \DeclareUnicodeCharacter{00E6
}{\ae}%
10564 \DeclareUnicodeCharacter{00E7
}{\cedilla{c
}}%
10565 \DeclareUnicodeCharacter{00E8
}{\`e
}%
10566 \DeclareUnicodeCharacter{00E9
}{\'e
}%
10567 \DeclareUnicodeCharacter{00EA
}{\^e
}%
10568 \DeclareUnicodeCharacter{00EB
}{\"e
}%
10569 \DeclareUnicodeCharacter{00EC
}{\`
{\dotless{i
}}}%
10570 \DeclareUnicodeCharacter{00ED
}{\'
{\dotless{i
}}}%
10571 \DeclareUnicodeCharacter{00EE
}{\^
{\dotless{i
}}}%
10572 \DeclareUnicodeCharacter{00EF
}{\"
{\dotless{i
}}}%
10574 \DeclareUnicodeCharacter{00F0
}{\dh}%
10575 \DeclareUnicodeCharacter{00F1
}{\~n
}%
10576 \DeclareUnicodeCharacter{00F2
}{\`o
}%
10577 \DeclareUnicodeCharacter{00F3
}{\'o
}%
10578 \DeclareUnicodeCharacter{00F4
}{\^o
}%
10579 \DeclareUnicodeCharacter{00F5
}{\~o
}%
10580 \DeclareUnicodeCharacter{00F6
}{\"o
}%
10581 \DeclareUnicodeCharacter{00F7
}{\ensuremath\div}%
10582 \DeclareUnicodeCharacter{00F8
}{\o}%
10583 \DeclareUnicodeCharacter{00F9
}{\`u
}%
10584 \DeclareUnicodeCharacter{00FA
}{\'u
}%
10585 \DeclareUnicodeCharacter{00FB
}{\^u
}%
10586 \DeclareUnicodeCharacter{00FC
}{\"u
}%
10587 \DeclareUnicodeCharacter{00FD
}{\'y
}%
10588 \DeclareUnicodeCharacter{00FE
}{\th}%
10589 \DeclareUnicodeCharacter{00FF
}{\"y
}%
10591 \DeclareUnicodeCharacter{0100}{\=A
}%
10592 \DeclareUnicodeCharacter{0101}{\=a
}%
10593 \DeclareUnicodeCharacter{0102}{\u{A
}}%
10594 \DeclareUnicodeCharacter{0103}{\u{a
}}%
10595 \DeclareUnicodeCharacter{0104}{\ogonek{A
}}%
10596 \DeclareUnicodeCharacter{0105}{\ogonek{a
}}%
10597 \DeclareUnicodeCharacter{0106}{\'C
}%
10598 \DeclareUnicodeCharacter{0107}{\'c
}%
10599 \DeclareUnicodeCharacter{0108}{\^C
}%
10600 \DeclareUnicodeCharacter{0109}{\^c
}%
10601 \DeclareUnicodeCharacter{010A
}{\dotaccent{C
}}%
10602 \DeclareUnicodeCharacter{010B
}{\dotaccent{c
}}%
10603 \DeclareUnicodeCharacter{010C
}{\v{C
}}%
10604 \DeclareUnicodeCharacter{010D
}{\v{c
}}%
10605 \DeclareUnicodeCharacter{010E
}{\v{D
}}%
10606 \DeclareUnicodeCharacter{010F
}{d'
}%
10608 \DeclareUnicodeCharacter{0110}{\DH}%
10609 \DeclareUnicodeCharacter{0111}{\dh}%
10610 \DeclareUnicodeCharacter{0112}{\=E
}%
10611 \DeclareUnicodeCharacter{0113}{\=e
}%
10612 \DeclareUnicodeCharacter{0114}{\u{E
}}%
10613 \DeclareUnicodeCharacter{0115}{\u{e
}}%
10614 \DeclareUnicodeCharacter{0116}{\dotaccent{E
}}%
10615 \DeclareUnicodeCharacter{0117}{\dotaccent{e
}}%
10616 \DeclareUnicodeCharacter{0118}{\ogonek{E
}}%
10617 \DeclareUnicodeCharacter{0119}{\ogonek{e
}}%
10618 \DeclareUnicodeCharacter{011A
}{\v{E
}}%
10619 \DeclareUnicodeCharacter{011B
}{\v{e
}}%
10620 \DeclareUnicodeCharacter{011C
}{\^G
}%
10621 \DeclareUnicodeCharacter{011D
}{\^g
}%
10622 \DeclareUnicodeCharacter{011E
}{\u{G
}}%
10623 \DeclareUnicodeCharacter{011F
}{\u{g
}}%
10625 \DeclareUnicodeCharacter{0120}{\dotaccent{G
}}%
10626 \DeclareUnicodeCharacter{0121}{\dotaccent{g
}}%
10627 \DeclareUnicodeCharacter{0122}{\cedilla{G
}}%
10628 \DeclareUnicodeCharacter{0123}{\cedilla{g
}}%
10629 \DeclareUnicodeCharacter{0124}{\^H
}%
10630 \DeclareUnicodeCharacter{0125}{\^h
}%
10631 \DeclareUnicodeCharacter{0126}{\missingcharmsg{H WITH STROKE
}}%
10632 \DeclareUnicodeCharacter{0127}{\missingcharmsg{h WITH STROKE
}}%
10633 \DeclareUnicodeCharacter{0128}{\~I
}%
10634 \DeclareUnicodeCharacter{0129}{\~
{\dotless{i
}}}%
10635 \DeclareUnicodeCharacter{012A
}{\=I
}%
10636 \DeclareUnicodeCharacter{012B
}{\=
{\dotless{i
}}}%
10637 \DeclareUnicodeCharacter{012C
}{\u{I
}}%
10638 \DeclareUnicodeCharacter{012D
}{\u{\dotless{i
}}}%
10639 \DeclareUnicodeCharacter{012E
}{\ogonek{I
}}%
10640 \DeclareUnicodeCharacter{012F
}{\ogonek{i
}}%
10642 \DeclareUnicodeCharacter{0130}{\dotaccent{I
}}%
10643 \DeclareUnicodeCharacter{0131}{\dotless{i
}}%
10644 \DeclareUnicodeCharacter{0132}{IJ
}%
10645 \DeclareUnicodeCharacter{0133}{ij
}%
10646 \DeclareUnicodeCharacter{0134}{\^J
}%
10647 \DeclareUnicodeCharacter{0135}{\^
{\dotless{j
}}}%
10648 \DeclareUnicodeCharacter{0136}{\cedilla{K
}}%
10649 \DeclareUnicodeCharacter{0137}{\cedilla{k
}}%
10650 \DeclareUnicodeCharacter{0138}{\ensuremath\kappa}%
10651 \DeclareUnicodeCharacter{0139}{\'L
}%
10652 \DeclareUnicodeCharacter{013A
}{\'l
}%
10653 \DeclareUnicodeCharacter{013B
}{\cedilla{L
}}%
10654 \DeclareUnicodeCharacter{013C
}{\cedilla{l
}}%
10655 \DeclareUnicodeCharacter{013D
}{L'
}% should kern
10656 \DeclareUnicodeCharacter{013E
}{l'
}% should kern
10657 \DeclareUnicodeCharacter{013F
}{L
\U{00B7
}}%
10659 \DeclareUnicodeCharacter{0140}{l
\U{00B7
}}%
10660 \DeclareUnicodeCharacter{0141}{\L}%
10661 \DeclareUnicodeCharacter{0142}{\l}%
10662 \DeclareUnicodeCharacter{0143}{\'N
}%
10663 \DeclareUnicodeCharacter{0144}{\'n
}%
10664 \DeclareUnicodeCharacter{0145}{\cedilla{N
}}%
10665 \DeclareUnicodeCharacter{0146}{\cedilla{n
}}%
10666 \DeclareUnicodeCharacter{0147}{\v{N
}}%
10667 \DeclareUnicodeCharacter{0148}{\v{n
}}%
10668 \DeclareUnicodeCharacter{0149}{'n
}%
10669 \DeclareUnicodeCharacter{014A
}{\missingcharmsg{ENG
}}%
10670 \DeclareUnicodeCharacter{014B
}{\missingcharmsg{eng
}}%
10671 \DeclareUnicodeCharacter{014C
}{\=O
}%
10672 \DeclareUnicodeCharacter{014D
}{\=o
}%
10673 \DeclareUnicodeCharacter{014E
}{\u{O
}}%
10674 \DeclareUnicodeCharacter{014F
}{\u{o
}}%
10676 \DeclareUnicodeCharacter{0150}{\H{O
}}%
10677 \DeclareUnicodeCharacter{0151}{\H{o
}}%
10678 \DeclareUnicodeCharacter{0152}{\OE}%
10679 \DeclareUnicodeCharacter{0153}{\oe}%
10680 \DeclareUnicodeCharacter{0154}{\'R
}%
10681 \DeclareUnicodeCharacter{0155}{\'r
}%
10682 \DeclareUnicodeCharacter{0156}{\cedilla{R
}}%
10683 \DeclareUnicodeCharacter{0157}{\cedilla{r
}}%
10684 \DeclareUnicodeCharacter{0158}{\v{R
}}%
10685 \DeclareUnicodeCharacter{0159}{\v{r
}}%
10686 \DeclareUnicodeCharacter{015A
}{\'S
}%
10687 \DeclareUnicodeCharacter{015B
}{\'s
}%
10688 \DeclareUnicodeCharacter{015C
}{\^S
}%
10689 \DeclareUnicodeCharacter{015D
}{\^s
}%
10690 \DeclareUnicodeCharacter{015E
}{\cedilla{S
}}%
10691 \DeclareUnicodeCharacter{015F
}{\cedilla{s
}}%
10693 \DeclareUnicodeCharacter{0160}{\v{S
}}%
10694 \DeclareUnicodeCharacter{0161}{\v{s
}}%
10695 \DeclareUnicodeCharacter{0162}{\cedilla{T
}}%
10696 \DeclareUnicodeCharacter{0163}{\cedilla{t
}}%
10697 \DeclareUnicodeCharacter{0164}{\v{T
}}%
10698 \DeclareUnicodeCharacter{0165}{\v{t
}}%
10699 \DeclareUnicodeCharacter{0166}{\missingcharmsg{H WITH STROKE
}}%
10700 \DeclareUnicodeCharacter{0167}{\missingcharmsg{h WITH STROKE
}}%
10701 \DeclareUnicodeCharacter{0168}{\~U
}%
10702 \DeclareUnicodeCharacter{0169}{\~u
}%
10703 \DeclareUnicodeCharacter{016A
}{\=U
}%
10704 \DeclareUnicodeCharacter{016B
}{\=u
}%
10705 \DeclareUnicodeCharacter{016C
}{\u{U
}}%
10706 \DeclareUnicodeCharacter{016D
}{\u{u
}}%
10707 \DeclareUnicodeCharacter{016E
}{\ringaccent{U
}}%
10708 \DeclareUnicodeCharacter{016F
}{\ringaccent{u
}}%
10710 \DeclareUnicodeCharacter{0170}{\H{U
}}%
10711 \DeclareUnicodeCharacter{0171}{\H{u
}}%
10712 \DeclareUnicodeCharacter{0172}{\ogonek{U
}}%
10713 \DeclareUnicodeCharacter{0173}{\ogonek{u
}}%
10714 \DeclareUnicodeCharacter{0174}{\^W
}%
10715 \DeclareUnicodeCharacter{0175}{\^w
}%
10716 \DeclareUnicodeCharacter{0176}{\^Y
}%
10717 \DeclareUnicodeCharacter{0177}{\^y
}%
10718 \DeclareUnicodeCharacter{0178}{\"Y
}%
10719 \DeclareUnicodeCharacter{0179}{\'Z
}%
10720 \DeclareUnicodeCharacter{017A
}{\'z
}%
10721 \DeclareUnicodeCharacter{017B
}{\dotaccent{Z
}}%
10722 \DeclareUnicodeCharacter{017C
}{\dotaccent{z
}}%
10723 \DeclareUnicodeCharacter{017D
}{\v{Z
}}%
10724 \DeclareUnicodeCharacter{017E
}{\v{z
}}%
10725 \DeclareUnicodeCharacter{017F
}{\missingcharmsg{LONG S
}}%
10727 \DeclareUnicodeCharacter{01C4
}{D
\v{Z
}}%
10728 \DeclareUnicodeCharacter{01C5
}{D
\v{z
}}%
10729 \DeclareUnicodeCharacter{01C6
}{d
\v{z
}}%
10730 \DeclareUnicodeCharacter{01C7
}{LJ
}%
10731 \DeclareUnicodeCharacter{01C8
}{Lj
}%
10732 \DeclareUnicodeCharacter{01C9
}{lj
}%
10733 \DeclareUnicodeCharacter{01CA
}{NJ
}%
10734 \DeclareUnicodeCharacter{01CB
}{Nj
}%
10735 \DeclareUnicodeCharacter{01CC
}{nj
}%
10736 \DeclareUnicodeCharacter{01CD
}{\v{A
}}%
10737 \DeclareUnicodeCharacter{01CE
}{\v{a
}}%
10738 \DeclareUnicodeCharacter{01CF
}{\v{I
}}%
10740 \DeclareUnicodeCharacter{01D0
}{\v{\dotless{i
}}}%
10741 \DeclareUnicodeCharacter{01D1
}{\v{O
}}%
10742 \DeclareUnicodeCharacter{01D2
}{\v{o
}}%
10743 \DeclareUnicodeCharacter{01D3
}{\v{U
}}%
10744 \DeclareUnicodeCharacter{01D4
}{\v{u
}}%
10746 \DeclareUnicodeCharacter{01E2
}{\=
{\AE}}%
10747 \DeclareUnicodeCharacter{01E3
}{\=
{\ae}}%
10748 \DeclareUnicodeCharacter{01E6
}{\v{G
}}%
10749 \DeclareUnicodeCharacter{01E7
}{\v{g
}}%
10750 \DeclareUnicodeCharacter{01E8
}{\v{K
}}%
10751 \DeclareUnicodeCharacter{01E9
}{\v{k
}}%
10753 \DeclareUnicodeCharacter{01F0
}{\v{\dotless{j
}}}%
10754 \DeclareUnicodeCharacter{01F1
}{DZ
}%
10755 \DeclareUnicodeCharacter{01F2
}{Dz
}%
10756 \DeclareUnicodeCharacter{01F3
}{dz
}%
10757 \DeclareUnicodeCharacter{01F4
}{\'G
}%
10758 \DeclareUnicodeCharacter{01F5
}{\'g
}%
10759 \DeclareUnicodeCharacter{01F8
}{\`N
}%
10760 \DeclareUnicodeCharacter{01F9
}{\`n
}%
10761 \DeclareUnicodeCharacter{01FC
}{\'
{\AE}}%
10762 \DeclareUnicodeCharacter{01FD
}{\'
{\ae}}%
10763 \DeclareUnicodeCharacter{01FE
}{\'
{\O}}%
10764 \DeclareUnicodeCharacter{01FF
}{\'
{\o}}%
10766 \DeclareUnicodeCharacter{021E
}{\v{H
}}%
10767 \DeclareUnicodeCharacter{021F
}{\v{h
}}%
10769 \DeclareUnicodeCharacter{0226}{\dotaccent{A
}}%
10770 \DeclareUnicodeCharacter{0227}{\dotaccent{a
}}%
10771 \DeclareUnicodeCharacter{0228}{\cedilla{E
}}%
10772 \DeclareUnicodeCharacter{0229}{\cedilla{e
}}%
10773 \DeclareUnicodeCharacter{022E
}{\dotaccent{O
}}%
10774 \DeclareUnicodeCharacter{022F
}{\dotaccent{o
}}%
10776 \DeclareUnicodeCharacter{0232}{\=Y
}%
10777 \DeclareUnicodeCharacter{0233}{\=y
}%
10778 \DeclareUnicodeCharacter{0237}{\dotless{j
}}%
10780 \DeclareUnicodeCharacter{02DB
}{\ogonek{ }}%
10782 % Greek letters upper case
10783 \DeclareUnicodeCharacter{0391}{{\it A
}}%
10784 \DeclareUnicodeCharacter{0392}{{\it B
}}%
10785 \DeclareUnicodeCharacter{0393}{\ensuremath{\mit\Gamma}}%
10786 \DeclareUnicodeCharacter{0394}{\ensuremath{\mit\Delta}}%
10787 \DeclareUnicodeCharacter{0395}{{\it E
}}%
10788 \DeclareUnicodeCharacter{0396}{{\it Z
}}%
10789 \DeclareUnicodeCharacter{0397}{{\it H
}}%
10790 \DeclareUnicodeCharacter{0398}{\ensuremath{\mit\Theta}}%
10791 \DeclareUnicodeCharacter{0399}{{\it I
}}%
10792 \DeclareUnicodeCharacter{039A
}{{\it K
}}%
10793 \DeclareUnicodeCharacter{039B
}{\ensuremath{\mit\Lambda}}%
10794 \DeclareUnicodeCharacter{039C
}{{\it M
}}%
10795 \DeclareUnicodeCharacter{039D
}{{\it N
}}%
10796 \DeclareUnicodeCharacter{039E
}{\ensuremath{\mit\Xi}}%
10797 \DeclareUnicodeCharacter{039F
}{{\it O
}}%
10798 \DeclareUnicodeCharacter{03A0
}{\ensuremath{\mit\Pi}}%
10799 \DeclareUnicodeCharacter{03A1
}{{\it P
}}%
10800 %\DeclareUnicodeCharacter{03A2}{} % none - corresponds to final sigma
10801 \DeclareUnicodeCharacter{03A3
}{\ensuremath{\mit\Sigma}}%
10802 \DeclareUnicodeCharacter{03A4
}{{\it T
}}%
10803 \DeclareUnicodeCharacter{03A5
}{\ensuremath{\mit\Upsilon}}%
10804 \DeclareUnicodeCharacter{03A6
}{\ensuremath{\mit\Phi}}%
10805 \DeclareUnicodeCharacter{03A7
}{{\it X
}}%
10806 \DeclareUnicodeCharacter{03A8
}{\ensuremath{\mit\Psi}}%
10807 \DeclareUnicodeCharacter{03A9
}{\ensuremath{\mit\Omega}}%
10809 % Vowels with accents
10810 \DeclareUnicodeCharacter{0390}{\ensuremath{\ddot{\acute\iota}}}%
10811 \DeclareUnicodeCharacter{03AC
}{\ensuremath{\acute\alpha}}%
10812 \DeclareUnicodeCharacter{03AD
}{\ensuremath{\acute\epsilon}}%
10813 \DeclareUnicodeCharacter{03AE
}{\ensuremath{\acute\eta}}%
10814 \DeclareUnicodeCharacter{03AF
}{\ensuremath{\acute\iota}}%
10815 \DeclareUnicodeCharacter{03B0
}{\ensuremath{\acute{\ddot\upsilon}}}%
10817 % Standalone accent
10818 \DeclareUnicodeCharacter{0384}{\ensuremath{\acute{\
}}}%
10820 % Greek letters lower case
10821 \DeclareUnicodeCharacter{03B1
}{\ensuremath\alpha}%
10822 \DeclareUnicodeCharacter{03B2
}{\ensuremath\beta}%
10823 \DeclareUnicodeCharacter{03B3
}{\ensuremath\gamma}%
10824 \DeclareUnicodeCharacter{03B4
}{\ensuremath\delta}%
10825 \DeclareUnicodeCharacter{03B5
}{\ensuremath\epsilon}%
10826 \DeclareUnicodeCharacter{03B6
}{\ensuremath\zeta}%
10827 \DeclareUnicodeCharacter{03B7
}{\ensuremath\eta}%
10828 \DeclareUnicodeCharacter{03B8
}{\ensuremath\theta}%
10829 \DeclareUnicodeCharacter{03B9
}{\ensuremath\iota}%
10830 \DeclareUnicodeCharacter{03BA
}{\ensuremath\kappa}%
10831 \DeclareUnicodeCharacter{03BB
}{\ensuremath\lambda}%
10832 \DeclareUnicodeCharacter{03BC
}{\ensuremath\mu}%
10833 \DeclareUnicodeCharacter{03BD
}{\ensuremath\nu}%
10834 \DeclareUnicodeCharacter{03BE
}{\ensuremath\xi}%
10835 \DeclareUnicodeCharacter{03BF
}{{\it o
}}% omicron
10836 \DeclareUnicodeCharacter{03C0
}{\ensuremath\pi}%
10837 \DeclareUnicodeCharacter{03C1
}{\ensuremath\rho}%
10838 \DeclareUnicodeCharacter{03C2
}{\ensuremath\varsigma}%
10839 \DeclareUnicodeCharacter{03C3
}{\ensuremath\sigma}%
10840 \DeclareUnicodeCharacter{03C4
}{\ensuremath\tau}%
10841 \DeclareUnicodeCharacter{03C5
}{\ensuremath\upsilon}%
10842 \DeclareUnicodeCharacter{03C6
}{\ensuremath\phi}%
10843 \DeclareUnicodeCharacter{03C7
}{\ensuremath\chi}%
10844 \DeclareUnicodeCharacter{03C8
}{\ensuremath\psi}%
10845 \DeclareUnicodeCharacter{03C9
}{\ensuremath\omega}%
10847 % More Greek vowels with accents
10848 \DeclareUnicodeCharacter{03CA
}{\ensuremath{\ddot\iota}}%
10849 \DeclareUnicodeCharacter{03CB
}{\ensuremath{\ddot\upsilon}}%
10850 \DeclareUnicodeCharacter{03CC
}{\ensuremath{\acute o
}}%
10851 \DeclareUnicodeCharacter{03CD
}{\ensuremath{\acute\upsilon}}%
10852 \DeclareUnicodeCharacter{03CE
}{\ensuremath{\acute\omega}}%
10854 % Variant Greek letters
10855 \DeclareUnicodeCharacter{03D1
}{\ensuremath\vartheta}%
10856 \DeclareUnicodeCharacter{03D6
}{\ensuremath\varpi}%
10857 \DeclareUnicodeCharacter{03F1
}{\ensuremath\varrho}%
10859 \DeclareUnicodeCharacter{1E02
}{\dotaccent{B
}}%
10860 \DeclareUnicodeCharacter{1E03
}{\dotaccent{b
}}%
10861 \DeclareUnicodeCharacter{1E04
}{\udotaccent{B
}}%
10862 \DeclareUnicodeCharacter{1E05
}{\udotaccent{b
}}%
10863 \DeclareUnicodeCharacter{1E06
}{\ubaraccent{B
}}%
10864 \DeclareUnicodeCharacter{1E07
}{\ubaraccent{b
}}%
10865 \DeclareUnicodeCharacter{1E0A
}{\dotaccent{D
}}%
10866 \DeclareUnicodeCharacter{1E0B
}{\dotaccent{d
}}%
10867 \DeclareUnicodeCharacter{1E0C
}{\udotaccent{D
}}%
10868 \DeclareUnicodeCharacter{1E0D
}{\udotaccent{d
}}%
10869 \DeclareUnicodeCharacter{1E0E
}{\ubaraccent{D
}}%
10870 \DeclareUnicodeCharacter{1E0F
}{\ubaraccent{d
}}%
10872 \DeclareUnicodeCharacter{1E1E
}{\dotaccent{F
}}%
10873 \DeclareUnicodeCharacter{1E1F
}{\dotaccent{f
}}%
10875 \DeclareUnicodeCharacter{1E20
}{\=G
}%
10876 \DeclareUnicodeCharacter{1E21
}{\=g
}%
10877 \DeclareUnicodeCharacter{1E22
}{\dotaccent{H
}}%
10878 \DeclareUnicodeCharacter{1E23
}{\dotaccent{h
}}%
10879 \DeclareUnicodeCharacter{1E24
}{\udotaccent{H
}}%
10880 \DeclareUnicodeCharacter{1E25
}{\udotaccent{h
}}%
10881 \DeclareUnicodeCharacter{1E26
}{\"H
}%
10882 \DeclareUnicodeCharacter{1E27
}{\"h
}%
10884 \DeclareUnicodeCharacter{1E30
}{\'K
}%
10885 \DeclareUnicodeCharacter{1E31
}{\'k
}%
10886 \DeclareUnicodeCharacter{1E32
}{\udotaccent{K
}}%
10887 \DeclareUnicodeCharacter{1E33
}{\udotaccent{k
}}%
10888 \DeclareUnicodeCharacter{1E34
}{\ubaraccent{K
}}%
10889 \DeclareUnicodeCharacter{1E35
}{\ubaraccent{k
}}%
10890 \DeclareUnicodeCharacter{1E36
}{\udotaccent{L
}}%
10891 \DeclareUnicodeCharacter{1E37
}{\udotaccent{l
}}%
10892 \DeclareUnicodeCharacter{1E3A
}{\ubaraccent{L
}}%
10893 \DeclareUnicodeCharacter{1E3B
}{\ubaraccent{l
}}%
10894 \DeclareUnicodeCharacter{1E3E
}{\'M
}%
10895 \DeclareUnicodeCharacter{1E3F
}{\'m
}%
10897 \DeclareUnicodeCharacter{1E40
}{\dotaccent{M
}}%
10898 \DeclareUnicodeCharacter{1E41
}{\dotaccent{m
}}%
10899 \DeclareUnicodeCharacter{1E42
}{\udotaccent{M
}}%
10900 \DeclareUnicodeCharacter{1E43
}{\udotaccent{m
}}%
10901 \DeclareUnicodeCharacter{1E44
}{\dotaccent{N
}}%
10902 \DeclareUnicodeCharacter{1E45
}{\dotaccent{n
}}%
10903 \DeclareUnicodeCharacter{1E46
}{\udotaccent{N
}}%
10904 \DeclareUnicodeCharacter{1E47
}{\udotaccent{n
}}%
10905 \DeclareUnicodeCharacter{1E48
}{\ubaraccent{N
}}%
10906 \DeclareUnicodeCharacter{1E49
}{\ubaraccent{n
}}%
10908 \DeclareUnicodeCharacter{1E54
}{\'P
}%
10909 \DeclareUnicodeCharacter{1E55
}{\'p
}%
10910 \DeclareUnicodeCharacter{1E56
}{\dotaccent{P
}}%
10911 \DeclareUnicodeCharacter{1E57
}{\dotaccent{p
}}%
10912 \DeclareUnicodeCharacter{1E58
}{\dotaccent{R
}}%
10913 \DeclareUnicodeCharacter{1E59
}{\dotaccent{r
}}%
10914 \DeclareUnicodeCharacter{1E5A
}{\udotaccent{R
}}%
10915 \DeclareUnicodeCharacter{1E5B
}{\udotaccent{r
}}%
10916 \DeclareUnicodeCharacter{1E5E
}{\ubaraccent{R
}}%
10917 \DeclareUnicodeCharacter{1E5F
}{\ubaraccent{r
}}%
10919 \DeclareUnicodeCharacter{1E60
}{\dotaccent{S
}}%
10920 \DeclareUnicodeCharacter{1E61
}{\dotaccent{s
}}%
10921 \DeclareUnicodeCharacter{1E62
}{\udotaccent{S
}}%
10922 \DeclareUnicodeCharacter{1E63
}{\udotaccent{s
}}%
10923 \DeclareUnicodeCharacter{1E6A
}{\dotaccent{T
}}%
10924 \DeclareUnicodeCharacter{1E6B
}{\dotaccent{t
}}%
10925 \DeclareUnicodeCharacter{1E6C
}{\udotaccent{T
}}%
10926 \DeclareUnicodeCharacter{1E6D
}{\udotaccent{t
}}%
10927 \DeclareUnicodeCharacter{1E6E
}{\ubaraccent{T
}}%
10928 \DeclareUnicodeCharacter{1E6F
}{\ubaraccent{t
}}%
10930 \DeclareUnicodeCharacter{1E7C
}{\~V
}%
10931 \DeclareUnicodeCharacter{1E7D
}{\~v
}%
10932 \DeclareUnicodeCharacter{1E7E
}{\udotaccent{V
}}%
10933 \DeclareUnicodeCharacter{1E7F
}{\udotaccent{v
}}%
10935 \DeclareUnicodeCharacter{1E80
}{\`W
}%
10936 \DeclareUnicodeCharacter{1E81
}{\`w
}%
10937 \DeclareUnicodeCharacter{1E82
}{\'W
}%
10938 \DeclareUnicodeCharacter{1E83
}{\'w
}%
10939 \DeclareUnicodeCharacter{1E84
}{\"W
}%
10940 \DeclareUnicodeCharacter{1E85
}{\"w
}%
10941 \DeclareUnicodeCharacter{1E86
}{\dotaccent{W
}}%
10942 \DeclareUnicodeCharacter{1E87
}{\dotaccent{w
}}%
10943 \DeclareUnicodeCharacter{1E88
}{\udotaccent{W
}}%
10944 \DeclareUnicodeCharacter{1E89
}{\udotaccent{w
}}%
10945 \DeclareUnicodeCharacter{1E8A
}{\dotaccent{X
}}%
10946 \DeclareUnicodeCharacter{1E8B
}{\dotaccent{x
}}%
10947 \DeclareUnicodeCharacter{1E8C
}{\"X
}%
10948 \DeclareUnicodeCharacter{1E8D
}{\"x
}%
10949 \DeclareUnicodeCharacter{1E8E
}{\dotaccent{Y
}}%
10950 \DeclareUnicodeCharacter{1E8F
}{\dotaccent{y
}}%
10952 \DeclareUnicodeCharacter{1E90
}{\^Z
}%
10953 \DeclareUnicodeCharacter{1E91
}{\^z
}%
10954 \DeclareUnicodeCharacter{1E92
}{\udotaccent{Z
}}%
10955 \DeclareUnicodeCharacter{1E93
}{\udotaccent{z
}}%
10956 \DeclareUnicodeCharacter{1E94
}{\ubaraccent{Z
}}%
10957 \DeclareUnicodeCharacter{1E95
}{\ubaraccent{z
}}%
10958 \DeclareUnicodeCharacter{1E96
}{\ubaraccent{h
}}%
10959 \DeclareUnicodeCharacter{1E97
}{\"t
}%
10960 \DeclareUnicodeCharacter{1E98
}{\ringaccent{w
}}%
10961 \DeclareUnicodeCharacter{1E99
}{\ringaccent{y
}}%
10963 \DeclareUnicodeCharacter{1EA0
}{\udotaccent{A
}}%
10964 \DeclareUnicodeCharacter{1EA1
}{\udotaccent{a
}}%
10966 \DeclareUnicodeCharacter{1EB8
}{\udotaccent{E
}}%
10967 \DeclareUnicodeCharacter{1EB9
}{\udotaccent{e
}}%
10968 \DeclareUnicodeCharacter{1EBC
}{\~E
}%
10969 \DeclareUnicodeCharacter{1EBD
}{\~e
}%
10971 \DeclareUnicodeCharacter{1ECA
}{\udotaccent{I
}}%
10972 \DeclareUnicodeCharacter{1ECB
}{\udotaccent{i
}}%
10973 \DeclareUnicodeCharacter{1ECC
}{\udotaccent{O
}}%
10974 \DeclareUnicodeCharacter{1ECD
}{\udotaccent{o
}}%
10976 \DeclareUnicodeCharacter{1EE4
}{\udotaccent{U
}}%
10977 \DeclareUnicodeCharacter{1EE5
}{\udotaccent{u
}}%
10979 \DeclareUnicodeCharacter{1EF2
}{\`Y
}%
10980 \DeclareUnicodeCharacter{1EF3
}{\`y
}%
10981 \DeclareUnicodeCharacter{1EF4
}{\udotaccent{Y
}}%
10983 \DeclareUnicodeCharacter{1EF8
}{\~Y
}%
10984 \DeclareUnicodeCharacter{1EF9
}{\~y
}%
10987 \DeclareUnicodeCharacter{2013}{--
}%
10988 \DeclareUnicodeCharacter{2014}{---
}%
10989 \DeclareUnicodeCharacter{2018}{\quoteleft{}}%
10990 \DeclareUnicodeCharacter{2019}{\quoteright{}}%
10991 \DeclareUnicodeCharacter{201A
}{\quotesinglbase{}}%
10992 \DeclareUnicodeCharacter{201C
}{\quotedblleft{}}%
10993 \DeclareUnicodeCharacter{201D
}{\quotedblright{}}%
10994 \DeclareUnicodeCharacter{201E
}{\quotedblbase{}}%
10995 \DeclareUnicodeCharacter{2020}{\ensuremath\dagger}%
10996 \DeclareUnicodeCharacter{2021}{\ensuremath\ddagger}%
10997 \DeclareUnicodeCharacter{2022}{\bullet{}}%
10998 \DeclareUnicodeCharacter{202F
}{\thinspace}%
10999 \DeclareUnicodeCharacter{2026}{\dots{}}%
11000 \DeclareUnicodeCharacter{2039}{\guilsinglleft{}}%
11001 \DeclareUnicodeCharacter{203A
}{\guilsinglright{}}%
11003 \DeclareUnicodeCharacter{20AC
}{\euro{}}%
11005 \DeclareUnicodeCharacter{2192}{\expansion{}}%
11006 \DeclareUnicodeCharacter{21D2
}{\result{}}%
11008 % Mathematical symbols
11009 \DeclareUnicodeCharacter{2200}{\ensuremath\forall}%
11010 \DeclareUnicodeCharacter{2203}{\ensuremath\exists}%
11011 \DeclareUnicodeCharacter{2208}{\ensuremath\in}%
11012 \DeclareUnicodeCharacter{2212}{\minus{}}%
11013 \DeclareUnicodeCharacter{2217}{\ast}%
11014 \DeclareUnicodeCharacter{221E
}{\ensuremath\infty}%
11015 \DeclareUnicodeCharacter{2225}{\ensuremath\parallel}%
11016 \DeclareUnicodeCharacter{2227}{\ensuremath\wedge}%
11017 \DeclareUnicodeCharacter{2229}{\ensuremath\cap}%
11018 \DeclareUnicodeCharacter{2261}{\equiv{}}%
11019 \DeclareUnicodeCharacter{2264}{\ensuremath\leq}%
11020 \DeclareUnicodeCharacter{2265}{\ensuremath\geq}%
11021 \DeclareUnicodeCharacter{2282}{\ensuremath\subset}%
11022 \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq}%
11024 \DeclareUnicodeCharacter{2016}{\ensuremath\Vert}%
11025 \DeclareUnicodeCharacter{2032}{\ensuremath\prime}%
11026 \DeclareUnicodeCharacter{210F
}{\ensuremath\hbar}%
11027 \DeclareUnicodeCharacter{2111}{\ensuremath\Im}%
11028 \DeclareUnicodeCharacter{2113}{\ensuremath\ell}%
11029 \DeclareUnicodeCharacter{2118}{\ensuremath\wp}%
11030 \DeclareUnicodeCharacter{211C
}{\ensuremath\Re}%
11031 \DeclareUnicodeCharacter{2135}{\ensuremath\aleph}%
11032 \DeclareUnicodeCharacter{2190}{\ensuremath\leftarrow}%
11033 \DeclareUnicodeCharacter{2191}{\ensuremath\uparrow}%
11034 \DeclareUnicodeCharacter{2193}{\ensuremath\downarrow}%
11035 \DeclareUnicodeCharacter{2194}{\ensuremath\leftrightarrow}%
11036 \DeclareUnicodeCharacter{2195}{\ensuremath\updownarrow}%
11037 \DeclareUnicodeCharacter{2196}{\ensuremath\nwarrow}%
11038 \DeclareUnicodeCharacter{2197}{\ensuremath\nearrow}%
11039 \DeclareUnicodeCharacter{2198}{\ensuremath\searrow}%
11040 \DeclareUnicodeCharacter{2199}{\ensuremath\swarrow}%
11041 \DeclareUnicodeCharacter{21A6
}{\ensuremath\mapsto}%
11042 \DeclareUnicodeCharacter{21A9
}{\ensuremath\hookleftarrow}%
11043 \DeclareUnicodeCharacter{21AA
}{\ensuremath\hookrightarrow}%
11044 \DeclareUnicodeCharacter{21BC
}{\ensuremath\leftharpoonup}%
11045 \DeclareUnicodeCharacter{21BD
}{\ensuremath\leftharpoondown}%
11046 \DeclareUnicodeCharacter{21C0
}{\ensuremath\rightharpoonup}%
11047 \DeclareUnicodeCharacter{21C1
}{\ensuremath\rightharpoondown}%
11048 \DeclareUnicodeCharacter{21CC
}{\ensuremath\rightleftharpoons}%
11049 \DeclareUnicodeCharacter{21D0
}{\ensuremath\Leftarrow}%
11050 \DeclareUnicodeCharacter{21D1
}{\ensuremath\Uparrow}%
11051 \DeclareUnicodeCharacter{21D3
}{\ensuremath\Downarrow}%
11052 \DeclareUnicodeCharacter{21D4
}{\ensuremath\Leftrightarrow}%
11053 \DeclareUnicodeCharacter{21D5
}{\ensuremath\Updownarrow}%
11054 \DeclareUnicodeCharacter{2202}{\ensuremath\partial}%
11055 \DeclareUnicodeCharacter{2205}{\ensuremath\emptyset}%
11056 \DeclareUnicodeCharacter{2207}{\ensuremath\nabla}%
11057 \DeclareUnicodeCharacter{2209}{\ensuremath\notin}%
11058 \DeclareUnicodeCharacter{220B
}{\ensuremath\owns}%
11059 \DeclareUnicodeCharacter{220F
}{\ensuremath\prod}%
11060 \DeclareUnicodeCharacter{2210}{\ensuremath\coprod}%
11061 \DeclareUnicodeCharacter{2211}{\ensuremath\sum}%
11062 \DeclareUnicodeCharacter{2213}{\ensuremath\mp}%
11063 \DeclareUnicodeCharacter{2218}{\ensuremath\circ}%
11064 \DeclareUnicodeCharacter{221A
}{\ensuremath\surd}%
11065 \DeclareUnicodeCharacter{221D
}{\ensuremath\propto}%
11066 \DeclareUnicodeCharacter{2220}{\ensuremath\angle}%
11067 \DeclareUnicodeCharacter{2223}{\ensuremath\mid}%
11068 \DeclareUnicodeCharacter{2228}{\ensuremath\vee}%
11069 \DeclareUnicodeCharacter{222A
}{\ensuremath\cup}%
11070 \DeclareUnicodeCharacter{222B
}{\ensuremath\smallint}%
11071 \DeclareUnicodeCharacter{222E
}{\ensuremath\oint}%
11072 \DeclareUnicodeCharacter{223C
}{\ensuremath\sim}%
11073 \DeclareUnicodeCharacter{2240}{\ensuremath\wr}%
11074 \DeclareUnicodeCharacter{2243}{\ensuremath\simeq}%
11075 \DeclareUnicodeCharacter{2245}{\ensuremath\cong}%
11076 \DeclareUnicodeCharacter{2248}{\ensuremath\approx}%
11077 \DeclareUnicodeCharacter{224D
}{\ensuremath\asymp}%
11078 \DeclareUnicodeCharacter{2250}{\ensuremath\doteq}%
11079 \DeclareUnicodeCharacter{2260}{\ensuremath\neq}%
11080 \DeclareUnicodeCharacter{226A
}{\ensuremath\ll}%
11081 \DeclareUnicodeCharacter{226B
}{\ensuremath\gg}%
11082 \DeclareUnicodeCharacter{227A
}{\ensuremath\prec}%
11083 \DeclareUnicodeCharacter{227B
}{\ensuremath\succ}%
11084 \DeclareUnicodeCharacter{2283}{\ensuremath\supset}%
11085 \DeclareUnicodeCharacter{2286}{\ensuremath\subseteq}%
11086 \DeclareUnicodeCharacter{228E
}{\ensuremath\uplus}%
11087 \DeclareUnicodeCharacter{2291}{\ensuremath\sqsubseteq}%
11088 \DeclareUnicodeCharacter{2292}{\ensuremath\sqsupseteq}%
11089 \DeclareUnicodeCharacter{2293}{\ensuremath\sqcap}%
11090 \DeclareUnicodeCharacter{2294}{\ensuremath\sqcup}%
11091 \DeclareUnicodeCharacter{2295}{\ensuremath\oplus}%
11092 \DeclareUnicodeCharacter{2296}{\ensuremath\ominus}%
11093 \DeclareUnicodeCharacter{2297}{\ensuremath\otimes}%
11094 \DeclareUnicodeCharacter{2298}{\ensuremath\oslash}%
11095 \DeclareUnicodeCharacter{2299}{\ensuremath\odot}%
11096 \DeclareUnicodeCharacter{22A2
}{\ensuremath\vdash}%
11097 \DeclareUnicodeCharacter{22A3
}{\ensuremath\dashv}%
11098 \DeclareUnicodeCharacter{22A4
}{\ensuremath\ptextop}%
11099 \DeclareUnicodeCharacter{22A5
}{\ensuremath\bot}%
11100 \DeclareUnicodeCharacter{22A8
}{\ensuremath\models}%
11101 \DeclareUnicodeCharacter{22C0
}{\ensuremath\bigwedge}%
11102 \DeclareUnicodeCharacter{22C1
}{\ensuremath\bigvee}%
11103 \DeclareUnicodeCharacter{22C2
}{\ensuremath\bigcap}%
11104 \DeclareUnicodeCharacter{22C3
}{\ensuremath\bigcup}%
11105 \DeclareUnicodeCharacter{22C4
}{\ensuremath\diamond}%
11106 \DeclareUnicodeCharacter{22C5
}{\ensuremath\cdot}%
11107 \DeclareUnicodeCharacter{22C6
}{\ensuremath\star}%
11108 \DeclareUnicodeCharacter{22C8
}{\ensuremath\bowtie}%
11109 \DeclareUnicodeCharacter{2308}{\ensuremath\lceil}%
11110 \DeclareUnicodeCharacter{2309}{\ensuremath\rceil}%
11111 \DeclareUnicodeCharacter{230A
}{\ensuremath\lfloor}%
11112 \DeclareUnicodeCharacter{230B
}{\ensuremath\rfloor}%
11113 \DeclareUnicodeCharacter{2322}{\ensuremath\frown}%
11114 \DeclareUnicodeCharacter{2323}{\ensuremath\smile}%
11116 \DeclareUnicodeCharacter{25B3
}{\ensuremath\triangle}%
11117 \DeclareUnicodeCharacter{25B7
}{\ensuremath\triangleright}%
11118 \DeclareUnicodeCharacter{25BD
}{\ensuremath\bigtriangledown}%
11119 \DeclareUnicodeCharacter{25C1
}{\ensuremath\triangleleft}%
11120 \DeclareUnicodeCharacter{25C7
}{\ensuremath\diamond}%
11121 \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit}%
11122 \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit}%
11123 \DeclareUnicodeCharacter{2662}{\ensuremath\diamondsuit}%
11124 \DeclareUnicodeCharacter{2663}{\ensuremath\clubsuit}%
11125 \DeclareUnicodeCharacter{266D
}{\ensuremath\flat}%
11126 \DeclareUnicodeCharacter{266E
}{\ensuremath\natural}%
11127 \DeclareUnicodeCharacter{266F
}{\ensuremath\sharp}%
11128 \DeclareUnicodeCharacter{26AA
}{\ensuremath\bigcirc}%
11129 \DeclareUnicodeCharacter{27B9
}{\ensuremath\rangle}%
11130 \DeclareUnicodeCharacter{27C2
}{\ensuremath\perp}%
11131 \DeclareUnicodeCharacter{27E8
}{\ensuremath\langle}%
11132 \DeclareUnicodeCharacter{27F5
}{\ensuremath\longleftarrow}%
11133 \DeclareUnicodeCharacter{27F6
}{\ensuremath\longrightarrow}%
11134 \DeclareUnicodeCharacter{27F7
}{\ensuremath\longleftrightarrow}%
11135 \DeclareUnicodeCharacter{27FC
}{\ensuremath\longmapsto}%
11136 \DeclareUnicodeCharacter{29F5
}{\ensuremath\setminus}%
11137 \DeclareUnicodeCharacter{2A00
}{\ensuremath\bigodot}%
11138 \DeclareUnicodeCharacter{2A01
}{\ensuremath\bigoplus}%
11139 \DeclareUnicodeCharacter{2A02
}{\ensuremath\bigotimes}%
11140 \DeclareUnicodeCharacter{2A04
}{\ensuremath\biguplus}%
11141 \DeclareUnicodeCharacter{2A06
}{\ensuremath\bigsqcup}%
11142 \DeclareUnicodeCharacter{2A3F
}{\ensuremath\amalg}%
11143 \DeclareUnicodeCharacter{2AAF
}{\ensuremath\preceq}%
11144 \DeclareUnicodeCharacter{2AB0
}{\ensuremath\succeq}%
11146 \global\mathchardef\checkmark="
1370% actually the square root sign
11147 \DeclareUnicodeCharacter{2713}{\ensuremath\checkmark}%
11148 }% end of \unicodechardefs
11150 % UTF-8 byte sequence (pdfTeX) definitions (replacing and @U command)
11151 % It makes the setting that replace UTF-8 byte sequence.
11152 \def\utfeightchardefs{%
11153 \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterUTFviii
11157 % Whether the active definitions of non-ASCII characters expand to
11158 % non-active tokens with the same character code. This is used to
11159 % write characters literally, instead of using active definitions for
11160 % printing the correct glyphs.
11161 \newif\ifpassthroughchars
11162 \passthroughcharsfalse
11164 % For native Unicode handling (XeTeX and LuaTeX),
11165 % provide a definition macro to replace/pass-through a Unicode character
11167 \def\DeclareUnicodeCharacterNative#1#2{%
11168 \catcode"
#1=
\active
11169 \def\dodeclareunicodecharacternative#
#1#
#2#
#3{%
11171 \uccode`\~="#
#2\relax
11172 \uppercase{\gdef~
}{%
11173 \ifpassthroughchars
11182 \uccode`\.="
#1\relax
11183 \uppercase{\def\UTFNativeTmp{.
}}%
11184 \expandafter\dodeclareunicodecharacternative\UTFNativeTmp{#1}{#2}%
11188 % Native Unicode handling (XeTeX and LuaTeX) character replacing definition.
11189 % It activates the setting that replaces Unicode characters.
11190 \def\nativeunicodechardefs{%
11191 \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNative
11195 % For native Unicode handling (XeTeX and LuaTeX),
11196 % make the character token expand
11197 % to the sequences given in \unicodechardefs for printing.
11198 \def\DeclareUnicodeCharacterNativeAtU#1#2{%
11200 \expandafter\globallet\csname uni:
#1\endcsname \UTFAtUTmp
11203 % @U command definitions for native Unicode handling (XeTeX and LuaTeX).
11204 \def\nativeunicodechardefsatu{%
11205 \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNativeAtU
11209 % US-ASCII character definitions.
11210 \def\asciichardefs{% nothing need be done
11214 % define all Unicode characters we know about, for the sake of @U.
11215 \iftxinativeunicodecapable
11216 \nativeunicodechardefsatu
11222 % Make non-ASCII characters printable again for compatibility with
11223 % existing Texinfo documents that may use them, even without declaring a
11224 % document encoding.
11226 \setnonasciicharscatcode \other
11229 \message{formatting,
}
11231 \newdimen\defaultparindent \defaultparindent =
15pt
11233 \chapheadingskip =
15pt plus
4pt minus
2pt
11234 \secheadingskip =
12pt plus
3pt minus
2pt
11235 \subsecheadingskip =
9pt plus
2pt minus
2pt
11237 % Prevent underfull vbox error messages.
11240 % Don't be very finicky about underfull hboxes, either.
11243 % Following George Bush, get rid of widows and orphans.
11244 \widowpenalty=
10000
11247 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
11248 % using an old version of TeX, don't do anything. We want the amount of
11249 % stretch added to depend on the line length, hence the dependence on
11250 % \hsize. We call this whenever the paper size is set.
11252 \def\setemergencystretch{%
11253 \ifx\emergencystretch\thisisundefined
11254 % Allow us to assign to \emergencystretch anyway.
11255 \def\emergencystretch{\dimen0}%
11257 \emergencystretch =
.15\hsize
11261 % Parameters in order: 1) textheight; 2) textwidth;
11262 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;
11263 % 7) physical page height; 8) physical page width.
11265 % We also call \setleading{\textleading}, so the caller should define
11266 % \textleading. The caller should also set \parskip.
11268 \def\internalpagesizes#1#2#3#4#5#6#7#8{%
11269 \voffset =
#3\relax
11270 \topskip =
#6\relax
11271 \splittopskip =
\topskip
11274 \advance\vsize by
\topskip
11275 \outervsize =
\vsize
11276 \advance\outervsize by
2\topandbottommargin
11277 \txipageheight =
\vsize
11280 \outerhsize =
\hsize
11281 \advance\outerhsize by
0.5in
11282 \txipagewidth =
\hsize
11284 \normaloffset =
#4\relax
11285 \bindingoffset =
#5\relax
11288 \pdfpageheight #7\relax
11289 \pdfpagewidth #8\relax
11290 % if we don't reset these, they will remain at "1 true in" of
11291 % whatever layout pdftex was dumped with.
11292 \pdfhorigin =
1 true in
11293 \pdfvorigin =
1 true in
11295 \ifx\XeTeXrevision\thisisundefined
11296 \special{papersize=
#8,
#7}%
11298 \pdfpageheight #7\relax
11299 \pdfpagewidth #8\relax
11300 % XeTeX does not have \pdfhorigin and \pdfvorigin.
11304 \setleading{\textleading}
11306 \parindent =
\defaultparindent
11307 \setemergencystretch
11310 % @letterpaper (the default).
11311 \def\letterpaper{{\globaldefs =
1
11312 \parskip =
3pt plus
2pt minus
1pt
11313 \textleading =
13.2pt
11315 % If page is nothing but text, make it come out even.
11316 \internalpagesizes{607.2pt
}{6in
}% that's 46 lines
11318 {\bindingoffset}{36pt
}%
11322 % Use @smallbook to reset parameters for 7x9.25 trim size.
11323 \def\smallbook{{\globaldefs =
1
11324 \parskip =
2pt plus
1pt
11325 \textleading =
12pt
11327 \internalpagesizes{7.5in
}{5in
}%
11329 {\bindingoffset}{16pt
}%
11332 \lispnarrowing =
0.3in
11334 \contentsrightmargin =
0pt
11335 \defbodyindent =
.5cm
11338 % Use @smallerbook to reset parameters for 6x9 trim size.
11339 % (Just testing, parameters still in flux.)
11340 \def\smallerbook{{\globaldefs =
1
11341 \parskip =
1.5pt plus
1pt
11342 \textleading =
12pt
11344 \internalpagesizes{7.4in
}{4.8in
}%
11349 \lispnarrowing =
0.25in
11351 \contentsrightmargin =
0pt
11352 \defbodyindent =
.4cm
11355 % Use @afourpaper to print on European A4 paper.
11356 \def\afourpaper{{\globaldefs =
1
11357 \parskip =
3pt plus
2pt minus
1pt
11358 \textleading =
13.2pt
11360 % Double-side printing via postscript on Laserjet 4050
11361 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm.
11362 % To change the settings for a different printer or situation, adjust
11363 % \normaloffset until the front-side and back-side texts align. Then
11364 % do the same for \bindingoffset. You can set these for testing in
11365 % your texinfo source file like this:
11367 % \global\normaloffset = -6mm
11368 % \global\bindingoffset = 10mm
11370 \internalpagesizes{673.2pt
}{160mm
}% that's 51 lines
11371 {\voffset}{\hoffset}%
11372 {\bindingoffset}{44pt
}%
11376 \contentsrightmargin =
0pt
11377 \defbodyindent =
5mm
11380 % Use @afivepaper to print on European A5 paper.
11381 % From romildo@urano.iceb.ufop.br, 2 July 2000.
11382 % He also recommends making @example and @lisp be small.
11383 \def\afivepaper{{\globaldefs =
1
11384 \parskip =
2pt plus
1pt minus
0.1pt
11385 \textleading =
12.5pt
11387 \internalpagesizes{160mm
}{120mm
}%
11388 {\voffset}{\hoffset}%
11389 {\bindingoffset}{8pt
}%
11392 \lispnarrowing =
0.2in
11394 \contentsrightmargin =
0pt
11395 \defbodyindent =
2mm
11396 \tableindent =
12mm
11399 % A specific text layout, 24x15cm overall, intended for A4 paper.
11400 \def\afourlatex{{\globaldefs =
1
11402 \internalpagesizes{237mm
}{150mm
}%
11404 {\bindingoffset}{7mm
}%
11407 % Must explicitly reset to 0 because we call \afourpaper.
11411 % Use @afourwide to print on A4 paper in landscape format.
11412 \def\afourwide{{\globaldefs =
1
11414 \internalpagesizes{241mm
}{165mm
}%
11415 {\voffset}{-
2.95mm
}%
11416 {\bindingoffset}{7mm
}%
11421 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
11422 % Perhaps we should allow setting the margins, \topskip, \parskip,
11423 % and/or leading, also. Or perhaps we should compute them somehow.
11425 \parseargdef\pagesizes{\pagesizesyyy #1,,
\finish}
11426 \def\pagesizesyyy#1,
#2,
#3\finish{{%
11427 \setbox0 =
\hbox{\ignorespaces #2}\ifdim\wd0 >
0pt
\hsize=
#2\relax \fi
11430 \parskip =
3pt plus
2pt minus
1pt
11431 \setleading{\textleading}%
11434 \advance\dimen0 by
\voffset
11435 \advance\dimen0 by
1in
% reference point for DVI is 1 inch from top of page
11438 \advance\dimen2 by
\normaloffset
11439 \advance\dimen2 by
1in
% reference point is 1 inch from left edge of page
11441 \internalpagesizes{#1}{\hsize}%
11442 {\voffset}{\normaloffset}%
11443 {\bindingoffset}{44pt
}%
11444 {\dimen0}{\dimen2}%
11447 % Set default to letter.
11451 % Default value of \hfuzz, for suppressing warnings about overfull hboxes.
11455 \message{and turning on texinfo input format.
}
11457 \def^^L
{\par} % remove \outer, so ^L can appear in an @comment
11459 % DEL is a comment character, in case @c does not suffice.
11462 % Define macros to output various characters with catcode for normal text.
11463 \catcode`\"=
\other \def\normaldoublequote{"
}
11464 \catcode`\$=
\other \def\normaldollar{$
}%$ font-lock fix
11465 \catcode`\+=
\other \def\normalplus{+
}
11466 \catcode`\<=
\other \def\normalless{<
}
11467 \catcode`\>=
\other \def\normalgreater{>
}
11468 \catcode`\^=
\other \def\normalcaret{^
}
11469 \catcode`
\_=
\other \def\normalunderscore{_
}
11470 \catcode`\|=
\other \def\normalverticalbar{|
}
11471 \catcode`\~=
\other \def\normaltilde{~
}
11473 % This macro is used to make a character print one way in \tt
11474 % (where it can probably be output as-is), and another way in other fonts,
11475 % where something hairier probably needs to be done.
11477 % #1 is what to print if we are indeed using \tt; #2 is what to print
11478 % otherwise. Since all the Computer Modern typewriter fonts have zero
11479 % interword stretch (and shrink), and it is reasonable to expect all
11480 % typewriter fonts to have this, we can check that font parameter.
11482 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=
0pt
#1\else #2\fi}
11484 % Same as above, but check for italic font. Actually this also catches
11485 % non-italic slanted fonts since it is impossible to distinguish them from
11486 % italic fonts. But since this is only used by $ and it uses \sl anyway
11487 % this is not a problem.
11488 \def\ifusingit#1#2{\ifdim \fontdimen1\font>
0pt
#1\else #2\fi}
11490 % Set catcodes for Texinfo file
11492 % Active characters for printing the wanted glyph.
11493 % Most of these we simply print from the \tt font, but for some, we can
11494 % use math or other variants that look better in normal text.
11496 \catcode`\"=
\active
11497 \def\activedoublequote{{\tt\char34}}
11498 \let"=
\activedoublequote
11499 \catcode`\~=
\active \def\activetilde{{\tt\char126}} \let~ =
\activetilde
11500 \chardef\hatchar=`\^
11501 \catcode`\^=
\active \def\activehat{{\tt \hatchar}} \let^ =
\activehat
11503 \catcode`
\_=
\active
11504 \def_{\ifusingtt\normalunderscore\_}
11505 \def\_{\leavevmode \kern.07em
\vbox{\hrule width
.3em height
.1ex
}\kern .07em
}
11508 \catcode`\|=
\active \def|
{{\tt\char124}}
11511 \catcode`\<=
\active \def\activeless{{\tt \less}}\let< =
\activeless
11513 \catcode`\>=
\active \def\activegtr{{\tt \gtr}}\let> =
\activegtr
11514 \catcode`\+=
\active \def+
{{\tt \char 43}}
11515 \catcode`\$=
\active \def$
{\ifusingit{{\sl\$
}}\normaldollar}%$ font-lock fix
11516 \catcode`\-=
\active \let-=
\normaldash
11519 % used for headline/footline in the output routine, in case the page
11520 % breaks in the middle of an @tex block.
11521 \def\texinfochars{%
11522 \let< =
\activeless
11524 \let~ =
\activetilde
11526 \markupsetuplqdefault \markupsetuprqdefault
11528 \let\i =
\smartitalic
11529 % in principle, all other definitions in \tex have to be undone too.
11532 % Used sometimes to turn off (effectively) the active characters even after
11534 \def\turnoffactive{%
11535 \normalturnoffactive
11541 % \backslashcurfont outputs one backslash character in current font,
11543 \global\chardef\backslashcurfont=`\\
11544 \global\let\rawbackslashxx=
\backslashcurfont % let existing .??s files work
11546 % \realbackslash is an actual character `\' with catcode other, and
11547 % \doublebackslash is two of them (for the pdf outlines).
11548 {\catcode`\\=
\other @gdef@realbackslash
{\
} @gdef@doublebackslash
{\\
}}
11550 % In Texinfo, backslash is an active character; it prints the backslash
11551 % in fixed width font.
11552 \catcode`\\=
\active % @ for escape char from now on.
11554 % Print a typewriter backslash. For math mode, we can't simply use
11555 % \backslashcurfont: the story here is that in math mode, the \char
11556 % of \backslashcurfont ends up printing the roman \ from the math symbol
11557 % font (because \char in math mode uses the \mathcode, and plain.tex
11558 % sets \mathcode`\\="026E). Hence we use an explicit \mathchar,
11559 % which is the decimal equivalent of "715c (class 7, e.g., use \fam;
11560 % ignored family value; char position "5C). We can't use " for the
11561 % usual hex value because it has already been made active.
11563 @def@ttbackslash
{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi
}}
11564 @let@backslashchar = @ttbackslash
% @backslashchar{} is for user documents.
11566 % \rawbackslash defines an active \ to do \backslashcurfont.
11567 % \otherbackslash defines an active \ to be a literal `\' character with
11568 % catcode other. We switch back and forth between these.
11569 @gdef@rawbackslash
{@let\=@backslashcurfont
}
11570 @gdef@otherbackslash
{@let\=@realbackslash
}
11572 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
11573 % the literal character `\'.
11575 {@catcode`- = @active
11576 @gdef@normalturnoffactive
{%
11577 @passthroughcharstrue
11579 @let"=@normaldoublequote
11580 @let$=@normaldollar
%$ font-lock fix
11583 @let>=@normalgreater
11585 @let_=@normalunderscore
11586 @let|=@normalverticalbar
11589 @markupsetuplqdefault
11590 @markupsetuprqdefault
11595 % If a .fmt file is being used, characters that might appear in a file
11596 % name cannot be active until we have parsed the command line.
11597 % So turn them off again, and have @fixbackslash turn them back on.
11598 @catcode`+=@other @catcode`@_=@other
11600 % \enablebackslashhack - allow file to begin `\input texinfo'
11602 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
11603 % That is what \eatinput is for; after that, the `\' should revert to printing
11605 % If the file did not have a `\input texinfo', then it is turned off after
11606 % the first line; otherwise the first `\' in the file would cause an error.
11607 % This is used on the very last line of this file, texinfo.tex.
11608 % We also use @c to call @fixbackslash, in case ends of lines are hidden.
11611 @catcode`@^^M=
13@gdef@enablebackslashhack
{%
11612 @global@let\ = @eatinput
%
11614 @def@c
{@fixbackslash@c
}%
11615 % Definition for the newline at the end of this file.
11616 @def ^^M
{@let^^M@secondlinenl
}%
11617 % Definition for a newline in the main Texinfo file.
11618 @gdef @secondlinenl
{@fixbackslash
}%
11619 % In case the first line has a whole-line command on it
11620 @let@originalparsearg@parsearg
11621 @def@parsearg
{@fixbackslash@originalparsearg
}
11624 {@catcode`@^=
7 @catcode`@^^M=
13%
11625 @gdef@eatinput input texinfo
#1^^M
{@fixbackslash
}}
11627 % Emergency active definition of newline, in case an active newline token
11628 % appears by mistake.
11629 {@catcode`@^=
7 @catcode13=
13%
11630 @gdef@enableemergencynewline
{%
11633 %<warning: active newline>@par%
11637 @gdef@fixbackslash
{%
11638 @ifx\@eatinput @let\ = @ttbackslash @fi
11639 @catcode13=
5 % regular end of line
11640 @enableemergencynewline
11642 @let@parsearg@originalparsearg
11643 % Also turn back on active characters that might appear in the input
11644 % file name, in case not using a pre-dumped format.
11646 @catcode`@_=@active
11648 % If texinfo.cnf is present on the system, read it.
11649 % Useful for site-wide @afourpaper, etc. This macro, @fixbackslash, gets
11650 % called at the beginning of every Texinfo file. Not opening texinfo.cnf
11651 % directly in this file, texinfo.tex, makes it possible to make a format
11652 % file for Texinfo.
11654 @openin
1 texinfo.cnf
11655 @ifeof
1 @else @input texinfo.cnf @fi
11660 % Say @foo, not \foo, in error messages.
11663 % These (along with & and #) are made active for url-breaking, so need
11664 % active definitions as the normal characters.
11666 @def@normalquest
{?
}
11667 @def@normalslash
{/
}
11669 % These look ok in all fonts, so just make them not special.
11670 % @hashchar{} gets its own user-level command, because of #line.
11671 @catcode`@& = @other @def@normalamp
{&
}
11672 @catcode`@# = @other @def@normalhash
{#
}
11673 @catcode`@
% = @other @def@normalpercent{%}
11675 @let @hashchar = @normalhash
11677 @c Finally, make ` and ' active, so that txicodequoteundirected and
11678 @c txicodequotebacktick work right in, e.g., @w
{@code
{`foo'
}}. If we
11679 @c don't make ` and ' active, @code will not get them as active chars.
11680 @c Do this last of all since we use ` in the previous @catcode assignments.
11681 @catcode`@'=@active
11682 @catcode`@`=@active
11683 @markupsetuplqdefault
11684 @markupsetuprqdefault
11686 @c Local variables:
11687 @c eval: (add-hook 'write-file-hooks 'time-stamp)
11688 @c page-delimiter: "^\\\
\message\\|emacs-page"
11689 @c time-stamp-start: "def\\\
\texinfoversion{"
11690 @c time-stamp-format: "
%:y-%02m-%02d.%02H"
11691 @c time-stamp-end: "
}"
11696 @enablebackslashhack