% texinfo.tex -- TeX macros to handle Texinfo files.
%
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
\def\texinfoversion{2021-04-25.21}
%
% Copyright 1985, 1986, 1988, 1990-2021 Free Software Foundation, Inc.
%
% This texinfo.tex file is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation, either version 3 of the
% License, or (at your option) any later version.
%
% This texinfo.tex file is distributed in the hope that it will be
% useful, but WITHOUT ANY WARRANTY; without even the implied warranty
% of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
% General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program.  If not, see <https://www.gnu.org/licenses/>.
%
% As a special exception, when this file is read by TeX when processing
% a Texinfo source document, you may use the result without
% restriction. This Exception is an additional permission under section 7
% of the GNU General Public License, version 3 ("GPLv3").
%
% Please try the latest version of texinfo.tex before submitting bug
% reports; you can get the latest version from:
%   https://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
%   https://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
%   https://www.gnu.org/software/texinfo/ (the Texinfo home page)
% The texinfo.tex in any given distribution could well be out
% of date, so if that's what you're using, please check.
%
% Send bug reports to bug-texinfo@gnu.org.  Please include a
% complete document in each bug report with which we can reproduce the
% problem.  Patches are, of course, greatly appreciated.
%
% To process a Texinfo manual with TeX, it's most reliable to use the
% texi2dvi shell script that comes with the distribution.  For a simple
% manual foo.texi, however, you can get away with this:
%   tex foo.texi
%   texindex foo.??
%   tex foo.texi
%   tex foo.texi
%   dvips foo.dvi -o  # or whatever; this makes foo.ps.
% The extra TeX runs get the cross-reference information correct.
% Sometimes one run after texindex suffices, and sometimes you need more
% than two; texi2dvi does it as many times as necessary.
%
% It is possible to adapt texinfo.tex for other languages, to some
% extent.  You can get the existing language-specific files from the
% full Texinfo distribution.
%
% The GNU Texinfo home page is https://www.gnu.org/software/texinfo.


\message{Loading texinfo [version \texinfoversion]:}

% If in a .fmt file, print the version number
% and turn on active characters that we couldn't do earlier because
% they might have appeared in the input file name.
\everyjob{\message{[Texinfo version \texinfoversion]}%
  \catcode`+=\active \catcode`\_=\active}

% LaTeX's \typeout.  This ensures that the messages it is used for
% are identical in format to the corresponding ones from latex/pdflatex.
\def\typeout{\immediate\write17}%

\chardef\other=12

% We never want plain's \outer definition of \+ in Texinfo.
% For @tex, we can use \tabalign.
\let\+ = \relax

% Save some plain tex macros whose names we will redefine.
\let\ptexb=\b
\let\ptexbullet=\bullet
\let\ptexc=\c
\let\ptexcomma=\,
\let\ptexdot=\.
\let\ptexdots=\dots
\let\ptexend=\end
\let\ptexequiv=\equiv
\let\ptexexclam=\!
\let\ptexfootnote=\footnote
\let\ptexgtr=>
\let\ptexhat=^
\let\ptexi=\i
\let\ptexindent=\indent
\let\ptexinsert=\insert
\let\ptexlbrace=\{
\let\ptexless=<
\let\ptexnewwrite\newwrite
\let\ptexnoindent=\noindent
\let\ptexplus=+
\let\ptexraggedright=\raggedright
\let\ptexrbrace=\}
\let\ptexslash=\/
\let\ptexsp=\sp
\let\ptexstar=\*
\let\ptexsup=\sup
\let\ptext=\t
\let\ptextop=\top
{\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode

% If this character appears in an error message or help string, it
% starts a new line in the output.
\newlinechar = `^^J

% Use TeX 3.0's \inputlineno to get the line number, for better error
% messages, but if we're using an old version of TeX, don't do anything.
%
\ifx\inputlineno\thisisundefined
  \let\linenumber = \empty % Pre-3.0.
\else
  \def\linenumber{l.\the\inputlineno:\space}
\fi

% Set up fixed words for English if not already set.
\ifx\putwordAppendix\undefined  \gdef\putwordAppendix{Appendix}\fi
\ifx\putwordChapter\undefined   \gdef\putwordChapter{Chapter}\fi
\ifx\putworderror\undefined     \gdef\putworderror{error}\fi
\ifx\putwordfile\undefined      \gdef\putwordfile{file}\fi
\ifx\putwordin\undefined        \gdef\putwordin{in}\fi
\ifx\putwordIndexIsEmpty\undefined       \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
\ifx\putwordIndexNonexistent\undefined   \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
\ifx\putwordInfo\undefined      \gdef\putwordInfo{Info}\fi
\ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
\ifx\putwordMethodon\undefined  \gdef\putwordMethodon{Method on}\fi
\ifx\putwordNoTitle\undefined   \gdef\putwordNoTitle{No Title}\fi
\ifx\putwordof\undefined        \gdef\putwordof{of}\fi
\ifx\putwordon\undefined        \gdef\putwordon{on}\fi
\ifx\putwordpage\undefined      \gdef\putwordpage{page}\fi
\ifx\putwordsection\undefined   \gdef\putwordsection{section}\fi
\ifx\putwordSection\undefined   \gdef\putwordSection{Section}\fi
\ifx\putwordsee\undefined       \gdef\putwordsee{see}\fi
\ifx\putwordSee\undefined       \gdef\putwordSee{See}\fi
\ifx\putwordShortTOC\undefined  \gdef\putwordShortTOC{Short Contents}\fi
\ifx\putwordTOC\undefined       \gdef\putwordTOC{Table of Contents}\fi
%
\ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi
\ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi
\ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi
\ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi
\ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi
\ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi
\ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi
\ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi
\ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi
\ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi
\ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi
\ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi
%
\ifx\putwordDefmac\undefined    \gdef\putwordDefmac{Macro}\fi
\ifx\putwordDefspec\undefined   \gdef\putwordDefspec{Special Form}\fi
\ifx\putwordDefvar\undefined    \gdef\putwordDefvar{Variable}\fi
\ifx\putwordDefopt\undefined    \gdef\putwordDefopt{User Option}\fi
\ifx\putwordDeffunc\undefined   \gdef\putwordDeffunc{Function}\fi

% Give the space character the catcode for a space.
\def\spaceisspace{\catcode`\ =10\relax}

% Likewise for ^^M, the end of line character.
\def\endlineisspace{\catcode13=10\relax}

\chardef\dashChar  = `\-
\chardef\slashChar = `\/
\chardef\underChar = `\_

% Ignore a token.
%
\def\gobble#1{}

% The following is used inside several \edef's.
\def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}

% Hyphenation fixes.
\hyphenation{
  Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script
  ap-pen-dix bit-map bit-maps
  data-base data-bases eshell fall-ing half-way long-est man-u-script
  man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm
  par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
  spell-ing spell-ings
  stand-alone strong-est time-stamp time-stamps which-ever white-space
  wide-spread wrap-around
}

% Sometimes it is convenient to have everything in the transcript file
% and nothing on the terminal.  We don't just call \tracingall here,
% since that produces some useless output on the terminal.  We also make
% some effort to order the tracing commands to reduce output in the log
% file; cf. trace.sty in LaTeX.
%
\def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
\def\loggingall{%
  \tracingstats2
  \tracingpages1
  \tracinglostchars2  % 2 gives us more in etex
  \tracingparagraphs1
  \tracingoutput1
  \tracingmacros2
  \tracingrestores1
  \showboxbreadth\maxdimen \showboxdepth\maxdimen
  \ifx\eTeXversion\thisisundefined\else % etex gives us more logging
    \tracingscantokens1
    \tracingifs1
    \tracinggroups1
    \tracingnesting2
    \tracingassigns1
  \fi
  \tracingcommands3  % 3 gives us more in etex
  \errorcontextlines16
}%

% @errormsg{MSG}.  Do the index-like expansions on MSG, but if things
% aren't perfect, it's not the end of the world, being an error message,
% after all.
%
\def\errormsg{\begingroup \indexnofonts \doerrormsg}
\def\doerrormsg#1{\errmessage{#1}}

% add check for \lastpenalty to plain's definitions.  If the last thing
% we did was a \nobreak, we don't want to insert more space.
%
\def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount
  \removelastskip\penalty-50\smallskip\fi\fi}
\def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount
  \removelastskip\penalty-100\medskip\fi\fi}
\def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount
  \removelastskip\penalty-200\bigskip\fi\fi}

% Output routine
%

% For a final copy, take out the rectangles
% that mark overfull boxes (in case you have decided
% that the text looks ok even though it passes the margin).
%
\def\finalout{\overfullrule=0pt }

\newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
\newdimen\topandbottommargin \topandbottommargin=.75in

% Output a mark which sets \thischapter, \thissection and \thiscolor.
% We dump everything together because we only have one kind of mark.
% This works because we only use \botmark / \topmark, not \firstmark.
%
% A mark contains a subexpression of the \ifcase ... \fi construct.
% \get*marks macros below extract the needed part using \ifcase.
%
% Another complication is to let the user choose whether \thischapter
% (\thissection) refers to the chapter (section) in effect at the top
% of a page, or that at the bottom of a page.

% \domark is called twice inside \chapmacro, to add one
% mark before the section break, and one after.
%   In the second call \prevchapterdefs is the same as \currentchapterdefs,
% and \prevsectiondefs is the same as \currentsectiondefs.
%   Then if the page is not broken at the mark, some of the previous
% section appears on the page, and we can get the name of this section
% from \firstmark for @everyheadingmarks top.
%   @everyheadingmarks bottom uses \botmark.
%
% See page 260 of The TeXbook.
\def\domark{%
  \toks0=\expandafter{\currentchapterdefs}%
  \toks2=\expandafter{\currentsectiondefs}%
  \toks4=\expandafter{\prevchapterdefs}%
  \toks6=\expandafter{\prevsectiondefs}%
  \toks8=\expandafter{\currentcolordefs}%
  \mark{%
                   \the\toks0 \the\toks2  % 0: marks for @everyheadingmarks top
      \noexpand\or \the\toks4 \the\toks6  % 1: for @everyheadingmarks bottom
    \noexpand\else \the\toks8             % 2: color marks
  }%
}

% \gettopheadingmarks, \getbottomheadingmarks,
% \getcolormarks - extract needed part of mark.
%
% \topmark doesn't work for the very first chapter (after the title
% page or the contents), so we use \firstmark there -- this gets us
% the mark with the chapter defs, unless the user sneaks in, e.g.,
% @setcolor (or @url, or @link, etc.) between @contents and the very
% first @chapter.
\def\gettopheadingmarks{%
  \ifcase0\the\savedtopmark\fi
  \ifx\thischapter\empty \ifcase0\firstmark\fi \fi
}
\def\getbottomheadingmarks{\ifcase1\botmark\fi}
\def\getcolormarks{\ifcase2\the\savedtopmark\fi}

% Avoid "undefined control sequence" errors.
\def\currentchapterdefs{}
\def\currentsectiondefs{}
\def\currentsection{}
\def\prevchapterdefs{}
\def\prevsectiondefs{}
\def\currentcolordefs{}

% Margin to add to right of even pages, to left of odd pages.
\newdimen\bindingoffset
\newdimen\normaloffset
\newdimen\txipagewidth \newdimen\txipageheight

% Main output routine.
%
\chardef\PAGE = 255
\newtoks\defaultoutput
\defaultoutput = {\savetopmark\onepageout{\pagecontents\PAGE}}
\output=\expandafter{\the\defaultoutput}

\newbox\headlinebox
\newbox\footlinebox

% When outputting the double column layout for indices, an output routine
% is run several times, which hides the original value of \topmark.  This
% can lead to a page heading being output and duplicating the chapter heading
% of the index.  Hence, save the contents of \topmark at the beginning of
% the output routine.  The saved contents are valid until we actually
% \shipout a page.
%
% (We used to run a short output routine to actually set \topmark and
% \firstmark to the right values, but if this was called with an empty page
% containing whatsits for writing index entries, the whatsits would be thrown
% away and the index auxiliary file would remain empty.)
%
\newtoks\savedtopmark
\newif\iftopmarksaved
\topmarksavedtrue
\def\savetopmark{%
  \iftopmarksaved\else
    \global\savedtopmark=\expandafter{\topmark}%
    \global\topmarksavedtrue
  \fi
}

% \onepageout takes a vbox as an argument.
% \shipout a vbox for a single page, adding an optional header, footer
% and footnote.  This also causes index entries for this page to be written
% to the auxiliary files.
%
\def\onepageout#1{%
  \hoffset=\normaloffset
  %
  \ifodd\pageno  \advance\hoffset by \bindingoffset
  \else \advance\hoffset by -\bindingoffset\fi
  %
  \checkchapterpage
  %
  % Retrieve the information for the headings from the marks in the page,
  % and call Plain TeX's \makeheadline and \makefootline, which use the
  % values in \headline and \footline.
  %
  % Common context changes for both heading and footing.
  % Do this outside of the \shipout so @code etc. will be expanded in
  % the headline as they should be, not taken literally (outputting ''code).
  \def\commonheadfootline{\let\hsize=\txipagewidth \texinfochars}
  %
  \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi
  \global\setbox\headlinebox = \vbox{\commonheadfootline \makeheadline}%
  \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi
  \global\setbox\footlinebox = \vbox{\commonheadfootline \makefootline}%
  %
  {%
    % Set context for writing to auxiliary files like index files.
    % Have to do this stuff outside the \shipout because we want it to
    % take effect in \write's, yet the group defined by the \vbox ends
    % before the \shipout runs.
    %
    \atdummies         % don't expand commands in the output.
    \turnoffactive
    \shipout\vbox{%
      % Do this early so pdf references go to the beginning of the page.
      \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
      %
      \unvbox\headlinebox
      \pagebody{#1}%
      \ifdim\ht\footlinebox > 0pt
        % Only leave this space if the footline is nonempty.
        % (We lessened \vsize for it in \oddfootingyyy.)
        % The \baselineskip=24pt in plain's \makefootline has no effect.
        \vskip 24pt
        \unvbox\footlinebox
      \fi
      %
    }%
  }%
  \global\topmarksavedfalse
  \advancepageno
  \ifnum\outputpenalty>-20000 \else\dosupereject\fi
}

\newinsert\margin \dimen\margin=\maxdimen

% Main part of page, including any footnotes
\def\pagebody#1{\vbox to\txipageheight{\boxmaxdepth=\maxdepth #1}}
{\catcode`\@ =11
\gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
% marginal hacks, juha@viisa.uucp (Juha Takala)
\ifvoid\margin\else % marginal info is present
  \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
\dimen@=\dp#1\relax \unvbox#1\relax
\ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
\ifr@ggedbottom \kern-\dimen@ \vfil \fi}
}

% Check if we are on the first page of a chapter.  Used for printing headings.
\newif\ifchapterpage
\def\checkchapterpage{%
  % Get the chapter that was current at the end of the last page
  \ifcase1\the\savedtopmark\fi
  \let\prevchaptername\thischaptername
  %
  \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi
  \let\curchaptername\thischaptername
  %
  \ifx\curchaptername\prevchaptername
    \chapterpagefalse
  \else
    \chapterpagetrue
  \fi
}

% Argument parsing

% Parse an argument, then pass it to #1.  The argument is the rest of
% the input line (except we remove a trailing comment).  #1 should be a
% macro which expects an ordinary undelimited TeX argument.
% For example, \def\foo{\parsearg\fooxxx}.
%
\def\parsearg{\parseargusing{}}
\def\parseargusing#1#2{%
  \def\argtorun{#2}%
  \begingroup
    \obeylines
    \spaceisspace
    #1%
    \parseargline\empty% Insert the \empty token, see \finishparsearg below.
}

{\obeylines %
  \gdef\parseargline#1^^M{%
    \endgroup % End of the group started in \parsearg.
    \argremovecomment #1\comment\ArgTerm%
  }%
}

% First remove any @comment, then any @c comment.  Pass the result on to
% \argcheckspaces.
\def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
\def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm}

% Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space.
%
% \argremovec might leave us with trailing space, e.g.,
%    @end itemize  @c foo
% This space token undergoes the same procedure and is eventually removed
% by \finishparsearg.
%
\def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M}
\def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M}
\def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{%
  \def\temp{#3}%
  \ifx\temp\empty
    % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
    \let\temp\finishparsearg
  \else
    \let\temp\argcheckspaces
  \fi
  % Put the space token in:
  \temp#1 #3\ArgTerm
}

% If a _delimited_ argument is enclosed in braces, they get stripped; so
% to get _exactly_ the rest of the line, we had to prevent such situation.
% We prepended an \empty token at the very beginning and we expand it now,
% just before passing the control to \argtorun.
% (Similarly, we have to think about #3 of \argcheckspacesY above: it is
% either the null string, or it ends with \^^M---thus there is no danger
% that a pair of braces would be stripped.
%
% But first, we have to remove the trailing space token.
%
\def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}}


% \parseargdef - define a command taking an argument on the line
%
% \parseargdef\foo{...}
%	is roughly equivalent to
% \def\foo{\parsearg\Xfoo}
% \def\Xfoo#1{...}
\def\parseargdef#1{%
  \expandafter \doparseargdef \csname\string#1\endcsname #1%
}
\def\doparseargdef#1#2{%
  \def#2{\parsearg#1}%
  \def#1##1%
}

% Several utility definitions with active space:
{
  \obeyspaces
  \gdef\obeyedspace{ }

  % Make each space character in the input produce a normal interword
  % space in the output.  Don't allow a line break at this space, as this
  % is used only in environments like @example, where each line of input
  % should produce a line of output anyway.
  %
  \gdef\sepspaces{\obeyspaces\let =\tie}

  % If an index command is used in an @example environment, any spaces
  % therein should become regular spaces in the raw index file, not the
  % expansion of \tie (\leavevmode \penalty \@M \ ).
  \gdef\unsepspaces{\let =\space}
}


\def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}

% Define the framework for environments in texinfo.tex.  It's used like this:
%
%   \envdef\foo{...}
%   \def\Efoo{...}
%
% It's the responsibility of \envdef to insert \begingroup before the
% actual body; @end closes the group after calling \Efoo.  \envdef also
% defines \thisenv, so the current environment is known; @end checks
% whether the environment name matches.  The \checkenv macro can also be
% used to check whether the current environment is the one expected.
%
% Non-false conditionals (@iftex, @ifset) don't fit into this, so they
% are not treated as environments; they don't open a group.  (The
% implementation of @end takes care not to call \endgroup in this
% special case.)


% At run-time, environments start with this:
\def\startenvironment#1{\begingroup\def\thisenv{#1}}
% initialize
\let\thisenv\empty

% ... but they get defined via ``\envdef\foo{...}'':
\long\def\envdef#1#2{\def#1{\startenvironment#1#2}}
\def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}}

% Check whether we're in the right environment:
\def\checkenv#1{%
  \def\temp{#1}%
  \ifx\thisenv\temp
  \else
    \badenverr
  \fi
}

% Environment mismatch, #1 expected:
\def\badenverr{%
  \errhelp = \EMsimple
  \errmessage{This command can appear only \inenvironment\temp,
    not \inenvironment\thisenv}%
}
\def\inenvironment#1{%
  \ifx#1\empty
    outside of any environment%
  \else
    in environment \expandafter\string#1%
  \fi
}


% @end foo calls \checkenv and executes the definition of \Efoo.
\parseargdef\end{%
  \if 1\csname iscond.#1\endcsname
  \else
    % The general wording of \badenverr may not be ideal.
    \expandafter\checkenv\csname#1\endcsname
    \csname E#1\endcsname
    \endgroup
  \fi
}

\newhelp\EMsimple{Press RETURN to continue.}


% Be sure we're in horizontal mode when doing a tie, since we make space
% equivalent to this in @example-like environments. Otherwise, a space
% at the beginning of a line will start with \penalty -- and
% since \penalty is valid in vertical mode, we'd end up putting the
% penalty on the vertical list instead of in the new paragraph.
{\catcode`@ = 11
 % Avoid using \@M directly, because that causes trouble
 % if the definition is written into an index file.
 \global\let\tiepenalty = \@M
 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
}

% @: forces normal size whitespace following.
\def\:{\spacefactor=1000 }

% @* forces a line break.
\def\*{\unskip\hfil\break\hbox{}\ignorespaces}

% @/ allows a line break.
\let\/=\allowbreak

% @. is an end-of-sentence period.
\def\.{.\spacefactor=\endofsentencespacefactor\space}

% @! is an end-of-sentence bang.
\def\!{!\spacefactor=\endofsentencespacefactor\space}

% @? is an end-of-sentence query.
\def\?{?\spacefactor=\endofsentencespacefactor\space}

% @frenchspacing on|off  says whether to put extra space after punctuation.
%
\def\onword{on}
\def\offword{off}
%
\parseargdef\frenchspacing{%
  \def\temp{#1}%
  \ifx\temp\onword \plainfrenchspacing
  \else\ifx\temp\offword \plainnonfrenchspacing
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @frenchspacing option `\temp', must be on|off}%
  \fi\fi
}

% @w prevents a word break.  Without the \leavevmode, @w at the
% beginning of a paragraph, when TeX is still in vertical mode, would
% produce a whole line of output instead of starting the paragraph.
\def\w#1{\leavevmode\hbox{#1}}

% @group ... @end group forces ... to be all on one page, by enclosing
% it in a TeX vbox.  We use \vtop instead of \vbox to construct the box
% to keep its height that of a normal line.  According to the rules for
% \topskip (p.114 of the TeXbook), the glue inserted is
% max (\topskip - \ht (first item), 0).  If that height is large,
% therefore, no glue is inserted, and the space between the headline and
% the text is small, which looks bad.
%
% Another complication is that the group might be very large.  This can
% cause the glue on the previous page to be unduly stretched, because it
% does not have much material.  In this case, it's better to add an
% explicit \vfill so that the extra space is at the bottom.  The
% threshold for doing this is if the group is more than \vfilllimit
% percent of a page (\vfilllimit can be changed inside of @tex).
%
\newbox\groupbox
\def\vfilllimit{0.7}
%
\envdef\group{%
  \ifnum\catcode`\^^M=\active \else
    \errhelp = \groupinvalidhelp
    \errmessage{@group invalid in context where filling is enabled}%
  \fi
  \startsavinginserts
  %
  \setbox\groupbox = \vtop\bgroup
    % Do @comment since we are called inside an environment such as
    % @example, where each end-of-line in the input causes an
    % end-of-line in the output.  We don't want the end-of-line after
    % the `@group' to put extra space in the output.  Since @group
    % should appear on a line by itself (according to the Texinfo
    % manual), we don't worry about eating any user text.
    \comment
}
%
% The \vtop produces a box with normal height and large depth; thus, TeX puts
% \baselineskip glue before it, and (when the next line of text is done)
% \lineskip glue after it.  Thus, space below is not quite equal to space
% above.  But it's pretty close.
\def\Egroup{%
    % To get correct interline space between the last line of the group
    % and the first line afterwards, we have to propagate \prevdepth.
    \endgraf % Not \par, as it may have been set to \lisppar.
    \global\dimen1 = \prevdepth
  \egroup           % End the \vtop.
  \addgroupbox
  \prevdepth = \dimen1
  \checkinserts
}

\def\addgroupbox{
  % \dimen0 is the vertical size of the group's box.
  \dimen0 = \ht\groupbox  \advance\dimen0 by \dp\groupbox
  % \dimen2 is how much space is left on the page (more or less).
  \dimen2 = \txipageheight   \advance\dimen2 by -\pagetotal
  % if the group doesn't fit on the current page, and it's a big big
  % group, force a page break.
  \ifdim \dimen0 > \dimen2
    \ifdim \pagetotal < \vfilllimit\txipageheight
      \page
    \fi
  \fi
  \box\groupbox
}

%
% TeX puts in an \escapechar (i.e., `@') at the beginning of the help
% message, so this ends up printing `@group can only ...'.
%
\newhelp\groupinvalidhelp{%
group can only be used in environments such as @example,^^J%
where each line of input produces a line of output.}

% @need space-in-mils
% forces a page break if there is not space-in-mils remaining.

\newdimen\mil  \mil=0.001in

\parseargdef\need{%
  % Ensure vertical mode, so we don't make a big box in the middle of a
  % paragraph.
  \par
  %
  % If the @need value is less than one line space, it's useless.
  \dimen0 = #1\mil
  \dimen2 = \ht\strutbox
  \advance\dimen2 by \dp\strutbox
  \ifdim\dimen0 > \dimen2
    %
    % Do a \strut just to make the height of this box be normal, so the
    % normal leading is inserted relative to the preceding line.
    % And a page break here is fine.
    \vtop to #1\mil{\strut\vfil}%
    %
    % TeX does not even consider page breaks if a penalty added to the
    % main vertical list is 10000 or more.  But in order to see if the
    % empty box we just added fits on the page, we must make it consider
    % page breaks.  On the other hand, we don't want to actually break the
    % page after the empty box.  So we use a penalty of 9999.
    %
    % There is an extremely small chance that TeX will actually break the
    % page at this \penalty, if there are no other feasible breakpoints in
    % sight.  (If the user is using lots of big @group commands, which
    % almost-but-not-quite fill up a page, TeX will have a hard time doing
    % good page breaking, for example.)  However, I could not construct an
    % example where a page broke at this \penalty; if it happens in a real
    % document, then we can reconsider our strategy.
    \penalty9999
    %
    % Back up by the size of the box, whether we did a page break or not.
    \kern -#1\mil
    %
    % Do not allow a page break right after this kern.
    \nobreak
  \fi
}

% @br   forces paragraph break (and is undocumented).

\let\br = \par

% @page forces the start of a new page.
%
\def\page{\par\vfill\supereject}

% @exdent text....
% outputs text on separate line in roman font, starting at standard page margin

% This records the amount of indent in the innermost environment.
% That's how much \exdent should take out.
\newskip\exdentamount

% This defn is used inside fill environments such as @defun.
\parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}

% This defn is used inside nofill environments such as @example.
\parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount
  \leftline{\hskip\leftskip{\rm#1}}}}

% @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
% paragraph.  For more general purposes, use the \margin insertion
% class.  WHICH is `l' or `r'.  Not documented, written for gawk manual.
%
\newskip\inmarginspacing \inmarginspacing=1cm
\def\strutdepth{\dp\strutbox}
%
\def\doinmargin#1#2{\strut\vadjust{%
  \nobreak
  \kern-\strutdepth
  \vtop to \strutdepth{%
    \baselineskip=\strutdepth
    \vss
    % if you have multiple lines of stuff to put here, you'll need to
    % make the vbox yourself of the appropriate size.
    \ifx#1l%
      \llap{\ignorespaces #2\hskip\inmarginspacing}%
    \else
      \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
    \fi
    \null
  }%
}}
\def\inleftmargin{\doinmargin l}
\def\inrightmargin{\doinmargin r}
%
% @inmargin{TEXT [, RIGHT-TEXT]}
% (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
% else use TEXT for both).
%
\def\inmargin#1{\parseinmargin #1,,\finish}
\def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
  \setbox0 = \hbox{\ignorespaces #2}%
  \ifdim\wd0 > 0pt
    \def\lefttext{#1}%  have both texts
    \def\righttext{#2}%
  \else
    \def\lefttext{#1}%  have only one text
    \def\righttext{#1}%
  \fi
  %
  \ifodd\pageno
    \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
  \else
    \def\temp{\inleftmargin\lefttext}%
  \fi
  \temp
}

% @include FILE -- \input text of FILE.
%
\def\include{\parseargusing\filenamecatcodes\includezzz}
\def\includezzz#1{%
  \pushthisfilestack
  \def\thisfile{#1}%
  {%
    \makevalueexpandable  % we want to expand any @value in FILE.
    \turnoffactive        % and allow special characters in the expansion
    \indexnofonts         % Allow `@@' and other weird things in file names.
    \wlog{texinfo.tex: doing @include of #1^^J}%
    \edef\temp{\noexpand\input #1 }%
    %
    % This trickery is to read FILE outside of a group, in case it makes
    % definitions, etc.
    \expandafter
  }\temp
  \popthisfilestack
}
\def\filenamecatcodes{%
  \catcode`\\=\other
  \catcode`~=\other
  \catcode`^=\other
  \catcode`_=\other
  \catcode`|=\other
  \catcode`<=\other
  \catcode`>=\other
  \catcode`+=\other
  \catcode`-=\other
  \catcode`\`=\other
  \catcode`\'=\other
}

\def\pushthisfilestack{%
  \expandafter\pushthisfilestackX\popthisfilestack\StackTerm
}
\def\pushthisfilestackX{%
  \expandafter\pushthisfilestackY\thisfile\StackTerm
}
\def\pushthisfilestackY #1\StackTerm #2\StackTerm {%
  \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}%
}

\def\popthisfilestack{\errthisfilestackempty}
\def\errthisfilestackempty{\errmessage{Internal error:
  the stack of filenames is empty.}}
%
\def\thisfile{}

% @center line
% outputs that line, centered.
%
\parseargdef\center{%
  \ifhmode
    \let\centersub\centerH
  \else
    \let\centersub\centerV
  \fi
  \centersub{\hfil \ignorespaces#1\unskip \hfil}%
  \let\centersub\relax % don't let the definition persist, just in case
}
\def\centerH#1{{%
  \hfil\break
  \advance\hsize by -\leftskip
  \advance\hsize by -\rightskip
  \line{#1}%
  \break
}}
%
\newcount\centerpenalty
\def\centerV#1{%
  % The idea here is the same as in \startdefun, \cartouche, etc.: if
  % @center is the first thing after a section heading, we need to wipe
  % out the negative parskip inserted by \sectionheading, but still
  % prevent a page break here.
  \centerpenalty = \lastpenalty
  \ifnum\centerpenalty>10000 \vskip\parskip \fi
  \ifnum\centerpenalty>9999 \penalty\centerpenalty \fi
  \line{\kern\leftskip #1\kern\rightskip}%
}

% @sp n   outputs n lines of vertical space
%
\parseargdef\sp{\vskip #1\baselineskip}

% @comment ...line which is ignored...
% @c is the same as @comment
% @ignore ... @end ignore  is another way to write a comment


\def\c{\begingroup \catcode`\^^M=\active%
\catcode`\@=\other \catcode`\{=\other \catcode`\}=\other%
\cxxx}
{\catcode`\^^M=\active \gdef\cxxx#1^^M{\endgroup}}
%
\let\comment\c

% @paragraphindent NCHARS
% We'll use ems for NCHARS, close enough.
% NCHARS can also be the word `asis' or `none'.
% We cannot feasibly implement @paragraphindent asis, though.
%
\def\asisword{asis} % no translation, these are keywords
\def\noneword{none}
%
\parseargdef\paragraphindent{%
  \def\temp{#1}%
  \ifx\temp\asisword
  \else
    \ifx\temp\noneword
      \defaultparindent = 0pt
    \else
      \defaultparindent = #1em
    \fi
  \fi
  \parindent = \defaultparindent
}

% @exampleindent NCHARS
% We'll use ems for NCHARS like @paragraphindent.
% It seems @exampleindent asis isn't necessary, but
% I preserve it to make it similar to @paragraphindent.
\parseargdef\exampleindent{%
  \def\temp{#1}%
  \ifx\temp\asisword
  \else
    \ifx\temp\noneword
      \lispnarrowing = 0pt
    \else
      \lispnarrowing = #1em
    \fi
  \fi
}

% @firstparagraphindent WORD
% If WORD is `none', then suppress indentation of the first paragraph
% after a section heading.  If WORD is `insert', then do indent at such
% paragraphs.
%
% The paragraph indentation is suppressed or not by calling
% \suppressfirstparagraphindent, which the sectioning commands do.
% We switch the definition of this back and forth according to WORD.
% By default, we suppress indentation.
%
\def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent}
\def\insertword{insert}
%
\parseargdef\firstparagraphindent{%
  \def\temp{#1}%
  \ifx\temp\noneword
    \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent
  \else\ifx\temp\insertword
    \let\suppressfirstparagraphindent = \relax
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @firstparagraphindent option `\temp'}%
  \fi\fi
}

% Here is how we actually suppress indentation.  Redefine \everypar to
% \kern backwards by \parindent, and then reset itself to empty.
%
% We also make \indent itself not actually do anything until the next
% paragraph.
%
\gdef\dosuppressfirstparagraphindent{%
  \gdef\indent  {\restorefirstparagraphindent \indent}%
  \gdef\noindent{\restorefirstparagraphindent \noindent}%
  \global\everypar = {\kern -\parindent \restorefirstparagraphindent}%
}
%
\gdef\restorefirstparagraphindent{%
  \global\let\indent = \ptexindent
  \global\let\noindent = \ptexnoindent
  \global\everypar = {}%
}

% leave vertical mode without cancelling any first paragraph indent
\gdef\imageindent{%
  \toks0=\everypar
  \everypar={}%
  \ptexnoindent
  \global\everypar=\toks0
}


% @refill is a no-op.
\let\refill=\relax

% @setfilename INFO-FILENAME - ignored
\let\setfilename=\comment

% @bye.
\outer\def\bye{\chappager\pagelabels\tracingstats=1\ptexend}


\message{pdf,}
% adobe `portable' document format
\newcount\tempnum
\newcount\lnkcount
\newtoks\filename
\newcount\filenamelength
\newcount\pgn
\newtoks\toksA
\newtoks\toksB
\newtoks\toksC
\newtoks\toksD
\newbox\boxA
\newbox\boxB
\newcount\countA
\newif\ifpdf
\newif\ifpdfmakepagedest

%
% For LuaTeX
%

\newif\iftxiuseunicodedestname
\txiuseunicodedestnamefalse % For pdfTeX etc.

\ifx\luatexversion\thisisundefined
\else
  % Use Unicode destination names
  \txiuseunicodedestnametrue
  % Escape PDF strings with converting UTF-16 from UTF-8
  \begingroup
    \catcode`\%=12
    \directlua{
      function UTF16oct(str)
        tex.sprint(string.char(0x5c) .. '376' .. string.char(0x5c) .. '377')
        for c in string.utfvalues(str) do
          if c < 0x10000 then
            tex.sprint(
              string.format(string.char(0x5c) .. string.char(0x25) .. '03o' ..
                            string.char(0x5c) .. string.char(0x25) .. '03o',
                            math.floor(c / 256), math.floor(c % 256)))
          else
            c = c - 0x10000
            local c_hi = c / 1024 + 0xd800
            local c_lo = c % 1024 + 0xdc00
            tex.sprint(
              string.format(string.char(0x5c) .. string.char(0x25) .. '03o' ..
                            string.char(0x5c) .. string.char(0x25) .. '03o' ..
                            string.char(0x5c) .. string.char(0x25) .. '03o' ..
                            string.char(0x5c) .. string.char(0x25) .. '03o',
                            math.floor(c_hi / 256), math.floor(c_hi % 256),
                            math.floor(c_lo / 256), math.floor(c_lo % 256)))
          end
        end
      end
    }
  \endgroup
  \def\pdfescapestrutfsixteen#1{\directlua{UTF16oct('\luaescapestring{#1}')}}
  % Escape PDF strings without converting
  \begingroup
    \directlua{
      function PDFescstr(str)
        for c in string.bytes(str) do
          if c <= 0x20 or c >= 0x80 or c == 0x28 or c == 0x29 or c == 0x5c then
            tex.sprint(-2,
              string.format(string.char(0x5c) .. string.char(0x25) .. '03o',
                            c))
          else
            tex.sprint(-2, string.char(c))
          end
        end
      end
    }
    % The -2 in the arguments here gives all the input to TeX catcode 12
    % (other) or 10 (space), preventing undefined control sequence errors. See
    % https://lists.gnu.org/archive/html/bug-texinfo/2019-08/msg00031.html
    %
  \endgroup
  \def\pdfescapestring#1{\directlua{PDFescstr('\luaescapestring{#1}')}}
  \ifnum\luatexversion>84
    % For LuaTeX >= 0.85
    \def\pdfdest{\pdfextension dest}
    \let\pdfoutput\outputmode
    \def\pdfliteral{\pdfextension literal}
    \def\pdfcatalog{\pdfextension catalog}
    \def\pdftexversion{\numexpr\pdffeedback version\relax}
    \let\pdfximage\saveimageresource
    \let\pdfrefximage\useimageresource
    \let\pdflastximage\lastsavedimageresourceindex
    \def\pdfendlink{\pdfextension endlink\relax}
    \def\pdfoutline{\pdfextension outline}
    \def\pdfstartlink{\pdfextension startlink}
    \def\pdffontattr{\pdfextension fontattr}
    \def\pdfobj{\pdfextension obj}
    \def\pdflastobj{\numexpr\pdffeedback lastobj\relax}
    \let\pdfpagewidth\pagewidth
    \let\pdfpageheight\pageheight
    \edef\pdfhorigin{\pdfvariable horigin}
    \edef\pdfvorigin{\pdfvariable vorigin}
  \fi
\fi

% when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1
% can be set).  So we test for \relax and 0 as well as being undefined.
\ifx\pdfoutput\thisisundefined
\else
  \ifx\pdfoutput\relax
  \else
    \ifcase\pdfoutput
    \else
      \pdftrue
    \fi
  \fi
\fi

\newif\ifpdforxetex
\pdforxetexfalse
\ifpdf
  \pdforxetextrue
\fi
\ifx\XeTeXrevision\thisisundefined\else
  \pdforxetextrue
\fi


% Output page labels information.
% See PDF reference v.1.7 p.594, section 8.3.1.
\ifpdf
\def\pagelabels{%
  \def\title{0 << /P (T-) /S /D >>}%
  \edef\roman{\the\romancount << /S /r >>}%
  \edef\arabic{\the\arabiccount << /S /D >>}%
  %
  % Page label ranges must be increasing.  Remove any duplicates.
  % (There is a slight chance of this being wrong if e.g. there is
  % a @contents but no @titlepage, etc.)
  %
  \ifnum\romancount=0 \def\roman{}\fi
  \ifnum\arabiccount=0 \def\title{}%
  \else
    \ifnum\romancount=\arabiccount \def\roman{}\fi
  \fi
  %
  \ifnum\romancount<\arabiccount
    \pdfcatalog{/PageLabels << /Nums [\title \roman \arabic ] >> }\relax
  \else
    \pdfcatalog{/PageLabels << /Nums [\title \arabic \roman ] >> }\relax
  \fi
}
\else
  \let\pagelabels\relax
\fi

\newcount\pagecount \pagecount=0
\newcount\romancount \romancount=0
\newcount\arabiccount \arabiccount=0
\ifpdf
  \let\ptxadvancepageno\advancepageno
  \def\advancepageno{%
    \ptxadvancepageno\global\advance\pagecount by 1
  }
\fi


% PDF uses PostScript string constants for the names of xref targets,
% for display in the outlines, and in other places.  Thus, we have to
% double any backslashes.  Otherwise, a name like "\node" will be
% interpreted as a newline (\n), followed by o, d, e.  Not good.
%
% See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and
% related messages.  The final outcome is that it is up to the TeX user
% to double the backslashes and otherwise make the string valid, so
% that's what we do.  pdftex 1.30.0 (ca.2005) introduced a primitive to
% do this reliably, so we use it.

% #1 is a control sequence in which to do the replacements,
% which we \xdef.
\def\txiescapepdf#1{%
  \ifx\pdfescapestring\thisisundefined
    % No primitive available; should we give a warning or log?
    % Many times it won't matter.
    \xdef#1{#1}%
  \else
    % The expandable \pdfescapestring primitive escapes parentheses,
    % backslashes, and other special chars.
    \xdef#1{\pdfescapestring{#1}}%
  \fi
}
\def\txiescapepdfutfsixteen#1{%
  \ifx\pdfescapestrutfsixteen\thisisundefined
    % No UTF-16 converting macro available.
    \txiescapepdf{#1}%
  \else
    \xdef#1{\pdfescapestrutfsixteen{#1}}%
  \fi
}

\newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
with PDF output, and none of those formats could be found.  (.eps cannot
be supported due to the design of the PDF format; use regular TeX (DVI
output) for that.)}

\ifpdf
  %
  % Color manipulation macros using ideas from pdfcolor.tex,
  % except using rgb instead of cmyk; the latter is said to render as a
  % very dark gray on-screen and a very dark halftone in print, instead
  % of actual black. The dark red here is dark enough to print on paper as
  % nearly black, but still distinguishable for online viewing.  We use
  % black by default, though.
  \def\rgbDarkRed{0.50 0.09 0.12}
  \def\rgbBlack{0 0 0}
  %
  % rg sets the color for filling (usual text, etc.);
  % RG sets the color for stroking (thin rules, e.g., normal _'s).
  \def\pdfsetcolor#1{\pdfliteral{#1 rg  #1 RG}}
  %
  % Set color, and create a mark which defines \thiscolor accordingly,
  % so that \makeheadline knows which color to restore.
  \def\setcolor#1{%
    \xdef\currentcolordefs{\gdef\noexpand\thiscolor{#1}}%
    \domark
    \pdfsetcolor{#1}%
  }
  %
  \def\maincolor{\rgbBlack}
  \pdfsetcolor{\maincolor}
  \edef\thiscolor{\maincolor}
  \def\currentcolordefs{}
  %
  \def\makefootline{%
    \baselineskip24pt
    \line{\pdfsetcolor{\maincolor}\the\footline}%
  }
  %
  \def\makeheadline{%
    \vbox to 0pt{%
      \vskip-22.5pt
      \line{%
        \vbox to8.5pt{}%
        % Extract \thiscolor definition from the marks.
        \getcolormarks
        % Typeset the headline with \maincolor, then restore the color.
        \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
      }%
      \vss
    }%
    \nointerlineskip
  }
  %
  %
  \pdfcatalog{/PageMode /UseOutlines}
  %
  % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
  \def\dopdfimage#1#2#3{%
    \def\pdfimagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}%
    \def\pdfimageheight{#3}\setbox2 = \hbox{\ignorespaces #3}%
    %
    % pdftex (and the PDF format) support .pdf, .png, .jpg (among
    % others).  Let's try in that order, PDF first since if
    % someone has a scalable image, presumably better to use that than a
    % bitmap.
    \let\pdfimgext=\empty
    \begingroup
      \openin 1 #1.pdf \ifeof 1
        \openin 1 #1.PDF \ifeof 1
          \openin 1 #1.png \ifeof 1
            \openin 1 #1.jpg \ifeof 1
              \openin 1 #1.jpeg \ifeof 1
                \openin 1 #1.JPG \ifeof 1
                  \errhelp = \nopdfimagehelp
                  \errmessage{Could not find image file #1 for pdf}%
                \else \gdef\pdfimgext{JPG}%
                \fi
              \else \gdef\pdfimgext{jpeg}%
              \fi
            \else \gdef\pdfimgext{jpg}%
            \fi
          \else \gdef\pdfimgext{png}%
          \fi
        \else \gdef\pdfimgext{PDF}%
        \fi
      \else \gdef\pdfimgext{pdf}%
      \fi
      \closein 1
    \endgroup
    %
    % without \immediate, ancient pdftex seg faults when the same image is
    % included twice.  (Version 3.14159-pre-1.0-unofficial-20010704.)
    \ifnum\pdftexversion < 14
      \immediate\pdfimage
    \else
      \immediate\pdfximage
    \fi
      \ifdim \wd0 >0pt width \pdfimagewidth \fi
      \ifdim \wd2 >0pt height \pdfimageheight \fi
      \ifnum\pdftexversion<13
         #1.\pdfimgext
       \else
         {#1.\pdfimgext}%
       \fi
    \ifnum\pdftexversion < 14 \else
      \pdfrefximage \pdflastximage
    \fi}
  %
  \def\setpdfdestname#1{{%
    % We have to set dummies so commands such as @code, and characters
    % such as \, aren't expanded when present in a section title.
    \indexnofonts
    \makevalueexpandable
    \turnoffactive
    \iftxiuseunicodedestname
      \ifx \declaredencoding \latone
        % Pass through Latin-1 characters.
        % LuaTeX with byte wise I/O converts Latin-1 characters to Unicode.
      \else
        \ifx \declaredencoding \utfeight
          % Pass through Unicode characters.
        \else
          % Use ASCII approximations in destination names.
          \passthroughcharsfalse
        \fi
      \fi
    \else
      % Use ASCII approximations in destination names.
      \passthroughcharsfalse
    \fi
    \def\pdfdestname{#1}%
    \txiescapepdf\pdfdestname
  }}
  %
  \def\setpdfoutlinetext#1{{%
    \indexnofonts
    \makevalueexpandable
    \turnoffactive
    \ifx \declaredencoding \latone
      % The PDF format can use an extended form of Latin-1 in bookmark
      % strings.  See Appendix D of the PDF Reference, Sixth Edition, for
      % the "PDFDocEncoding".
      \passthroughcharstrue
      % Pass through Latin-1 characters.
      %   LuaTeX: Convert to Unicode
      %   pdfTeX: Use Latin-1 as PDFDocEncoding
      \def\pdfoutlinetext{#1}%
    \else
      \ifx \declaredencoding \utfeight
        \ifx\luatexversion\thisisundefined
          % For pdfTeX  with UTF-8.
          % TODO: the PDF format can use UTF-16 in bookmark strings,
          % but the code for this isn't done yet.
          % Use ASCII approximations.
          \passthroughcharsfalse
          \def\pdfoutlinetext{#1}%
        \else
          % For LuaTeX with UTF-8.
          % Pass through Unicode characters for title texts.
          \passthroughcharstrue
          \def\pdfoutlinetext{#1}%
        \fi
      \else
        % For non-Latin-1 or non-UTF-8 encodings.
        % Use ASCII approximations.
        \passthroughcharsfalse
        \def\pdfoutlinetext{#1}%
      \fi
    \fi
    % LuaTeX: Convert to UTF-16
    % pdfTeX: Use Latin-1 as PDFDocEncoding
    \txiescapepdfutfsixteen\pdfoutlinetext
  }}
  %
  \def\pdfmkdest#1{%
    \setpdfdestname{#1}%
    \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
  }
  %
  % used to mark target names; must be expandable.
  \def\pdfmkpgn#1{#1}
  %
  % by default, use black for everything.
  \def\urlcolor{\rgbBlack}
  \def\linkcolor{\rgbBlack}
  \def\endlink{\setcolor{\maincolor}\pdfendlink}
  %
  % Adding outlines to PDF; macros for calculating structure of outlines
  % come from Petr Olsak
  \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
    \else \csname#1\endcsname \fi}
  \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
    \advance\tempnum by 1
    \expandafter\xdef\csname#1\endcsname{\the\tempnum}}
  %
  % #1 is the section text, which is what will be displayed in the
  % outline by the pdf viewer.  #2 is the pdf expression for the number
  % of subentries (or empty, for subsubsections).  #3 is the node text,
  % which might be empty if this toc entry had no corresponding node.
  % #4 is the page number
  %
  \def\dopdfoutline#1#2#3#4{%
    % Generate a link to the node text if that exists; else, use the
    % page number.  We could generate a destination for the section
    % text in the case where a section has no node, but it doesn't
    % seem worth the trouble, since most documents are normally structured.
    \setpdfoutlinetext{#1}
    \setpdfdestname{#3}
    \ifx\pdfdestname\empty
      \def\pdfdestname{#4}%
    \fi
    %
    \pdfoutline goto name{\pdfmkpgn{\pdfdestname}}#2{\pdfoutlinetext}%
  }
  %
  \def\pdfmakeoutlines{%
    \begingroup
      % Read toc silently, to get counts of subentries for \pdfoutline.
      \def\partentry##1##2##3##4{}% ignore parts in the outlines
      \def\numchapentry##1##2##3##4{%
	\def\thischapnum{##2}%
	\def\thissecnum{0}%
	\def\thissubsecnum{0}%
      }%
      \def\numsecentry##1##2##3##4{%
	\advancenumber{chap\thischapnum}%
	\def\thissecnum{##2}%
	\def\thissubsecnum{0}%
      }%
      \def\numsubsecentry##1##2##3##4{%
	\advancenumber{sec\thissecnum}%
	\def\thissubsecnum{##2}%
      }%
      \def\numsubsubsecentry##1##2##3##4{%
	\advancenumber{subsec\thissubsecnum}%
      }%
      \def\thischapnum{0}%
      \def\thissecnum{0}%
      \def\thissubsecnum{0}%
      %
      % use \def rather than \let here because we redefine \chapentry et
      % al. a second time, below.
      \def\appentry{\numchapentry}%
      \def\appsecentry{\numsecentry}%
      \def\appsubsecentry{\numsubsecentry}%
      \def\appsubsubsecentry{\numsubsubsecentry}%
      \def\unnchapentry{\numchapentry}%
      \def\unnsecentry{\numsecentry}%
      \def\unnsubsecentry{\numsubsecentry}%
      \def\unnsubsubsecentry{\numsubsubsecentry}%
      \readdatafile{toc}%
      %
      % Read toc second time, this time actually producing the outlines.
      % The `-' means take the \expnumber as the absolute number of
      % subentries, which we calculated on our first read of the .toc above.
      %
      % We use the node names as the destinations.
      %
      % Currently we prefix the section name with the section number
      % for chapter and appendix headings only in order to avoid too much
      % horizontal space being required in the PDF viewer.
      \def\numchapentry##1##2##3##4{%
        \dopdfoutline{##2 ##1}{count-\expnumber{chap##2}}{##3}{##4}}%
      \def\unnchapentry##1##2##3##4{%
        \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
      \def\numsecentry##1##2##3##4{%
        \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
      \def\numsubsecentry##1##2##3##4{%
        \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
      \def\numsubsubsecentry##1##2##3##4{% count is always zero
        \dopdfoutline{##1}{}{##3}{##4}}%
      %
      % PDF outlines are displayed using system fonts, instead of
      % document fonts.  Therefore we cannot use special characters,
      % since the encoding is unknown.  For example, the eogonek from
      % Latin 2 (0xea) gets translated to a | character.  Info from
      % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100.
      %
      % TODO this right, we have to translate 8-bit characters to
      % their "best" equivalent, based on the @documentencoding.  Too
      % much work for too little return.  Just use the ASCII equivalents
      % we use for the index sort strings.
      %
      \indexnofonts
      \setupdatafile
      % We can have normal brace characters in the PDF outlines, unlike
      % Texinfo index files.  So set that up.
      \def\{{\lbracecharliteral}%
      \def\}{\rbracecharliteral}%
      \catcode`\\=\active \otherbackslash
      \input \tocreadfilename
    \endgroup
  }
  {\catcode`[=1 \catcode`]=2
   \catcode`{=\other \catcode`}=\other
   \gdef\lbracecharliteral[{]%
   \gdef\rbracecharliteral[}]%
  ]
  %
  \def\skipspaces#1{\def\PP{#1}\def\D{|}%
    \ifx\PP\D\let\nextsp\relax
    \else\let\nextsp\skipspaces
      \addtokens{\filename}{\PP}%
      \advance\filenamelength by 1
    \fi
    \nextsp}
  \def\getfilename#1{%
    \filenamelength=0
    % If we don't expand the argument now, \skipspaces will get
    % snagged on things like "@value{foo}".
    \edef\temp{#1}%
    \expandafter\skipspaces\temp|\relax
  }
  \ifnum\pdftexversion < 14
    \let \startlink \pdfannotlink
  \else
    \let \startlink \pdfstartlink
  \fi
  % make a live url in pdf output.
  \def\pdfurl#1{%
    \begingroup
      % it seems we really need yet another set of dummies; have not
      % tried to figure out what each command should do in the context
      % of @url.  for now, just make @/ a no-op, that's the only one
      % people have actually reported a problem with.
      %
      \normalturnoffactive
      \def\@{@}%
      \let\/=\empty
      \makevalueexpandable
      % do we want to go so far as to use \indexnofonts instead of just
      % special-casing \var here?
      \def\var##1{##1}%
      %
      \leavevmode\setcolor{\urlcolor}%
      \startlink attr{/Border [0 0 0]}%
        user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
    \endgroup}
  % \pdfgettoks - Surround page numbers in #1 with @pdflink.  #1 may
  % be a simple number, or a list of numbers in the case of an index
  % entry.
  \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
  \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
  \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
  \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}}
  \def\maketoks{%
    \expandafter\poptoks\the\toksA|ENDTOKS|\relax
    \ifx\first0\adn0
    \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
    \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
    \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
    \else
      \ifnum0=\countA\else\makelink\fi
      \ifx\first.\let\next=\done\else
        \let\next=\maketoks
        \addtokens{\toksB}{\the\toksD}
        \ifx\first,\addtokens{\toksB}{\space}\fi
      \fi
    \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
    \next}
  \def\makelink{\addtokens{\toksB}%
    {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
  \def\pdflink#1{%
    \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
    \setcolor{\linkcolor}#1\endlink}
  \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
\else
  % non-pdf mode
  \let\pdfmkdest = \gobble
  \let\pdfurl = \gobble
  \let\endlink = \relax
  \let\setcolor = \gobble
  \let\pdfsetcolor = \gobble
  \let\pdfmakeoutlines = \relax
\fi  % \ifx\pdfoutput

%
% For XeTeX
%
\ifx\XeTeXrevision\thisisundefined
\else
  %
  % XeTeX version check
  %
  \ifnum\strcmp{\the\XeTeXversion\XeTeXrevision}{0.99996}>-1
    % TeX Live 2016 contains XeTeX 0.99996 and xdvipdfmx 20160307.
    % It can use the `dvipdfmx:config' special (from TeX Live SVN r40941).
    % For avoiding PDF destination name replacement, we use this special
    % instead of xdvipdfmx's command line option `-C 0x0010'.
    \special{dvipdfmx:config C 0x0010}
    % XeTeX 0.99995+ comes with xdvipdfmx 20160307+.
    % It can handle Unicode destination names for PDF.
    \txiuseunicodedestnametrue
  \else
    % XeTeX < 0.99996 (TeX Live < 2016) cannot use the
    % `dvipdfmx:config' special.
    % So for avoiding PDF destination name replacement,
    % xdvipdfmx's command line option `-C 0x0010' is necessary.
    %
    % XeTeX < 0.99995 can not handle Unicode destination names for PDF
    % because xdvipdfmx 20150315 has a UTF-16 conversion issue.
    % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753).
    \txiuseunicodedestnamefalse
  \fi
  %
  % Color support
  %
  \def\rgbDarkRed{0.50 0.09 0.12}
  \def\rgbBlack{0 0 0}
  %
  \def\pdfsetcolor#1{\special{pdf:scolor [#1]}}
  %
  % Set color, and create a mark which defines \thiscolor accordingly,
  % so that \makeheadline knows which color to restore.
  \def\setcolor#1{%
    \xdef\currentcolordefs{\gdef\noexpand\thiscolor{#1}}%
    \domark
    \pdfsetcolor{#1}%
  }
  %
  \def\maincolor{\rgbBlack}
  \pdfsetcolor{\maincolor}
  \edef\thiscolor{\maincolor}
  \def\currentcolordefs{}
  %
  \def\makefootline{%
    \baselineskip24pt
    \line{\pdfsetcolor{\maincolor}\the\footline}%
  }
  %
  \def\makeheadline{%
    \vbox to 0pt{%
      \vskip-22.5pt
      \line{%
        \vbox to8.5pt{}%
        % Extract \thiscolor definition from the marks.
        \getcolormarks
        % Typeset the headline with \maincolor, then restore the color.
        \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
      }%
      \vss
    }%
    \nointerlineskip
  }
  %
  % PDF outline support
  %
  % Emulate pdfTeX primitive
  \def\pdfdest name#1 xyz{%
    \special{pdf:dest (#1) [@thispage /XYZ @xpos @ypos null]}%
  }
  %
  \def\setpdfdestname#1{{%
    % We have to set dummies so commands such as @code, and characters
    % such as \, aren't expanded when present in a section title.
    \indexnofonts
    \makevalueexpandable
    \turnoffactive
    \iftxiuseunicodedestname
      % Pass through Unicode characters.
    \else
      % Use ASCII approximations in destination names.
      \passthroughcharsfalse
    \fi
    \def\pdfdestname{#1}%
    \txiescapepdf\pdfdestname
  }}
  %
  \def\setpdfoutlinetext#1{{%
    \turnoffactive
    % Always use Unicode characters in title texts.
    \def\pdfoutlinetext{#1}%
    % For XeTeX, xdvipdfmx converts to UTF-16.
    % So we do not convert.
    \txiescapepdf\pdfoutlinetext
  }}
  %
  \def\pdfmkdest#1{%
    \setpdfdestname{#1}%
    \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
  }
  %
  % by default, use black for everything.
  \def\urlcolor{\rgbBlack}
  \def\linkcolor{\rgbBlack}
  \def\endlink{\setcolor{\maincolor}\pdfendlink}
  %
  \def\dopdfoutline#1#2#3#4{%
    \setpdfoutlinetext{#1}
    \setpdfdestname{#3}
    \ifx\pdfdestname\empty
      \def\pdfdestname{#4}%
    \fi
    %
    \special{pdf:out [-] #2 << /Title (\pdfoutlinetext) /A
      << /S /GoTo /D (\pdfdestname) >> >> }%
  }
  %
  \def\pdfmakeoutlines{%
    \begingroup
      %
      % For XeTeX, counts of subentries are not necessary.
      % Therefore, we read toc only once.
      %
      % We use node names as destinations.
      %
      % Currently we prefix the section name with the section number
      % for chapter and appendix headings only in order to avoid too much
      % horizontal space being required in the PDF viewer.
      \def\partentry##1##2##3##4{}% ignore parts in the outlines
      \def\numchapentry##1##2##3##4{%
        \dopdfoutline{##2 ##1}{1}{##3}{##4}}%
      \def\numsecentry##1##2##3##4{%
        \dopdfoutline{##1}{2}{##3}{##4}}%
      \def\numsubsecentry##1##2##3##4{%
        \dopdfoutline{##1}{3}{##3}{##4}}%
      \def\numsubsubsecentry##1##2##3##4{%
        \dopdfoutline{##1}{4}{##3}{##4}}%
      %
      \let\appentry\numchapentry%
      \let\appsecentry\numsecentry%
      \let\appsubsecentry\numsubsecentry%
      \let\appsubsubsecentry\numsubsubsecentry%
      \def\unnchapentry##1##2##3##4{%
        \dopdfoutline{##1}{1}{##3}{##4}}%
      \let\unnsecentry\numsecentry%
      \let\unnsubsecentry\numsubsecentry%
      \let\unnsubsubsecentry\numsubsubsecentry%
      %
      % For XeTeX, xdvipdfmx converts strings to UTF-16.
      % Therefore, the encoding and the language may not be considered.
      %
      \indexnofonts
      \setupdatafile
      % We can have normal brace characters in the PDF outlines, unlike
      % Texinfo index files.  So set that up.
      \def\{{\lbracecharliteral}%
      \def\}{\rbracecharliteral}%
      \catcode`\\=\active \otherbackslash
      \input \tocreadfilename
    \endgroup
  }
  {\catcode`[=1 \catcode`]=2
   \catcode`{=\other \catcode`}=\other
   \gdef\lbracecharliteral[{]%
   \gdef\rbracecharliteral[}]%
  ]

  \special{pdf:docview << /PageMode /UseOutlines >> }
  % ``\special{pdf:tounicode ...}'' is not necessary
  % because xdvipdfmx converts strings from UTF-8 to UTF-16 without it.
  % However, due to a UTF-16 conversion issue of xdvipdfmx 20150315,
  % ``\special{pdf:dest ...}'' cannot handle non-ASCII strings.
  % It is fixed by xdvipdfmx 20160106 (TeX Live SVN r39753).
%
  \def\skipspaces#1{\def\PP{#1}\def\D{|}%
    \ifx\PP\D\let\nextsp\relax
    \else\let\nextsp\skipspaces
      \addtokens{\filename}{\PP}%
      \advance\filenamelength by 1
    \fi
    \nextsp}
  \def\getfilename#1{%
    \filenamelength=0
    % If we don't expand the argument now, \skipspaces will get
    % snagged on things like "@value{foo}".
    \edef\temp{#1}%
    \expandafter\skipspaces\temp|\relax
  }
  % make a live url in pdf output.
  \def\pdfurl#1{%
    \begingroup
      % it seems we really need yet another set of dummies; have not
      % tried to figure out what each command should do in the context
      % of @url.  for now, just make @/ a no-op, that's the only one
      % people have actually reported a problem with.
      %
      \normalturnoffactive
      \def\@{@}%
      \let\/=\empty
      \makevalueexpandable
      % do we want to go so far as to use \indexnofonts instead of just
      % special-casing \var here?
      \def\var##1{##1}%
      %
      \leavevmode\setcolor{\urlcolor}%
      \special{pdf:bann << /Border [0 0 0]
        /Subtype /Link /A << /S /URI /URI (#1) >> >>}%
    \endgroup}
  \def\endlink{\setcolor{\maincolor}\special{pdf:eann}}
  \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
  \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
  \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
  \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}}
  \def\maketoks{%
    \expandafter\poptoks\the\toksA|ENDTOKS|\relax
    \ifx\first0\adn0
    \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
    \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
    \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
    \else
      \ifnum0=\countA\else\makelink\fi
      \ifx\first.\let\next=\done\else
        \let\next=\maketoks
        \addtokens{\toksB}{\the\toksD}
        \ifx\first,\addtokens{\toksB}{\space}\fi
      \fi
    \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
    \next}
  \def\makelink{\addtokens{\toksB}%
    {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
  \def\pdflink#1{%
    \special{pdf:bann << /Border [0 0 0]
      /Type /Annot /Subtype /Link /A << /S /GoTo /D (#1) >> >>}%
    \setcolor{\linkcolor}#1\endlink}
  \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
%
  %
  % @image support
  %
  % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
  \def\doxeteximage#1#2#3{%
    \def\xeteximagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}%
    \def\xeteximageheight{#3}\setbox2 = \hbox{\ignorespaces #3}%
    %
    % XeTeX (and the PDF format) supports .pdf, .png, .jpg (among
    % others).  Let's try in that order, PDF first since if
    % someone has a scalable image, presumably better to use that than a
    % bitmap.
    \let\xeteximgext=\empty
    \begingroup
      \openin 1 #1.pdf \ifeof 1
        \openin 1 #1.PDF \ifeof 1
          \openin 1 #1.png \ifeof 1
            \openin 1 #1.jpg \ifeof 1
              \openin 1 #1.jpeg \ifeof 1
                \openin 1 #1.JPG \ifeof 1
                  \errmessage{Could not find image file #1 for XeTeX}%
                \else \gdef\xeteximgext{JPG}%
                \fi
              \else \gdef\xeteximgext{jpeg}%
              \fi
            \else \gdef\xeteximgext{jpg}%
            \fi
          \else \gdef\xeteximgext{png}%
          \fi
        \else \gdef\xeteximgext{PDF}%
        \fi
      \else \gdef\xeteximgext{pdf}%
      \fi
      \closein 1
    \endgroup
    %
    % Putting an \hbox around the image can prevent an over-long line
    % after the image.
    \hbox\bgroup
      \def\xetexpdfext{pdf}%
      \ifx\xeteximgext\xetexpdfext
        \XeTeXpdffile "#1".\xeteximgext ""
      \else
        \def\xetexpdfext{PDF}%
        \ifx\xeteximgext\xetexpdfext
          \XeTeXpdffile "#1".\xeteximgext ""
        \else
          \XeTeXpicfile "#1".\xeteximgext ""
        \fi
      \fi
      \ifdim \wd0 >0pt width \xeteximagewidth \fi
      \ifdim \wd2 >0pt height \xeteximageheight \fi \relax
    \egroup
  }
\fi


%
\message{fonts,}

% Set the baselineskip to #1, and the lineskip and strut size
% correspondingly.  There is no deep meaning behind these magic numbers
% used as factors; they just match (closely enough) what Knuth defined.
%
\def\lineskipfactor{.08333}
\def\strutheightpercent{.70833}
\def\strutdepthpercent {.29167}
%
% can get a sort of poor man's double spacing by redefining this.
\def\baselinefactor{1}
%
\newdimen\textleading
\def\setleading#1{%
  \dimen0 = #1\relax
  \normalbaselineskip = \baselinefactor\dimen0
  \normallineskip = \lineskipfactor\normalbaselineskip
  \normalbaselines
  \setbox\strutbox =\hbox{%
    \vrule width0pt height\strutheightpercent\baselineskip
                    depth \strutdepthpercent \baselineskip
  }%
}

% PDF CMaps.  See also LaTeX's t1.cmap.
%
% do nothing with this by default.
\expandafter\let\csname cmapOT1\endcsname\gobble
\expandafter\let\csname cmapOT1IT\endcsname\gobble
\expandafter\let\csname cmapOT1TT\endcsname\gobble

% if we are producing pdf, and we have \pdffontattr, then define cmaps.
% (\pdffontattr was introduced many years ago, but people still run
% older pdftex's; it's easy to conditionalize, so we do.)
\ifpdf \ifx\pdffontattr\thisisundefined \else
  \begingroup
    \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
    \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
%%BeginResource: CMap (TeX-OT1-0)
%%Title: (TeX-OT1-0 TeX OT1 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
12 dict begin
begincmap
/CIDSystemInfo
<< /Registry (TeX)
/Ordering (OT1)
/Supplement 0
>> def
/CMapName /TeX-OT1-0 def
/CMapType 2 def
1 begincodespacerange
<00> <7F>
endcodespacerange
8 beginbfrange
<00> <01> <0393>
<09> <0A> <03A8>
<23> <26> <0023>
<28> <3B> <0028>
<3F> <5B> <003F>
<5D> <5E> <005D>
<61> <7A> <0061>
<7B> <7C> <2013>
endbfrange
40 beginbfchar
<02> <0398>
<03> <039B>
<04> <039E>
<05> <03A0>
<06> <03A3>
<07> <03D2>
<08> <03A6>
<0B> <00660066>
<0C> <00660069>
<0D> <0066006C>
<0E> <006600660069>
<0F> <00660066006C>
<10> <0131>
<11> <0237>
<12> <0060>
<13> <00B4>
<14> <02C7>
<15> <02D8>
<16> <00AF>
<17> <02DA>
<18> <00B8>
<19> <00DF>
<1A> <00E6>
<1B> <0153>
<1C> <00F8>
<1D> <00C6>
<1E> <0152>
<1F> <00D8>
<21> <0021>
<22> <201D>
<27> <2019>
<3C> <00A1>
<3D> <003D>
<3E> <00BF>
<5C> <201C>
<5F> <02D9>
<60> <2018>
<7D> <02DD>
<7E> <007E>
<7F> <00A8>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF
    }\endgroup
  \expandafter\edef\csname cmapOT1\endcsname#1{%
    \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
  }%
%
% \cmapOT1IT
  \begingroup
    \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
    \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
%%BeginResource: CMap (TeX-OT1IT-0)
%%Title: (TeX-OT1IT-0 TeX OT1IT 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
12 dict begin
begincmap
/CIDSystemInfo
<< /Registry (TeX)
/Ordering (OT1IT)
/Supplement 0
>> def
/CMapName /TeX-OT1IT-0 def
/CMapType 2 def
1 begincodespacerange
<00> <7F>
endcodespacerange
8 beginbfrange
<00> <01> <0393>
<09> <0A> <03A8>
<25> <26> <0025>
<28> <3B> <0028>
<3F> <5B> <003F>
<5D> <5E> <005D>
<61> <7A> <0061>
<7B> <7C> <2013>
endbfrange
42 beginbfchar
<02> <0398>
<03> <039B>
<04> <039E>
<05> <03A0>
<06> <03A3>
<07> <03D2>
<08> <03A6>
<0B> <00660066>
<0C> <00660069>
<0D> <0066006C>
<0E> <006600660069>
<0F> <00660066006C>
<10> <0131>
<11> <0237>
<12> <0060>
<13> <00B4>
<14> <02C7>
<15> <02D8>
<16> <00AF>
<17> <02DA>
<18> <00B8>
<19> <00DF>
<1A> <00E6>
<1B> <0153>
<1C> <00F8>
<1D> <00C6>
<1E> <0152>
<1F> <00D8>
<21> <0021>
<22> <201D>
<23> <0023>
<24> <00A3>
<27> <2019>
<3C> <00A1>
<3D> <003D>
<3E> <00BF>
<5C> <201C>
<5F> <02D9>
<60> <2018>
<7D> <02DD>
<7E> <007E>
<7F> <00A8>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF
    }\endgroup
  \expandafter\edef\csname cmapOT1IT\endcsname#1{%
    \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
  }%
%
% \cmapOT1TT
  \begingroup
    \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
    \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
%%BeginResource: CMap (TeX-OT1TT-0)
%%Title: (TeX-OT1TT-0 TeX OT1TT 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
12 dict begin
begincmap
/CIDSystemInfo
<< /Registry (TeX)
/Ordering (OT1TT)
/Supplement 0
>> def
/CMapName /TeX-OT1TT-0 def
/CMapType 2 def
1 begincodespacerange
<00> <7F>
endcodespacerange
5 beginbfrange
<00> <01> <0393>
<09> <0A> <03A8>
<21> <26> <0021>
<28> <5F> <0028>
<61> <7E> <0061>
endbfrange
32 beginbfchar
<02> <0398>
<03> <039B>
<04> <039E>
<05> <03A0>
<06> <03A3>
<07> <03D2>
<08> <03A6>
<0B> <2191>
<0C> <2193>
<0D> <0027>
<0E> <00A1>
<0F> <00BF>
<10> <0131>
<11> <0237>
<12> <0060>
<13> <00B4>
<14> <02C7>
<15> <02D8>
<16> <00AF>
<17> <02DA>
<18> <00B8>
<19> <00DF>
<1A> <00E6>
<1B> <0153>
<1C> <00F8>
<1D> <00C6>
<1E> <0152>
<1F> <00D8>
<20> <2423>
<27> <2019>
<60> <2018>
<7F> <00A8>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF
    }\endgroup
  \expandafter\edef\csname cmapOT1TT\endcsname#1{%
    \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
  }%
\fi\fi


% Set the font macro #1 to the font named \fontprefix#2.
% #3 is the font's design size, #4 is a scale factor, #5 is the CMap
% encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit).
% Example:
% #1 = \textrm
% #2 = \rmshape
% #3 = 10
% #4 = \mainmagstep
% #5 = OT1
%
\def\setfont#1#2#3#4#5{%
  \font#1=\fontprefix#2#3 scaled #4
  \csname cmap#5\endcsname#1%
}
% This is what gets called when #5 of \setfont is empty.
\let\cmap\gobble
%
% (end of cmaps)

% Use cm as the default font prefix.
% To specify the font prefix, you must define \fontprefix
% before you read in texinfo.tex.
\ifx\fontprefix\thisisundefined
\def\fontprefix{cm}
\fi
% Support font families that don't use the same naming scheme as CM.
\def\rmshape{r}
\def\rmbshape{bx}               % where the normal face is bold
\def\bfshape{b}
\def\bxshape{bx}
\def\ttshape{tt}
\def\ttbshape{tt}
\def\ttslshape{sltt}
\def\itshape{ti}
\def\itbshape{bxti}
\def\slshape{sl}
\def\slbshape{bxsl}
\def\sfshape{ss}
\def\sfbshape{ss}
\def\scshape{csc}
\def\scbshape{csc}

% Definitions for a main text size of 11pt.  (The default in Texinfo.)
%
\def\definetextfontsizexi{%
% Text fonts (11.2pt, magstep1).
\def\textnominalsize{11pt}
\edef\mainmagstep{\magstephalf}
\setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
\setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
\setfont\textbf\bfshape{10}{\mainmagstep}{OT1}
\setfont\textit\itshape{10}{\mainmagstep}{OT1IT}
\setfont\textsl\slshape{10}{\mainmagstep}{OT1}
\setfont\textsf\sfshape{10}{\mainmagstep}{OT1}
\setfont\textsc\scshape{10}{\mainmagstep}{OT1}
\setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT}
\font\texti=cmmi10 scaled \mainmagstep
\font\textsy=cmsy10 scaled \mainmagstep
\def\textecsize{1095}

% A few fonts for @defun names and args.
\setfont\defbf\bfshape{10}{\magstep1}{OT1}
\setfont\deftt\ttshape{10}{\magstep1}{OT1TT}
\setfont\defsl\slshape{10}{\magstep1}{OT1}
\setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT}
\def\df{\let\ttfont=\deftt \let\bffont = \defbf
\let\ttslfont=\defttsl \let\slfont=\defsl \bf}

% Fonts for indices, footnotes, small examples (9pt).
\def\smallnominalsize{9pt}
\setfont\smallrm\rmshape{9}{1000}{OT1}
\setfont\smalltt\ttshape{9}{1000}{OT1TT}
\setfont\smallbf\bfshape{10}{900}{OT1}
\setfont\smallit\itshape{9}{1000}{OT1IT}
\setfont\smallsl\slshape{9}{1000}{OT1}
\setfont\smallsf\sfshape{9}{1000}{OT1}
\setfont\smallsc\scshape{10}{900}{OT1}
\setfont\smallttsl\ttslshape{10}{900}{OT1TT}
\font\smalli=cmmi9
\font\smallsy=cmsy9
\def\smallecsize{0900}

% Fonts for small examples (8pt).
\def\smallernominalsize{8pt}
\setfont\smallerrm\rmshape{8}{1000}{OT1}
\setfont\smallertt\ttshape{8}{1000}{OT1TT}
\setfont\smallerbf\bfshape{10}{800}{OT1}
\setfont\smallerit\itshape{8}{1000}{OT1IT}
\setfont\smallersl\slshape{8}{1000}{OT1}
\setfont\smallersf\sfshape{8}{1000}{OT1}
\setfont\smallersc\scshape{10}{800}{OT1}
\setfont\smallerttsl\ttslshape{10}{800}{OT1TT}
\font\smalleri=cmmi8
\font\smallersy=cmsy8
\def\smallerecsize{0800}

% Fonts for math mode superscripts (7pt).
\def\sevennominalsize{7pt}
\setfont\sevenrm\rmshape{7}{1000}{OT1}
\setfont\seventt\ttshape{10}{700}{OT1TT}
\setfont\sevenbf\bfshape{10}{700}{OT1}
\setfont\sevenit\itshape{7}{1000}{OT1IT}
\setfont\sevensl\slshape{10}{700}{OT1}
\setfont\sevensf\sfshape{10}{700}{OT1}
\setfont\sevensc\scshape{10}{700}{OT1}
\setfont\seventtsl\ttslshape{10}{700}{OT1TT}
\font\seveni=cmmi7
\font\sevensy=cmsy7
\def\sevenecsize{0700}

% Fonts for title page (20.4pt):
\def\titlenominalsize{20pt}
\setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
\setfont\titleit\itbshape{10}{\magstep4}{OT1IT}
\setfont\titlesl\slbshape{10}{\magstep4}{OT1}
\setfont\titlett\ttbshape{12}{\magstep3}{OT1TT}
\setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT}
\setfont\titlesf\sfbshape{17}{\magstep1}{OT1}
\let\titlebf=\titlerm
\setfont\titlesc\scbshape{10}{\magstep4}{OT1}
\font\titlei=cmmi12 scaled \magstep3
\font\titlesy=cmsy10 scaled \magstep4
\def\titleecsize{2074}

% Chapter (and unnumbered) fonts (17.28pt).
\def\chapnominalsize{17pt}
\setfont\chaprm\rmbshape{12}{\magstep2}{OT1}
\setfont\chapit\itbshape{10}{\magstep3}{OT1IT}
\setfont\chapsl\slbshape{10}{\magstep3}{OT1}
\setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT}
\setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT}
\setfont\chapsf\sfbshape{17}{1000}{OT1}
\let\chapbf=\chaprm
\setfont\chapsc\scbshape{10}{\magstep3}{OT1}
\font\chapi=cmmi12 scaled \magstep2
\font\chapsy=cmsy10 scaled \magstep3
\def\chapecsize{1728}

% Section fonts (14.4pt).
\def\secnominalsize{14pt}
\setfont\secrm\rmbshape{12}{\magstep1}{OT1}
\setfont\secrmnotbold\rmshape{12}{\magstep1}{OT1}
\setfont\secit\itbshape{10}{\magstep2}{OT1IT}
\setfont\secsl\slbshape{10}{\magstep2}{OT1}
\setfont\sectt\ttbshape{12}{\magstep1}{OT1TT}
\setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT}
\setfont\secsf\sfbshape{12}{\magstep1}{OT1}
\let\secbf\secrm
\setfont\secsc\scbshape{10}{\magstep2}{OT1}
\font\seci=cmmi12 scaled \magstep1
\font\secsy=cmsy10 scaled \magstep2
\def\sececsize{1440}

% Subsection fonts (13.15pt).
\def\ssecnominalsize{13pt}
\setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1}
\setfont\ssecit\itbshape{10}{1315}{OT1IT}
\setfont\ssecsl\slbshape{10}{1315}{OT1}
\setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT}
\setfont\ssecttsl\ttslshape{10}{1315}{OT1TT}
\setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1}
\let\ssecbf\ssecrm
\setfont\ssecsc\scbshape{10}{1315}{OT1}
\font\sseci=cmmi12 scaled \magstephalf
\font\ssecsy=cmsy10 scaled 1315
\def\ssececsize{1200}

% Reduced fonts for @acronym in text (10pt).
\def\reducednominalsize{10pt}
\setfont\reducedrm\rmshape{10}{1000}{OT1}
\setfont\reducedtt\ttshape{10}{1000}{OT1TT}
\setfont\reducedbf\bfshape{10}{1000}{OT1}
\setfont\reducedit\itshape{10}{1000}{OT1IT}
\setfont\reducedsl\slshape{10}{1000}{OT1}
\setfont\reducedsf\sfshape{10}{1000}{OT1}
\setfont\reducedsc\scshape{10}{1000}{OT1}
\setfont\reducedttsl\ttslshape{10}{1000}{OT1TT}
\font\reducedi=cmmi10
\font\reducedsy=cmsy10
\def\reducedecsize{1000}

\textleading = 13.2pt % line spacing for 11pt CM
\textfonts            % reset the current fonts
\rm
} % end of 11pt text font size definitions, \definetextfontsizexi


% Definitions to make the main text be 10pt Computer Modern, with
% section, chapter, etc., sizes following suit.  This is for the GNU
% Press printing of the Emacs 22 manual.  Maybe other manuals in the
% future.  Used with @smallbook, which sets the leading to 12pt.
%
\def\definetextfontsizex{%
% Text fonts (10pt).
\def\textnominalsize{10pt}
\edef\mainmagstep{1000}
\setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
\setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
\setfont\textbf\bfshape{10}{\mainmagstep}{OT1}
\setfont\textit\itshape{10}{\mainmagstep}{OT1IT}
\setfont\textsl\slshape{10}{\mainmagstep}{OT1}
\setfont\textsf\sfshape{10}{\mainmagstep}{OT1}
\setfont\textsc\scshape{10}{\mainmagstep}{OT1}
\setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT}
\font\texti=cmmi10 scaled \mainmagstep
\font\textsy=cmsy10 scaled \mainmagstep
\def\textecsize{1000}

% A few fonts for @defun names and args.
\setfont\defbf\bfshape{10}{\magstephalf}{OT1}
\setfont\deftt\ttshape{10}{\magstephalf}{OT1TT}
\setfont\defsl\slshape{10}{\magstephalf}{OT1}
\setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT}
\def\df{\let\ttfont=\deftt \let\bffont = \defbf
\let\slfont=\defsl \let\ttslfont=\defttsl \bf}

% Fonts for indices, footnotes, small examples (9pt).
\def\smallnominalsize{9pt}
\setfont\smallrm\rmshape{9}{1000}{OT1}
\setfont\smalltt\ttshape{9}{1000}{OT1TT}
\setfont\smallbf\bfshape{10}{900}{OT1}
\setfont\smallit\itshape{9}{1000}{OT1IT}
\setfont\smallsl\slshape{9}{1000}{OT1}
\setfont\smallsf\sfshape{9}{1000}{OT1}
\setfont\smallsc\scshape{10}{900}{OT1}
\setfont\smallttsl\ttslshape{10}{900}{OT1TT}
\font\smalli=cmmi9
\font\smallsy=cmsy9
\def\smallecsize{0900}

% Fonts for small examples (8pt).
\def\smallernominalsize{8pt}
\setfont\smallerrm\rmshape{8}{1000}{OT1}
\setfont\smallertt\ttshape{8}{1000}{OT1TT}
\setfont\smallerbf\bfshape{10}{800}{OT1}
\setfont\smallerit\itshape{8}{1000}{OT1IT}
\setfont\smallersl\slshape{8}{1000}{OT1}
\setfont\smallersf\sfshape{8}{1000}{OT1}
\setfont\smallersc\scshape{10}{800}{OT1}
\setfont\smallerttsl\ttslshape{10}{800}{OT1TT}
\font\smalleri=cmmi8
\font\smallersy=cmsy8
\def\smallerecsize{0800}

% Fonts for math mode superscripts (7pt).
\def\sevennominalsize{7pt}
\setfont\sevenrm\rmshape{7}{1000}{OT1}
\setfont\seventt\ttshape{10}{700}{OT1TT}
\setfont\sevenbf\bfshape{10}{700}{OT1}
\setfont\sevenit\itshape{7}{1000}{OT1IT}
\setfont\sevensl\slshape{10}{700}{OT1}
\setfont\sevensf\sfshape{10}{700}{OT1}
\setfont\sevensc\scshape{10}{700}{OT1}
\setfont\seventtsl\ttslshape{10}{700}{OT1TT}
\font\seveni=cmmi7
\font\sevensy=cmsy7
\def\sevenecsize{0700}

% Fonts for title page (20.4pt):
\def\titlenominalsize{20pt}
\setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
\setfont\titleit\itbshape{10}{\magstep4}{OT1IT}
\setfont\titlesl\slbshape{10}{\magstep4}{OT1}
\setfont\titlett\ttbshape{12}{\magstep3}{OT1TT}
\setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT}
\setfont\titlesf\sfbshape{17}{\magstep1}{OT1}
\let\titlebf=\titlerm
\setfont\titlesc\scbshape{10}{\magstep4}{OT1}
\font\titlei=cmmi12 scaled \magstep3
\font\titlesy=cmsy10 scaled \magstep4
\def\titleecsize{2074}

% Chapter fonts (14.4pt).
\def\chapnominalsize{14pt}
\setfont\chaprm\rmbshape{12}{\magstep1}{OT1}
\setfont\chapit\itbshape{10}{\magstep2}{OT1IT}
\setfont\chapsl\slbshape{10}{\magstep2}{OT1}
\setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT}
\setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT}
\setfont\chapsf\sfbshape{12}{\magstep1}{OT1}
\let\chapbf\chaprm
\setfont\chapsc\scbshape{10}{\magstep2}{OT1}
\font\chapi=cmmi12 scaled \magstep1
\font\chapsy=cmsy10 scaled \magstep2
\def\chapecsize{1440}

% Section fonts (12pt).
\def\secnominalsize{12pt}
\setfont\secrm\rmbshape{12}{1000}{OT1}
\setfont\secit\itbshape{10}{\magstep1}{OT1IT}
\setfont\secsl\slbshape{10}{\magstep1}{OT1}
\setfont\sectt\ttbshape{12}{1000}{OT1TT}
\setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT}
\setfont\secsf\sfbshape{12}{1000}{OT1}
\let\secbf\secrm
\setfont\secsc\scbshape{10}{\magstep1}{OT1}
\font\seci=cmmi12
\font\secsy=cmsy10 scaled \magstep1
\def\sececsize{1200}

% Subsection fonts (10pt).
\def\ssecnominalsize{10pt}
\setfont\ssecrm\rmbshape{10}{1000}{OT1}
\setfont\ssecit\itbshape{10}{1000}{OT1IT}
\setfont\ssecsl\slbshape{10}{1000}{OT1}
\setfont\ssectt\ttbshape{10}{1000}{OT1TT}
\setfont\ssecttsl\ttslshape{10}{1000}{OT1TT}
\setfont\ssecsf\sfbshape{10}{1000}{OT1}
\let\ssecbf\ssecrm
\setfont\ssecsc\scbshape{10}{1000}{OT1}
\font\sseci=cmmi10
\font\ssecsy=cmsy10
\def\ssececsize{1000}

% Reduced fonts for @acronym in text (9pt).
\def\reducednominalsize{9pt}
\setfont\reducedrm\rmshape{9}{1000}{OT1}
\setfont\reducedtt\ttshape{9}{1000}{OT1TT}
\setfont\reducedbf\bfshape{10}{900}{OT1}
\setfont\reducedit\itshape{9}{1000}{OT1IT}
\setfont\reducedsl\slshape{9}{1000}{OT1}
\setfont\reducedsf\sfshape{9}{1000}{OT1}
\setfont\reducedsc\scshape{10}{900}{OT1}
\setfont\reducedttsl\ttslshape{10}{900}{OT1TT}
\font\reducedi=cmmi9
\font\reducedsy=cmsy9
\def\reducedecsize{0900}

\divide\parskip by 2  % reduce space between paragraphs
\textleading = 12pt   % line spacing for 10pt CM
\textfonts            % reset the current fonts
\rm
} % end of 10pt text font size definitions, \definetextfontsizex

% Fonts for short table of contents.
\setfont\shortcontrm\rmshape{12}{1000}{OT1}
\setfont\shortcontbf\bfshape{10}{\magstep1}{OT1}  % no cmb12
\setfont\shortcontsl\slshape{12}{1000}{OT1}
\setfont\shortconttt\ttshape{12}{1000}{OT1TT}


% We provide the user-level command
%   @fonttextsize 10
% (or 11) to redefine the text font size.  pt is assumed.
%
\def\xiword{11}
\def\xword{10}
\def\xwordpt{10pt}
%
\parseargdef\fonttextsize{%
  \def\textsizearg{#1}%
  %\wlog{doing @fonttextsize \textsizearg}%
  %
  % Set \globaldefs so that documents can use this inside @tex, since
  % makeinfo 4.8 does not support it, but we need it nonetheless.
  %
 \begingroup \globaldefs=1
  \ifx\textsizearg\xword \definetextfontsizex
  \else \ifx\textsizearg\xiword \definetextfontsizexi
  \else
    \errhelp=\EMsimple
    \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'}
  \fi\fi
 \endgroup
}

%
% Change the current font style to #1, remembering it in \curfontstyle.
% For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
% italics, not bold italics.
%
\def\setfontstyle#1{%
  \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd.
  \csname #1font\endcsname  % change the current font
}

\def\rm{\fam=0 \setfontstyle{rm}}
\def\it{\fam=\itfam \setfontstyle{it}}
\def\sl{\fam=\slfam \setfontstyle{sl}}
\def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
\def\tt{\fam=\ttfam \setfontstyle{tt}}\def\ttstylename{tt}

% Texinfo sort of supports the sans serif font style, which plain TeX does not.
% So we set up a \sf.
\newfam\sffam
\def\sf{\fam=\sffam \setfontstyle{sf}}

% We don't need math for this font style.
\def\ttsl{\setfontstyle{ttsl}}


% In order for the font changes to affect most math symbols and letters,
% we have to define the \textfont of the standard families.
% We don't bother to reset \scriptscriptfont; awaiting user need.
%
\def\resetmathfonts{%
  \textfont0=\rmfont \textfont1=\ifont \textfont2=\syfont
  \textfont\itfam=\itfont \textfont\slfam=\slfont \textfont\bffam=\bffont
  \textfont\ttfam=\ttfont \textfont\sffam=\sffont
  %
  % Fonts for superscript.  Note that the 7pt fonts are used regardless
  % of the current font size.
  \scriptfont0=\sevenrm \scriptfont1=\seveni \scriptfont2=\sevensy
  \scriptfont\itfam=\sevenit \scriptfont\slfam=\sevensl
  \scriptfont\bffam=\sevenbf \scriptfont\ttfam=\seventt
  \scriptfont\sffam=\sevensf
}

%

% The font-changing commands (all called \...fonts) redefine the meanings
% of \STYLEfont, instead of just \STYLE.  We do this because \STYLE needs
% to also set the current \fam for math mode.  Our \STYLE (e.g., \rm)
% commands hardwire \STYLEfont to set the current font.
%
% The fonts used for \ifont are for "math italics"  (\itfont is for italics
% in regular text).  \syfont is also used in math mode only.
%
% Each font-changing command also sets the names \lsize (one size lower)
% and \lllsize (three sizes lower).  These relative commands are used
% in, e.g., the LaTeX logo and acronyms.
%
% This all needs generalizing, badly.
%

\def\assignfonts#1{%
  \expandafter\let\expandafter\rmfont\csname #1rm\endcsname
  \expandafter\let\expandafter\itfont\csname #1it\endcsname
  \expandafter\let\expandafter\slfont\csname #1sl\endcsname
  \expandafter\let\expandafter\bffont\csname #1bf\endcsname
  \expandafter\let\expandafter\ttfont\csname #1tt\endcsname
  \expandafter\let\expandafter\smallcaps\csname #1sc\endcsname
  \expandafter\let\expandafter\sffont  \csname #1sf\endcsname
  \expandafter\let\expandafter\ifont   \csname #1i\endcsname
  \expandafter\let\expandafter\syfont  \csname #1sy\endcsname
  \expandafter\let\expandafter\ttslfont\csname #1ttsl\endcsname
}

\newif\ifrmisbold

% Select smaller font size with the current style.  Used to change font size
% in, e.g., the LaTeX logo and acronyms.  If we are using bold fonts for
% normal roman text, also use bold fonts for roman text in the smaller size.
\def\switchtolllsize{%
   \expandafter\assignfonts\expandafter{\lllsize}%
   \ifrmisbold
     \let\rmfont\bffont
   \fi
   \csname\curfontstyle\endcsname
}%

\def\switchtolsize{%
   \expandafter\assignfonts\expandafter{\lsize}%
   \ifrmisbold
     \let\rmfont\bffont
   \fi
   \csname\curfontstyle\endcsname
}%

\def\definefontsetatsize#1#2#3#4#5{%
\expandafter\def\csname #1fonts\endcsname{%
  \def\curfontsize{#1}%
  \def\lsize{#2}\def\lllsize{#3}%
  \csname rmisbold#5\endcsname
  \assignfonts{#1}%
  \resetmathfonts
  \setleading{#4}%
}}

\definefontsetatsize{text}   {reduced}{smaller}{\textleading}{false}
\definefontsetatsize{title}  {chap}   {subsec} {27pt}  {true}
\definefontsetatsize{chap}   {sec}    {text}   {19pt}  {true}
\definefontsetatsize{sec}    {subsec} {reduced}{17pt}  {true}
\definefontsetatsize{ssec}   {text}   {small}  {15pt}  {true}
\definefontsetatsize{reduced}{small}  {smaller}{10.5pt}{false}
\definefontsetatsize{small}  {smaller}{smaller}{10.5pt}{false}
\definefontsetatsize{smaller}{smaller}{smaller}{9.5pt} {false}

\def\titlefont#1{{\titlefonts\rm #1}}
\let\subsecfonts = \ssecfonts
\let\subsubsecfonts = \ssecfonts

% Define these just so they can be easily changed for other fonts.
\def\angleleft{$\langle$}
\def\angleright{$\rangle$}

% Set the fonts to use with the @small... environments.
\let\smallexamplefonts = \smallfonts

% About \smallexamplefonts.  If we use \smallfonts (9pt), @smallexample
% can fit this many characters:
%   8.5x11=86   smallbook=72  a4=90  a5=69
% If we use \scriptfonts (8pt), then we can fit this many characters:
%   8.5x11=90+  smallbook=80  a4=90+  a5=77
% For me, subjectively, the few extra characters that fit aren't worth
% the additional smallness of 8pt.  So I'm making the default 9pt.
%
% By the way, for comparison, here's what fits with @example (10pt):
%   8.5x11=71  smallbook=60  a4=75  a5=58
% --karl, 24jan03.

% Set up the default fonts, so we can use them for creating boxes.
%
\definetextfontsizexi


% Check if we are currently using a typewriter font.  Since all the
% Computer Modern typewriter fonts have zero interword stretch (and
% shrink), and it is reasonable to expect all typewriter fonts to have
% this property, we can check that font parameter.
%
\def\ifmonospace{\ifdim\fontdimen3\font=0pt }

{
\catcode`\'=\active
\catcode`\`=\active

\gdef\setcodequotes{\let`\codequoteleft \let'\codequoteright}
\gdef\setregularquotes{\let`\lq \let'\rq}
}

% Allow an option to not use regular directed right quote/apostrophe
% (char 0x27), but instead the undirected quote from cmtt (char 0x0d).
% The undirected quote is ugly, so don't make it the default, but it
% works for pasting with more pdf viewers (at least evince), the
% lilypond developers report.  xpdf does work with the regular 0x27.
%
\def\codequoteright{%
  \ifmonospace
    \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax
      \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
        '%
      \else \char'15 \fi
    \else \char'15 \fi
   \else
     '%
   \fi
}
%
% and a similar option for the left quote char vs. a grave accent.
% Modern fonts display ASCII 0x60 as a grave accent, so some people like
% the code environments to do likewise.
%
\def\codequoteleft{%
  \ifmonospace
    \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax
      \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
        % [Knuth] pp. 380,381,391
        % \relax disables Spanish ligatures ?` and !` of \tt font.
        \relax`%
      \else \char'22 \fi
    \else \char'22 \fi
   \else
     \relax`%
   \fi
}

% Commands to set the quote options.
%
\parseargdef\codequoteundirected{%
  \def\temp{#1}%
  \ifx\temp\onword
    \expandafter\let\csname SETtxicodequoteundirected\endcsname
      = t%
  \else\ifx\temp\offword
    \expandafter\let\csname SETtxicodequoteundirected\endcsname
      = \relax
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}%
  \fi\fi
}
%
\parseargdef\codequotebacktick{%
  \def\temp{#1}%
  \ifx\temp\onword
    \expandafter\let\csname SETtxicodequotebacktick\endcsname
      = t%
  \else\ifx\temp\offword
    \expandafter\let\csname SETtxicodequotebacktick\endcsname
      = \relax
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}%
  \fi\fi
}

% [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font.
\def\noligaturesquoteleft{\relax\lq}

% Count depth in font-changes, for error checks
\newcount\fontdepth \fontdepth=0

% Font commands.

% #1 is the font command (\sl or \it), #2 is the text to slant.
% If we are in a monospaced environment, however, 1) always use \ttsl,
% and 2) do not add an italic correction.
\def\dosmartslant#1#2{%
  \ifusingtt
    {{\ttsl #2}\let\next=\relax}%
    {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}%
  \next
}
\def\smartslanted{\dosmartslant\sl}
\def\smartitalic{\dosmartslant\it}

% Output an italic correction unless \next (presumed to be the following
% character) is such as not to need one.
\def\smartitaliccorrection{%
  \ifx\next,%
  \else\ifx\next-%
  \else\ifx\next.%
  \else\ifx\next\.%
  \else\ifx\next\comma%
  \else\ptexslash
  \fi\fi\fi\fi\fi
  \aftersmartic
}

% Unconditional use \ttsl, and no ic.  @var is set to this for defuns.
\def\ttslanted#1{{\ttsl #1}}

% @cite is like \smartslanted except unconditionally use \sl.  We never want
% ttsl for book titles, do we?
\def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection}

\def\aftersmartic{}
\def\var#1{%
  \let\saveaftersmartic = \aftersmartic
  \def\aftersmartic{\null\let\aftersmartic=\saveaftersmartic}%
  \smartslanted{#1}%
}

\let\i=\smartitalic
\let\slanted=\smartslanted
\let\dfn=\smartslanted
\let\emph=\smartitalic

% Explicit font changes: @r, @sc, undocumented @ii.
\def\r#1{{\rm #1}}              % roman font
\def\sc#1{{\smallcaps#1}}       % smallcaps font
\def\ii#1{{\it #1}}             % italic font

% @b, explicit bold.  Also @strong.
\def\b#1{{\bf #1}}
\let\strong=\b

% @sansserif, explicit sans.
\def\sansserif#1{{\sf #1}}

% We can't just use \exhyphenpenalty, because that only has effect at
% the end of a paragraph.  Restore normal hyphenation at the end of the
% group within which \nohyphenation is presumably called.
%
\def\nohyphenation{\hyphenchar\font = -1  \aftergroup\restorehyphenation}
\def\restorehyphenation{\hyphenchar\font = `- }

% Set sfcode to normal for the chars that usually have another value.
% Can't use plain's \frenchspacing because it uses the `\x notation, and
% sometimes \x has an active definition that messes things up.
%
\catcode`@=11
  \def\plainfrenchspacing{%
    \sfcode`\.=\@m \sfcode`\?=\@m \sfcode`\!=\@m
    \sfcode`\:=\@m \sfcode`\;=\@m \sfcode`\,=\@m
    \def\endofsentencespacefactor{1000}% for @. and friends
  }
  \def\plainnonfrenchspacing{%
    \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000
    \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250
    \def\endofsentencespacefactor{3000}% for @. and friends
  }
\catcode`@=\other
\def\endofsentencespacefactor{3000}% default

% @t, explicit typewriter.
\def\t#1{%
  {\tt \plainfrenchspacing #1}%
  \null
}

% @samp.
\def\samp#1{{\setcodequotes\lq\tclose{#1}\rq\null}}

% @indicateurl is \samp, that is, with quotes.
\let\indicateurl=\samp

% @code (and similar) prints in typewriter, but with spaces the same
% size as normal in the surrounding text, without hyphenation, etc.
% This is a subroutine for that.
\def\tclose#1{%
  {%
    % Change normal interword space to be same as for the current font.
    \spaceskip = \fontdimen2\font
    %
    % Switch to typewriter.
    \tt
    %
    % But `\ ' produces the large typewriter interword space.
    \def\ {{\spaceskip = 0pt{} }}%
    %
    % Turn off hyphenation.
    \nohyphenation
    %
    \plainfrenchspacing
    #1%
  }%
  \null % reset spacefactor to 1000
}

% We *must* turn on hyphenation at `-' and `_' in @code.
% (But see \codedashfinish below.)
% Otherwise, it is too hard to avoid overfull hboxes
% in the Emacs manual, the Library manual, etc.
%
% Unfortunately, TeX uses one parameter (\hyphenchar) to control
% both hyphenation at - and hyphenation within words.
% We must therefore turn them both off (\tclose does that)
% and arrange explicitly to hyphenate at a dash. -- rms.
{
  \catcode`\-=\active \catcode`\_=\active
  \catcode`\'=\active \catcode`\`=\active
  \global\let'=\rq \global\let`=\lq  % default definitions
  %
  \global\def\code{\begingroup
    \setcodequotes
    \catcode\dashChar=\active  \catcode\underChar=\active
    \ifallowcodebreaks
     \let-\codedash
     \let_\codeunder
    \else
     \let-\normaldash
     \let_\realunder
    \fi
    % Given -foo (with a single dash), we do not want to allow a break
    % after the hyphen.
    \global\let\codedashprev=\codedash
    %
    \codex
  }
  %
  \gdef\codedash{\futurelet\next\codedashfinish}
  \gdef\codedashfinish{%
    \normaldash % always output the dash character itself.
    %
    % Now, output a discretionary to allow a line break, unless
    % (a) the next character is a -, or
    % (b) the preceding character is a -.
    % E.g., given --posix, we do not want to allow a break after either -.
    % Given --foo-bar, we do want to allow a break between the - and the b.
    \ifx\next\codedash \else
      \ifx\codedashprev\codedash
      \else \discretionary{}{}{}\fi
    \fi
    % we need the space after the = for the case when \next itself is a
    % space token; it would get swallowed otherwise.  As in @code{- a}.
    \global\let\codedashprev= \next
  }
}
\def\normaldash{-}
%
\def\codex #1{\tclose{#1}\endgroup}

\def\codeunder{%
  % this is all so @math{@code{var_name}+1} can work.  In math mode, _
  % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
  % will therefore expand the active definition of _, which is us
  % (inside @code that is), therefore an endless loop.
  \ifusingtt{\ifmmode
               \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_.
             \else\normalunderscore \fi
             \discretionary{}{}{}}%
            {\_}%
}

% An additional complication: the above will allow breaks after, e.g.,
% each of the four underscores in __typeof__.  This is bad.
% @allowcodebreaks provides a document-level way to turn breaking at -
% and _ on and off.
%
\newif\ifallowcodebreaks  \allowcodebreakstrue

\def\keywordtrue{true}
\def\keywordfalse{false}

\parseargdef\allowcodebreaks{%
  \def\txiarg{#1}%
  \ifx\txiarg\keywordtrue
    \allowcodebreakstrue
  \else\ifx\txiarg\keywordfalse
    \allowcodebreaksfalse
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}%
  \fi\fi
}

% For @command, @env, @file, @option quotes seem unnecessary,
% so use \code rather than \samp.
\let\command=\code
\let\env=\code
\let\file=\code
\let\option=\code

% @uref (abbreviation for `urlref') aka @url takes an optional
% (comma-separated) second argument specifying the text to display and
% an optional third arg as text to display instead of (rather than in
% addition to) the url itself.  First (mandatory) arg is the url.

% TeX-only option to allow changing PDF output to show only the second
% arg (if given), and not the url (which is then just the link target).
\newif\ifurefurlonlylink

% The default \pretolerance setting stops the penalty inserted in
% \urefallowbreak being a discouragement to line breaking.  Set it to
% a negative value for this paragraph only.  Hopefully this does not
% conflict with redefinitions of \par done elsewhere.
\def\nopretolerance{%
\pretolerance=-1
\def\par{\endgraf\pretolerance=100 \let\par\endgraf}%
}

% The main macro is \urefbreak, which allows breaking at expected
% places within the url.
\def\urefbreak{\nopretolerance \begingroup \urefcatcodes \dourefbreak}
\let\uref=\urefbreak
%
\def\dourefbreak#1{\urefbreakfinish #1,,,\finish}
\def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example
  \unsepspaces
  \pdfurl{#1}%
  \setbox0 = \hbox{\ignorespaces #3}%
  \ifdim\wd0 > 0pt
    \unhbox0 % third arg given, show only that
  \else
    \setbox0 = \hbox{\ignorespaces #2}% look for second arg
    \ifdim\wd0 > 0pt
      \ifpdf
        % For pdfTeX and LuaTeX
        \ifurefurlonlylink
          % PDF plus option to not display url, show just arg
          \unhbox0
        \else
          % PDF, normally display both arg and url for consistency,
          % visibility, if the pdf is eventually used to print, etc.
          \unhbox0\ (\urefcode{#1})%
        \fi
      \else
        \ifx\XeTeXrevision\thisisundefined
          \unhbox0\ (\urefcode{#1})% DVI, always show arg and url
        \else
          % For XeTeX
          \ifurefurlonlylink
            % PDF plus option to not display url, show just arg
            \unhbox0
          \else
            % PDF, normally display both arg and url for consistency,
            % visibility, if the pdf is eventually used to print, etc.
            \unhbox0\ (\urefcode{#1})%
          \fi
        \fi
      \fi
    \else
      \urefcode{#1}% only url given, so show it
    \fi
  \fi
  \endlink
\endgroup}

% Allow line breaks around only a few characters (only).
\def\urefcatcodes{%
  \catcode`\&=\active \catcode`\.=\active
  \catcode`\#=\active \catcode`\?=\active
  \catcode`\/=\active
}
{
  \urefcatcodes
  %
  \global\def\urefcode{\begingroup
    \setcodequotes
    \urefcatcodes
    \let&\urefcodeamp
    \let.\urefcodedot
    \let#\urefcodehash
    \let?\urefcodequest
    \let/\urefcodeslash
    \codex
  }
  %
  % By default, they are just regular characters.
  \global\def&{\normalamp}
  \global\def.{\normaldot}
  \global\def#{\normalhash}
  \global\def?{\normalquest}
  \global\def/{\normalslash}
}

\def\urefcodeamp{\urefprebreak \&\urefpostbreak}
\def\urefcodedot{\urefprebreak .\urefpostbreak}
\def\urefcodehash{\urefprebreak \#\urefpostbreak}
\def\urefcodequest{\urefprebreak ?\urefpostbreak}
\def\urefcodeslash{\futurelet\next\urefcodeslashfinish}
{
  \catcode`\/=\active
  \global\def\urefcodeslashfinish{%
    \urefprebreak \slashChar
    % Allow line break only after the final / in a sequence of
    % slashes, to avoid line break between the slashes in http://.
    \ifx\next/\else \urefpostbreak \fi
  }
}

% By default we'll break after the special characters, but some people like to
% break before the special chars, so allow that.  Also allow no breaking at
% all, for manual control.
%
\parseargdef\urefbreakstyle{%
  \def\txiarg{#1}%
  \ifx\txiarg\wordnone
    \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak}
  \else\ifx\txiarg\wordbefore
    \def\urefprebreak{\urefallowbreak}\def\urefpostbreak{\nobreak}
  \else\ifx\txiarg\wordafter
    \def\urefprebreak{\nobreak}\def\urefpostbreak{\urefallowbreak}
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @urefbreakstyle setting `\txiarg'}%
  \fi\fi\fi
}
\def\wordafter{after}
\def\wordbefore{before}
\def\wordnone{none}

% Allow a ragged right output to aid breaking long URL's.  There can
% be a break at the \allowbreak with no extra glue (if the existing stretch in
% the line is sufficient), a break at the \penalty with extra glue added
% at the end of the line, or no break at all here.
%   Changing the value of the penalty and/or the amount of stretch affects how
% preferable one choice is over the other.
\def\urefallowbreak{%
  \penalty0\relax
  \hskip 0pt plus 2 em\relax
  \penalty1000\relax
  \hskip 0pt plus -2 em\relax
}

\urefbreakstyle after

% @url synonym for @uref, since that's how everyone uses it.
%
\let\url=\uref

% rms does not like angle brackets --karl, 17may97.
% So now @email is just like @uref, unless we are pdf.
%
%\def\email#1{\angleleft{\tt #1}\angleright}
\ifpdforxetex
  \def\email#1{\doemail#1,,\finish}
  \def\doemail#1,#2,#3\finish{\begingroup
    \unsepspaces
    \pdfurl{mailto:#1}%
    \setbox0 = \hbox{\ignorespaces #2}%
    \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi
    \endlink
  \endgroup}
\else
  \let\email=\uref
\fi

% @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
%   `example' (@kbd uses ttsl only inside of @example and friends),
%   or `code' (@kbd uses normal tty font always).
\parseargdef\kbdinputstyle{%
  \def\txiarg{#1}%
  \ifx\txiarg\worddistinct
    \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
  \else\ifx\txiarg\wordexample
    \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
  \else\ifx\txiarg\wordcode
    \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @kbdinputstyle setting `\txiarg'}%
  \fi\fi\fi
}
\def\worddistinct{distinct}
\def\wordexample{example}
\def\wordcode{code}

% Default is `distinct'.
\kbdinputstyle distinct

% @kbd is like @code, except that if the argument is just one @key command,
% then @kbd has no effect.
\def\kbd#1{{\def\look{#1}\expandafter\kbdsub\look??\par}}

\def\xkey{\key}
\def\kbdsub#1#2#3\par{%
  \def\one{#1}\def\three{#3}\def\threex{??}%
  \ifx\one\xkey\ifx\threex\three \key{#2}%
  \else{\tclose{\kbdfont\setcodequotes\look}}\fi
  \else{\tclose{\kbdfont\setcodequotes\look}}\fi
}

% definition of @key that produces a lozenge.  Doesn't adjust to text size.
%\setfont\keyrm\rmshape{8}{1000}{OT1}
%\font\keysy=cmsy9
%\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
%  \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
%    \vbox{\hrule\kern-0.4pt
%     \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
%    \kern-0.4pt\hrule}%
%  \kern-.06em\raise0.4pt\hbox{\angleright}}}}

% definition of @key with no lozenge.  If the current font is already
% monospace, don't change it; that way, we respect @kbdinputstyle.  But
% if it isn't monospace, then use \tt.
%
\def\key#1{{\setregularquotes
  \nohyphenation
  \ifmonospace\else\tt\fi
  #1}\null}

% @clicksequence{File @click{} Open ...}
\def\clicksequence#1{\begingroup #1\endgroup}

% @clickstyle @arrow   (by default)
\parseargdef\clickstyle{\def\click{#1}}
\def\click{\arrow}

% Typeset a dimension, e.g., `in' or `pt'.  The only reason for the
% argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
%
\def\dmn#1{\thinspace #1}

% @acronym for "FBI", "NATO", and the like.
% We print this one point size smaller, since it's intended for
% all-uppercase.
%
\def\acronym#1{\doacronym #1,,\finish}
\def\doacronym#1,#2,#3\finish{%
  {\switchtolsize #1}%
  \def\temp{#2}%
  \ifx\temp\empty \else
    \space ({\unsepspaces \ignorespaces \temp \unskip})%
  \fi
  \null % reset \spacefactor=1000
}

% @abbr for "Comput. J." and the like.
% No font change, but don't do end-of-sentence spacing.
%
\def\abbr#1{\doabbr #1,,\finish}
\def\doabbr#1,#2,#3\finish{%
  {\plainfrenchspacing #1}%
  \def\temp{#2}%
  \ifx\temp\empty \else
    \space ({\unsepspaces \ignorespaces \temp \unskip})%
  \fi
  \null % reset \spacefactor=1000
}

% @asis just yields its argument.  Used with @table, for example.
%
\def\asis#1{#1}

% @math outputs its argument in math mode.
%
% One complication: _ usually means subscripts, but it could also mean
% an actual _ character, as in @math{@var{some_variable} + 1}.  So make
% _ active, and distinguish by seeing if the current family is \slfam,
% which is what @var uses.
{
  \catcode`\_ = \active
  \gdef\mathunderscore{%
    \catcode`\_=\active
    \def_{\ifnum\fam=\slfam \_\else\sb\fi}%
  }
}
% Another complication: we want \\ (and @\) to output a math (or tt) \.
% FYI, plain.tex uses \\ as a temporary control sequence (for no
% particular reason), but this is not advertised and we don't care.
%
% The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
\def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
%
\def\math{%
  \ifmmode\else % only go into math if not in math mode already
    \tex
    \mathunderscore
    \let\\ = \mathbackslash
    \mathactive
    % make the texinfo accent commands work in math mode
    \let\"=\ddot
    \let\'=\acute
    \let\==\bar
    \let\^=\hat
    \let\`=\grave
    \let\u=\breve
    \let\v=\check
    \let\~=\tilde
    \let\dotaccent=\dot
    % have to provide another name for sup operator
    \let\mathopsup=\sup
  $\expandafter\finishmath\fi
}
\def\finishmath#1{#1$\endgroup}  % Close the group opened by \tex.

% Some active characters (such as <) are spaced differently in math.
% We have to reset their definitions in case the @math was an argument
% to a command which sets the catcodes (such as @item or @section).
%
{
  \catcode`^ = \active
  \catcode`< = \active
  \catcode`> = \active
  \catcode`+ = \active
  \catcode`' = \active
  \gdef\mathactive{%
    \let^ = \ptexhat
    \let< = \ptexless
    \let> = \ptexgtr
    \let+ = \ptexplus
    \let' = \ptexquoteright
  }
}

% for @sub and @sup, if in math mode, just do a normal sub/superscript.
% If in text, use math to place as sub/superscript, but switch
% into text mode, with smaller fonts.  This is a different font than the
% one used for real math sub/superscripts (8pt vs. 7pt), but let's not
% fix it (significant additions to font machinery) until someone notices.
%
\def\sub{\ifmmode \expandafter\sb \else \expandafter\finishsub\fi}
\def\finishsub#1{$\sb{\hbox{\switchtolllsize #1}}$}%
%
\def\sup{\ifmmode \expandafter\ptexsp \else \expandafter\finishsup\fi}
\def\finishsup#1{$\ptexsp{\hbox{\switchtolllsize #1}}$}%

% provide this command from LaTeX as it is very common
\def\frac#1#2{{{#1}\over{#2}}}

% @displaymath.
% \globaldefs is needed to recognize the end lines in \tex and
% \end tex.  Set \thisenv as @end displaymath is seen before @end tex.
{\obeylines
\globaldefs=1
\envdef\displaymath{%
\tex%
\def\thisenv{\displaymath}%
\begingroup\let\end\displaymathend%
$$%
}

\def\displaymathend{$$\endgroup\end}%

\def\Edisplaymath{%
\def\thisenv{\tex}%
\end tex
}}


% @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}.
% Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
% except specified as a normal braced arg, so no newlines to worry about.
%
\def\outfmtnametex{tex}
%
\long\def\inlinefmt#1{\doinlinefmt #1,\finish}
\long\def\doinlinefmt#1,#2,\finish{%
  \def\inlinefmtname{#1}%
  \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi
}
%
% @inlinefmtifelse{FMTNAME,THEN-TEXT,ELSE-TEXT} expands THEN-TEXT if
% FMTNAME is tex, else ELSE-TEXT.
\long\def\inlinefmtifelse#1{\doinlinefmtifelse #1,,,\finish}
\long\def\doinlinefmtifelse#1,#2,#3,#4,\finish{%
  \def\inlinefmtname{#1}%
  \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\else \ignorespaces #3\fi
}
%
% For raw, must switch into @tex before parsing the argument, to avoid
% setting catcodes prematurely.  Doing it this way means that, for
% example, @inlineraw{html, foo{bar} gets a parse error instead of being
% ignored.  But this isn't important because if people want a literal
% *right* brace they would have to use a command anyway, so they may as
% well use a command to get a left brace too.  We could re-use the
% delimiter character idea from \verb, but it seems like overkill.
%
\long\def\inlineraw{\tex \doinlineraw}
\long\def\doinlineraw#1{\doinlinerawtwo #1,\finish}
\def\doinlinerawtwo#1,#2,\finish{%
  \def\inlinerawname{#1}%
  \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi
  \endgroup % close group opened by \tex.
}

% @inlineifset{VAR, TEXT} expands TEXT if VAR is @set.
%
\long\def\inlineifset#1{\doinlineifset #1,\finish}
\long\def\doinlineifset#1,#2,\finish{%
  \def\inlinevarname{#1}%
  \expandafter\ifx\csname SET\inlinevarname\endcsname\relax
  \else\ignorespaces#2\fi
}

% @inlineifclear{VAR, TEXT} expands TEXT if VAR is not @set.
%
\long\def\inlineifclear#1{\doinlineifclear #1,\finish}
\long\def\doinlineifclear#1,#2,\finish{%
  \def\inlinevarname{#1}%
  \expandafter\ifx\csname SET\inlinevarname\endcsname\relax \ignorespaces#2\fi
}


\message{glyphs,}
% and logos.

% @@ prints an @, as does @atchar{}.
\def\@{\char64 }
\let\atchar=\@

% @{ @} @lbracechar{} @rbracechar{} all generate brace characters.
\def\lbracechar{{\ifmonospace\char123\else\ensuremath\lbrace\fi}}
\def\rbracechar{{\ifmonospace\char125\else\ensuremath\rbrace\fi}}
\let\{=\lbracechar
\let\}=\rbracechar

% @comma{} to avoid , parsing problems.
\let\comma = ,

% Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
% Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
\let\, = \ptexc
\let\dotaccent = \ptexdot
\def\ringaccent#1{{\accent23 #1}}
\let\tieaccent = \ptext
\let\ubaraccent = \ptexb
\let\udotaccent = \d

% Other special characters: @questiondown @exclamdown @ordf @ordm
% Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
\def\questiondown{?`}
\def\exclamdown{!`}
\def\ordf{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{a}}}
\def\ordm{\leavevmode\raise1ex\hbox{\switchtolllsize \underbar{o}}}

% Dotless i and dotless j, used for accents.
\def\imacro{i}
\def\jmacro{j}
\def\dotless#1{%
  \def\temp{#1}%
  \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi
  \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi
  \else \errmessage{@dotless can be used only with i or j}%
  \fi\fi
}

% The \TeX{} logo, as in plain, but resetting the spacing so that a
% period following counts as ending a sentence.  (Idea found in latex.)
%
\edef\TeX{\TeX \spacefactor=1000 }

% @LaTeX{} logo.  Not quite the same results as the definition in
% latex.ltx, since we use a different font for the raised A; it's most
% convenient for us to use an explicitly smaller font, rather than using
% the \scriptstyle font (since we don't reset \scriptstyle and
% \scriptscriptstyle).
%
\def\LaTeX{%
  L\kern-.36em
  {\setbox0=\hbox{T}%
   \vbox to \ht0{\hbox{%
     \ifx\textnominalsize\xwordpt
       % for 10pt running text, lllsize (8pt) is too small for the A in LaTeX.
       % Revert to plain's \scriptsize, which is 7pt.
       \count255=\the\fam $\fam\count255 \scriptstyle A$%
     \else
       % For 11pt, we can use our lllsize.
       \switchtolllsize A%
     \fi
     }%
     \vss
  }}%
  \kern-.15em
  \TeX
}

% Some math mode symbols.  Define \ensuremath to switch into math mode
% unless we are already there.  Expansion tricks may not be needed here,
% but safer, and can't hurt.
\def\ensuremath{\ifmmode \expandafter\asis \else\expandafter\ensuredmath \fi}
\def\ensuredmath#1{$\relax#1$}
%
\def\bullet{\ensuremath\ptexbullet}
\def\geq{\ensuremath\ge}
\def\leq{\ensuremath\le}
\def\minus{\ensuremath-}

% @dots{} outputs an ellipsis using the current font.
% We do .5em per period so that it has the same spacing in the cm
% typewriter fonts as three actual period characters; on the other hand,
% in other typewriter fonts three periods are wider than 1.5em.  So do
% whichever is larger.
%
\def\dots{%
  \leavevmode
  \setbox0=\hbox{...}% get width of three periods
  \ifdim\wd0 > 1.5em
    \dimen0 = \wd0
  \else
    \dimen0 = 1.5em
  \fi
  \hbox to \dimen0{%
    \hskip 0pt plus.25fil
    .\hskip 0pt plus1fil
    .\hskip 0pt plus1fil
    .\hskip 0pt plus.5fil
  }%
}

% @enddots{} is an end-of-sentence ellipsis.
%
\def\enddots{%
  \dots
  \spacefactor=\endofsentencespacefactor
}

% @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
%
% Since these characters are used in examples, they should be an even number of
% \tt widths. Each \tt character is 1en, so two makes it 1em.
%
\def\point{$\star$}
\def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}}
\def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
\def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}}
\def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
\def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}}

% The @error{} command.
% Adapted from the TeXbook's \boxit.
%
\newbox\errorbox
%
{\ttfont \global\dimen0 = 3em}% Width of the box.
\dimen2 = .55pt % Thickness of rules
% The text. (`r' is open on the right, `e' somewhat less so on the left.)
\setbox0 = \hbox{\kern-.75pt \reducedsf \putworderror\kern-1.5pt}
%
\setbox\errorbox=\hbox to \dimen0{\hfil
   \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
   \advance\hsize by -2\dimen2 % Rules.
   \vbox{%
      \hrule height\dimen2
      \hbox{\vrule width\dimen2 \kern3pt          % Space to left of text.
         \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
         \kern3pt\vrule width\dimen2}% Space to right.
      \hrule height\dimen2}
    \hfil}
%
\def\error{\leavevmode\lower.7ex\copy\errorbox}

% @pounds{} is a sterling sign, which Knuth put in the CM italic font.
%
\def\pounds{\ifmonospace{\ecfont\char"BF}\else{\it\$}\fi}

% @euro{} comes from a separate font, depending on the current style.
% We use the free feym* fonts from the eurosym package by Henrik
% Theiling, which support regular, slanted, bold and bold slanted (and
% "outlined" (blackboard board, sort of) versions, which we don't need).
% It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
%
% Although only regular is the truly official Euro symbol, we ignore
% that.  The Euro is designed to be slightly taller than the regular
% font height.
%
% feymr - regular
% feymo - slanted
% feybr - bold
% feybo - bold slanted
%
% There is no good (free) typewriter version, to my knowledge.
% A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
% Hmm.
%
% Also doesn't work in math.  Do we need to do math with euro symbols?
% Hope not.
%
%
\def\euro{{\eurofont e}}
\def\eurofont{%
  % We set the font at each command, rather than predefining it in
  % \textfonts and the other font-switching commands, so that
  % installations which never need the symbol don't have to have the
  % font installed.
  %
  % There is only one designed size (nominal 10pt), so we always scale
  % that to the current nominal size.
  %
  % By the way, simply using "at 1em" works for cmr10 and the like, but
  % does not work for cmbx10 and other extended/shrunken fonts.
  %
  \def\eurosize{\csname\curfontsize nominalsize\endcsname}%
  %
  \ifx\curfontstyle\bfstylename
    % bold:
    \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize
  \else
    % regular:
    \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize
  \fi
  \thiseurofont
}

% Glyphs from the EC fonts.  We don't use \let for the aliases, because
% sometimes we redefine the original macro, and the alias should reflect
% the redefinition.
%
% Use LaTeX names for the Icelandic letters.
\def\DH{{\ecfont \char"D0}} % Eth
\def\dh{{\ecfont \char"F0}} % eth
\def\TH{{\ecfont \char"DE}} % Thorn
\def\th{{\ecfont \char"FE}} % thorn
%
\def\guillemetleft{{\ecfont \char"13}}
\def\guillemotleft{\guillemetleft}
\def\guillemetright{{\ecfont \char"14}}
\def\guillemotright{\guillemetright}
\def\guilsinglleft{{\ecfont \char"0E}}
\def\guilsinglright{{\ecfont \char"0F}}
\def\quotedblbase{{\ecfont \char"12}}
\def\quotesinglbase{{\ecfont \char"0D}}
%
% This positioning is not perfect (see the ogonek LaTeX package), but
% we have the precomposed glyphs for the most common cases.  We put the
% tests to use those glyphs in the single \ogonek macro so we have fewer
% dummy definitions to worry about for index entries, etc.
%
% ogonek is also used with other letters in Lithuanian (IOU), but using
% the precomposed glyphs for those is not so easy since they aren't in
% the same EC font.
\def\ogonek#1{{%
  \def\temp{#1}%
  \ifx\temp\macrocharA\Aogonek
  \else\ifx\temp\macrochara\aogonek
  \else\ifx\temp\macrocharE\Eogonek
  \else\ifx\temp\macrochare\eogonek
  \else
    \ecfont \setbox0=\hbox{#1}%
    \ifdim\ht0=1ex\accent"0C #1%
    \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}%
    \fi
  \fi\fi\fi\fi
  }%
}
\def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A}
\def\aogonek{{\ecfont \char"A1}}\def\macrochara{a}
\def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E}
\def\eogonek{{\ecfont \char"A6}}\def\macrochare{e}
%
% Use the European Computer Modern fonts (cm-super in outline format)
% for non-CM glyphs.  That is ec* for regular text and tc* for the text
% companion symbols (LaTeX TS1 encoding).  Both are part of the ec
% package and follow the same conventions.
%
\def\ecfont{\etcfont{e}}
\def\tcfont{\etcfont{t}}
%
\def\etcfont#1{%
  % We can't distinguish serif/sans and italic/slanted, but this
  % is used for crude hacks anyway (like adding French and German
  % quotes to documents typeset with CM, where we lose kerning), so
  % hopefully nobody will notice/care.
  \edef\ecsize{\csname\curfontsize ecsize\endcsname}%
  \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}%
  \ifmonospace
    % typewriter:
    \font\thisecfont = #1ctt\ecsize \space at \nominalsize
  \else
    \ifx\curfontstyle\bfstylename
      % bold:
      \font\thisecfont = #1cb\ifusingit{i}{x}\ecsize \space at \nominalsize
    \else
      % regular:
      \font\thisecfont = #1c\ifusingit{ti}{rm}\ecsize \space at \nominalsize
    \fi
  \fi
  \thisecfont
}

% @registeredsymbol - R in a circle.  The font for the R should really
% be smaller yet, but lllsize is the best we can do for now.
% Adapted from the plain.tex definition of \copyright.
%
\def\registeredsymbol{%
  $^{{\ooalign{\hfil\raise.07ex\hbox{\switchtolllsize R}%
               \hfil\crcr\Orb}}%
    }$%
}

% @textdegree - the normal degrees sign.
%
\def\textdegree{$^\circ$}

% Laurent Siebenmann reports \Orb undefined with:
%  Textures 1.7.7 (preloaded format=plain 93.10.14)  (68K)  16 APR 2004 02:38
% so we'll define it if necessary.
%
\ifx\Orb\thisisundefined
\def\Orb{\mathhexbox20D}
\fi

% Quotes.
\chardef\quoteleft=`\`
\chardef\quoteright=`\'

% only change font for tt for correct kerning and to avoid using
% \ecfont unless necessary.
\def\quotedblleft{%
  \ifmonospace{\ecfont\char"10}\else{\char"5C}\fi
}

\def\quotedblright{%
  \ifmonospace{\ecfont\char"11}\else{\char`\"}\fi
}


\message{page headings,}

\newskip\titlepagetopglue \titlepagetopglue = 1.5in
\newskip\titlepagebottomglue \titlepagebottomglue = 2pc

% First the title page.  Must do @settitle before @titlepage.
\newif\ifseenauthor
\newif\iffinishedtitlepage

% @setcontentsaftertitlepage used to do an implicit @contents or
% @shortcontents after @end titlepage, but it is now obsolete.
\def\setcontentsaftertitlepage{%
  \errmessage{@setcontentsaftertitlepage has been removed as a Texinfo
              command; move your @contents command if you want the contents
              after the title page.}}%
\def\setshortcontentsaftertitlepage{%
  \errmessage{@setshortcontentsaftertitlepage has been removed as a Texinfo
              command; move your @shortcontents and @contents commands if you
              want the contents after the title page.}}%

\parseargdef\shorttitlepage{%
  \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}%
  \endgroup\page\hbox{}\page}

\envdef\titlepage{%
  % Open one extra group, as we want to close it in the middle of \Etitlepage.
  \begingroup
    \parindent=0pt \textfonts
    % Leave some space at the very top of the page.
    \vglue\titlepagetopglue
    % No rule at page bottom unless we print one at the top with @title.
    \finishedtitlepagetrue
    %
    % Most title ``pages'' are actually two pages long, with space
    % at the top of the second.  We don't want the ragged left on the second.
    \let\oldpage = \page
    \def\page{%
      \iffinishedtitlepage\else
	 \finishtitlepage
      \fi
      \let\page = \oldpage
      \page
      \null
    }%
}

\def\Etitlepage{%
    \iffinishedtitlepage\else
	\finishtitlepage
    \fi
    % It is important to do the page break before ending the group,
    % because the headline and footline are only empty inside the group.
    % If we use the new definition of \page, we always get a blank page
    % after the title page, which we certainly don't want.
    \oldpage
  \endgroup
  %
  % Need this before the \...aftertitlepage checks so that if they are
  % in effect the toc pages will come out with page numbers.
  \HEADINGSon
}

\def\finishtitlepage{%
  \vskip4pt \hrule height 2pt width \hsize
  \vskip\titlepagebottomglue
  \finishedtitlepagetrue
}

% Settings used for typesetting titles: no hyphenation, no indentation,
% don't worry much about spacing, ragged right.  This should be used
% inside a \vbox, and fonts need to be set appropriately first. \par should
% be specified before the end of the \vbox, since a vbox is a group.
%
\def\raggedtitlesettings{%
  \rm
  \hyphenpenalty=10000
  \parindent=0pt
  \tolerance=5000
  \ptexraggedright
}

% Macros to be used within @titlepage:

\let\subtitlerm=\rmfont
\def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}

\parseargdef\title{%
  \checkenv\titlepage
  \vbox{\titlefonts \raggedtitlesettings #1\par}%
  % print a rule at the page bottom also.
  \finishedtitlepagefalse
  \vskip4pt \hrule height 4pt width \hsize \vskip4pt
}

\parseargdef\subtitle{%
  \checkenv\titlepage
  {\subtitlefont \rightline{#1}}%
}

% @author should come last, but may come many times.
% It can also be used inside @quotation.
%
\parseargdef\author{%
  \def\temp{\quotation}%
  \ifx\thisenv\temp
    \def\quotationauthor{#1}% printed in \Equotation.
  \else
    \checkenv\titlepage
    \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi
    {\secfonts\rm \leftline{#1}}%
  \fi
}


% Set up page headings and footings.

\let\thispage=\folio

\newtoks\evenheadline    % headline on even pages
\newtoks\oddheadline     % headline on odd pages
\newtoks\evenchapheadline% headline on even pages with a new chapter
\newtoks\oddchapheadline % headline on odd pages with a new chapter
\newtoks\evenfootline    % footline on even pages
\newtoks\oddfootline     % footline on odd pages

% Now make \makeheadline and \makefootline in Plain TeX use those variables
\headline={{\textfonts\rm
            \ifchapterpage
              \ifodd\pageno\the\oddchapheadline\else\the\evenchapheadline\fi
            \else
              \ifodd\pageno\the\oddheadline\else\the\evenheadline\fi
            \fi}}

\footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
                            \else \the\evenfootline \fi}\HEADINGShook}
\let\HEADINGShook=\relax

% Commands to set those variables.
% For example, this is what  @headings on  does
% @evenheading @thistitle|@thispage|@thischapter
% @oddheading @thischapter|@thispage|@thistitle
% @evenfooting @thisfile||
% @oddfooting ||@thisfile


\def\evenheading{\parsearg\evenheadingxxx}
\def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish}
\def\evenheadingyyy #1\|#2\|#3\|#4\finish{%
  \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
  \global\evenchapheadline=\evenheadline}

\def\oddheading{\parsearg\oddheadingxxx}
\def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish}
\def\oddheadingyyy #1\|#2\|#3\|#4\finish{%
  \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}%
  \global\oddchapheadline=\oddheadline}

\parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}%

\def\evenfooting{\parsearg\evenfootingxxx}
\def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish}
\def\evenfootingyyy #1\|#2\|#3\|#4\finish{%
\global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}

\def\oddfooting{\parsearg\oddfootingxxx}
\def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish}
\def\oddfootingyyy #1\|#2\|#3\|#4\finish{%
  \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
  %
  % Leave some space for the footline.  Hopefully ok to assume
  % @evenfooting will not be used by itself.
  \global\advance\txipageheight by -12pt
  \global\advance\vsize by -12pt
}

\parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}}

% @evenheadingmarks top     \thischapter <- chapter at the top of a page
% @evenheadingmarks bottom  \thischapter <- chapter at the bottom of a page
%
% The same set of arguments for:
%
% @oddheadingmarks
% @evenfootingmarks
% @oddfootingmarks
% @everyheadingmarks
% @everyfootingmarks

% These define \getoddheadingmarks, \getevenheadingmarks,
% \getoddfootingmarks, and \getevenfootingmarks, each to one of
% \gettopheadingmarks, \getbottomheadingmarks.
%
\def\evenheadingmarks{\headingmarks{even}{heading}}
\def\oddheadingmarks{\headingmarks{odd}{heading}}
\def\evenfootingmarks{\headingmarks{even}{footing}}
\def\oddfootingmarks{\headingmarks{odd}{footing}}
\parseargdef\everyheadingmarks{\headingmarks{even}{heading}{#1}
                          \headingmarks{odd}{heading}{#1} }
\parseargdef\everyfootingmarks{\headingmarks{even}{footing}{#1}
                          \headingmarks{odd}{footing}{#1} }
% #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
\def\headingmarks#1#2#3 {%
  \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname
  \global\expandafter\let\csname get#1#2marks\endcsname \temp
}

\everyheadingmarks bottom
\everyfootingmarks bottom

% @headings double      turns headings on for double-sided printing.
% @headings single      turns headings on for single-sided printing.
% @headings off         turns them off.
% @headings on          same as @headings double, retained for compatibility.
% @headings after       turns on double-sided headings after this page.
% @headings doubleafter turns on double-sided headings after this page.
% @headings singleafter turns on single-sided headings after this page.
% By default, they are off at the start of a document,
% and turned `on' after @end titlepage.

\parseargdef\headings{\csname HEADINGS#1\endcsname}

\def\headingsoff{% non-global headings elimination
  \evenheadline={\hfil}\evenfootline={\hfil}\evenchapheadline={\hfil}%
   \oddheadline={\hfil}\oddfootline={\hfil}\oddchapheadline={\hfil}%
}

\def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting
\HEADINGSoff  % it's the default

% When we turn headings on, set the page number to 1.
\def\pageone{
  \global\pageno=1
  \global\arabiccount = \pagecount
}

% For double-sided printing, put current file name in lower left corner,
% chapter name on inside top of right hand pages, document
% title on inside top of left hand pages, and page numbers on outside top
% edge of all pages.
\def\HEADINGSdouble{%
\pageone
\HEADINGSdoublex
}
\let\contentsalignmacro = \chappager

% For single-sided printing, chapter title goes across top left of page,
% page number on top right.
\def\HEADINGSsingle{%
\pageone
\HEADINGSsinglex
}
\def\HEADINGSon{\HEADINGSdouble}

\def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
\let\HEADINGSdoubleafter=\HEADINGSafter
\def\HEADINGSdoublex{%
\global\evenfootline={\hfil}
\global\oddfootline={\hfil}
\global\evenheadline={\line{\folio\hfil\thistitle}}
\global\oddheadline={\line{\thischapter\hfil\folio}}
\global\evenchapheadline={\line{\folio\hfil}}
\global\oddchapheadline={\line{\hfil\folio}}
\global\let\contentsalignmacro = \chapoddpage
}

\def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
\def\HEADINGSsinglex{%
\global\evenfootline={\hfil}
\global\oddfootline={\hfil}
\global\evenheadline={\line{\thischapter\hfil\folio}}
\global\oddheadline={\line{\thischapter\hfil\folio}}
\global\evenchapheadline={\line{\hfil\folio}}
\global\oddchapheadline={\line{\hfil\folio}}
\global\let\contentsalignmacro = \chappager
}

% for @setchapternewpage off
\def\HEADINGSsinglechapoff{%
\pageone
\global\evenfootline={\hfil}
\global\oddfootline={\hfil}
\global\evenheadline={\line{\thischapter\hfil\folio}}
\global\oddheadline={\line{\thischapter\hfil\folio}}
\global\evenchapheadline=\evenheadline
\global\oddchapheadline=\oddheadline
\global\let\contentsalignmacro = \chappager
}

% Subroutines used in generating headings
% This produces Day Month Year style of output.
% Only define if not already defined, in case a txi-??.tex file has set
% up a different format (e.g., txi-cs.tex does this).
\ifx\today\thisisundefined
\def\today{%
  \number\day\space
  \ifcase\month
  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  \fi
  \space\number\year}
\fi

% @settitle line...  specifies the title of the document, for headings.
% It generates no output of its own.
\def\thistitle{\putwordNoTitle}
\def\settitle{\parsearg{\gdef\thistitle}}


\message{tables,}
% Tables -- @table, @ftable, @vtable, @item(x).

% default indentation of table text
\newdimen\tableindent \tableindent=.8in
% default indentation of @itemize and @enumerate text
\newdimen\itemindent  \itemindent=.3in
% margin between end of table item and start of table text.
\newdimen\itemmargin  \itemmargin=.1in

% used internally for \itemindent minus \itemmargin
\newdimen\itemmax

% Note @table, @ftable, and @vtable define @item, @itemx, etc., with
% these defs.
% They also define \itemindex
% to index the item name in whatever manner is desired (perhaps none).

\newif\ifitemxneedsnegativevskip

\def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}

\def\internalBitem{\smallbreak \parsearg\itemzzz}
\def\internalBitemx{\itemxpar \parsearg\itemzzz}

\def\itemzzz #1{\begingroup %
  \advance\hsize by -\rightskip
  \advance\hsize by -\tableindent
  \setbox0=\hbox{\itemindicate{#1}}%
  \itemindex{#1}%
  \nobreak % This prevents a break before @itemx.
  %
  % If the item text does not fit in the space we have, put it on a line
  % by itself, and do not allow a page break either before or after that
  % line.  We do not start a paragraph here because then if the next
  % command is, e.g., @kindex, the whatsit would get put into the
  % horizontal list on a line by itself, resulting in extra blank space.
  \ifdim \wd0>\itemmax
    %
    % Make this a paragraph so we get the \parskip glue and wrapping,
    % but leave it ragged-right.
    \begingroup
      \advance\leftskip by-\tableindent
      \advance\hsize by\tableindent
      \advance\rightskip by0pt plus1fil\relax
      \leavevmode\unhbox0\par
    \endgroup
    %
    % We're going to be starting a paragraph, but we don't want the
    % \parskip glue -- logically it's part of the @item we just started.
    \nobreak \vskip-\parskip
    %
    % Stop a page break at the \parskip glue coming up.  However, if
    % what follows is an environment such as @example, there will be no
    % \parskip glue; then the negative vskip we just inserted would
    % cause the example and the item to crash together.  So we use this
    % bizarre value of 10001 as a signal to \aboveenvbreak to insert
    % \parskip glue after all.  Section titles are handled this way also.
    %
    \penalty 10001
    \endgroup
    \itemxneedsnegativevskipfalse
  \else
    % The item text fits into the space.  Start a paragraph, so that the
    % following text (if any) will end up on the same line.
    \noindent
    % Do this with kerns and \unhbox so that if there is a footnote in
    % the item text, it can migrate to the main vertical list and
    % eventually be printed.
    \nobreak\kern-\tableindent
    \dimen0 = \itemmax  \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0
    \unhbox0
    \nobreak\kern\dimen0
    \endgroup
    \itemxneedsnegativevskiptrue
  \fi
}

\def\item{\errmessage{@item while not in a list environment}}
\def\itemx{\errmessage{@itemx while not in a list environment}}

% @table, @ftable, @vtable.
\envdef\table{%
  \let\itemindex\gobble
  \tablecheck{table}%
}
\envdef\ftable{%
  \def\itemindex ##1{\doind {fn}{\code{##1}}}%
  \tablecheck{ftable}%
}
\envdef\vtable{%
  \def\itemindex ##1{\doind {vr}{\code{##1}}}%
  \tablecheck{vtable}%
}
\def\tablecheck#1{%
  \ifnum \the\catcode`\^^M=\active
    \endgroup
    \errmessage{This command won't work in this context; perhaps the problem is
      that we are \inenvironment\thisenv}%
    \def\next{\doignore{#1}}%
  \else
    \let\next\tablex
  \fi
  \next
}
\def\tablex#1{%
  \def\itemindicate{#1}%
  \parsearg\tabley
}
\def\tabley#1{%
  {%
    \makevalueexpandable
    \edef\temp{\noexpand\tablez #1\space\space\space}%
    \expandafter
  }\temp \endtablez
}
\def\tablez #1 #2 #3 #4\endtablez{%
  \aboveenvbreak
  \ifnum 0#1>0 \advance \leftskip by #1\mil \fi
  \ifnum 0#2>0 \tableindent=#2\mil \fi
  \ifnum 0#3>0 \advance \rightskip by #3\mil \fi
  \itemmax=\tableindent
  \advance \itemmax by -\itemmargin
  \advance \leftskip by \tableindent
  \exdentamount=\tableindent
  \parindent = 0pt
  \parskip = \smallskipamount
  \ifdim \parskip=0pt \parskip=2pt \fi
  \let\item = \internalBitem
  \let\itemx = \internalBitemx
}
\def\Etable{\endgraf\afterenvbreak}
\let\Eftable\Etable
\let\Evtable\Etable
\let\Eitemize\Etable
\let\Eenumerate\Etable

% This is the counter used by @enumerate, which is really @itemize

\newcount \itemno

\envdef\itemize{\parsearg\doitemize}

\def\doitemize#1{%
  \aboveenvbreak
  \itemmax=\itemindent
  \advance\itemmax by -\itemmargin
  \advance\leftskip by \itemindent
  \exdentamount=\itemindent
  \parindent=0pt
  \parskip=\smallskipamount
  \ifdim\parskip=0pt \parskip=2pt \fi
  %
  % Try typesetting the item mark so that if the document erroneously says
  % something like @itemize @samp (intending @table), there's an error
  % right away at the @itemize.  It's not the best error message in the
  % world, but it's better than leaving it to the @item.  This means if
  % the user wants an empty mark, they have to say @w{} not just @w.
  \def\itemcontents{#1}%
  \setbox0 = \hbox{\itemcontents}%
  %
  % @itemize with no arg is equivalent to @itemize @bullet.
  \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi
  %
  \let\item=\itemizeitem
}

% Definition of @item while inside @itemize and @enumerate.
%
\def\itemizeitem{%
  \advance\itemno by 1  % for enumerations
  {\let\par=\endgraf \smallbreak}% reasonable place to break
  {%
   % If the document has an @itemize directly after a section title, a
   % \nobreak will be last on the list, and \sectionheading will have
   % done a \vskip-\parskip.  In that case, we don't want to zero
   % parskip, or the item text will crash with the heading.  On the
   % other hand, when there is normal text preceding the item (as there
   % usually is), we do want to zero parskip, or there would be too much
   % space.  In that case, we won't have a \nobreak before.  At least
   % that's the theory.
   \ifnum\lastpenalty<10000 \parskip=0in \fi
   \noindent
   \hbox to 0pt{\hss \itemcontents \kern\itemmargin}%
   %
   \ifinner\else
     \vadjust{\penalty 1200}% not good to break after first line of item.
   \fi
   % We can be in inner vertical mode in a footnote, although an
   % @itemize looks awful there.
  }%
  \flushcr
}

% \splitoff TOKENS\endmark defines \first to be the first token in
% TOKENS, and \rest to be the remainder.
%
\def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%

% Allow an optional argument of an uppercase letter, lowercase letter,
% or number, to specify the first label in the enumerated list.  No
% argument is the same as `1'.
%
\envparseargdef\enumerate{\enumeratey #1  \endenumeratey}
\def\enumeratey #1 #2\endenumeratey{%
  % If we were given no argument, pretend we were given `1'.
  \def\thearg{#1}%
  \ifx\thearg\empty \def\thearg{1}\fi
  %
  % Detect if the argument is a single token.  If so, it might be a
  % letter.  Otherwise, the only valid thing it can be is a number.
  % (We will always have one token, because of the test we just made.
  % This is a good thing, since \splitoff doesn't work given nothing at
  % all -- the first parameter is undelimited.)
  \expandafter\splitoff\thearg\endmark
  \ifx\rest\empty
    % Only one token in the argument.  It could still be anything.
    % A ``lowercase letter'' is one whose \lccode is nonzero.
    % An ``uppercase letter'' is one whose \lccode is both nonzero, and
    %   not equal to itself.
    % Otherwise, we assume it's a number.
    %
    % We need the \relax at the end of the \ifnum lines to stop TeX from
    % continuing to look for a <number>.
    %
    \ifnum\lccode\expandafter`\thearg=0\relax
      \numericenumerate % a number (we hope)
    \else
      % It's a letter.
      \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
        \lowercaseenumerate % lowercase letter
      \else
        \uppercaseenumerate % uppercase letter
      \fi
    \fi
  \else
    % Multiple tokens in the argument.  We hope it's a number.
    \numericenumerate
  \fi
}

% An @enumerate whose labels are integers.  The starting integer is
% given in \thearg.
%
\def\numericenumerate{%
  \itemno = \thearg
  \startenumeration{\the\itemno}%
}

% The starting (lowercase) letter is in \thearg.
\def\lowercaseenumerate{%
  \itemno = \expandafter`\thearg
  \startenumeration{%
    % Be sure we're not beyond the end of the alphabet.
    \ifnum\itemno=0
      \errmessage{No more lowercase letters in @enumerate; get a bigger
                  alphabet}%
    \fi
    \char\lccode\itemno
  }%
}

% The starting (uppercase) letter is in \thearg.
\def\uppercaseenumerate{%
  \itemno = \expandafter`\thearg
  \startenumeration{%
    % Be sure we're not beyond the end of the alphabet.
    \ifnum\itemno=0
      \errmessage{No more uppercase letters in @enumerate; get a bigger
                  alphabet}
    \fi
    \char\uccode\itemno
  }%
}

% Call \doitemize, adding a period to the first argument and supplying the
% common last two arguments.  Also subtract one from the initial value in
% \itemno, since @item increments \itemno.
%
\def\startenumeration#1{%
  \advance\itemno by -1
  \doitemize{#1.}\flushcr
}


% @multitable macros

% Macros used to set up halign preamble:
%
\let\endsetuptable\relax
\def\xendsetuptable{\endsetuptable}
\let\columnfractions\relax
\def\xcolumnfractions{\columnfractions}
\newif\ifsetpercent

% #1 is the @columnfraction, usually a decimal number like .5, but might
% be just 1.  We just use it, whatever it is.
%
\def\pickupwholefraction#1 {%
  \global\advance\colcount by 1
  \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
  \setuptable
}

\newcount\colcount
\def\setuptable#1{%
  \def\firstarg{#1}%
  \ifx\firstarg\xendsetuptable
    \let\go = \relax
  \else
    \ifx\firstarg\xcolumnfractions
      \global\setpercenttrue
    \else
      \ifsetpercent
         \let\go\pickupwholefraction
      \else
         \global\advance\colcount by 1
         \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a
                   % separator; typically that is always in the input, anyway.
         \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
      \fi
    \fi
    \ifx\go\pickupwholefraction
      % Put the argument back for the \pickupwholefraction call, so
      % we'll always have a period there to be parsed.
      \def\go{\pickupwholefraction#1}%
    \else
      \let\go = \setuptable
    \fi%
  \fi
  \go
}

% @headitem starts a heading row, which we typeset in bold.  Assignments
% have to be global since we are inside the implicit group of an
% alignment entry.  \everycr below resets \everytab so we don't have to
% undo it ourselves.
\def\headitemfont{\b}% for people to use in the template row; not changeable
\def\headitem{%
  \checkenv\multitable
  \crcr
  \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings
  \global\everytab={\bf}% can't use \headitemfont since the parsing differs
  \the\everytab % for the first item
}%
%
% default for tables with no headings.
\let\headitemcrhook=\relax
%
\def\tab{\checkenv\multitable &\the\everytab}%

\newtoks\everytab  % insert after every tab.
%
\envdef\multitable{%
  \vskip\parskip
  \startsavinginserts
  %
  % @item within a multitable starts a normal row.
  % We use \def instead of \let so that if one of the multitable entries
  % contains an @itemize, we don't choke on the \item (seen as \crcr aka
  % \endtemplate) expanding \doitemize.
  \def\item{\crcr}%
  %
  \tolerance=9500
  \hbadness=9500
  \parskip=0pt
  \parindent=6pt
  \overfullrule=0pt
  \global\colcount=0
  %
  \everycr = {%
    \noalign{%
      \global\everytab={}% Reset from possible headitem.
      \global\colcount=0 % Reset the column counter.
      %
      % Check for saved footnotes, etc.:
      \checkinserts
      %
      % Perhaps a \nobreak, then reset:
      \headitemcrhook
      \global\let\headitemcrhook=\relax
    }%
  }%
  %
  \parsearg\domultitable
}
\def\domultitable#1{%
  % To parse everything between @multitable and @item:
  \setuptable#1 \endsetuptable
  %
  % This preamble sets up a generic column definition, which will
  % be used as many times as user calls for columns.
  % \vtop will set a single line and will also let text wrap and
  % continue for many paragraphs if desired.
  \halign\bgroup &%
    \global\advance\colcount by 1
    \strut
    \vtop{%
      \advance\hsize by -1\leftskip
      % Find the correct column width
      \hsize=\expandafter\csname col\the\colcount\endcsname
      %
      \rightskip=0pt
      \ifnum\colcount=1
        \advance\hsize by\leftskip % Add indent of surrounding text
      \else
        % In order to keep entries from bumping into each other.
        \leftskip=12pt
        \ifsetpercent \else
          % If a template has been used
          \advance\hsize by \leftskip
        \fi
      \fi
      \noindent\ignorespaces##\unskip\strut
    }\cr
}
\def\Emultitable{%
  \crcr
  \egroup % end the \halign
  \global\setpercentfalse
}


\message{conditionals,}

% @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
% @ifnotxml always succeed.  They currently do nothing; we don't
% attempt to check whether the conditionals are properly nested.  But we
% have to remember that they are conditionals, so that @end doesn't
% attempt to close an environment group.
%
\def\makecond#1{%
  \expandafter\let\csname #1\endcsname = \relax
  \expandafter\let\csname iscond.#1\endcsname = 1
}
\makecond{iftex}
\makecond{ifnotdocbook}
\makecond{ifnothtml}
\makecond{ifnotinfo}
\makecond{ifnotplaintext}
\makecond{ifnotxml}

% Ignore @ignore, @ifhtml, @ifinfo, and the like.
%
\def\direntry{\doignore{direntry}}
\def\documentdescription{\doignore{documentdescription}}
\def\docbook{\doignore{docbook}}
\def\html{\doignore{html}}
\def\ifdocbook{\doignore{ifdocbook}}
\def\ifhtml{\doignore{ifhtml}}
\def\ifinfo{\doignore{ifinfo}}
\def\ifnottex{\doignore{ifnottex}}
\def\ifplaintext{\doignore{ifplaintext}}
\def\ifxml{\doignore{ifxml}}
\def\ignore{\doignore{ignore}}
\def\menu{\doignore{menu}}
\def\xml{\doignore{xml}}

% Ignore text until a line `@end #1', keeping track of nested conditionals.
%
% A count to remember the depth of nesting.
\newcount\doignorecount

\def\doignore#1{\begingroup
  % Scan in ``verbatim'' mode:
  \obeylines
  \catcode`\@ = \other
  \catcode`\{ = \other
  \catcode`\} = \other
  %
  % Make sure that spaces turn into tokens that match what \doignoretext wants.
  \spaceisspace
  %
  % Count number of #1's that we've seen.
  \doignorecount = 0
  %
  % Swallow text until we reach the matching `@end #1'.
  \dodoignore{#1}%
}

{ \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
  \obeylines %
  %
  \gdef\dodoignore#1{%
    % #1 contains the command name as a string, e.g., `ifinfo'.
    %
    % Define a command to find the next `@end #1'.
    \long\def\doignoretext##1^^M@end #1{%
      \doignoretextyyy##1^^M@#1\_STOP_}%
    %
    % And this command to find another #1 command, at the beginning of a
    % line.  (Otherwise, we would consider a line `@c @ifset', for
    % example, to count as an @ifset for nesting.)
    \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}%
    %
    % And now expand that command.
    \doignoretext ^^M%
  }%
}

\def\doignoreyyy#1{%
  \def\temp{#1}%
  \ifx\temp\empty			% Nothing found.
    \let\next\doignoretextzzz
  \else					% Found a nested condition, ...
    \advance\doignorecount by 1
    \let\next\doignoretextyyy		% ..., look for another.
    % If we're here, #1 ends with ^^M\ifinfo (for example).
  \fi
  \next #1% the token \_STOP_ is present just after this macro.
}

% We have to swallow the remaining "\_STOP_".
%
\def\doignoretextzzz#1{%
  \ifnum\doignorecount = 0	% We have just found the outermost @end.
    \let\next\enddoignore
  \else				% Still inside a nested condition.
    \advance\doignorecount by -1
    \let\next\doignoretext      % Look for the next @end.
  \fi
  \next
}

% Finish off ignored text.
{ \obeylines%
  % Ignore anything after the last `@end #1'; this matters in verbatim
  % environments, where otherwise the newline after an ignored conditional
  % would result in a blank line in the output.
  \gdef\enddoignore#1^^M{\endgroup\ignorespaces}%
}


% @set VAR sets the variable VAR to an empty value.
% @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
%
% Since we want to separate VAR from REST-OF-LINE (which might be
% empty), we can't just use \parsearg; we have to insert a space of our
% own to delimit the rest of the line, and then take it out again if we
% didn't need it.
% We rely on the fact that \parsearg sets \catcode`\ =10.
%
\parseargdef\set{\setyyy#1 \endsetyyy}
\def\setyyy#1 #2\endsetyyy{%
  {%
    \makevalueexpandable
    \def\temp{#2}%
    \edef\next{\gdef\makecsname{SET#1}}%
    \ifx\temp\empty
      \next{}%
    \else
      \setzzz#2\endsetzzz
    \fi
  }%
}
% Remove the trailing space \setxxx inserted.
\def\setzzz#1 \endsetzzz{\next{#1}}

% @clear VAR clears (i.e., unsets) the variable VAR.
%
\parseargdef\clear{%
  {%
    \makevalueexpandable
    \global\expandafter\let\csname SET#1\endcsname=\relax
  }%
}

% @value{foo} gets the text saved in variable foo.
\def\value{\begingroup\makevalueexpandable\valuexxx}
\def\valuexxx#1{\expandablevalue{#1}\endgroup}
{
  \catcode`\-=\active \catcode`\_=\active
  %
  \gdef\makevalueexpandable{%
    \let\value = \expandablevalue
    % We don't want these characters active, ...
    \catcode`\-=\other \catcode`\_=\other
    % ..., but we might end up with active ones in the argument if
    % we're called from @code, as @code{@value{foo-bar_}}, though.
    % So \let them to their normal equivalents.
    \let-\normaldash \let_\normalunderscore
  }
}

\def\expandablevalue#1{%
  \expandafter\ifx\csname SET#1\endcsname\relax
    {[No value for ``#1'']}%
    \message{Variable `#1', used in @value, is not set.}%
  \else
    \csname SET#1\endcsname
  \fi
}

% Like \expandablevalue, but completely expandable (the \message in the
% definition above operates at the execution level of TeX).  Used when
% writing to auxiliary files, due to the expansion that \write does.
% If flag is undefined, pass through an unexpanded @value command: maybe it
% will be set by the time it is read back in.
%
% NB flag names containing - or _ may not work here.
\def\dummyvalue#1{%
  \expandafter\ifx\csname SET#1\endcsname\relax
    \string\value{#1}%
  \else
    \csname SET#1\endcsname
  \fi
}

% Used for @value's in index entries to form the sort key: expand the @value
% if possible, otherwise sort late.
\def\indexnofontsvalue#1{%
  \expandafter\ifx\csname SET#1\endcsname\relax
    ZZZZZZZ%
  \else
    \csname SET#1\endcsname
  \fi
}

% @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
% with @set.
%
% To get the special treatment we need for `@end ifset,' we call
% \makecond and then redefine.
%
\makecond{ifset}
\def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}}
\def\doifset#1#2{%
  {%
    \makevalueexpandable
    \let\next=\empty
    \expandafter\ifx\csname SET#2\endcsname\relax
      #1% If not set, redefine \next.
    \fi
    \expandafter
  }\next
}
\def\ifsetfail{\doignore{ifset}}

% @ifclear VAR ... @end executes the `...' iff VAR has never been
% defined with @set, or has been undefined with @clear.
%
% The `\else' inside the `\doifset' parameter is a trick to reuse the
% above code: if the variable is not set, do nothing, if it is set,
% then redefine \next to \ifclearfail.
%
\makecond{ifclear}
\def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}}
\def\ifclearfail{\doignore{ifclear}}

% @ifcommandisdefined CMD ... @end executes the `...' if CMD (written
% without the @) is in fact defined.  We can only feasibly check at the
% TeX level, so something like `mathcode' is going to considered
% defined even though it is not a Texinfo command.
%
\makecond{ifcommanddefined}
\def\ifcommanddefined{\parsearg{\doifcmddefined{\let\next=\ifcmddefinedfail}}}
%
\def\doifcmddefined#1#2{{%
    \makevalueexpandable
    \let\next=\empty
    \expandafter\ifx\csname #2\endcsname\relax
      #1% If not defined, \let\next as above.
    \fi
    \expandafter
  }\next
}
\def\ifcmddefinedfail{\doignore{ifcommanddefined}}

% @ifcommandnotdefined CMD ... handled similar to @ifclear above.
\makecond{ifcommandnotdefined}
\def\ifcommandnotdefined{%
  \parsearg{\doifcmddefined{\else \let\next=\ifcmdnotdefinedfail}}}
\def\ifcmdnotdefinedfail{\doignore{ifcommandnotdefined}}

% Set the `txicommandconditionals' variable, so documents have a way to
% test if the @ifcommand...defined conditionals are available.
\set txicommandconditionals

% @dircategory CATEGORY  -- specify a category of the dir file
% which this file should belong to.  Ignore this in TeX.
\let\dircategory=\comment

% @defininfoenclose.
\let\definfoenclose=\comment


\message{indexing,}
% Index generation facilities

% Define \newwrite to be identical to plain tex's \newwrite
% except not \outer, so it can be used within macros and \if's.
\edef\newwrite{\makecsname{ptexnewwrite}}

% \newindex {foo} defines an index named IX.
% It automatically defines \IXindex such that
% \IXindex ...rest of line... puts an entry in the index IX.
% It also defines \IXindfile to be the number of the output channel for
% the file that accumulates this index.  The file's extension is IX.
% The name of an index should be no more than 2 characters long
% for the sake of vms.
%
\def\newindex#1{%
  \expandafter\chardef\csname#1indfile\endcsname=0
  \expandafter\xdef\csname#1index\endcsname{%     % Define @#1index
    \noexpand\doindex{#1}}
}

% @defindex foo  ==  \newindex{foo}
%
\def\defindex{\parsearg\newindex}

% Define @defcodeindex, like @defindex except put all entries in @code.
%
\def\defcodeindex{\parsearg\newcodeindex}
%
\def\newcodeindex#1{%
  \expandafter\chardef\csname#1indfile\endcsname=0
  \expandafter\xdef\csname#1index\endcsname{%
    \noexpand\docodeindex{#1}}%
}

% The default indices:
\newindex{cp}%      concepts,
\newcodeindex{fn}%  functions,
\newcodeindex{vr}%  variables,
\newcodeindex{tp}%  types,
\newcodeindex{ky}%  keys
\newcodeindex{pg}%  and programs.


% @synindex foo bar    makes index foo feed into index bar.
% Do this instead of @defindex foo if you don't want it as a separate index.
%
% @syncodeindex foo bar   similar, but put all entries made for index foo
% inside @code.
%
\def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
\def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}}

% #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
% #3 the target index (bar).
\def\dosynindex#1#2#3{%
  \requireopenindexfile{#3}%
  % redefine \fooindfile:
  \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname
  \expandafter\let\csname#2indfile\endcsname=\temp
  % redefine \fooindex:
  \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
}

% Define \doindex, the driver for all index macros.
% Argument #1 is generated by the calling \fooindex macro,
% and it is the two-letter name of the index.

\def\doindex#1{\edef\indexname{#1}\parsearg\doindexxxx}
\def\doindexxxx #1{\doind{\indexname}{#1}}

% like the previous two, but they put @code around the argument.
\def\docodeindex#1{\edef\indexname{#1}\parsearg\docodeindexxxx}
\def\docodeindexxxx #1{\docind{\indexname}{#1}}


% Used for the aux, toc and index files to prevent expansion of Texinfo
% commands.
%
\def\atdummies{%
  \definedummyletter\@%
  \definedummyletter\ %
  \definedummyletter\{%
  \definedummyletter\}%
  \definedummyletter\&%
  %
  % Do the redefinitions.
  \definedummies
  \otherbackslash
}

% \definedummyword defines \#1 as \string\#1\space, thus effectively
% preventing its expansion.  This is used only for control words,
% not control letters, because the \space would be incorrect for
% control characters, but is needed to separate the control word
% from whatever follows.
%
% These can be used both for control words that take an argument and
% those that do not.  If it is followed by {arg} in the input, then
% that will dutifully get written to the index (or wherever).
%
% For control letters, we have \definedummyletter, which omits the
% space.
%
\def\definedummyword  #1{\def#1{\string#1\space}}%
\def\definedummyletter#1{\def#1{\string#1}}%
\let\definedummyaccent\definedummyletter

% Called from \atdummies to prevent the expansion of commands.
%
\def\definedummies{%
  %
  \let\commondummyword\definedummyword
  \let\commondummyletter\definedummyletter
  \let\commondummyaccent\definedummyaccent
  \commondummiesnofonts
  %
  \definedummyletter\_%
  \definedummyletter\-%
  %
  % Non-English letters.
  \definedummyword\AA
  \definedummyword\AE
  \definedummyword\DH
  \definedummyword\L
  \definedummyword\O
  \definedummyword\OE
  \definedummyword\TH
  \definedummyword\aa
  \definedummyword\ae
  \definedummyword\dh
  \definedummyword\exclamdown
  \definedummyword\l
  \definedummyword\o
  \definedummyword\oe
  \definedummyword\ordf
  \definedummyword\ordm
  \definedummyword\questiondown
  \definedummyword\ss
  \definedummyword\th
  %
  % Although these internal commands shouldn't show up, sometimes they do.
  \definedummyword\bf
  \definedummyword\gtr
  \definedummyword\hat
  \definedummyword\less
  \definedummyword\sf
  \definedummyword\sl
  \definedummyword\tclose
  \definedummyword\tt
  %
  \definedummyword\LaTeX
  \definedummyword\TeX
  %
  % Assorted special characters.
  \definedummyword\ampchar
  \definedummyword\atchar
  \definedummyword\arrow
  \definedummyword\backslashchar
  \definedummyword\bullet
  \definedummyword\comma
  \definedummyword\copyright
  \definedummyword\registeredsymbol
  \definedummyword\dots
  \definedummyword\enddots
  \definedummyword\entrybreak
  \definedummyword\equiv
  \definedummyword\error
  \definedummyword\euro
  \definedummyword\expansion
  \definedummyword\geq
  \definedummyword\guillemetleft
  \definedummyword\guillemetright
  \definedummyword\guilsinglleft
  \definedummyword\guilsinglright
  \definedummyword\lbracechar
  \definedummyword\leq
  \definedummyword\mathopsup
  \definedummyword\minus
  \definedummyword\ogonek
  \definedummyword\pounds
  \definedummyword\point
  \definedummyword\print
  \definedummyword\quotedblbase
  \definedummyword\quotedblleft
  \definedummyword\quotedblright
  \definedummyword\quoteleft
  \definedummyword\quoteright
  \definedummyword\quotesinglbase
  \definedummyword\rbracechar
  \definedummyword\result
  \definedummyword\sub
  \definedummyword\sup
  \definedummyword\textdegree
  %
  \definedummyword\subentry
  %
  % We want to disable all macros so that they are not expanded by \write.
  \macrolist
  \let\value\dummyvalue
  %
  \normalturnoffactive
}

% \commondummiesnofonts: common to \definedummies and \indexnofonts.
% Define \commondummyletter, \commondummyaccent and \commondummyword before
% using.  Used for accents, font commands, and various control letters.
%
\def\commondummiesnofonts{%
  % Control letters and accents.
  \commondummyletter\!%
  \commondummyaccent\"%
  \commondummyaccent\'%
  \commondummyletter\*%
  \commondummyaccent\,%
  \commondummyletter\.%
  \commondummyletter\/%
  \commondummyletter\:%
  \commondummyaccent\=%
  \commondummyletter\?%
  \commondummyaccent\^%
  \commondummyaccent\`%
  \commondummyaccent\~%
  \commondummyword\u
  \commondummyword\v
  \commondummyword\H
  \commondummyword\dotaccent
  \commondummyword\ogonek
  \commondummyword\ringaccent
  \commondummyword\tieaccent
  \commondummyword\ubaraccent
  \commondummyword\udotaccent
  \commondummyword\dotless
  %
  % Texinfo font commands.
  \commondummyword\b
  \commondummyword\i
  \commondummyword\r
  \commondummyword\sansserif
  \commondummyword\sc
  \commondummyword\slanted
  \commondummyword\t
  %
  % Commands that take arguments.
  \commondummyword\abbr
  \commondummyword\acronym
  \commondummyword\anchor
  \commondummyword\cite
  \commondummyword\code
  \commondummyword\command
  \commondummyword\dfn
  \commondummyword\dmn
  \commondummyword\email
  \commondummyword\emph
  \commondummyword\env
  \commondummyword\file
  \commondummyword\image
  \commondummyword\indicateurl
  \commondummyword\inforef
  \commondummyword\kbd
  \commondummyword\key
  \commondummyword\math
  \commondummyword\option
  \commondummyword\pxref
  \commondummyword\ref
  \commondummyword\samp
  \commondummyword\strong
  \commondummyword\tie
  \commondummyword\U
  \commondummyword\uref
  \commondummyword\url
  \commondummyword\var
  \commondummyword\verb
  \commondummyword\w
  \commondummyword\xref
}

\let\indexlbrace\relax
\let\indexrbrace\relax
\let\indexatchar\relax
\let\indexbackslash\relax

{\catcode`\@=0
\catcode`\\=13
  @gdef@backslashdisappear{@def\{}}
}

{
\catcode`\<=13
\catcode`\-=13
\catcode`\`=13
  \gdef\indexnonalnumdisappear{%
    \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax\else
      % @set txiindexlquoteignore makes us ignore left quotes in the sort term.
      % (Introduced for FSFS 2nd ed.)
      \let`=\empty
    \fi
    %
    \expandafter\ifx\csname SETtxiindexbackslashignore\endcsname\relax\else
      \backslashdisappear
    \fi
    %
    \expandafter\ifx\csname SETtxiindexhyphenignore\endcsname\relax\else
      \def-{}%
    \fi
    \expandafter\ifx\csname SETtxiindexlessthanignore\endcsname\relax\else
      \def<{}%
    \fi
    \expandafter\ifx\csname SETtxiindexatsignignore\endcsname\relax\else
      \def\@{}%
    \fi
  }

  \gdef\indexnonalnumreappear{%
    \let-\normaldash
    \let<\normalless
  }
}


% \indexnofonts is used when outputting the strings to sort the index
% by, and when constructing control sequence names.  It eliminates all
% control sequences and just writes whatever the best ASCII sort string
% would be for a given command (usually its argument).
%
\def\indexnofonts{%
  % Accent commands should become @asis.
  \def\commondummyaccent##1{\let##1\asis}%
  % We can just ignore other control letters.
  \def\commondummyletter##1{\let##1\empty}%
  % All control words become @asis by default; overrides below.
  \let\commondummyword\commondummyaccent
  \commondummiesnofonts
  %
  % Don't no-op \tt, since it isn't a user-level command
  % and is used in the definitions of the active chars like <, >, |, etc.
  % Likewise with the other plain tex font commands.
  %\let\tt=\asis
  %
  \def\ { }%
  \def\@{@}%
  \def\_{\normalunderscore}%
  \def\-{}% @- shouldn't affect sorting
  %
  \uccode`\1=`\{ \uppercase{\def\{{1}}%
  \uccode`\1=`\} \uppercase{\def\}{1}}%
  \let\lbracechar\{%
  \let\rbracechar\}%
  %
  % Non-English letters.
  \def\AA{AA}%
  \def\AE{AE}%
  \def\DH{DZZ}%
  \def\L{L}%
  \def\OE{OE}%
  \def\O{O}%
  \def\TH{TH}%
  \def\aa{aa}%
  \def\ae{ae}%
  \def\dh{dzz}%
  \def\exclamdown{!}%
  \def\l{l}%
  \def\oe{oe}%
  \def\ordf{a}%
  \def\ordm{o}%
  \def\o{o}%
  \def\questiondown{?}%
  \def\ss{ss}%
  \def\th{th}%
  %
  \let\do\indexnofontsdef
  %
  \do\LaTeX{LaTeX}%
  \do\TeX{TeX}%
  %
  % Assorted special characters.
  \do\atchar{@}%
  \do\arrow{->}%
  \do\bullet{bullet}%
  \do\comma{,}%
  \do\copyright{copyright}%
  \do\dots{...}%
  \do\enddots{...}%
  \do\equiv{==}%
  \do\error{error}%
  \do\euro{euro}%
  \do\expansion{==>}%
  \do\geq{>=}%
  \do\guillemetleft{<<}%
  \do\guillemetright{>>}%
  \do\guilsinglleft{<}%
  \do\guilsinglright{>}%
  \do\leq{<=}%
  \do\lbracechar{\{}%
  \do\minus{-}%
  \do\point{.}%
  \do\pounds{pounds}%
  \do\print{-|}%
  \do\quotedblbase{"}%
  \do\quotedblleft{"}%
  \do\quotedblright{"}%
  \do\quoteleft{`}%
  \do\quoteright{'}%
  \do\quotesinglbase{,}%
  \do\rbracechar{\}}%
  \do\registeredsymbol{R}%
  \do\result{=>}%
  \do\textdegree{o}%
  %
  % We need to get rid of all macros, leaving only the arguments (if present).
  % Of course this is not nearly correct, but it is the best we can do for now.
  % makeinfo does not expand macros in the argument to @deffn, which ends up
  % writing an index entry, and texindex isn't prepared for an index sort entry
  % that starts with \.
  %
  % Since macro invocations are followed by braces, we can just redefine them
  % to take a single TeX argument.  The case of a macro invocation that
  % goes to end-of-line is not handled.
  %
  \macrolist
  \let\value\indexnofontsvalue
}

% Give the control sequence a definition that removes the {} that follows
% its use, e.g. @AA{} -> AA
\def\indexnofontsdef#1#2{\def#1##1{#2}}%




% #1 is the index name, #2 is the entry text.
\def\doind#1#2{%
  \iflinks
  {%
    %
    \requireopenindexfile{#1}%
    \edef\writeto{\csname#1indfile\endcsname}%
    %
    \def\indextext{#2}%
    \safewhatsit\doindwrite
  }%
  \fi
}

% Same as \doind, but for code indices
\def\docind#1#2{%
  \iflinks
  {%
    %
    \requireopenindexfile{#1}%
    \edef\writeto{\csname#1indfile\endcsname}%
    %
    \def\indextext{#2}%
    \safewhatsit\docindwrite
  }%
  \fi
}

% Check if an index file has been opened, and if not, open it.
\def\requireopenindexfile#1{%
\ifnum\csname #1indfile\endcsname=0
  \expandafter\newwrite \csname#1indfile\endcsname
  \edef\suffix{#1}%
  % A .fls suffix would conflict with the file extension for the output
  % of -recorder, so use .f1s instead.
  \ifx\suffix\indexisfl\def\suffix{f1}\fi
  % Open the file
  \immediate\openout\csname#1indfile\endcsname \jobname.\suffix
  % Using \immediate above here prevents an object entering into the current
  % box, which could confound checks such as those in \safewhatsit for
  % preceding skips.
  \typeout{Writing index file \jobname.\suffix}%
\fi}
\def\indexisfl{fl}

% Definition for writing index entry sort key.
{
\catcode`\-=13
\gdef\indexwritesortas{%
  \begingroup
  \indexnonalnumreappear
  \indexwritesortasxxx}
\gdef\indexwritesortasxxx#1{%
  \xdef\indexsortkey{#1}\endgroup}
}

\def\indexwriteseealso#1{
  \gdef\pagenumbertext{\string\seealso{#1}}%
}
\def\indexwriteseeentry#1{
  \gdef\pagenumbertext{\string\seeentry{#1}}%
}

% The default definitions
\def\sortas#1{}%
\def\seealso#1{\i{\putwordSeeAlso}\ #1}% for sorted index file only
\def\putwordSeeAlso{See also}
\def\seeentry#1{\i{\putwordSee}\ #1}% for sorted index file only


% Given index entry text like "aaa @subentry bbb @sortas{ZZZ}":
%   * Set \bracedtext to "{aaa}{bbb}"
%   * Set \fullindexsortkey to "aaa @subentry ZZZ"
%   * If @seealso occurs, set \pagenumbertext
%
\def\splitindexentry#1{%
  \gdef\fullindexsortkey{}%
  \xdef\bracedtext{}%
  \def\sep{}%
  \def\seealso##1{}%
  \def\seeentry##1{}%
  \expandafter\doindexsegment#1\subentry\finish\subentry
}

% append the results from the next segment
\def\doindexsegment#1\subentry{%
  \def\segment{#1}%
  \ifx\segment\isfinish
  \else
    %
    % Fully expand the segment, throwing away any @sortas directives, and
    % trim spaces.
    \edef\trimmed{\segment}%
    \edef\trimmed{\expandafter\eatspaces\expandafter{\trimmed}}%
    \ifincodeindex
      \edef\trimmed{\noexpand\code{\trimmed}}%
    \fi
    %
    \xdef\bracedtext{\bracedtext{\trimmed}}%
    %
    % Get the string to sort by.  Process the segment with all
    % font commands turned off.
    \bgroup
      \let\sortas\indexwritesortas
      \let\seealso\indexwriteseealso
      \let\seeentry\indexwriteseeentry
      \indexnofonts
      % The braces around the commands are recognized by texindex.
      \def\lbracechar{{\string\indexlbrace}}%
      \def\rbracechar{{\string\indexrbrace}}%
      \let\{=\lbracechar
      \let\}=\rbracechar
      \def\@{{\string\indexatchar}}%
      \def\atchar##1{\@}%
      \def\backslashchar{{\string\indexbackslash}}%
      \uccode`\~=`\\ \uppercase{\let~\backslashchar}%
      %
      \let\indexsortkey\empty
      \global\let\pagenumbertext\empty
      % Execute the segment and throw away the typeset output.  This executes
      % any @sortas or @seealso commands in this segment.
      \setbox\dummybox = \hbox{\segment}%
      \ifx\indexsortkey\empty{%
        \indexnonalnumdisappear
        \xdef\trimmed{\segment}%
        \xdef\trimmed{\expandafter\eatspaces\expandafter{\trimmed}}%
        \xdef\indexsortkey{\trimmed}%
        \ifx\indexsortkey\empty\xdef\indexsortkey{ }\fi
      }\fi
      %
      % Append to \fullindexsortkey.
      \edef\tmp{\gdef\noexpand\fullindexsortkey{%
                  \fullindexsortkey\sep\indexsortkey}}%
      \tmp
    \egroup
    \def\sep{\subentry}%
    %
    \expandafter\doindexsegment
  \fi
}
\def\isfinish{\finish}%
\newbox\dummybox % used above

\let\subentry\relax

% Use \ instead of @ in index files.  To support old texi2dvi and texindex.
% This works without changing the escape character used in the toc or aux
% files because the index entries are fully expanded here, and \string uses
% the current value of \escapechar.
\def\escapeisbackslash{\escapechar=`\\}

% Use \ in index files by default.  texi2dvi didn't support @ as the escape
% character (as it checked for "\entry" in the files, and not "@entry").  When
% the new version of texi2dvi has had a chance to become more prevalent, then
% the escape character can change back to @ again.  This should be an easy
% change to make now because both @ and \ are only used as escape characters in
% index files, never standing for themselves.
%
\set txiindexescapeisbackslash

% Write the entry in \indextext to the index file.
%

\newif\ifincodeindex
\def\doindwrite{\incodeindexfalse\doindwritex}
\def\docindwrite{\incodeindextrue\doindwritex}

\def\doindwritex{%
  \maybemarginindex
  %
  \atdummies
  %
  \expandafter\ifx\csname SETtxiindexescapeisbackslash\endcsname\relax\else
    \escapeisbackslash
  \fi
  %
  % For texindex which always views { and } as separators.
  \def\{{\lbracechar{}}%
  \def\}{\rbracechar{}}%
  \uccode`\~=`\\ \uppercase{\def~{\backslashchar{}}}%
  %
  % Split the entry into primary entry and any subentries, and get the index
  % sort key.
  \splitindexentry\indextext
  %
  % Set up the complete index entry, with both the sort key and
  % the original text, including any font commands.  We write
  % three arguments to \entry to the .?? file (four in the
  % subentry case), texindex reduces to two when writing the .??s
  % sorted result.
  %
  \edef\temp{%
    \write\writeto{%
      \string\entry{\fullindexsortkey}%
        {\ifx\pagenumbertext\empty\noexpand\folio\else\pagenumbertext\fi}%
        \bracedtext}%
  }%
  \temp
}

% Put the index entry in the margin if desired (undocumented).
\def\maybemarginindex{%
  \ifx\SETmarginindex\relax\else
    \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \relax\indextext}}%
  \fi
}
\let\SETmarginindex=\relax


% Take care of unwanted page breaks/skips around a whatsit:
%
% If a skip is the last thing on the list now, preserve it
% by backing up by \lastskip, doing the \write, then inserting
% the skip again.  Otherwise, the whatsit generated by the
% \write or \pdfdest will make \lastskip zero.  The result is that
% sequences like this:
% @end defun
% @tindex whatever
% @defun ...
% will have extra space inserted, because the \medbreak in the
% start of the @defun won't see the skip inserted by the @end of
% the previous defun.
%
% But don't do any of this if we're not in vertical mode.  We
% don't want to do a \vskip and prematurely end a paragraph.
%
% Avoid page breaks due to these extra skips, too.
%
% But wait, there is a catch there:
% We'll have to check whether \lastskip is zero skip.  \ifdim is not
% sufficient for this purpose, as it ignores stretch and shrink parts
% of the skip.  The only way seems to be to check the textual
% representation of the skip.
%
% The following is almost like \def\zeroskipmacro{0.0pt} except that
% the ``p'' and ``t'' characters have catcode \other, not 11 (letter).
%
\edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname}
%
\newskip\whatsitskip
\newcount\whatsitpenalty
%
% ..., ready, GO:
%
\def\safewhatsit#1{\ifhmode
  #1%
 \else
  % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
  \whatsitskip = \lastskip
  \edef\lastskipmacro{\the\lastskip}%
  \whatsitpenalty = \lastpenalty
  %
  % If \lastskip is nonzero, that means the last item was a
  % skip.  And since a skip is discardable, that means this
  % -\whatsitskip glue we're inserting is preceded by a
  % non-discardable item, therefore it is not a potential
  % breakpoint, therefore no \nobreak needed.
  \ifx\lastskipmacro\zeroskipmacro
  \else
    \vskip-\whatsitskip
  \fi
  %
  #1%
  %
  \ifx\lastskipmacro\zeroskipmacro
    % If \lastskip was zero, perhaps the last item was a penalty, and
    % perhaps it was >=10000, e.g., a \nobreak.  In that case, we want
    % to re-insert the same penalty (values >10000 are used for various
    % signals); since we just inserted a non-discardable item, any
    % following glue (such as a \parskip) would be a breakpoint.  For example:
    %   @deffn deffn-whatever
    %   @vindex index-whatever
    %   Description.
    % would allow a break between the index-whatever whatsit
    % and the "Description." paragraph.
    \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi
  \else
    % On the other hand, if we had a nonzero \lastskip,
    % this make-up glue would be preceded by a non-discardable item
    % (the whatsit from the \write), so we must insert a \nobreak.
    \nobreak\vskip\whatsitskip
  \fi
\fi}

% The index entry written in the file actually looks like
%  \entry {sortstring}{page}{topic}
% or
%  \entry {sortstring}{page}{topic}{subtopic}
% The texindex program reads in these files and writes files
% containing these kinds of lines:
%  \initial {c}
%     before the first topic whose initial is c
%  \entry {topic}{pagelist}
%     for a topic that is used without subtopics
%  \primary {topic}
%  \entry {topic}{}
%     for the beginning of a topic that is used with subtopics
%  \secondary {subtopic}{pagelist}
%     for each subtopic.
%  \secondary {subtopic}{}
%     for a subtopic with sub-subtopics
%  \tertiary {subtopic}{subsubtopic}{pagelist}
%     for each sub-subtopic.

% Define the user-accessible indexing commands
% @findex, @vindex, @kindex, @cindex.

\def\findex {\fnindex}
\def\kindex {\kyindex}
\def\cindex {\cpindex}
\def\vindex {\vrindex}
\def\tindex {\tpindex}
\def\pindex {\pgindex}

% Define the macros used in formatting output of the sorted index material.

% @printindex causes a particular index (the ??s file) to get printed.
% It does not print any chapter heading (usually an @unnumbered).
%
\parseargdef\printindex{\begingroup
  \dobreak \chapheadingskip{10000}%
  %
  \smallfonts \rm
  \tolerance = 9500
  \plainfrenchspacing
  \everypar = {}% don't want the \kern\-parindent from indentation suppression.
  %
  % See comment in \requireopenindexfile.
  \def\indexname{#1}\ifx\indexname\indexisfl\def\indexname{f1}\fi
  %
  % See if the index file exists and is nonempty.
  \openin 1 \jobname.\indexname s
  \ifeof 1
    % \enddoublecolumns gets confused if there is no text in the index,
    % and it loses the chapter title and the aux file entries for the
    % index.  The easiest way to prevent this problem is to make sure
    % there is some text.
    \putwordIndexNonexistent
    \typeout{No file \jobname.\indexname s.}%
  \else
    % If the index file exists but is empty, then \openin leaves \ifeof
    % false.  We have to make TeX try to read something from the file, so
    % it can discover if there is anything in it.
    \read 1 to \thisline
    \ifeof 1
      \putwordIndexIsEmpty
    \else
      \expandafter\printindexzz\thisline\relax\relax\finish%
    \fi
  \fi
  \closein 1
\endgroup}

% If the index file starts with a backslash, forgo reading the index
% file altogether.  If somebody upgrades texinfo.tex they may still have
% old index files using \ as the escape character.  Reading this would
% at best lead to typesetting garbage, at worst a TeX syntax error.
\def\printindexzz#1#2\finish{%
  \expandafter\ifx\csname SETtxiindexescapeisbackslash\endcsname\relax
    \uccode`\~=`\\ \uppercase{\if\noexpand~}\noexpand#1
      \expandafter\ifx\csname SETtxiskipindexfileswithbackslash\endcsname\relax
\errmessage{%
ERROR: A sorted index file in an obsolete format was skipped.
To fix this problem, please upgrade your version of 'texi2dvi'
or 'texi2pdf' to that at <https://ftp.gnu.org/gnu/texinfo>.
If you are using an old version of 'texindex' (part of the Texinfo
distribution), you may also need to upgrade to a newer version (at least 6.0).
You may be able to typeset the index if you run
'texindex \jobname.\indexname' yourself.
You could also try setting the 'txiindexescapeisbackslash' flag by
running a command like
'texi2dvi -t "@set txiindexescapeisbackslash" \jobname.texi'.  If you do
this, Texinfo will try to use index files in the old format.
If you continue to have problems, deleting the index files and starting again
might help (with 'rm \jobname.?? \jobname.??s')%
}%
      \else
        (Skipped sorted index file in obsolete format)
      \fi
    \else
      \begindoublecolumns
      \input \jobname.\indexname s
      \enddoublecolumns
    \fi
  \else
    \begindoublecolumns
    \catcode`\\=0\relax
    %
    % Make @ an escape character to give macros a chance to work.  This
    % should work because we (hopefully) don't otherwise use @ in index files.
    %\catcode`\@=12\relax
    \catcode`\@=0\relax
    \input \jobname.\indexname s
    \enddoublecolumns
  \fi
}

% These macros are used by the sorted index file itself.
% Change them to control the appearance of the index.

{\catcode`\/=13 \catcode`\-=13 \catcode`\^=13 \catcode`\~=13 \catcode`\_=13
\catcode`\|=13 \catcode`\<=13 \catcode`\>=13 \catcode`\+=13 \catcode`\"=13
\catcode`\$=3
\gdef\initialglyphs{%
  % special control sequences used in the index sort key
  \let\indexlbrace\{%
  \let\indexrbrace\}%
  \let\indexatchar\@%
  \def\indexbackslash{\math{\backslash}}%
  %
  % Some changes for non-alphabetic characters.  Using the glyphs from the
  % math fonts looks more consistent than the typewriter font used elsewhere
  % for these characters.
  \uccode`\~=`\\ \uppercase{\def~{\math{\backslash}}}
  %
  % In case @\ is used for backslash
  \uppercase{\let\\=~}
  % Can't get bold backslash so don't use bold forward slash
  \catcode`\/=13
  \def/{{\secrmnotbold \normalslash}}%
  \def-{{\normaldash\normaldash}}% en dash `--'
  \def^{{\chapbf \normalcaret}}%
  \def~{{\chapbf \normaltilde}}%
  \def\_{%
     \leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }%
  \def|{$\vert$}%
  \def<{$\less$}%
  \def>{$\gtr$}%
  \def+{$\normalplus$}%
}}

\def\initial{%
  \bgroup
  \initialglyphs
  \initialx
}

\def\initialx#1{%
  % Remove any glue we may have, we'll be inserting our own.
  \removelastskip
  %
  % We like breaks before the index initials, so insert a bonus.
  % The glue before the bonus allows a little bit of space at the
  % bottom of a column to reduce an increase in inter-line spacing.
  \nobreak
  \vskip 0pt plus 5\baselineskip
  \penalty -300
  \vskip 0pt plus -5\baselineskip
  %
  % Typeset the initial.  Making this add up to a whole number of
  % baselineskips increases the chance of the dots lining up from column
  % to column.  It still won't often be perfect, because of the stretch
  % we need before each entry, but it's better.
  %
  % No shrink because it confuses \balancecolumns.
  \vskip 1.67\baselineskip plus 1\baselineskip
  \leftline{\secfonts \kern-0.05em \secbf #1}%
  % \secfonts is inside the argument of \leftline so that the change of
  % \baselineskip will not affect any glue inserted before the vbox that
  % \leftline creates.
  % Do our best not to break after the initial.
  \nobreak
  \vskip .33\baselineskip plus .1\baselineskip
  \egroup % \initialglyphs
}

\newdimen\entryrightmargin
\entryrightmargin=0pt

% \entry typesets a paragraph consisting of the text (#1), dot leaders, and
% then page number (#2) flushed to the right margin.  It is used for index
% and table of contents entries.  The paragraph is indented by \leftskip.
%
\def\entry{%
  \begingroup
    %
    % Start a new paragraph if necessary, so our assignments below can't
    % affect previous text.
    \par
    %
    % No extra space above this paragraph.
    \parskip = 0in
    %
    % When reading the text of entry, convert explicit line breaks
    % from @* into spaces.  The user might give these in long section
    % titles, for instance.
    \def\*{\unskip\space\ignorespaces}%
    \def\entrybreak{\hfil\break}% An undocumented command
    %
    % Swallow the left brace of the text (first parameter):
    \afterassignment\doentry
    \let\temp =
}
\def\entrybreak{\unskip\space\ignorespaces}%
\def\doentry{%
    % Save the text of the entry
    \global\setbox\boxA=\hbox\bgroup
    \bgroup % Instead of the swallowed brace.
      \noindent
      \aftergroup\finishentry
      % And now comes the text of the entry.
      % Not absorbing as a macro argument reduces the chance of problems
      % with catcodes occurring.
}
{\catcode`\@=11
\gdef\finishentry#1{%
    \egroup % end box A
    \dimen@ = \wd\boxA % Length of text of entry
    \global\setbox\boxA=\hbox\bgroup
      \unhbox\boxA
      % #1 is the page number.
      %
      % Get the width of the page numbers, and only use
      % leaders if they are present.
      \global\setbox\boxB = \hbox{#1}%
      \ifdim\wd\boxB = 0pt
        \null\nobreak\hfill\ %
      \else
        %
        \null\nobreak\indexdotfill % Have leaders before the page number.
        %
        \ifpdforxetex
          \pdfgettoks#1.%
          \hskip\skip\thinshrinkable\the\toksA
        \else
          \hskip\skip\thinshrinkable #1%
        \fi
      \fi
    \egroup % end \boxA
    \ifdim\wd\boxB = 0pt
      \noindent\unhbox\boxA\par
      \nobreak
    \else\bgroup
      % We want the text of the entries to be aligned to the left, and the
      % page numbers to be aligned to the right.
      %
      \parindent = 0pt
      \advance\leftskip by 0pt plus 1fil
      \advance\leftskip by 0pt plus -1fill
      \rightskip = 0pt plus -1fil
      \advance\rightskip by 0pt plus 1fill
      % Cause last line, which could consist of page numbers on their own
      % if the list of page numbers is long, to be aligned to the right.
      \parfillskip=0pt plus -1fill
      %
      \advance\rightskip by \entryrightmargin
      % Determine how far we can stretch into the margin.
      % This allows, e.g., "Appendix H  GNU Free Documentation License" to
      % fit on one line in @letterpaper format.
      \ifdim\entryrightmargin>2.1em
        \dimen@i=2.1em
      \else
        \dimen@i=0em
      \fi
      \advance \parfillskip by 0pt minus 1\dimen@i
      %
      \dimen@ii = \hsize
      \advance\dimen@ii by -1\leftskip
      \advance\dimen@ii by -1\entryrightmargin
      \advance\dimen@ii by 1\dimen@i
      \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line
      \ifdim\dimen@ > 0.8\dimen@ii   % due to long index text
        % Try to split the text roughly evenly.  \dimen@ will be the length of
        % the first line.
        \dimen@ = 0.7\dimen@
        \dimen@ii = \hsize
        \ifnum\dimen@>\dimen@ii
          % If the entry is too long (for example, if it needs more than
          % two lines), use all the space in the first line.
          \dimen@ = \dimen@ii
        \fi
        \advance\leftskip by 0pt plus 1fill % ragged right
        \advance \dimen@ by 1\rightskip
        \parshape = 2 0pt \dimen@ 0em \dimen@ii
        % Ideally we'd add a finite glue at the end of the first line only,
        % instead of using \parshape with explicit line lengths, but TeX
        % doesn't seem to provide a way to do such a thing.
        %
        % Indent all lines but the first one.
        \advance\leftskip by 1em
        \advance\parindent by -1em
      \fi\fi
      \indent % start paragraph
      \unhbox\boxA
      %
      % Do not prefer a separate line ending with a hyphen to fewer lines.
      \finalhyphendemerits = 0
      %
      % Word spacing - no stretch
      \spaceskip=\fontdimen2\font minus \fontdimen4\font
      %
      \linepenalty=1000  % Discourage line breaks.
      \hyphenpenalty=5000  % Discourage hyphenation.
      %
      \par % format the paragraph
    \egroup % The \vbox
    \fi
  \endgroup
}}

\newskip\thinshrinkable
\skip\thinshrinkable=.15em minus .15em

% Like plain.tex's \dotfill, except uses up at least 1 em.
% The filll stretch here overpowers both the fil and fill stretch to push
% the page number to the right.
\def\indexdotfill{\cleaders
  \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1filll}


\def\primary #1{\line{#1\hfil}}

\def\secondary{\indententry{0.5cm}}
\def\tertiary{\indententry{1cm}}

\def\indententry#1#2#3{%
  \bgroup
  \leftskip=#1
  \entry{#2}{#3}%
  \egroup
}

% Define two-column mode, which we use to typeset indexes.
% Adapted from the TeXbook, page 416, which is to say,
% the manmac.tex format used to print the TeXbook itself.
\catcode`\@=11  % private names

\newbox\partialpage
\newdimen\doublecolumnhsize

\def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
  % If not much space left on page, start a new page.
  \ifdim\pagetotal>0.8\vsize\vfill\eject\fi
  %
  % Grab any single-column material above us.
  \output = {%
    \savetopmark
    %
    \global\setbox\partialpage = \vbox{%
      % Unvbox the main output page.
      \unvbox\PAGE
      \kern-\topskip \kern\baselineskip
    }%
  }%
  \eject % run that output routine to set \partialpage
  %
  % Use the double-column output routine for subsequent pages.
  \output = {\doublecolumnout}%
  %
  % Change the page size parameters.  We could do this once outside this
  % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
  % format, but then we repeat the same computation.  Repeating a couple
  % of assignments once per index is clearly meaningless for the
  % execution time, so we may as well do it in one place.
  %
  % First we halve the line length, less a little for the gutter between
  % the columns.  We compute the gutter based on the line length, so it
  % changes automatically with the paper format.  The magic constant
  % below is chosen so that the gutter has the same value (well, +-<1pt)
  % as it did when we hard-coded it.
  %
  % We put the result in a separate register, \doublecolumhsize, so we
  % can restore it in \pagesofar, after \hsize itself has (potentially)
  % been clobbered.
  %
  \doublecolumnhsize = \hsize
    \advance\doublecolumnhsize by -.04154\hsize
    \divide\doublecolumnhsize by 2
  \hsize = \doublecolumnhsize
  %
  % Get the available space for the double columns -- the normal
  % (undoubled) page height minus any material left over from the
  % previous page.
  \advance\vsize by -\ht\partialpage
  \vsize = 2\vsize
  %
  % For the benefit of balancing columns
  \advance\baselineskip by 0pt plus 0.5pt
}

% The double-column output routine for all double-column pages except
% the last, which is done by \balancecolumns.
%
\def\doublecolumnout{%
  %
  \savetopmark
  \splittopskip=\topskip \splitmaxdepth=\maxdepth
  \dimen@ = \vsize
  \divide\dimen@ by 2
  %
  % box0 will be the left-hand column, box2 the right.
  \setbox0=\vsplit\PAGE to\dimen@ \setbox2=\vsplit\PAGE to\dimen@
  \global\advance\vsize by 2\ht\partialpage
  \onepageout\pagesofar % empty except for the first time we are called
  \unvbox\PAGE
  \penalty\outputpenalty
}
%
% Re-output the contents of the output page -- any previous material,
% followed by the two boxes we just split, in box0 and box2.
\def\pagesofar{%
  \unvbox\partialpage
  %
  \hsize = \doublecolumnhsize
  \wd0=\hsize \wd2=\hsize
  \hbox to\txipagewidth{\box0\hfil\box2}%
}


% Finished with double columns.
\def\enddoublecolumns{%
  % The following penalty ensures that the page builder is exercised
  % _before_ we change the output routine.  This is necessary in the
  % following situation:
  %
  % The last section of the index consists only of a single entry.
  % Before this section, \pagetotal is less than \pagegoal, so no
  % break occurs before the last section starts.  However, the last
  % section, consisting of \initial and the single \entry, does not
  % fit on the page and has to be broken off.  Without the following
  % penalty the page builder will not be exercised until \eject
  % below, and by that time we'll already have changed the output
  % routine to the \balancecolumns version, so the next-to-last
  % double-column page will be processed with \balancecolumns, which
  % is wrong:  The two columns will go to the main vertical list, with
  % the broken-off section in the recent contributions.  As soon as
  % the output routine finishes, TeX starts reconsidering the page
  % break.  The two columns and the broken-off section both fit on the
  % page, because the two columns now take up only half of the page
  % goal.  When TeX sees \eject from below which follows the final
  % section, it invokes the new output routine that we've set after
  % \balancecolumns below; \onepageout will try to fit the two columns
  % and the final section into the vbox of \txipageheight (see
  % \pagebody), causing an overfull box.
  %
  % Note that glue won't work here, because glue does not exercise the
  % page builder, unlike penalties (see The TeXbook, pp. 280-281).
  \penalty0
  %
  \output = {%
    % Split the last of the double-column material.
    \savetopmark
    \balancecolumns
  }%
  \eject % call the \output just set
  \ifdim\pagetotal=0pt
    % Having called \balancecolumns once, we do not
    % want to call it again.  Therefore, reset \output to its normal
    % definition right away.
    \global\output=\expandafter{\the\defaultoutput}
    %
    \endgroup % started in \begindoublecolumns
    % Leave the double-column material on the current page, no automatic
    % page break.
    \box\balancedcolumns
    %
    % \pagegoal was set to the doubled \vsize above, since we restarted
    % the current page.  We're now back to normal single-column
    % typesetting, so reset \pagegoal to the normal \vsize.
    \global\vsize = \txipageheight %
    \pagegoal = \txipageheight %
  \else
    % We had some left-over material.  This might happen when \doublecolumnout
    % is called in \balancecolumns.  Try again.
    \expandafter\enddoublecolumns
  \fi
}
\newbox\balancedcolumns
\setbox\balancedcolumns=\vbox{shouldnt see this}%
%
% Only called for the last of the double column material.  \doublecolumnout
% does the others.
\def\balancecolumns{%
  \setbox0 = \vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120.
  \dimen@ = \ht0
  \ifdim\dimen@<7\baselineskip
    % Don't split a short final column in two.
    \setbox2=\vbox{}%
    \global\setbox\balancedcolumns=\vbox{\pagesofar}%
  \else
    % double the leading vertical space
    \advance\dimen@ by \topskip
    \advance\dimen@ by-\baselineskip
    \divide\dimen@ by 2 % target to split to
    \dimen@ii = \dimen@
    \splittopskip = \topskip
    % Loop until left column is at least as high as the right column.
    {%
      \vbadness = 10000
      \loop
        \global\setbox3 = \copy0
        \global\setbox1 = \vsplit3 to \dimen@
      \ifdim\ht1<\ht3
        \global\advance\dimen@ by 1pt
      \repeat
    }%
    % Now the left column is in box 1, and the right column in box 3.
    %
    % Check whether the left column has come out higher than the page itself.
    % (Note that we have doubled \vsize for the double columns, so
    % the actual height of the page is 0.5\vsize).
    \ifdim2\ht1>\vsize
      % It appears that we have been called upon to balance too much material.
      % Output some of it with \doublecolumnout, leaving the rest on the page.
      \setbox\PAGE=\box0
      \doublecolumnout
    \else
      % Compare the heights of the two columns.
      \ifdim4\ht1>5\ht3
        % Column heights are too different, so don't make their bottoms
        % flush with each other.
        \setbox2=\vbox to \ht1 {\unvbox3\vfill}%
        \setbox0=\vbox to \ht1 {\unvbox1\vfill}%
      \else
        % Make column bottoms flush with each other.
        \setbox2=\vbox to\ht1{\unvbox3\unskip}%
        \setbox0=\vbox to\ht1{\unvbox1\unskip}%
      \fi
      \global\setbox\balancedcolumns=\vbox{\pagesofar}%
    \fi
  \fi
  %
}
\catcode`\@ = \other


\message{sectioning,}
% Chapters, sections, etc.

% Let's start with @part.
\outer\parseargdef\part{\partzzz{#1}}
\def\partzzz#1{%
  \chapoddpage
  \null
  \vskip.3\vsize  % move it down on the page a bit
  \begingroup
    \noindent \titlefonts\rm #1\par % the text
    \let\lastnode=\empty      % no node to associate with
    \writetocentry{part}{#1}{}% but put it in the toc
    \headingsoff              % no headline or footline on the part page
    % This outputs a mark at the end of the page that clears \thischapter
    % and \thissection, as is done in \startcontents.
    \let\pchapsepmacro\relax
    \chapmacro{}{Yomitfromtoc}{}%
    \chapoddpage
  \endgroup
}

% \unnumberedno is an oxymoron.  But we count the unnumbered
% sections so that we can refer to them unambiguously in the pdf
% outlines by their "section number".  We avoid collisions with chapter
% numbers by starting them at 10000.  (If a document ever has 10000
% chapters, we're in trouble anyway, I'm sure.)
\newcount\unnumberedno \unnumberedno = 10000
\newcount\chapno
\newcount\secno        \secno=0
\newcount\subsecno     \subsecno=0
\newcount\subsubsecno  \subsubsecno=0

% This counter is funny since it counts through charcodes of letters A, B, ...
\newcount\appendixno  \appendixno = `\@
%
% \def\appendixletter{\char\the\appendixno}
% We do the following ugly conditional instead of the above simple
% construct for the sake of pdftex, which needs the actual
% letter in the expansion, not just typeset.
%
\def\appendixletter{%
  \ifnum\appendixno=`A A%
  \else\ifnum\appendixno=`B B%
  \else\ifnum\appendixno=`C C%
  \else\ifnum\appendixno=`D D%
  \else\ifnum\appendixno=`E E%
  \else\ifnum\appendixno=`F F%
  \else\ifnum\appendixno=`G G%
  \else\ifnum\appendixno=`H H%
  \else\ifnum\appendixno=`I I%
  \else\ifnum\appendixno=`J J%
  \else\ifnum\appendixno=`K K%
  \else\ifnum\appendixno=`L L%
  \else\ifnum\appendixno=`M M%
  \else\ifnum\appendixno=`N N%
  \else\ifnum\appendixno=`O O%
  \else\ifnum\appendixno=`P P%
  \else\ifnum\appendixno=`Q Q%
  \else\ifnum\appendixno=`R R%
  \else\ifnum\appendixno=`S S%
  \else\ifnum\appendixno=`T T%
  \else\ifnum\appendixno=`U U%
  \else\ifnum\appendixno=`V V%
  \else\ifnum\appendixno=`W W%
  \else\ifnum\appendixno=`X X%
  \else\ifnum\appendixno=`Y Y%
  \else\ifnum\appendixno=`Z Z%
  % The \the is necessary, despite appearances, because \appendixletter is
  % expanded while writing the .toc file.  \char\appendixno is not
  % expandable, thus it is written literally, thus all appendixes come out
  % with the same letter (or @) in the toc without it.
  \else\char\the\appendixno
  \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
  \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}

% Each @chapter defines these (using marks) as the number+name, number
% and name of the chapter.  Page headings and footings can use
% these.  @section does likewise.
\def\thischapter{}
\def\thischapternum{}
\def\thischaptername{}
\def\thissection{}
\def\thissectionnum{}
\def\thissectionname{}

\newcount\absseclevel % used to calculate proper heading level
\newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count

% @raisesections: treat @section as chapter, @subsection as section, etc.
\def\raisesections{\global\advance\secbase by -1}

% @lowersections: treat @chapter as section, @section as subsection, etc.
\def\lowersections{\global\advance\secbase by 1}

% we only have subsub.
\chardef\maxseclevel = 3
%
% A numbered section within an unnumbered changes to unnumbered too.
% To achieve this, remember the "biggest" unnum. sec. we are currently in:
\chardef\unnlevel = \maxseclevel
%
% Trace whether the current chapter is an appendix or not:
% \chapheadtype is "N" or "A", unnumbered chapters are ignored.
\def\chapheadtype{N}

% Choose a heading macro
% #1 is heading type
% #2 is heading level
% #3 is text for heading
\def\genhead#1#2#3{%
  % Compute the abs. sec. level:
  \absseclevel=#2
  \advance\absseclevel by \secbase
  % Make sure \absseclevel doesn't fall outside the range:
  \ifnum \absseclevel < 0
    \absseclevel = 0
  \else
    \ifnum \absseclevel > 3
      \absseclevel = 3
    \fi
  \fi
  % The heading type:
  \def\headtype{#1}%
  \if \headtype U%
    \ifnum \absseclevel < \unnlevel
      \chardef\unnlevel = \absseclevel
    \fi
  \else
    % Check for appendix sections:
    \ifnum \absseclevel = 0
      \edef\chapheadtype{\headtype}%
    \else
      \if \headtype A\if \chapheadtype N%
	\errmessage{@appendix... within a non-appendix chapter}%
      \fi\fi
    \fi
    % Check for numbered within unnumbered:
    \ifnum \absseclevel > \unnlevel
      \def\headtype{U}%
    \else
      \chardef\unnlevel = 3
    \fi
  \fi
  % Now print the heading:
  \if \headtype U%
    \ifcase\absseclevel
	\unnumberedzzz{#3}%
    \or \unnumberedseczzz{#3}%
    \or \unnumberedsubseczzz{#3}%
    \or \unnumberedsubsubseczzz{#3}%
    \fi
  \else
    \if \headtype A%
      \ifcase\absseclevel
	  \appendixzzz{#3}%
      \or \appendixsectionzzz{#3}%
      \or \appendixsubseczzz{#3}%
      \or \appendixsubsubseczzz{#3}%
      \fi
    \else
      \ifcase\absseclevel
	  \chapterzzz{#3}%
      \or \seczzz{#3}%
      \or \numberedsubseczzz{#3}%
      \or \numberedsubsubseczzz{#3}%
      \fi
    \fi
  \fi
  \suppressfirstparagraphindent
}

% an interface:
\def\numhead{\genhead N}
\def\apphead{\genhead A}
\def\unnmhead{\genhead U}

% @chapter, @appendix, @unnumbered.  Increment top-level counter, reset
% all lower-level sectioning counters to zero.
%
% Also set \chaplevelprefix, which we prepend to @float sequence numbers
% (e.g., figures), q.v.  By default (before any chapter), that is empty.
\let\chaplevelprefix = \empty
%
\outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
\def\chapterzzz#1{%
  % section resetting is \global in case the chapter is in a group, such
  % as an @include file.
  \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
    \global\advance\chapno by 1
  %
  % Used for \float.
  \gdef\chaplevelprefix{\the\chapno.}%
  \resetallfloatnos
  %
  % \putwordChapter can contain complex things in translations.
  \toks0=\expandafter{\putwordChapter}%
  \message{\the\toks0 \space \the\chapno}%
  %
  % Write the actual heading.
  \chapmacro{#1}{Ynumbered}{\the\chapno}%
  %
  % So @section and the like are numbered underneath this chapter.
  \global\let\section = \numberedsec
  \global\let\subsection = \numberedsubsec
  \global\let\subsubsection = \numberedsubsubsec
}

\outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz
%
\def\appendixzzz#1{%
  \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
    \global\advance\appendixno by 1
  \gdef\chaplevelprefix{\appendixletter.}%
  \resetallfloatnos
  %
  % \putwordAppendix can contain complex things in translations.
  \toks0=\expandafter{\putwordAppendix}%
  \message{\the\toks0 \space \appendixletter}%
  %
  \chapmacro{#1}{Yappendix}{\appendixletter}%
  %
  \global\let\section = \appendixsec
  \global\let\subsection = \appendixsubsec
  \global\let\subsubsection = \appendixsubsubsec
}

% normally unnmhead0 calls unnumberedzzz:
\outer\parseargdef\unnumbered{\unnmhead0{#1}}
\def\unnumberedzzz#1{%
  \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
    \global\advance\unnumberedno by 1
  %
  % Since an unnumbered has no number, no prefix for figures.
  \global\let\chaplevelprefix = \empty
  \resetallfloatnos
  %
  % This used to be simply \message{#1}, but TeX fully expands the
  % argument to \message.  Therefore, if #1 contained @-commands, TeX
  % expanded them.  For example, in `@unnumbered The @cite{Book}', TeX
  % expanded @cite (which turns out to cause errors because \cite is meant
  % to be executed, not expanded).
  %
  % Anyway, we don't want the fully-expanded definition of @cite to appear
  % as a result of the \message, we just want `@cite' itself.  We use
  % \the<toks register> to achieve this: TeX expands \the<toks> only once,
  % simply yielding the contents of <toks register>.  (We also do this for
  % the toc entries.)
  \toks0 = {#1}%
  \message{(\the\toks0)}%
  %
  \chapmacro{#1}{Ynothing}{\the\unnumberedno}%
  %
  \global\let\section = \unnumberedsec
  \global\let\subsection = \unnumberedsubsec
  \global\let\subsubsection = \unnumberedsubsubsec
}

% @centerchap is like @unnumbered, but the heading is centered.
\outer\parseargdef\centerchap{%
  \let\centerparametersmaybe = \centerparameters
  \unnmhead0{#1}%
  \let\centerparametersmaybe = \relax
}

% @top is like @unnumbered.
\let\top\unnumbered

% Sections.
%
\outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
\def\seczzz#1{%
  \global\subsecno=0 \global\subsubsecno=0  \global\advance\secno by 1
  \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
}

% normally calls appendixsectionzzz:
\outer\parseargdef\appendixsection{\apphead1{#1}}
\def\appendixsectionzzz#1{%
  \global\subsecno=0 \global\subsubsecno=0  \global\advance\secno by 1
  \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%
}
\let\appendixsec\appendixsection

% normally calls unnumberedseczzz:
\outer\parseargdef\unnumberedsec{\unnmhead1{#1}}
\def\unnumberedseczzz#1{%
  \global\subsecno=0 \global\subsubsecno=0  \global\advance\secno by 1
  \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
}

% Subsections.
%
% normally calls numberedsubseczzz:
\outer\parseargdef\numberedsubsec{\numhead2{#1}}
\def\numberedsubseczzz#1{%
  \global\subsubsecno=0  \global\advance\subsecno by 1
  \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
}

% normally calls appendixsubseczzz:
\outer\parseargdef\appendixsubsec{\apphead2{#1}}
\def\appendixsubseczzz#1{%
  \global\subsubsecno=0  \global\advance\subsecno by 1
  \sectionheading{#1}{subsec}{Yappendix}%
                 {\appendixletter.\the\secno.\the\subsecno}%
}

% normally calls unnumberedsubseczzz:
\outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}}
\def\unnumberedsubseczzz#1{%
  \global\subsubsecno=0  \global\advance\subsecno by 1
  \sectionheading{#1}{subsec}{Ynothing}%
                 {\the\unnumberedno.\the\secno.\the\subsecno}%
}

% Subsubsections.
%
% normally numberedsubsubseczzz:
\outer\parseargdef\numberedsubsubsec{\numhead3{#1}}
\def\numberedsubsubseczzz#1{%
  \global\advance\subsubsecno by 1
  \sectionheading{#1}{subsubsec}{Ynumbered}%
                 {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}%
}

% normally appendixsubsubseczzz:
\outer\parseargdef\appendixsubsubsec{\apphead3{#1}}
\def\appendixsubsubseczzz#1{%
  \global\advance\subsubsecno by 1
  \sectionheading{#1}{subsubsec}{Yappendix}%
                 {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}%
}

% normally unnumberedsubsubseczzz:
\outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}}
\def\unnumberedsubsubseczzz#1{%
  \global\advance\subsubsecno by 1
  \sectionheading{#1}{subsubsec}{Ynothing}%
                 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
}

% These macros control what the section commands do, according
% to what kind of chapter we are in (ordinary, appendix, or unnumbered).
% Define them by default for a numbered chapter.
\let\section = \numberedsec
\let\subsection = \numberedsubsec
\let\subsubsection = \numberedsubsubsec

% Define @majorheading, @heading and @subheading

\def\majorheading{%
  {\advance\chapheadingskip by 10pt \chapbreak }%
  \parsearg\chapheadingzzz
}

\def\chapheading{\chapbreak \parsearg\chapheadingzzz}
\def\chapheadingzzz#1{%
  \vbox{\chapfonts \raggedtitlesettings #1\par}%
  \nobreak\bigskip \nobreak
  \suppressfirstparagraphindent
}

% @heading, @subheading, @subsubheading.
\parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{}
  \suppressfirstparagraphindent}
\parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
  \suppressfirstparagraphindent}
\parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{}
  \suppressfirstparagraphindent}

% These macros generate a chapter, section, etc. heading only
% (including whitespace, linebreaking, etc. around it),
% given all the information in convenient, parsed form.

% Args are the skip and penalty (usually negative)
\def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}

% Parameter controlling skip before chapter headings (if needed)
\newskip\chapheadingskip

% Define plain chapter starts, and page on/off switching for it.
\def\chapbreak{\dobreak \chapheadingskip {-4000}}

% Start a new page
\def\chappager{\par\vfill\supereject}

% \chapoddpage - start on an odd page for a new chapter
% Because \domark is called before \chapoddpage, the filler page will
% get the headings for the next chapter, which is wrong.  But we don't
% care -- we just disable all headings on the filler page.
\def\chapoddpage{%
  \chappager
  \ifodd\pageno \else
    \begingroup
      \headingsoff
      \null
      \chappager
    \endgroup
  \fi
}

\parseargdef\setchapternewpage{\csname CHAPPAG#1\endcsname}

\def\CHAPPAGoff{%
\global\let\contentsalignmacro = \chappager
\global\let\pchapsepmacro=\chapbreak
\global\def\HEADINGSon{\HEADINGSsinglechapoff}}

\def\CHAPPAGon{%
\global\let\contentsalignmacro = \chappager
\global\let\pchapsepmacro=\chappager
\global\def\HEADINGSon{\HEADINGSsingle}}

\def\CHAPPAGodd{%
\global\let\contentsalignmacro = \chapoddpage
\global\let\pchapsepmacro=\chapoddpage
\global\def\HEADINGSon{\HEADINGSdouble}}

\CHAPPAGon

% \chapmacro - Chapter opening.
%
% #1 is the text, #2 is the section type (Ynumbered, Ynothing,
% Yappendix, Yomitfromtoc), #3 the chapter number.
% Not used for @heading series.
%
% To test against our argument.
\def\Ynothingkeyword{Ynothing}
\def\Yappendixkeyword{Yappendix}
\def\Yomitfromtockeyword{Yomitfromtoc}
%
\def\chapmacro#1#2#3{%
  \expandafter\ifx\thisenv\titlepage\else
    \checkenv{}% chapters, etc., should not start inside an environment.
  \fi
  % Insert the first mark before the heading break (see notes for \domark).
  \let\prevchapterdefs=\currentchapterdefs
  \let\prevsectiondefs=\currentsectiondefs
  \gdef\currentsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}%
                        \gdef\thissection{}}%
  %
  \def\temptype{#2}%
  \ifx\temptype\Ynothingkeyword
    \gdef\currentchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
                          \gdef\thischapter{\thischaptername}}%
  \else\ifx\temptype\Yomitfromtockeyword
    \gdef\currentchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
                          \gdef\thischapter{}}%
  \else\ifx\temptype\Yappendixkeyword
    \toks0={#1}%
    \xdef\currentchapterdefs{%
      \gdef\noexpand\thischaptername{\the\toks0}%
      \gdef\noexpand\thischapternum{\appendixletter}%
      % \noexpand\putwordAppendix avoids expanding indigestible
      % commands in some of the translations.
      \gdef\noexpand\thischapter{\noexpand\putwordAppendix{}
                                 \noexpand\thischapternum:
                                 \noexpand\thischaptername}%
    }%
  \else
    \toks0={#1}%
    \xdef\currentchapterdefs{%
      \gdef\noexpand\thischaptername{\the\toks0}%
      \gdef\noexpand\thischapternum{\the\chapno}%
      % \noexpand\putwordChapter avoids expanding indigestible
      % commands in some of the translations.
      \gdef\noexpand\thischapter{\noexpand\putwordChapter{}
                                 \noexpand\thischapternum:
                                 \noexpand\thischaptername}%
    }%
  \fi\fi\fi
  %
  % Output the mark.  Pass it through \safewhatsit, to take care of
  % the preceding space.
  \safewhatsit\domark
  %
  % Insert the chapter heading break.
  \pchapsepmacro
  %
  % Now the second mark, after the heading break.  No break points
  % between here and the heading.
  \let\prevchapterdefs=\currentchapterdefs
  \let\prevsectiondefs=\currentsectiondefs
  \domark
  %
  {%
    \chapfonts \rm
    \let\footnote=\errfootnoteheading % give better error message
    %
    % Have to define \currentsection before calling \donoderef, because the
    % xref code eventually uses it.  On the other hand, it has to be called
    % after \pchapsepmacro, or the headline will change too soon.
    \gdef\currentsection{#1}%
    %
    % Only insert the separating space if we have a chapter/appendix
    % number, and don't print the unnumbered ``number''.
    \ifx\temptype\Ynothingkeyword
      \setbox0 = \hbox{}%
      \def\toctype{unnchap}%
    \else\ifx\temptype\Yomitfromtockeyword
      \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
      \def\toctype{omit}%
    \else\ifx\temptype\Yappendixkeyword
      \setbox0 = \hbox{\putwordAppendix{} #3\enspace}%
      \def\toctype{app}%
    \else
      \setbox0 = \hbox{#3\enspace}%
      \def\toctype{numchap}%
    \fi\fi\fi
    %
    % Write the toc entry for this chapter.  Must come before the
    % \donoderef, because we include the current node name in the toc
    % entry, and \donoderef resets it to empty.
    \writetocentry{\toctype}{#1}{#3}%
    %
    % For pdftex, we have to write out the node definition (aka, make
    % the pdfdest) after any page break, but before the actual text has
    % been typeset.  If the destination for the pdf outline is after the
    % text, then jumping from the outline may wind up with the text not
    % being visible, for instance under high magnification.
    \donoderef{#2}%
    %
    % Typeset the actual heading.
    \nobreak % Avoid page breaks at the interline glue.
    \vbox{\raggedtitlesettings \hangindent=\wd0 \centerparametersmaybe
          \unhbox0 #1\par}%
  }%
  \nobreak\bigskip % no page break after a chapter title
  \nobreak
}

% @centerchap -- centered and unnumbered.
\let\centerparametersmaybe = \relax
\def\centerparameters{%
  \advance\rightskip by 3\rightskip
  \leftskip = \rightskip
  \parfillskip = 0pt
}


% Section titles.  These macros combine the section number parts and
% call the generic \sectionheading to do the printing.
%
\newskip\secheadingskip
\def\secheadingbreak{\dobreak \secheadingskip{-1000}}

% Subsection titles.
\newskip\subsecheadingskip
\def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}}

% Subsubsection titles.
\def\subsubsecheadingskip{\subsecheadingskip}
\def\subsubsecheadingbreak{\subsecheadingbreak}


% Print any size, any type, section title.
%
% #1 is the text of the title,
% #2 is the section level (sec/subsec/subsubsec),
% #3 is the section type (Ynumbered, Ynothing, Yappendix, Yomitfromtoc),
% #4 is the section number.
%
\def\seckeyword{sec}
%
\def\sectionheading#1#2#3#4{%
  {%
    \def\sectionlevel{#2}%
    \def\temptype{#3}%
    %
    % It is ok for the @heading series commands to appear inside an
    % environment (it's been historically allowed, though the logic is
    % dubious), but not the others.
    \ifx\temptype\Yomitfromtockeyword\else
      \checkenv{}% non-@*heading should not be in an environment.
    \fi
    \let\footnote=\errfootnoteheading
    %
    % Switch to the right set of fonts.
    \csname #2fonts\endcsname \rm
    %
    % Insert first mark before the heading break (see notes for \domark).
    \let\prevsectiondefs=\currentsectiondefs
    \ifx\temptype\Ynothingkeyword
      \ifx\sectionlevel\seckeyword
        \gdef\currentsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}%
                              \gdef\thissection{\thissectionname}}%
      \fi
    \else\ifx\temptype\Yomitfromtockeyword
      % Don't redefine \thissection.
    \else\ifx\temptype\Yappendixkeyword
      \ifx\sectionlevel\seckeyword
        \toks0={#1}%
        \xdef\currentsectiondefs{%
          \gdef\noexpand\thissectionname{\the\toks0}%
          \gdef\noexpand\thissectionnum{#4}%
          % \noexpand\putwordSection avoids expanding indigestible
          % commands in some of the translations.
          \gdef\noexpand\thissection{\noexpand\putwordSection{}
                                     \noexpand\thissectionnum:
                                     \noexpand\thissectionname}%
        }%
      \fi
    \else
      \ifx\sectionlevel\seckeyword
        \toks0={#1}%
        \xdef\currentsectiondefs{%
          \gdef\noexpand\thissectionname{\the\toks0}%
          \gdef\noexpand\thissectionnum{#4}%
          % \noexpand\putwordSection avoids expanding indigestible
          % commands in some of the translations.
          \gdef\noexpand\thissection{\noexpand\putwordSection{}
                                     \noexpand\thissectionnum:
                                     \noexpand\thissectionname}%
        }%
      \fi
    \fi\fi\fi
    %
    % Go into vertical mode.  Usually we'll already be there, but we
    % don't want the following whatsit to end up in a preceding paragraph
    % if the document didn't happen to have a blank line.
    \par
    %
    % Output the mark.  Pass it through \safewhatsit, to take care of
    % the preceding space.
    \safewhatsit\domark
    %
    % Insert space above the heading.
    \csname #2headingbreak\endcsname
    %
    % Now the second mark, after the heading break.  No break points
    % between here and the heading.
    \global\let\prevsectiondefs=\currentsectiondefs
    \domark
    %
    % Only insert the space after the number if we have a section number.
    \ifx\temptype\Ynothingkeyword
      \setbox0 = \hbox{}%
      \def\toctype{unn}%
      \gdef\currentsection{#1}%
    \else\ifx\temptype\Yomitfromtockeyword
      % for @headings -- no section number, don't include in toc,
      % and don't redefine \currentsection.
      \setbox0 = \hbox{}%
      \def\toctype{omit}%
      \let\sectionlevel=\empty
    \else\ifx\temptype\Yappendixkeyword
      \setbox0 = \hbox{#4\enspace}%
      \def\toctype{app}%
      \gdef\currentsection{#1}%
    \else
      \setbox0 = \hbox{#4\enspace}%
      \def\toctype{num}%
      \gdef\currentsection{#1}%
    \fi\fi\fi
    %
    % Write the toc entry (before \donoderef).  See comments in \chapmacro.
    \writetocentry{\toctype\sectionlevel}{#1}{#4}%
    %
    % Write the node reference (= pdf destination for pdftex).
    % Again, see comments in \chapmacro.
    \donoderef{#3}%
    %
    % Interline glue will be inserted when the vbox is completed.
    % That glue will be a valid breakpoint for the page, since it'll be
    % preceded by a whatsit (usually from the \donoderef, or from the
    % \writetocentry if there was no node).  We don't want to allow that
    % break, since then the whatsits could end up on page n while the
    % section is on page n+1, thus toc/etc. are wrong.  Debian bug 276000.
    \nobreak
    %
    % Output the actual section heading.
    \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright
          \hangindent=\wd0  % zero if no section number
          \unhbox0 #1}%
  }%
  % Add extra space after the heading -- half of whatever came above it.
  % Don't allow stretch, though.
  \kern .5 \csname #2headingskip\endcsname
  %
  % Do not let the kern be a potential breakpoint, as it would be if it
  % was followed by glue.
  \nobreak
  %
  % We'll almost certainly start a paragraph next, so don't let that
  % glue accumulate.  (Not a breakpoint because it's preceded by a
  % discardable item.)  However, when a paragraph is not started next
  % (\startdefun, \cartouche, \center, etc.), this needs to be wiped out
  % or the negative glue will cause weirdly wrong output, typically
  % obscuring the section heading with something else.
  \vskip-\parskip
  %
  % This is so the last item on the main vertical list is a known
  % \penalty > 10000, so \startdefun, etc., can recognize the situation
  % and do the needful.
  \penalty 10001
}


\message{toc,}
% Table of contents.
\newwrite\tocfile

% Write an entry to the toc file, opening it if necessary.
% Called from @chapter, etc.
%
% Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
% We append the current node name (if any) and page number as additional
% arguments for the \{chap,sec,...}entry macros which will eventually
% read this.  The node name is used in the pdf outlines as the
% destination to jump to.
%
% We open the .toc file for writing here instead of at @setfilename (or
% any other fixed time) so that @contents can be anywhere in the document.
% But if #1 is `omit', then we don't do anything.  This is used for the
% table of contents chapter openings themselves.
%
\newif\iftocfileopened
\def\omitkeyword{omit}%
%
\def\writetocentry#1#2#3{%
  \edef\writetoctype{#1}%
  \ifx\writetoctype\omitkeyword \else
    \iftocfileopened\else
      \immediate\openout\tocfile = \jobname.toc
      \global\tocfileopenedtrue
    \fi
    %
    \iflinks
      {\atdummies
       \edef\temp{%
         \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
       \temp
      }%
    \fi
  \fi
  %
  % Tell \shipout to create a pdf destination on each page, if we're
  % writing pdf.  These are used in the table of contents.  We can't
  % just write one on every page because the title pages are numbered
  % 1 and 2 (the page numbers aren't printed), and so are the first
  % two pages of the document.  Thus, we'd have two destinations named
  % `1', and two named `2'.
  \ifpdforxetex
    \global\pdfmakepagedesttrue
  \fi
}


% These characters do not print properly in the Computer Modern roman
% fonts, so we must take special care.  This is more or less redundant
% with the Texinfo input format setup at the end of this file.
%
\def\activecatcodes{%
  \catcode`\"=\active
  \catcode`\$=\active
  \catcode`\<=\active
  \catcode`\>=\active
  \catcode`\\=\active
  \catcode`\^=\active
  \catcode`\_=\active
  \catcode`\|=\active
  \catcode`\~=\active
}


% Read the toc file, which is essentially Texinfo input.
\def\readtocfile{%
  \setupdatafile
  \activecatcodes
  \input \tocreadfilename
}

\newskip\contentsrightmargin \contentsrightmargin=1in
\newcount\savepageno
\newcount\lastnegativepageno \lastnegativepageno = -1

% Prepare to read what we've written to \tocfile.
%
\def\startcontents#1{%
  % If @setchapternewpage on, and @headings double, the contents should
  % start on an odd page, unlike chapters.
  \contentsalignmacro
  \immediate\closeout\tocfile
  %
  % Don't need to put `Contents' or `Short Contents' in the headline.
  % It is abundantly clear what they are.
  \chapmacro{#1}{Yomitfromtoc}{}%
  %
  \savepageno = \pageno
  \begingroup                  % Set up to handle contents files properly.
    \raggedbottom              % Worry more about breakpoints than the bottom.
    \entryrightmargin=\contentsrightmargin % Don't use the full line length.
    %
    % Roman numerals for page numbers.
    \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi
    \def\thistitle{}% no title in double-sided headings
    % Record where the Roman numerals started.
    \ifnum\romancount=0 \global\romancount=\pagecount \fi
}

% redefined for the two-volume lispref.  We always output on
% \jobname.toc even if this is redefined.
%
\def\tocreadfilename{\jobname.toc}

% Normal (long) toc.
%
\def\contents{%
  \startcontents{\putwordTOC}%
    \openin 1 \tocreadfilename\space
    \ifeof 1 \else
      \readtocfile
    \fi
    \vfill \eject
    \contentsalignmacro % in case @setchapternewpage odd is in effect
    \ifeof 1 \else
      \pdfmakeoutlines
    \fi
    \closein 1
  \endgroup
  \contentsendroman
}

% And just the chapters.
\def\summarycontents{%
  \startcontents{\putwordShortTOC}%
    %
    \let\partentry = \shortpartentry
    \let\numchapentry = \shortchapentry
    \let\appentry = \shortchapentry
    \let\unnchapentry = \shortunnchapentry
    % We want a true roman here for the page numbers.
    \secfonts
    \let\rm=\shortcontrm \let\bf=\shortcontbf
    \let\sl=\shortcontsl \let\tt=\shortconttt
    \rm
    \hyphenpenalty = 10000
    \advance\baselineskip by 1pt % Open it up a little.
    \def\numsecentry##1##2##3##4{}
    \let\appsecentry = \numsecentry
    \let\unnsecentry = \numsecentry
    \let\numsubsecentry = \numsecentry
    \let\appsubsecentry = \numsecentry
    \let\unnsubsecentry = \numsecentry
    \let\numsubsubsecentry = \numsecentry
    \let\appsubsubsecentry = \numsecentry
    \let\unnsubsubsecentry = \numsecentry
    \openin 1 \tocreadfilename\space
    \ifeof 1 \else
      \readtocfile
    \fi
    \closein 1
    \vfill \eject
    \contentsalignmacro % in case @setchapternewpage odd is in effect
  \endgroup
  \contentsendroman
}
\let\shortcontents = \summarycontents

% Get ready to use Arabic numerals again
\def\contentsendroman{%
  \lastnegativepageno = \pageno
  \global\pageno = \savepageno
  %
  % If \romancount > \arabiccount, the contents are at the end of the
  % document.  Otherwise, advance where the Arabic numerals start for
  % the page numbers.
  \ifnum\romancount>\arabiccount\else\global\arabiccount=\pagecount\fi
}

% Typeset the label for a chapter or appendix for the short contents.
% The arg is, e.g., `A' for an appendix, or `3' for a chapter.
%
\def\shortchaplabel#1{%
  % This space should be enough, since a single number is .5em, and the
  % widest letter (M) is 1em, at least in the Computer Modern fonts.
  % But use \hss just in case.
  % (This space doesn't include the extra space that gets added after
  % the label; that gets put in by \shortchapentry above.)
  %
  % We'd like to right-justify chapter numbers, but that looks strange
  % with appendix letters.  And right-justifying numbers and
  % left-justifying letters looks strange when there is less than 10
  % chapters.  Have to read the whole toc once to know how many chapters
  % there are before deciding ...
  \hbox to 1em{#1\hss}%
}

% These macros generate individual entries in the table of contents.
% The first argument is the chapter or section name.
% The last argument is the page number.
% The arguments in between are the chapter number, section number, ...

% Parts, in the main contents.  Replace the part number, which doesn't
% exist, with an empty box.  Let's hope all the numbers have the same width.
% Also ignore the page number, which is conventionally not printed.
\def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}}
\def\partentry#1#2#3#4{%
  % Add stretch and a bonus for breaking the page before the part heading.
  % This reduces the chance of the page being broken immediately after the
  % part heading, before a following chapter heading.
  \vskip 0pt plus 5\baselineskip
  \penalty-300
  \vskip 0pt plus -5\baselineskip
  \dochapentry{\numeralbox\labelspace#1}{}%
}
%
% Parts, in the short toc.
\def\shortpartentry#1#2#3#4{%
  \penalty-300
  \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip
  \shortchapentry{{\bf #1}}{\numeralbox}{}{}%
}

% Chapters, in the main contents.
\def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}}

% Chapters, in the short toc.
% See comments in \dochapentry re vbox and related settings.
\def\shortchapentry#1#2#3#4{%
  \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}%
}

% Appendices, in the main contents.
% Need the word Appendix, and a fixed-size box.
%
\def\appendixbox#1{%
  % We use M since it's probably the widest letter.
  \setbox0 = \hbox{\putwordAppendix{} M}%
  \hbox to \wd0{\putwordAppendix{} #1\hss}}
%
\def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\hskip.7em#1}{#4}}

% Unnumbered chapters.
\def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}}
\def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}}

% Sections.
\def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}}
\let\appsecentry=\numsecentry
\def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}

% Subsections.
\def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}}
\let\appsubsecentry=\numsubsecentry
\def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}}

% And subsubsections.
\def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}}
\let\appsubsubsecentry=\numsubsubsecentry
\def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}}

% This parameter controls the indentation of the various levels.
% Same as \defaultparindent.
\newdimen\tocindent \tocindent = 15pt

% Now for the actual typesetting. In all these, #1 is the text and #2 is the
% page number.
%
% If the toc has to be broken over pages, we want it to be at chapters
% if at all possible; hence the \penalty.
\def\dochapentry#1#2{%
   \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
   \begingroup
     % Move the page numbers slightly to the right
     \advance\entryrightmargin by -0.05em
     \chapentryfonts
     \tocentry{#1}{\dopageno\bgroup#2\egroup}%
   \endgroup
   \nobreak\vskip .25\baselineskip plus.1\baselineskip
}

\def\dosecentry#1#2{\begingroup
  \secentryfonts \leftskip=\tocindent
  \tocentry{#1}{\dopageno\bgroup#2\egroup}%
\endgroup}

\def\dosubsecentry#1#2{\begingroup
  \subsecentryfonts \leftskip=2\tocindent
  \tocentry{#1}{\dopageno\bgroup#2\egroup}%
\endgroup}

\def\dosubsubsecentry#1#2{\begingroup
  \subsubsecentryfonts \leftskip=3\tocindent
  \tocentry{#1}{\dopageno\bgroup#2\egroup}%
\endgroup}

% We use the same \entry macro as for the index entries.
\let\tocentry = \entry

% Space between chapter (or whatever) number and the title.
\def\labelspace{\hskip1em \relax}

\def\dopageno#1{{\rm #1}}
\def\doshortpageno#1{{\rm #1}}

\def\chapentryfonts{\secfonts \rm}
\def\secentryfonts{\textfonts}
\def\subsecentryfonts{\textfonts}
\def\subsubsecentryfonts{\textfonts}


\message{environments,}
% @foo ... @end foo.

% @tex ... @end tex    escapes into raw TeX temporarily.
% One exception: @ is still an escape character, so that @end tex works.
% But \@ or @@ will get a plain @ character.

\envdef\tex{%
  \setregularquotes
  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
  \catcode `\%=14
  \catcode `\+=\other
  \catcode `\"=\other
  \catcode `\|=\other
  \catcode `\<=\other
  \catcode `\>=\other
  \catcode `\`=\other
  \catcode `\'=\other
  %
  % ' is active in math mode (mathcode"8000).  So reset it, and all our
  % other math active characters (just in case), to plain's definitions.
  \mathactive
  %
  % Inverse of the list at the beginning of the file.
  \let\b=\ptexb
  \let\bullet=\ptexbullet
  \let\c=\ptexc
  \let\,=\ptexcomma
  \let\.=\ptexdot
  \let\dots=\ptexdots
  \let\equiv=\ptexequiv
  \let\!=\ptexexclam
  \let\i=\ptexi
  \let\indent=\ptexindent
  \let\noindent=\ptexnoindent
  \let\{=\ptexlbrace
  \let\+=\tabalign
  \let\}=\ptexrbrace
  \let\/=\ptexslash
  \let\sp=\ptexsp
  \let\*=\ptexstar
  %\let\sup=\ptexsup % do not redefine, we want @sup to work in math mode
  \let\t=\ptext
  \expandafter \let\csname top\endcsname=\ptextop  % we've made it outer
  \let\frenchspacing=\plainfrenchspacing
  %
  \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
  \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
  \def\@{@}%
}
% There is no need to define \Etex.

% Define @lisp ... @end lisp.
% @lisp environment forms a group so it can rebind things,
% including the definition of @end lisp (which normally is erroneous).

% Amount to narrow the margins by for @lisp.
\newskip\lispnarrowing \lispnarrowing=0.4in

% This is the definition that ^^M gets inside @lisp, @example, and other
% such environments.  \null is better than a space, since it doesn't
% have any width.
\def\lisppar{\null\endgraf}

% This space is always present above and below environments.
\newskip\envskipamount \envskipamount = 0pt

% Make spacing and below environment symmetrical.  We use \parskip here
% to help in doing that, since in @example-like environments \parskip
% is reset to zero; thus the \afterenvbreak inserts no space -- but the
% start of the next paragraph will insert \parskip.
%
\def\aboveenvbreak{{%
  % =10000 instead of <10000 because of a special case in \itemzzz and
  % \sectionheading, q.v.
  \ifnum \lastpenalty=10000 \else
    \advance\envskipamount by \parskip
    \endgraf
    \ifdim\lastskip<\envskipamount
      \removelastskip
      \ifnum\lastpenalty<10000
        % Penalize breaking before the environment, because preceding text
        % often leads into it.
        \penalty100
      \fi
      \vskip\envskipamount
    \fi
  \fi
}}

\def\afterenvbreak{{%
  % =10000 instead of <10000 because of a special case in \itemzzz and
  % \sectionheading, q.v.
  \ifnum \lastpenalty=10000 \else
    \advance\envskipamount by \parskip
    \endgraf
    \ifdim\lastskip<\envskipamount
      \removelastskip
      % it's not a good place to break if the last penalty was \nobreak
      % or better ...
      \ifnum\lastpenalty<10000 \penalty-50 \fi
      \vskip\envskipamount
    \fi
  \fi
}}

% \nonarrowing is a flag.  If "set", @lisp etc don't narrow margins; it will
% also clear it, so that its embedded environments do the narrowing again.
\let\nonarrowing=\relax

% @cartouche ... @end cartouche: draw rectangle w/rounded corners around
% environment contents.

%
\def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
\def\ctr{{\hskip 6pt\circle\char'010}}
\def\cbl{{\circle\char'012\hskip -6pt}}
\def\cbr{{\hskip 6pt\circle\char'011}}
\def\carttop{\hbox to \cartouter{\hskip\lskip
        \ctl\leaders\hrule height\circthick\hfil\ctr
        \hskip\rskip}}
\def\cartbot{\hbox to \cartouter{\hskip\lskip
        \cbl\leaders\hrule height\circthick\hfil\cbr
        \hskip\rskip}}
%
\newskip\lskip\newskip\rskip

% only require the font if @cartouche is actually used
\def\cartouchefontdefs{%
  \font\circle=lcircle10\relax
  \circthick=\fontdimen8\circle
}
\newdimen\circthick
\newdimen\cartouter\newdimen\cartinner
\newskip\normbskip\newskip\normpskip\newskip\normlskip


\envdef\cartouche{%
  \cartouchefontdefs
  \ifhmode\par\fi  % can't be in the midst of a paragraph.
  \startsavinginserts
  \lskip=\leftskip \rskip=\rightskip
  \leftskip=0pt\rightskip=0pt % we want these *outside*.
  \cartinner=\hsize \advance\cartinner by-\lskip
  \advance\cartinner by-\rskip
  \cartouter=\hsize
  \advance\cartouter by 18.4pt	% allow for 3pt kerns on either
				% side, and for 6pt waste from
				% each corner char, and rule thickness
  \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
  %
  % If this cartouche directly follows a sectioning command, we need the
  % \parskip glue (backspaced over by default) or the cartouche can
  % collide with the section heading.
  \ifnum\lastpenalty>10000 \vskip\parskip \penalty\lastpenalty \fi
  %
  \setbox\groupbox=\vbox\bgroup
      \baselineskip=0pt\parskip=0pt\lineskip=0pt
      \carttop
      \hbox\bgroup
	  \hskip\lskip
	  \vrule\kern3pt
	  \vbox\bgroup
	      \kern3pt
	      \hsize=\cartinner
	      \baselineskip=\normbskip
	      \lineskip=\normlskip
	      \parskip=\normpskip
	      \vskip -\parskip
	      \comment % For explanation, see the end of def\group.
}
\def\Ecartouche{%
              \ifhmode\par\fi
	      \kern3pt
	  \egroup
	  \kern3pt\vrule
	  \hskip\rskip
      \egroup
      \cartbot
  \egroup
  \addgroupbox
  \checkinserts
}


% This macro is called at the beginning of all the @example variants,
% inside a group.
\newdimen\nonfillparindent
\def\nonfillstart{%
  \aboveenvbreak
  \ifdim\hfuzz < 12pt \hfuzz = 12pt \fi % Don't be fussy
  \sepspaces % Make spaces be word-separators rather than space tokens.
  \let\par = \lisppar % don't ignore blank lines
  \obeylines % each line of input is a line of output
  \parskip = 0pt
  % Turn off paragraph indentation but redefine \indent to emulate
  % the normal \indent.
  \nonfillparindent=\parindent
  \parindent = 0pt
  \let\indent\nonfillindent
  %
  \emergencystretch = 0pt % don't try to avoid overfull boxes
  \ifx\nonarrowing\relax
    \advance \leftskip by \lispnarrowing
    \exdentamount=\lispnarrowing
  \else
    \let\nonarrowing = \relax
  \fi
  \let\exdent=\nofillexdent
}

\begingroup
\obeyspaces
% We want to swallow spaces (but not other tokens) after the fake
% @indent in our nonfill-environments, where spaces are normally
% active and set to @tie, resulting in them not being ignored after
% @indent.
\gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}%
\gdef\nonfillindentcheck{%
\ifx\temp %
\expandafter\nonfillindentgobble%
\else%
\leavevmode\nonfillindentbox%
\fi%
}%
\endgroup
\def\nonfillindentgobble#1{\nonfillindent}
\def\nonfillindentbox{\hbox to \nonfillparindent{\hss}}

% If you want all examples etc. small: @set dispenvsize small.
% If you want even small examples the full size: @set dispenvsize nosmall.
% This affects the following displayed environments:
%    @example, @display, @format, @lisp, @verbatim
%
\def\smallword{small}
\def\nosmallword{nosmall}
\let\SETdispenvsize\relax
\def\setnormaldispenv{%
  \ifx\SETdispenvsize\smallword
    % end paragraph for sake of leading, in case document has no blank
    % line.  This is redundant with what happens in \aboveenvbreak, but
    % we need to do it before changing the fonts, and it's inconvenient
    % to change the fonts afterward.
    \ifnum \lastpenalty=10000 \else \endgraf \fi
    \smallexamplefonts \rm
  \fi
}
\def\setsmalldispenv{%
  \ifx\SETdispenvsize\nosmallword
  \else
    \ifnum \lastpenalty=10000 \else \endgraf \fi
    \smallexamplefonts \rm
  \fi
}

% We often define two environments, @foo and @smallfoo.
% Let's do it in one command.  #1 is the env name, #2 the definition.
\def\makedispenvdef#1#2{%
  \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}%
  \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}%
  \expandafter\let\csname E#1\endcsname \afterenvbreak
  \expandafter\let\csname Esmall#1\endcsname \afterenvbreak
}

% Define two environment synonyms (#1 and #2) for an environment.
\def\maketwodispenvdef#1#2#3{%
  \makedispenvdef{#1}{#3}%
  \makedispenvdef{#2}{#3}%
}
%
% @lisp: indented, narrowed, typewriter font;
% @example: same as @lisp.
%
% @smallexample and @smalllisp: use smaller fonts.
% Originally contributed by Pavel@xerox.
%
\maketwodispenvdef{lisp}{example}{%
  \nonfillstart
  \tt\setcodequotes
  \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
  \parsearg\gobble
}
% @display/@smalldisplay: same as @lisp except keep current font.
%
\makedispenvdef{display}{%
  \nonfillstart
  \gobble
}

% @format/@smallformat: same as @display except don't narrow margins.
%
\makedispenvdef{format}{%
  \let\nonarrowing = t%
  \nonfillstart
  \gobble
}

% @flushleft: same as @format, but doesn't obey \SETdispenvsize.
\envdef\flushleft{%
  \let\nonarrowing = t%
  \nonfillstart
  \gobble
}
\let\Eflushleft = \afterenvbreak

% @flushright.
%
\envdef\flushright{%
  \let\nonarrowing = t%
  \nonfillstart
  \advance\leftskip by 0pt plus 1fill\relax
  \gobble
}
\let\Eflushright = \afterenvbreak


% @raggedright does more-or-less normal line breaking but no right
% justification.  From plain.tex.
\envdef\raggedright{%
  \rightskip0pt plus2.4em \spaceskip.3333em \xspaceskip.5em\relax
}
\let\Eraggedright\par

\envdef\raggedleft{%
  \parindent=0pt \leftskip0pt plus2em
  \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt
  \hbadness=10000 % Last line will usually be underfull, so turn off
                  % badness reporting.
}
\let\Eraggedleft\par

\envdef\raggedcenter{%
  \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em
  \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt
  \hbadness=10000 % Last line will usually be underfull, so turn off
                  % badness reporting.
}
\let\Eraggedcenter\par


% @quotation does normal linebreaking (hence we can't use \nonfillstart)
% and narrows the margins.  We keep \parskip nonzero in general, since
% we're doing normal filling.  So, when using \aboveenvbreak and
% \afterenvbreak, temporarily make \parskip 0.
%
\makedispenvdef{quotation}{\quotationstart}
%
\def\quotationstart{%
  \indentedblockstart % same as \indentedblock, but increase right margin too.
  \ifx\nonarrowing\relax
    \advance\rightskip by \lispnarrowing
  \fi
  \parsearg\quotationlabel
}

% We have retained a nonzero parskip for the environment, since we're
% doing normal filling.
%
\def\Equotation{%
  \par
  \ifx\quotationauthor\thisisundefined\else
    % indent a bit.
    \leftline{\kern 2\leftskip \sl ---\quotationauthor}%
  \fi
  {\parskip=0pt \afterenvbreak}%
}
\def\Esmallquotation{\Equotation}

% If we're given an argument, typeset it in bold with a colon after.
\def\quotationlabel#1{%
  \def\temp{#1}%
  \ifx\temp\empty \else
    {\bf #1: }%
  \fi
}

% @indentedblock is like @quotation, but indents only on the left and
% has no optional argument.
%
\makedispenvdef{indentedblock}{\indentedblockstart}
%
\def\indentedblockstart{%
  {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
  \parindent=0pt
  %
  % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
  \ifx\nonarrowing\relax
    \advance\leftskip by \lispnarrowing
    \exdentamount = \lispnarrowing
  \else
    \let\nonarrowing = \relax
  \fi
}

% Keep a nonzero parskip for the environment, since we're doing normal filling.
%
\def\Eindentedblock{%
  \par
  {\parskip=0pt \afterenvbreak}%
}
\def\Esmallindentedblock{\Eindentedblock}


% LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
% If we want to allow any <char> as delimiter,
% we need the curly braces so that makeinfo sees the @verb command, eg:
% `@verbx...x' would look like the '@verbx' command.  --janneke@gnu.org
%
% [Knuth]: Donald Ervin Knuth, 1996.  The TeXbook.
%
% [Knuth] p.344; only we need to do the other characters Texinfo sets
% active too.  Otherwise, they get lost as the first character on a
% verbatim line.
\def\dospecials{%
  \do\ \do\\\do\{\do\}\do\$\do\&%
  \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~%
  \do\<\do\>\do\|\do\@\do+\do\"%
  % Don't do the quotes -- if we do, @set txicodequoteundirected and
  % @set txicodequotebacktick will not have effect on @verb and
  % @verbatim, and ?` and !` ligatures won't get disabled.
  %\do\`\do\'%
}
%
% [Knuth] p. 380
\def\uncatcodespecials{%
  \def\do##1{\catcode`##1=\other}\dospecials}
%
% Setup for the @verb command.
%
% Eight spaces for a tab
\begingroup
  \catcode`\^^I=\active
  \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }}
\endgroup
%
\def\setupverb{%
  \tt  % easiest (and conventionally used) font for verbatim
  \def\par{\leavevmode\endgraf}%
  \setcodequotes
  \tabeightspaces
  % Respect line breaks,
  % print special symbols as themselves, and
  % make each space count
  % must do in this order:
  \obeylines \uncatcodespecials \sepspaces
}

% Setup for the @verbatim environment
%
% Real tab expansion.
\newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount
%
% We typeset each line of the verbatim in an \hbox, so we can handle
% tabs.
\newbox\verbbox
\def\starttabbox{\setbox\verbbox=\hbox\bgroup}
%
\begingroup
  \catcode`\^^I=\active
  \gdef\tabexpand{%
    \catcode`\^^I=\active
    \def^^I{\leavevmode\egroup
      \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab
      \divide\dimen\verbbox by\tabw
      \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw
      \advance\dimen\verbbox by\tabw  % advance to next multiple of \tabw
      \wd\verbbox=\dimen\verbbox
      \leavevmode\box\verbbox \starttabbox
    }%
  }
\endgroup

% start the verbatim environment.
\def\setupverbatim{%
  \let\nonarrowing = t%
  \nonfillstart
  \tt % easiest (and conventionally used) font for verbatim
  \def\par{\egroup\leavevmode\box\verbbox\endgraf\starttabbox}%
  \tabexpand
  \setcodequotes
  % Respect line breaks,
  % print special symbols as themselves, and
  % make each space count.
  % Must do in this order:
  \obeylines \uncatcodespecials \sepspaces
}

% Do the @verb magic: verbatim text is quoted by unique
% delimiter characters.  Before first delimiter expect a
% right brace, after last delimiter expect closing brace:
%
%    \def\doverb'{'<char>#1<char>'}'{#1}
%
% [Knuth] p. 382; only eat outer {}
\begingroup
  \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other
  \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next]
\endgroup
%
\def\verb{\begingroup\setupverb\doverb}
%
%
% Do the @verbatim magic: define the macro \doverbatim so that
% the (first) argument ends when '@end verbatim' is reached, ie:
%
%     \def\doverbatim#1@end verbatim{#1}
%
% For Texinfo it's a lot easier than for LaTeX,
% because texinfo's \verbatim doesn't stop at '\end{verbatim}':
% we need not redefine '\', '{' and '}'.
%
% Inspired by LaTeX's verbatim command set [latex.ltx]
%
\begingroup
  \catcode`\ =\active
  \obeylines %
  % ignore everything up to the first ^^M, that's the newline at the end
  % of the @verbatim input line itself.  Otherwise we get an extra blank
  % line in the output.
  \xdef\doverbatim#1^^M#2@end verbatim{%
    \starttabbox#2\egroup\noexpand\end\gobble verbatim}%
  % We really want {...\end verbatim} in the body of the macro, but
  % without the active space; thus we have to use \xdef and \gobble.
  % The \egroup ends the \verbbox started at the end of the last line in
  % the block.
\endgroup
%
\envdef\verbatim{%
    \setnormaldispenv\setupverbatim\doverbatim
}
\let\Everbatim = \afterenvbreak


% @verbatiminclude FILE - insert text of file in verbatim environment.
%
\def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude}
%
\def\doverbatiminclude#1{%
  {%
    \makevalueexpandable
    \setupverbatim
    {%
      \indexnofonts       % Allow `@@' and other weird things in file names.
      \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}%
      \edef\tmp{\noexpand\input #1 }
      \expandafter
    }\expandafter\starttabbox\tmp\egroup
    \afterenvbreak
  }%
}

% @copying ... @end copying.
% Save the text away for @insertcopying later.
%
% We save the uninterpreted tokens, rather than creating a box.
% Saving the text in a box would be much easier, but then all the
% typesetting commands (@smallbook, font changes, etc.) have to be done
% beforehand -- and a) we want @copying to be done first in the source
% file; b) letting users define the frontmatter in as flexible order as
% possible is desirable.
%
\def\copying{\checkenv{}\begingroup\scanargctxt\docopying}
\def\docopying#1@end copying{\endgroup\def\copyingtext{#1}}
%
\def\insertcopying{%
  \begingroup
    \parindent = 0pt  % paragraph indentation looks wrong on title page
    \scanexp\copyingtext
  \endgroup
}


\message{defuns,}
% @defun etc.

\newskip\defbodyindent \defbodyindent=.4in
\newskip\defargsindent \defargsindent=50pt
\newskip\deflastargmargin \deflastargmargin=18pt
\newcount\defunpenalty

% Start the processing of @deffn:
\def\startdefun{%
  \ifnum\lastpenalty<10000
    \medbreak
    \defunpenalty=10003 % Will keep this @deffn together with the
                        % following @def command, see below.
  \else
    % If there are two @def commands in a row, we'll have a \nobreak,
    % which is there to keep the function description together with its
    % header.  But if there's nothing but headers, we need to allow a
    % break somewhere.  Check specifically for penalty 10002, inserted
    % by \printdefunline, instead of 10000, since the sectioning
    % commands also insert a nobreak penalty, and we don't want to allow
    % a break between a section heading and a defun.
    %
    % As a further refinement, we avoid "club" headers by signalling
    % with penalty of 10003 after the very first @deffn in the
    % sequence (see above), and penalty of 10002 after any following
    % @def command.
    \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi
    %
    % Similarly, after a section heading, do not allow a break.
    % But do insert the glue.
    \medskip  % preceded by discardable penalty, so not a breakpoint
  \fi
  %
  \parindent=0in
  \advance\leftskip by \defbodyindent
  \exdentamount=\defbodyindent
}

\def\dodefunx#1{%
  % First, check whether we are in the right environment:
  \checkenv#1%
  %
  % As above, allow line break if we have multiple x headers in a row.
  % It's not a great place, though.
  \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi
  %
  % And now, it's time to reuse the body of the original defun:
  \expandafter\gobbledefun#1%
}
\def\gobbledefun#1\startdefun{}

% \printdefunline \deffnheader{text}
%
\def\printdefunline#1#2{%
  \begingroup
    % call \deffnheader:
    #1#2 \endheader
    % common ending:
    \interlinepenalty = 10000
    \advance\rightskip by 0pt plus 1fil\relax
    \endgraf
    \nobreak\vskip -\parskip
    \penalty\defunpenalty  % signal to \startdefun and \dodefunx
    % Some of the @defun-type tags do not enable magic parentheses,
    % rendering the following check redundant.  But we don't optimize.
    \checkparencounts
  \endgroup
}

\def\Edefun{\endgraf\medbreak}

% \makedefun{deffn} creates \deffn, \deffnx and \Edeffn;
% the only thing remaining is to define \deffnheader.
%
\def\makedefun#1{%
  \expandafter\let\csname E#1\endcsname = \Edefun
  \edef\temp{\noexpand\domakedefun
    \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}%
  \temp
}

% \domakedefun \deffn \deffnx \deffnheader { (defn. of \deffnheader) }
%
% Define \deffn and \deffnx, without parameters.
% \deffnheader has to be defined explicitly.
%
\def\domakedefun#1#2#3{%
  \envdef#1{%
    \startdefun
    \doingtypefnfalse    % distinguish typed functions from all else
    \parseargusing\activeparens{\printdefunline#3}%
  }%
  \def#2{\dodefunx#1}%
  \def#3%
}

\newif\ifdoingtypefn       % doing typed function?
\newif\ifrettypeownline    % typeset return type on its own line?

% @deftypefnnewline on|off says whether the return type of typed functions
% are printed on their own line.  This affects @deftypefn, @deftypefun,
% @deftypeop, and @deftypemethod.
%
\parseargdef\deftypefnnewline{%
  \def\temp{#1}%
  \ifx\temp\onword
    \expandafter\let\csname SETtxideftypefnnl\endcsname
      = \empty
  \else\ifx\temp\offword
    \expandafter\let\csname SETtxideftypefnnl\endcsname
      = \relax
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @txideftypefnnl value `\temp',
                must be on|off}%
  \fi\fi
}

% \dosubind {index}{topic}{subtopic}
%
% If SUBTOPIC is present, precede it with a space, and call \doind.
% (At some time during the 20th century, this made a two-level entry in an
% index such as the operation index.  Nobody seemed to notice the change in
% behaviour though.)
\def\dosubind#1#2#3{%
  \def\thirdarg{#3}%
  \ifx\thirdarg\empty
    \doind{#1}{#2}%
  \else
    \doind{#1}{#2\space#3}%
  \fi
}

% Untyped functions:

% @deffn category name args
\makedefun{deffn}{\deffngeneral{}}

% @deffn category class name args
\makedefun{defop}#1 {\defopon{#1\ \putwordon}}

% \defopon {category on}class name args
\def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }

% \deffngeneral {subind}category name args
%
\def\deffngeneral#1#2 #3 #4\endheader{%
  \dosubind{fn}{\code{#3}}{#1}%
  \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}%
}

% Typed functions:

% @deftypefn category type name args
\makedefun{deftypefn}{\deftypefngeneral{}}

% @deftypeop category class type name args
\makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}}

% \deftypeopon {category on}class type name args
\def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }

% \deftypefngeneral {subind}category type name args
%
\def\deftypefngeneral#1#2 #3 #4 #5\endheader{%
  \dosubind{fn}{\code{#4}}{#1}%
  \doingtypefntrue
  \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
}

% Typed variables:

% @deftypevr category type var args
\makedefun{deftypevr}{\deftypecvgeneral{}}

% @deftypecv category class type var args
\makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}}

% \deftypecvof {category of}class type var args
\def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} }

% \deftypecvgeneral {subind}category type var args
%
\def\deftypecvgeneral#1#2 #3 #4 #5\endheader{%
  \dosubind{vr}{\code{#4}}{#1}%
  \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
}

% Untyped variables:

% @defvr category var args
\makedefun{defvr}#1 {\deftypevrheader{#1} {} }

% @defcv category class var args
\makedefun{defcv}#1 {\defcvof{#1\ \putwordof}}

% \defcvof {category of}class var args
\def\defcvof#1#2 {\deftypecvof{#1}#2 {} }

% Types:

% @deftp category name args
\makedefun{deftp}#1 #2 #3\endheader{%
  \doind{tp}{\code{#2}}%
  \defname{#1}{}{#2}\defunargs{#3\unskip}%
}

% Remaining @defun-like shortcuts:
\makedefun{defun}{\deffnheader{\putwordDeffunc} }
\makedefun{defmac}{\deffnheader{\putwordDefmac} }
\makedefun{defspec}{\deffnheader{\putwordDefspec} }
\makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} }
\makedefun{defvar}{\defvrheader{\putwordDefvar} }
\makedefun{defopt}{\defvrheader{\putwordDefopt} }
\makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} }
\makedefun{defmethod}{\defopon\putwordMethodon}
\makedefun{deftypemethod}{\deftypeopon\putwordMethodon}
\makedefun{defivar}{\defcvof\putwordInstanceVariableof}
\makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof}

% \defname, which formats the name of the @def (not the args).
% #1 is the category, such as "Function".
% #2 is the return type, if any.
% #3 is the function name.
%
% We are followed by (but not passed) the arguments, if any.
%
\def\defname#1#2#3{%
  \par
  % Get the values of \leftskip and \rightskip as they were outside the @def...
  \advance\leftskip by -\defbodyindent
  %
  % Determine if we are typesetting the return type of a typed function
  % on a line by itself.
  \rettypeownlinefalse
  \ifdoingtypefn  % doing a typed function specifically?
    % then check user option for putting return type on its own line:
    \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else
      \rettypeownlinetrue
    \fi
  \fi
  %
  % How we'll format the category name.  Putting it in brackets helps
  % distinguish it from the body text that may end up on the next line
  % just below it.
  \def\temp{#1}%
  \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi}
  %
  % Figure out line sizes for the paragraph shape.  We'll always have at
  % least two.
  \tempnum = 2
  %
  % The first line needs space for \box0; but if \rightskip is nonzero,
  % we need only space for the part of \box0 which exceeds it:
  \dimen0=\hsize  \advance\dimen0 by -\wd0  \advance\dimen0 by \rightskip
  %
  % If doing a return type on its own line, we'll have another line.
  \ifrettypeownline
    \advance\tempnum by 1
    \def\maybeshapeline{0in \hsize}%
  \else
    \def\maybeshapeline{}%
  \fi
  %
  % The continuations:
  \dimen2=\hsize  \advance\dimen2 by -\defargsindent
  %
  % The final paragraph shape:
  \parshape \tempnum  0in \dimen0  \maybeshapeline  \defargsindent \dimen2
  %
  % Put the category name at the right margin.
  \noindent
  \hbox to 0pt{%
    \hfil\box0 \kern-\hsize
    % \hsize has to be shortened this way:
    \kern\leftskip
    % Intentionally do not respect \rightskip, since we need the space.
  }%
  %
  % Allow all lines to be underfull without complaint:
  \tolerance=10000 \hbadness=10000
  \exdentamount=\defbodyindent
  {%
    % defun fonts. We use typewriter by default (used to be bold) because:
    % . we're printing identifiers, they should be in tt in principle.
    % . in languages with many accents, such as Czech or French, it's
    %   common to leave accents off identifiers.  The result looks ok in
    %   tt, but exceedingly strange in rm.
    % . we don't want -- and --- to be treated as ligatures.
    % . this still does not fix the ?` and !` ligatures, but so far no
    %   one has made identifiers using them :).
    \df \tt
    \def\temp{#2}% text of the return type
    \ifx\temp\empty\else
      \tclose{\temp}% typeset the return type
      \ifrettypeownline
        % put return type on its own line; prohibit line break following:
        \hfil\vadjust{\nobreak}\break
      \else
        \space  % type on same line, so just followed by a space
      \fi
    \fi           % no return type
    #3% output function name
  }%
  {\rm\enskip}% hskip 0.5 em of \rmfont
  %
  \boldbrax
  % arguments will be output next, if any.
}

% Print arguments in slanted roman (not ttsl), inconsistently with using
% tt for the name.  This is because literal text is sometimes needed in
% the argument list (groff manual), and ttsl and tt are not very
% distinguishable.  Prevent hyphenation at `-' chars.
%
\def\defunargs#1{%
  % use sl by default (not ttsl),
  % tt for the names.
  \df \sl \hyphenchar\font=0
  %
  % On the other hand, if an argument has two dashes (for instance), we
  % want a way to get ttsl.  We used to recommend @var for that, so
  % leave the code in, but it's strange for @var to lead to typewriter.
  % Nowadays we recommend @code, since the difference between a ttsl hyphen
  % and a tt hyphen is pretty tiny.  @code also disables ?` !`.
  \def\var##1{{\setregularquotes\ttslanted{##1}}}%
  #1%
  \sl\hyphenchar\font=45
}

% We want ()&[] to print specially on the defun line.
%
\def\activeparens{%
  \catcode`\(=\active \catcode`\)=\active
  \catcode`\[=\active \catcode`\]=\active
  \catcode`\&=\active
}

% Make control sequences which act like normal parenthesis chars.
\let\lparen = ( \let\rparen = )

% Be sure that we always have a definition for `(', etc.  For example,
% if the fn name has parens in it, \boldbrax will not be in effect yet,
% so TeX would otherwise complain about undefined control sequence.
{
  \activeparens
  \global\let(=\lparen \global\let)=\rparen
  \global\let[=\lbrack \global\let]=\rbrack
  \global\let& = \&

  \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
  \gdef\magicamp{\let&=\amprm}
}
\let\ampchar\&

\newcount\parencount

% If we encounter &foo, then turn on ()-hacking afterwards
\newif\ifampseen
\def\amprm#1 {\ampseentrue{\bf\&#1 }}

\def\parenfont{%
  \ifampseen
    % At the first level, print parens in roman,
    % otherwise use the default font.
    \ifnum \parencount=1 \rm \fi
  \else
    % The \sf parens (in \boldbrax) actually are a little bolder than
    % the contained text.  This is especially needed for [ and ] .
    \sf
  \fi
}
\def\infirstlevel#1{%
  \ifampseen
    \ifnum\parencount=1
      #1%
    \fi
  \fi
}
\def\bfafterword#1 {#1 \bf}

\def\opnr{%
  \global\advance\parencount by 1
  {\parenfont(}%
  \infirstlevel \bfafterword
}
\def\clnr{%
  {\parenfont)}%
  \infirstlevel \sl
  \global\advance\parencount by -1
}

\newcount\brackcount
\def\lbrb{%
  \global\advance\brackcount by 1
  {\bf[}%
}
\def\rbrb{%
  {\bf]}%
  \global\advance\brackcount by -1
}

\def\checkparencounts{%
  \ifnum\parencount=0 \else \badparencount \fi
  \ifnum\brackcount=0 \else \badbrackcount \fi
}
% these should not use \errmessage; the glibc manual, at least, actually
% has such constructs (when documenting function pointers).
\def\badparencount{%
  \message{Warning: unbalanced parentheses in @def...}%
  \global\parencount=0
}
\def\badbrackcount{%
  \message{Warning: unbalanced square brackets in @def...}%
  \global\brackcount=0
}


\message{macros,}
% @macro.

% To do this right we need a feature of e-TeX, \scantokens,
% which we arrange to emulate with a temporary file in ordinary TeX.
\ifx\eTeXversion\thisisundefined
  \newwrite\macscribble
  \def\scantokens#1{%
    \toks0={#1}%
    \immediate\openout\macscribble=\jobname.tmp
    \immediate\write\macscribble{\the\toks0}%
    \immediate\closeout\macscribble
    \input \jobname.tmp
  }
\fi

\let\E=\expandafter

% Used at the time of macro expansion.
% Argument is macro body with arguments substituted
\def\scanmacro#1{%
  \newlinechar`\^^M
  % expand the expansion of \eatleadingcr twice to maybe remove a leading
  % newline (and \else and \fi tokens), then call \eatspaces on the result.
  \def\xeatspaces##1{%
    \E\E\E\E\E\E\E\eatspaces\E\E\E\E\E\E\E{\eatleadingcr##1%
  }}%
  \def\xempty##1{}%
  %
  % Process the macro body under the current catcode regime.
  \scantokens{#1@comment}%
  %
  % The \comment is to remove the \newlinechar added by \scantokens, and
  % can be noticed by \parsearg.  Note \c isn't used because this means cedilla
  % in math mode.
}

% Used for copying and captions
\def\scanexp#1{%
  \expandafter\scanmacro\expandafter{#1}%
}

\newcount\paramno   % Count of parameters
\newtoks\macname    % Macro name
\newif\ifrecursive  % Is it recursive?

% List of all defined macros in the form
%    \commondummyword\macro1\commondummyword\macro2...
% Currently is also contains all @aliases; the list can be split
% if there is a need.
\def\macrolist{}

% Add the macro to \macrolist
\def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname}
\def\addtomacrolistxxx#1{%
     \toks0 = \expandafter{\macrolist\commondummyword#1}%
     \xdef\macrolist{\the\toks0}%
}

% Utility routines.
% This does \let #1 = #2, with \csnames; that is,
%   \let \csname#1\endcsname = \csname#2\endcsname
% (except of course we have to play expansion games).
%
\def\cslet#1#2{%
  \expandafter\let
  \csname#1\expandafter\endcsname
  \csname#2\endcsname
}

% Trim leading and trailing spaces off a string.
% Concepts from aro-bend problem 15 (see CTAN).
{\catcode`\@=11
\gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }}
\gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@}
\gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @}
\def\unbrace#1{#1}
\unbrace{\gdef\trim@@@ #1 } #2@{#1}
}

{\catcode`\^^M=\other%
\gdef\eatleadingcr#1{\if\noexpand#1\noexpand^^M\else\E#1\fi}}%
% Warning: this won't work for a delimited argument
% or for an empty argument

% Trim a single trailing ^^M off a string.
{\catcode`\^^M=\other \catcode`\Q=3%
\gdef\eatcr #1{\eatcra #1Q^^MQ}%
\gdef\eatcra#1^^MQ{\eatcrb#1Q}%
\gdef\eatcrb#1Q#2Q{#1}%
}

% Macro bodies are absorbed as an argument in a context where
% all characters are catcode 10, 11 or 12, except \ which is active
% (as in normal texinfo). It is necessary to change the definition of \
% to recognize macro arguments; this is the job of \mbodybackslash.
%
% Non-ASCII encodings make 8-bit characters active, so un-activate
% them to avoid their expansion.  Must do this non-globally, to
% confine the change to the current group.
%
% It's necessary to have hard CRs when the macro is executed. This is
% done by making ^^M (\endlinechar) catcode 12 when reading the macro
% body, and then making it the \newlinechar in \scanmacro.
%
\def\scanctxt{% used as subroutine
  \catcode`\"=\other
  \catcode`\+=\other
  \catcode`\<=\other
  \catcode`\>=\other
  \catcode`\^=\other
  \catcode`\_=\other
  \catcode`\|=\other
  \catcode`\~=\other
  \passthroughcharstrue
}

\def\scanargctxt{% used for copying and captions, not macros.
  \scanctxt
  \catcode`\@=\other
  \catcode`\\=\other
  \catcode`\^^M=\other
}

\def\macrobodyctxt{% used for @macro definitions
  \scanctxt
  \catcode`\ =\other
  \catcode`\@=\other
  \catcode`\{=\other
  \catcode`\}=\other
  \catcode`\^^M=\other
  \usembodybackslash
}

% Used when scanning braced macro arguments.  Note, however, that catcode
% changes here are ineffectual if the macro invocation was nested inside
% an argument to another Texinfo command.
\def\macroargctxt{%
  \scanctxt
  \catcode`\ =\active
  \catcode`\@=\other
  \catcode`\^^M=\other
  \catcode`\\=\active
}

\def\macrolineargctxt{% used for whole-line arguments without braces
  \scanctxt
  \catcode`\@=\other
  \catcode`\{=\other
  \catcode`\}=\other
}

% \mbodybackslash is the definition of \ in @macro bodies.
% It maps \foo\ => \csname macarg.foo\endcsname => #N
% where N is the macro parameter number.
% We define \csname macarg.\endcsname to be \realbackslash, so
% \\ in macro replacement text gets you a backslash.
%
{\catcode`@=0 @catcode`@\=@active
 @gdef@usembodybackslash{@let\=@mbodybackslash}
 @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname}
}
\expandafter\def\csname macarg.\endcsname{\realbackslash}

\def\margbackslash#1{\char`\#1 }

\def\macro{\recursivefalse\parsearg\macroxxx}
\def\rmacro{\recursivetrue\parsearg\macroxxx}

\def\macroxxx#1{%
  \getargs{#1}% now \macname is the macname and \argl the arglist
  \ifx\argl\empty       % no arguments
     \paramno=0\relax
  \else
     \expandafter\parsemargdef \argl;%
     \if\paramno>256\relax
       \ifx\eTeXversion\thisisundefined
         \errhelp = \EMsimple
         \errmessage{You need eTeX to compile a file with macros with more than 256 arguments}
       \fi
     \fi
  \fi
  \if1\csname ismacro.\the\macname\endcsname
     \message{Warning: redefining \the\macname}%
  \else
     \expandafter\ifx\csname \the\macname\endcsname \relax
     \else \errmessage{Macro name \the\macname\space already defined}\fi
     \global\cslet{macsave.\the\macname}{\the\macname}%
     \global\expandafter\let\csname ismacro.\the\macname\endcsname=1%
     \addtomacrolist{\the\macname}%
  \fi
  \begingroup \macrobodyctxt
  \ifrecursive \expandafter\parsermacbody
  \else \expandafter\parsemacbody
  \fi}

\parseargdef\unmacro{%
  \if1\csname ismacro.#1\endcsname
    \global\cslet{#1}{macsave.#1}%
    \global\expandafter\let \csname ismacro.#1\endcsname=0%
    % Remove the macro name from \macrolist:
    \begingroup
      \expandafter\let\csname#1\endcsname \relax
      \let\commondummyword\unmacrodo
      \xdef\macrolist{\macrolist}%
    \endgroup
  \else
    \errmessage{Macro #1 not defined}%
  \fi
}

% Called by \do from \dounmacro on each macro.  The idea is to omit any
% macro definitions that have been changed to \relax.
%
\def\unmacrodo#1{%
  \ifx #1\relax
    % remove this
  \else
    \noexpand\commondummyword \noexpand#1%
  \fi
}

% \getargs -- Parse the arguments to a @macro line.  Set \macname to
% the name of the macro, and \argl to the braced argument list.
\def\getargs#1{\getargsxxx#1{}}
\def\getargsxxx#1#{\getmacname #1 \relax\getmacargs}
\def\getmacname#1 #2\relax{\macname={#1}}
\def\getmacargs#1{\def\argl{#1}}
% This made use of the feature that if the last token of a
% <parameter list> is #, then the preceding argument is delimited by
% an opening brace, and that opening brace is not consumed.

% Parse the optional {params} list to @macro or @rmacro.
% Set \paramno to the number of arguments,
% and \paramlist to a parameter text for the macro (e.g. #1,#2,#3 for a
% three-param macro.)  Define \macarg.BLAH for each BLAH in the params
% list to some hook where the argument is to be expanded.  If there are
% less than 10 arguments that hook is to be replaced by ##N where N
% is the position in that list, that is to say the macro arguments are to be
% defined `a la TeX in the macro body.
%
% That gets used by \mbodybackslash (above).
%
% If there are 10 or more arguments, a different technique is used: see
% \parsemmanyargdef.
%
\def\parsemargdef#1;{%
  \paramno=0\def\paramlist{}%
  \let\hash\relax
  % \hash is redefined to `#' later to get it into definitions
  \let\xeatspaces\relax
  \let\xempty\relax
  \parsemargdefxxx#1,;,%
  \ifnum\paramno<10\relax\else
    \paramno0\relax
    \parsemmanyargdef@@#1,;,% 10 or more arguments
  \fi
}
\def\parsemargdefxxx#1,{%
  \if#1;\let\next=\relax
  \else \let\next=\parsemargdefxxx
    \advance\paramno by 1
    \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
        {\xeatspaces{\hash\the\paramno\noexpand\xempty{}}}%
    \edef\paramlist{\paramlist\hash\the\paramno,}%
  \fi\next}
% the \xempty{} is to give \eatleadingcr an argument in the case of an
% empty macro argument.

% \parsemacbody, \parsermacbody
%
% Read recursive and nonrecursive macro bodies. (They're different since
% rec and nonrec macros end differently.)
%
% We are in \macrobodyctxt, and the \xdef causes backslashshes in the macro
% body to be transformed.
% Set \macrobody to the body of the macro, and call \defmacro.
%
{\catcode`\ =\other\long\gdef\parsemacbody#1@end macro{%
\xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}%
{\catcode`\ =\other\long\gdef\parsermacbody#1@end rmacro{%
\xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}%

% Make @ a letter, so that we can make private-to-Texinfo macro names.
\edef\texiatcatcode{\the\catcode`\@}
\catcode `@=11\relax

%%%%%%%%%%%%%% Code for > 10 arguments only   %%%%%%%%%%%%%%%%%%

% If there are 10 or more arguments, a different technique is used, where the
% hook remains in the body, and when macro is to be expanded the body is
% processed again to replace the arguments.
%
% In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the
% argument N value and then \edef the body (nothing else will expand because of
% the catcode regime under which the body was input).
%
% If you compile with TeX (not eTeX), and you have macros with 10 or more
% arguments, no macro can have more than 256 arguments (else error).
%
% In case that there are 10 or more arguments we parse again the arguments
% list to set new definitions for the \macarg.BLAH macros corresponding to
% each BLAH argument. It was anyhow needed to parse already once this list
% in order to count the arguments, and as macros with at most 9 arguments
% are by far more frequent than macro with 10 or more arguments, defining
% twice the \macarg.BLAH macros does not cost too much processing power.
\def\parsemmanyargdef@@#1,{%
  \if#1;\let\next=\relax
  \else
    \let\next=\parsemmanyargdef@@
    \edef\tempb{\eatspaces{#1}}%
    \expandafter\def\expandafter\tempa
       \expandafter{\csname macarg.\tempb\endcsname}%
    % Note that we need some extra \noexpand\noexpand, this is because we
    % don't want \the  to be expanded in the \parsermacbody  as it uses an
    % \xdef .
    \expandafter\edef\tempa
      {\noexpand\noexpand\noexpand\the\toks\the\paramno}%
    \advance\paramno by 1\relax
  \fi\next}


\let\endargs@\relax
\let\nil@\relax
\def\nilm@{\nil@}%
\long\def\nillm@{\nil@}%

% This macro is expanded during the Texinfo macro expansion, not during its
% definition.  It gets all the arguments' values and assigns them to macros
% macarg.ARGNAME
%
% #1 is the macro name
% #2 is the list of argument names
% #3 is the list of argument values
\def\getargvals@#1#2#3{%
  \def\macargdeflist@{}%
  \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion.
  \def\paramlist{#2,\nil@}%
  \def\macroname{#1}%
  \begingroup
  \macroargctxt
  \def\argvaluelist{#3,\nil@}%
  \def\@tempa{#3}%
  \ifx\@tempa\empty
    \setemptyargvalues@
  \else
    \getargvals@@
  \fi
}
\def\getargvals@@{%
  \ifx\paramlist\nilm@
      % Some sanity check needed here that \argvaluelist is also empty.
      \ifx\argvaluelist\nillm@
      \else
        \errhelp = \EMsimple
        \errmessage{Too many arguments in macro `\macroname'!}%
      \fi
      \let\next\macargexpandinbody@
  \else
    \ifx\argvaluelist\nillm@
       % No more arguments values passed to macro.  Set remaining named-arg
       % macros to empty.
       \let\next\setemptyargvalues@
    \else
      % pop current arg name into \@tempb
      \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}%
      \expandafter\@tempa\expandafter{\paramlist}%
       % pop current argument value into \@tempc
      \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}%
      \expandafter\@tempa\expandafter{\argvaluelist}%
       % Here \@tempb is the current arg name and \@tempc is the current arg value.
       % First place the new argument macro definition into \@tempd
       \expandafter\macname\expandafter{\@tempc}%
       \expandafter\let\csname macarg.\@tempb\endcsname\relax
       \expandafter\def\expandafter\@tempe\expandafter{%
         \csname macarg.\@tempb\endcsname}%
       \edef\@tempd{\long\def\@tempe{\the\macname}}%
       \push@\@tempd\macargdeflist@
       \let\next\getargvals@@
    \fi
  \fi
  \next
}

\def\push@#1#2{%
  \expandafter\expandafter\expandafter\def
  \expandafter\expandafter\expandafter#2%
  \expandafter\expandafter\expandafter{%
  \expandafter#1#2}%
}

% Replace arguments by their values in the macro body, and place the result
% in macro \@tempa.
%
\def\macvalstoargs@{%
  %  To do this we use the property that token registers that are \the'ed
  % within an \edef  expand only once. So we are going to place all argument
  % values into respective token registers.
  %
  % First we save the token context, and initialize argument numbering.
  \begingroup
    \paramno0\relax
    % Then, for each argument number #N, we place the corresponding argument
    % value into a new token list register \toks#N
    \expandafter\putargsintokens@\saveparamlist@,;,%
    % Then, we expand the body so that argument are replaced by their
    % values. The trick for values not to be expanded themselves is that they
    % are within tokens and that tokens expand only once in an \edef .
    \edef\@tempc{\csname mac.\macroname .body\endcsname}%
    % Now we restore the token stack pointer to free the token list registers
    % which we have used, but we make sure that expanded body is saved after
    % group.
    \expandafter
  \endgroup
  \expandafter\def\expandafter\@tempa\expandafter{\@tempc}%
  }

% Define the named-macro outside of this group and then close this group.
%
\def\macargexpandinbody@{%
  \expandafter
  \endgroup
  \macargdeflist@
  % First the replace in body the macro arguments by their values, the result
  % is in \@tempa .
  \macvalstoargs@
  % Then we point at the \norecurse or \gobble (for recursive) macro value
  % with \@tempb .
  \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname
  % Depending on whether it is recursive or not, we need some tailing
  % \egroup .
  \ifx\@tempb\gobble
     \let\@tempc\relax
  \else
     \let\@tempc\egroup
  \fi
  % And now we do the real job:
  \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}%
  \@tempd
}

\def\putargsintokens@#1,{%
  \if#1;\let\next\relax
  \else
    \let\next\putargsintokens@
    % First we allocate the new token list register, and give it a temporary
    % alias \@tempb .
    \toksdef\@tempb\the\paramno
    % Then we place the argument value into that token list register.
    \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname
    \expandafter\@tempb\expandafter{\@tempa}%
    \advance\paramno by 1\relax
  \fi
  \next
}

% Trailing missing arguments are set to empty.
%
\def\setemptyargvalues@{%
  \ifx\paramlist\nilm@
    \let\next\macargexpandinbody@
  \else
    \expandafter\setemptyargvaluesparser@\paramlist\endargs@
    \let\next\setemptyargvalues@
  \fi
  \next
}

\def\setemptyargvaluesparser@#1,#2\endargs@{%
  \expandafter\def\expandafter\@tempa\expandafter{%
    \expandafter\def\csname macarg.#1\endcsname{}}%
  \push@\@tempa\macargdeflist@
  \def\paramlist{#2}%
}

% #1 is the element target macro
% #2 is the list macro
% #3,#4\endargs@ is the list value
\def\pop@#1#2#3,#4\endargs@{%
   \def#1{#3}%
   \def#2{#4}%
}
\long\def\longpop@#1#2#3,#4\endargs@{%
   \long\def#1{#3}%
   \long\def#2{#4}%
}


%%%%%%%%%%%%%% End of code for > 10 arguments %%%%%%%%%%%%%%%%%%


% This defines a Texinfo @macro or @rmacro, called by \parsemacbody.
%    \macrobody has the body of the macro in it, with placeholders for
% its parameters, looking like "\xeatspaces{\hash 1}".
%    \paramno is the number of parameters
%    \paramlist is a TeX parameter text, e.g. "#1,#2,#3,"
% There are four cases: macros of zero, one, up to nine, and many arguments.
% \xdef is used so that macro definitions will survive the file
% they're defined in: @include reads the file inside a group.
%
\def\defmacro{%
  \let\hash=##% convert placeholders to macro parameter chars
  \ifnum\paramno=1
    \def\xeatspaces##1{##1}%
    % This removes the pair of braces around the argument.  We don't
    % use \eatspaces, because this can cause ends of lines to be lost
    % when the argument to \eatspaces is read, leading to line-based
    % commands like "@itemize" not being read correctly.
  \else
    \let\xeatspaces\relax % suppress expansion
  \fi
  \ifcase\paramno
  % 0
    \expandafter\xdef\csname\the\macname\endcsname{%
      \bgroup
        \noexpand\spaceisspace
        \noexpand\endlineisspace
        \noexpand\expandafter % skip any whitespace after the macro name.
        \expandafter\noexpand\csname\the\macname @@@\endcsname}%
    \expandafter\xdef\csname\the\macname @@@\endcsname{%
      \egroup
      \noexpand\scanmacro{\macrobody}}%
  \or % 1
    \expandafter\xdef\csname\the\macname\endcsname{%
       \bgroup
       \noexpand\braceorline
       \expandafter\noexpand\csname\the\macname @@@\endcsname}%
    \expandafter\xdef\csname\the\macname @@@\endcsname##1{%
      \egroup
      \noexpand\scanmacro{\macrobody}%
      }%
  \else % at most 9
    \ifnum\paramno<10\relax
      % @MACNAME sets the context for reading the macro argument
      % @MACNAME@@ gets the argument, processes backslashes and appends a
      % comma.
      % @MACNAME@@@ removes braces surrounding the argument list.
      % @MACNAME@@@@ scans the macro body with arguments substituted.
      \expandafter\xdef\csname\the\macname\endcsname{%
        \bgroup
        \noexpand\expandafter  % This \expandafter skip any spaces after the
        \noexpand\macroargctxt % macro before we change the catcode of space.
        \noexpand\expandafter
        \expandafter\noexpand\csname\the\macname @@\endcsname}%
      \expandafter\xdef\csname\the\macname @@\endcsname##1{%
          \noexpand\passargtomacro
          \expandafter\noexpand\csname\the\macname @@@\endcsname{##1,}}%
      \expandafter\xdef\csname\the\macname @@@\endcsname##1{%
          \expandafter\noexpand\csname\the\macname @@@@\endcsname ##1}%
      \expandafter\expandafter
      \expandafter\xdef
      \expandafter\expandafter
        \csname\the\macname @@@@\endcsname\paramlist{%
          \egroup\noexpand\scanmacro{\macrobody}}%
    \else % 10 or more:
      \expandafter\xdef\csname\the\macname\endcsname{%
        \noexpand\getargvals@{\the\macname}{\argl}%
      }%
      \global\expandafter\let\csname mac.\the\macname .body\endcsname\macrobody
      \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble
    \fi
  \fi}

\catcode `\@\texiatcatcode\relax % end private-to-Texinfo catcodes

\def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
{\catcode`\@=0 \catcode`\\=13  % We need to manipulate \ so use @ as escape
@catcode`@_=11  % private names
@catcode`@!=11  % used as argument separator

% \passargtomacro#1#2 -
% Call #1 with a list of tokens #2, with any doubled backslashes in #2
% compressed to one.
%
% This implementation works by expansion, and not execution (so we cannot use
% \def or similar).  This reduces the risk of this failing in contexts where
% complete expansion is done with no execution (for example, in writing out to
% an auxiliary file for an index entry).
%
% State is kept in the input stream: the argument passed to
% @look_ahead, @gobble_and_check_finish and @add_segment is
%
% THE_MACRO ARG_RESULT ! {PENDING_BS} NEXT_TOKEN  (... rest of input)
%
% where:
% THE_MACRO - name of the macro we want to call
% ARG_RESULT - argument list we build to pass to that macro
% PENDING_BS - either a backslash or nothing
% NEXT_TOKEN - used to look ahead in the input stream to see what's coming next

@gdef@passargtomacro#1#2{%
  @add_segment #1!{}@relax#2\@_finish\%
}
@gdef@_finish{@_finishx} @global@let@_finishx@relax

% #1 - THE_MACRO ARG_RESULT
% #2 - PENDING_BS
% #3 - NEXT_TOKEN
% #4 used to look ahead
%
% If the next token is not a backslash, process the rest of the argument;
% otherwise, remove the next token.
@gdef@look_ahead#1!#2#3#4{%
  @ifx#4\%
   @expandafter@gobble_and_check_finish
  @else
   @expandafter@add_segment
  @fi#1!{#2}#4#4%
}

% #1 - THE_MACRO ARG_RESULT
% #2 - PENDING_BS
% #3 - NEXT_TOKEN
% #4 should be a backslash, which is gobbled.
% #5 looks ahead
%
% Double backslash found.  Add a single backslash, and look ahead.
@gdef@gobble_and_check_finish#1!#2#3#4#5{%
  @add_segment#1\!{}#5#5%
}

@gdef@is_fi{@fi}

% #1 - THE_MACRO ARG_RESULT
% #2 - PENDING_BS
% #3 - NEXT_TOKEN
% #4 is input stream until next backslash
%
% Input stream is either at the start of the argument, or just after a
% backslash sequence, either a lone backslash, or a doubled backslash.
% NEXT_TOKEN contains the first token in the input stream: if it is \finish,
% finish; otherwise, append to ARG_RESULT the segment of the argument up until
% the next backslash.  PENDING_BACKSLASH contains a backslash to represent
% a backslash just before the start of the input stream that has not been
% added to ARG_RESULT.
@gdef@add_segment#1!#2#3#4\{%
@ifx#3@_finish
  @call_the_macro#1!%
@else
  % append the pending backslash to the result, followed by the next segment
  @expandafter@is_fi@look_ahead#1#2#4!{\}@fi
  % this @fi is discarded by @look_ahead.
  % we can't get rid of it with \expandafter because we don't know how
  % long #4 is.
}

% #1 - THE_MACRO
% #2 - ARG_RESULT
% #3 discards the res of the conditional in @add_segment, and @is_fi ends the
% conditional.
@gdef@call_the_macro#1#2!#3@fi{@is_fi #1{#2}}

}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \braceorline MAC is used for a one-argument macro MAC.  It checks
% whether the next non-whitespace character is a {.  It sets the context
% for reading the argument (slightly different in the two cases).  Then,
% to read the argument, in the whole-line case, it then calls the regular
% \parsearg MAC; in the lbrace case, it calls \passargtomacro MAC.
%
\def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx}
\def\braceorlinexxx{%
  \ifx\nchar\bgroup
    \macroargctxt
    \expandafter\passargtomacro
  \else
    \macrolineargctxt\expandafter\parsearg
  \fi \macnamexxx}


% @alias.
% We need some trickery to remove the optional spaces around the equal
% sign.  Make them active and then expand them all to nothing.
%
\def\alias{\parseargusing\obeyspaces\aliasxxx}
\def\aliasxxx #1{\aliasyyy#1\relax}
\def\aliasyyy #1=#2\relax{%
  {%
    \expandafter\let\obeyedspace=\empty
    \addtomacrolist{#1}%
    \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}%
  }%
  \next
}


\message{cross references,}

\newwrite\auxfile
\newif\ifhavexrefs    % True if xref values are known.
\newif\ifwarnedxrefs  % True if we warned once that they aren't known.

% @inforef is relatively simple.
\def\inforef #1{\inforefzzz #1,,,,**}
\def\inforefzzz #1,#2,#3,#4**{%
  \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
  node \samp{\ignorespaces#1{}}}

% @node's only job in TeX is to define \lastnode, which is used in
% cross-references.  The @node line might or might not have commas, and
% might or might not have spaces before the first comma, like:
% @node foo , bar , ...
% We don't want such trailing spaces in the node name.
%
\parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse}
%
% also remove a trailing comma, in case of something like this:
% @node Help-Cross,  ,  , Cross-refs
\def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse}
\def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}\omittopnode}

% Used so that the @top node doesn't have to be wrapped in an @ifnottex
% conditional.
% \doignore goes to more effort to skip nested conditionals but we don't need
% that here.
\def\omittopnode{%
   \ifx\lastnode\wordTop
   \expandafter\ignorenode\fi
}
\def\wordTop{Top}

% Until the next @node or @bye command, divert output to a box that is not
% output.
\def\ignorenode{\setbox\dummybox\vbox\bgroup\def\node{\egroup\node}%
\ignorenodebye
}

{\let\bye\relax
\gdef\ignorenodebye{\let\bye\ignorenodebyedef}
\gdef\ignorenodebyedef{\egroup(`Top' node ignored)\bye}}
% The redefinition of \bye here is because it is declared \outer

\let\lastnode=\empty

% Write a cross-reference definition for the current node.  #1 is the
% type (Ynumbered, Yappendix, Ynothing).
%
\def\donoderef#1{%
  \ifx\lastnode\empty\else
    \setref{\lastnode}{#1}%
    \global\let\lastnode=\empty
  \fi
}

% @anchor{NAME} -- define xref target at arbitrary point.
%
\newcount\savesfregister
%
\def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi}
\def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi}
\def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces}

% \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
% anchor), which consists of three parts:
% 1) NAME-title - the current sectioning name taken from \currentsection,
%                 or the anchor name.
% 2) NAME-snt   - section number and type, passed as the SNT arg, or
%                 empty for anchors.
% 3) NAME-pg    - the page number.
%
% This is called from \donoderef, \anchor, and \dofloat.  In the case of
% floats, there is an additional part, which is not written here:
% 4) NAME-lof   - the text as it should appear in a @listoffloats.
%
\def\setref#1#2{%
  \pdfmkdest{#1}%
  \iflinks
    {%
      \requireauxfile
      \atdummies  % preserve commands, but don't expand them
      % match definition in \xrdef, \refx, \xrefX.
      \def\value##1{##1}%
      \edef\writexrdef##1##2{%
	\write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
	  ##1}{##2}}% these are parameters of \writexrdef
      }%
      \toks0 = \expandafter{\currentsection}%
      \immediate \writexrdef{title}{\the\toks0 }%
      \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc.
      \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout
    }%
  \fi
}

% @xrefautosectiontitle on|off says whether @section(ing) names are used
% automatically in xrefs, if the third arg is not explicitly specified.
% This was provided as a "secret" @set xref-automatic-section-title
% variable, now it's official.
%
\parseargdef\xrefautomaticsectiontitle{%
  \def\temp{#1}%
  \ifx\temp\onword
    \expandafter\let\csname SETxref-automatic-section-title\endcsname
      = \empty
  \else\ifx\temp\offword
    \expandafter\let\csname SETxref-automatic-section-title\endcsname
      = \relax
  \else
    \errhelp = \EMsimple
    \errmessage{Unknown @xrefautomaticsectiontitle value `\temp',
                must be on|off}%
  \fi\fi
}

%
% @xref, @pxref, and @ref generate cross-references.  For \xrefX, #1 is
% the node name, #2 the name of the Info cross-reference, #3 the printed
% node name, #4 the name of the Info file, #5 the name of the printed
% manual.  All but the node name can be omitted.
%
\def\pxref{\putwordsee{} \xrefXX}
\def\xref{\putwordSee{} \xrefXX}
\def\ref{\xrefXX}

\def\xrefXX#1{\def\xrefXXarg{#1}\futurelet\tokenafterxref\xrefXXX}
\def\xrefXXX{\expandafter\xrefX\expandafter[\xrefXXarg,,,,,,,]}
%
\newbox\toprefbox
\newbox\printedrefnamebox
\newbox\infofilenamebox
\newbox\printedmanualbox
%
\def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
  \unsepspaces
  %
  % Get args without leading/trailing spaces.
  \def\printedrefname{\ignorespaces #3}%
  \setbox\printedrefnamebox = \hbox{\printedrefname\unskip}%
  %
  \def\infofilename{\ignorespaces #4}%
  \setbox\infofilenamebox = \hbox{\infofilename\unskip}%
  %
  \def\printedmanual{\ignorespaces #5}%
  \setbox\printedmanualbox  = \hbox{\printedmanual\unskip}%
  %
  % If the printed reference name (arg #3) was not explicitly given in
  % the @xref, figure out what we want to use.
  \ifdim \wd\printedrefnamebox = 0pt
    % No printed node name was explicitly given.
    \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax
      % Not auto section-title: use node name inside the square brackets.
      \def\printedrefname{\ignorespaces #1}%
    \else
      % Auto section-title: use chapter/section title inside
      % the square brackets if we have it.
      \ifdim \wd\printedmanualbox > 0pt
        % It is in another manual, so we don't have it; use node name.
        \def\printedrefname{\ignorespaces #1}%
      \else
        \ifhavexrefs
          % We (should) know the real title if we have the xref values.
          \def\printedrefname{\refx{#1-title}}%
        \else
          % Otherwise just copy the Info node name.
          \def\printedrefname{\ignorespaces #1}%
        \fi%
      \fi
    \fi
  \fi
  %
  % Make link in pdf output.
  \ifpdf
    % For pdfTeX and LuaTeX
    {\indexnofonts
     \makevalueexpandable
     \turnoffactive
     % This expands tokens, so do it after making catcode changes, so _
     % etc. don't get their TeX definitions.  This ignores all spaces in
     % #4, including (wrongly) those in the middle of the filename.
     \getfilename{#4}%
     %
     % This (wrongly) does not take account of leading or trailing
     % spaces in #1, which should be ignored.
     \setpdfdestname{#1}%
     %
     \ifx\pdfdestname\empty
       \def\pdfdestname{Top}% no empty targets
     \fi
     %
     \leavevmode
     \startlink attr{/Border [0 0 0]}%
     \ifnum\filenamelength>0
       goto file{\the\filename.pdf} name{\pdfdestname}%
     \else
       goto name{\pdfmkpgn{\pdfdestname}}%
     \fi
    }%
    \setcolor{\linkcolor}%
  \else
    \ifx\XeTeXrevision\thisisundefined
    \else
      % For XeTeX
      {\indexnofonts
       \makevalueexpandable
       \turnoffactive
       % This expands tokens, so do it after making catcode changes, so _
       % etc. don't get their TeX definitions.  This ignores all spaces in
       % #4, including (wrongly) those in the middle of the filename.
       \getfilename{#4}%
       %
       % This (wrongly) does not take account of leading or trailing
       % spaces in #1, which should be ignored.
       \setpdfdestname{#1}%
       %
       \ifx\pdfdestname\empty
         \def\pdfdestname{Top}% no empty targets
       \fi
       %
       \leavevmode
       \ifnum\filenamelength>0
         % With default settings,
         % XeTeX (xdvipdfmx) replaces link destination names with integers.
         % In this case, the replaced destination names of
         % remote PDFs are no longer known.  In order to avoid a replacement,
         % you can use xdvipdfmx's command line option `-C 0x0010'.
         % If you use XeTeX 0.99996+ (TeX Live 2016+),
         % this command line option is no longer necessary
         % because we can use the `dvipdfmx:config' special.
         \special{pdf:bann << /Border [0 0 0] /Type /Annot /Subtype /Link /A
           << /S /GoToR /F (\the\filename.pdf) /D (\pdfdestname) >> >>}%
       \else
         \special{pdf:bann << /Border [0 0 0] /Type /Annot /Subtype /Link /A
           << /S /GoTo /D (\pdfdestname) >> >>}%
       \fi
      }%
      \setcolor{\linkcolor}%
    \fi
  \fi
  {%
    % Have to otherify everything special to allow the \csname to
    % include an _ in the xref name, etc.
    \indexnofonts
    \turnoffactive
    \def\value##1{##1}%
    \expandafter\global\expandafter\let\expandafter\Xthisreftitle
      \csname XR#1-title\endcsname
  }%
  %
  % Float references are printed completely differently: "Figure 1.2"
  % instead of "[somenode], p.3".  \iffloat distinguishes them by
  % \Xthisreftitle being set to a magic string.
  \iffloat\Xthisreftitle
    % If the user specified the print name (third arg) to the ref,
    % print it instead of our usual "Figure 1.2".
    \ifdim\wd\printedrefnamebox = 0pt
      \refx{#1-snt}%
    \else
      \printedrefname
    \fi
    %
    % If the user also gave the printed manual name (fifth arg), append
    % "in MANUALNAME".
    \ifdim \wd\printedmanualbox > 0pt
      \space \putwordin{} \cite{\printedmanual}%
    \fi
  \else
    % node/anchor (non-float) references.
    %
    % If we use \unhbox to print the node names, TeX does not insert
    % empty discretionaries after hyphens, which means that it will not
    % find a line break at a hyphen in a node names.  Since some manuals
    % are best written with fairly long node names, containing hyphens,
    % this is a loss.  Therefore, we give the text of the node name
    % again, so it is as if TeX is seeing it for the first time.
    %
    \ifdim \wd\printedmanualbox > 0pt
      % Cross-manual reference with a printed manual name.
      %
      \crossmanualxref{\cite{\printedmanual\unskip}}%
    %
    \else\ifdim \wd\infofilenamebox > 0pt
      % Cross-manual reference with only an info filename (arg 4), no
      % printed manual name (arg 5).  This is essentially the same as
      % the case above; we output the filename, since we have nothing else.
      %
      \crossmanualxref{\code{\infofilename\unskip}}%
    %
    \else
      % Reference within this manual.
      %
      % Only output a following space if the -snt ref is nonempty, as the ref
      % will be empty for @unnumbered and @anchor.
      \setbox2 = \hbox{\ignorespaces \refx{#1-snt}}%
      \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
      %
      % output the `[mynode]' via the macro below so it can be overridden.
      \xrefprintnodename\printedrefname
      %
      \expandafter\ifx\csname SETtxiomitxrefpg\endcsname\relax
        % But we always want a comma and a space:
        ,\space
        %
        % output the `page 3'.
        \turnoffactive \putwordpage\tie\refx{#1-pg}%
        % Add a , if xref followed by a space
        \if\space\noexpand\tokenafterxref ,%
        \else\ifx\	\tokenafterxref ,% @TAB
        \else\ifx\*\tokenafterxref ,%   @*
        \else\ifx\ \tokenafterxref ,%   @SPACE
        \else\ifx\
                  \tokenafterxref ,%    @NL
        \else\ifx\tie\tokenafterxref ,% @tie
        \fi\fi\fi\fi\fi\fi
      \fi
    \fi\fi
  \fi
  \endlink
\endgroup}

% Output a cross-manual xref to #1.  Used just above (twice).
%
% Only include the text "Section ``foo'' in" if the foo is neither
% missing or Top.  Thus, @xref{,,,foo,The Foo Manual} outputs simply
% "see The Foo Manual", the idea being to refer to the whole manual.
%
% But, this being TeX, we can't easily compare our node name against the
% string "Top" while ignoring the possible spaces before and after in
% the input.  By adding the arbitrary 7sp below, we make it much less
% likely that a real node name would have the same width as "Top" (e.g.,
% in a monospaced font).  Hopefully it will never happen in practice.
%
% For the same basic reason, we retypeset the "Top" at every
% reference, since the current font is indeterminate.
%
\def\crossmanualxref#1{%
  \setbox\toprefbox = \hbox{Top\kern7sp}%
  \setbox2 = \hbox{\ignorespaces \printedrefname \unskip \kern7sp}%
  \ifdim \wd2 > 7sp  % nonempty?
    \ifdim \wd2 = \wd\toprefbox \else  % same as Top?
      \putwordSection{} ``\printedrefname'' \putwordin{}\space
    \fi
  \fi
  #1%
}

% This macro is called from \xrefX for the `[nodename]' part of xref
% output.  It's a separate macro only so it can be changed more easily,
% since square brackets don't work well in some documents.  Particularly
% one that Bob is working on :).
%
\def\xrefprintnodename#1{[#1]}

% Things referred to by \setref.
%
\def\Ynothing{}
\def\Yomitfromtoc{}
\def\Ynumbered{%
  \ifnum\secno=0
    \putwordChapter@tie \the\chapno
  \else \ifnum\subsecno=0
    \putwordSection@tie \the\chapno.\the\secno
  \else \ifnum\subsubsecno=0
    \putwordSection@tie \the\chapno.\the\secno.\the\subsecno
  \else
    \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno
  \fi\fi\fi
}
\def\Yappendix{%
  \ifnum\secno=0
     \putwordAppendix@tie @char\the\appendixno{}%
  \else \ifnum\subsecno=0
     \putwordSection@tie @char\the\appendixno.\the\secno
  \else \ifnum\subsubsecno=0
    \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno
  \else
    \putwordSection@tie
      @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno
  \fi\fi\fi
}

% \refx{NAME} - reference a cross-reference string named NAME.
\def\refx#1{%
  \requireauxfile
  {%
    \indexnofonts
    \turnoffactive
    \def\value##1{##1}%
    \expandafter\global\expandafter\let\expandafter\thisrefX
      \csname XR#1\endcsname
  }%
  \ifx\thisrefX\relax
    % If not defined, say something at least.
    \angleleft un\-de\-fined\angleright
    \iflinks
      \ifhavexrefs
        {\toks0 = {#1}% avoid expansion of possibly-complex value
         \message{\linenumber Undefined cross reference `\the\toks0'.}}%
      \else
        \ifwarnedxrefs\else
          \global\warnedxrefstrue
          \message{Cross reference values unknown; you must run TeX again.}%
        \fi
      \fi
    \fi
  \else
    % It's defined, so just use it.
    \thisrefX
  \fi
}

% This is the macro invoked by entries in the aux file.  Define a control
% sequence for a cross-reference target (we prepend XR to the control sequence
% name to avoid collisions).  The value is the page number.  If this is a float
% type, we have more work to do.
%
\def\xrdef#1#2{%
  {% Expand the node or anchor name to remove control sequences.
   % \turnoffactive stops 8-bit characters being changed to commands
   % like @'e.  \refx does the same to retrieve the value in the definition.
    \indexnofonts
    \turnoffactive
    \def\value##1{##1}%
    \xdef\safexrefname{#1}%
  }%
  %
  \bgroup
    \expandafter\gdef\csname XR\safexrefname\endcsname{#2}%
  \egroup
  % We put the \gdef inside a group to avoid the definitions building up on
  % TeX's save stack, which can cause it to run out of space for aux files with
  % thousands of lines.  \gdef doesn't use the save stack, but \csname does
  % when it defines an unknown control sequence as \relax.
  %
  % Was that xref control sequence that we just defined for a float?
  \expandafter\iffloat\csname XR\safexrefname\endcsname
    % it was a float, and we have the (safe) float type in \iffloattype.
    \expandafter\let\expandafter\floatlist
      \csname floatlist\iffloattype\endcsname
    %
    % Is this the first time we've seen this float type?
    \expandafter\ifx\floatlist\relax
      \toks0 = {\do}% yes, so just \do
    \else
      % had it before, so preserve previous elements in list.
      \toks0 = \expandafter{\floatlist\do}%
    \fi
    %
    % Remember this xref in the control sequence \floatlistFLOATTYPE,
    % for later use in \listoffloats.
    \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0
      {\safexrefname}}%
  \fi
}

% If working on a large document in chapters, it is convenient to
% be able to disable indexing, cross-referencing, and contents, for test runs.
% This is done with @novalidate at the beginning of the file.
%
\newif\iflinks \linkstrue % by default we want the aux files.
\let\novalidate = \linksfalse

% Used when writing to the aux file, or when using data from it.
\def\requireauxfile{%
  \iflinks
    \tryauxfile
    % Open the new aux file.  TeX will close it automatically at exit.
    \immediate\openout\auxfile=\jobname.aux
  \fi
  \global\let\requireauxfile=\relax   % Only do this once.
}

% Read the last existing aux file, if any.  No error if none exists.
%
\def\tryauxfile{%
  \openin 1 \jobname.aux
  \ifeof 1 \else
    \readdatafile{aux}%
    \global\havexrefstrue
  \fi
  \closein 1
}

\def\setupdatafile{%
  \catcode`\^^@=\other
  \catcode`\^^A=\other
  \catcode`\^^B=\other
  \catcode`\^^C=\other
  \catcode`\^^D=\other
  \catcode`\^^E=\other
  \catcode`\^^F=\other
  \catcode`\^^G=\other
  \catcode`\^^H=\other
  \catcode`\^^K=\other
  \catcode`\^^L=\other
  \catcode`\^^N=\other
  \catcode`\^^P=\other
  \catcode`\^^Q=\other
  \catcode`\^^R=\other
  \catcode`\^^S=\other
  \catcode`\^^T=\other
  \catcode`\^^U=\other
  \catcode`\^^V=\other
  \catcode`\^^W=\other
  \catcode`\^^X=\other
  \catcode`\^^Z=\other
  \catcode`\^^[=\other
  \catcode`\^^\=\other
  \catcode`\^^]=\other
  \catcode`\^^^=\other
  \catcode`\^^_=\other
  \catcode`\^=\other
  %
  % Special characters.  Should be turned off anyway, but...
  \catcode`\~=\other
  \catcode`\[=\other
  \catcode`\]=\other
  \catcode`\"=\other
  \catcode`\_=\active
  \catcode`\|=\active
  \catcode`\<=\active
  \catcode`\>=\active
  \catcode`\$=\other
  \catcode`\#=\other
  \catcode`\&=\other
  \catcode`\%=\other
  \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
  %
  \catcode`\\=\active
  %
  % @ is our escape character in .aux files, and we need braces.
  \catcode`\{=1
  \catcode`\}=2
  \catcode`\@=0
}

\def\readdatafile#1{%
\begingroup
  \setupdatafile
  \input\jobname.#1
\endgroup}


\message{insertions,}
% including footnotes.

\newcount \footnoteno

% The trailing space in the following definition for supereject is
% vital for proper filling; pages come out unaligned when you do a
% pagealignmacro call if that space before the closing brace is
% removed. (Generally, numeric constants should always be followed by a
% space to prevent strange expansion errors.)
\def\supereject{\par\penalty -20000\footnoteno =0 }

% @footnotestyle is meaningful for Info output only.
\let\footnotestyle=\comment

{\catcode `\@=11
%
% Auto-number footnotes.  Otherwise like plain.
\gdef\footnote{%
  \global\advance\footnoteno by \@ne
  \edef\thisfootno{$^{\the\footnoteno}$}%
  %
  % In case the footnote comes at the end of a sentence, preserve the
  % extra spacing after we do the footnote number.
  \let\@sf\empty
  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi
  %
  % Remove inadvertent blank space before typesetting the footnote number.
  \unskip
  \thisfootno\@sf
  \dofootnote
}%

% Don't bother with the trickery in plain.tex to not require the
% footnote text as a parameter.  Our footnotes don't need to be so general.
%
% Oh yes, they do; otherwise, @ifset (and anything else that uses
% \parseargline) fails inside footnotes because the tokens are fixed when
% the footnote is read.  --karl, 16nov96.
%
\gdef\dofootnote{%
  \insert\footins\bgroup
  %
  % Nested footnotes are not supported in TeX, that would take a lot
  % more work.  (\startsavinginserts does not suffice.)
  \let\footnote=\errfootnotenest
  %
  % We want to typeset this text as a normal paragraph, even if the
  % footnote reference occurs in (for example) a display environment.
  % So reset some parameters.
  \hsize=\txipagewidth
  \interlinepenalty\interfootnotelinepenalty
  \splittopskip\ht\strutbox % top baseline for broken footnotes
  \splitmaxdepth\dp\strutbox
  \floatingpenalty\@MM
  \leftskip\z@skip
  \rightskip\z@skip
  \spaceskip\z@skip
  \xspaceskip\z@skip
  \parindent\defaultparindent
  %
  \smallfonts \rm
  %
  % Because we use hanging indentation in footnotes, a @noindent appears
  % to exdent this text, so make it be a no-op.  makeinfo does not use
  % hanging indentation so @noindent can still be needed within footnote
  % text after an @example or the like (not that this is good style).
  \let\noindent = \relax
  %
  % Hang the footnote text off the number.  Use \everypar in case the
  % footnote extends for more than one paragraph.
  \everypar = {\hang}%
  \textindent{\thisfootno}%
  %
  % Don't crash into the line above the footnote text.  Since this
  % expands into a box, it must come within the paragraph, lest it
  % provide a place where TeX can split the footnote.
  \footstrut
  %
  % Invoke rest of plain TeX footnote routine.
  \futurelet\next\fo@t
}
}%end \catcode `\@=11

\def\errfootnotenest{%
  \errhelp=\EMsimple
  \errmessage{Nested footnotes not supported in texinfo.tex,
    even though they work in makeinfo; sorry}
}

\def\errfootnoteheading{%
  \errhelp=\EMsimple
  \errmessage{Footnotes in chapters, sections, etc., are not supported}
}

% In case a @footnote appears in a vbox, save the footnote text and create
% the real \insert just after the vbox finished.  Otherwise, the insertion
% would be lost.
% Similarly, if a @footnote appears inside an alignment, save the footnote
% text to a box and make the \insert when a row of the table is finished.
% And the same can be done for other insert classes.  --kasal, 16nov03.
%
% Replace the \insert primitive by a cheating macro.
% Deeper inside, just make sure that the saved insertions are not spilled
% out prematurely.
%
\def\startsavinginserts{%
  \ifx \insert\ptexinsert
    \let\insert\saveinsert
  \else
    \let\checkinserts\relax
  \fi
}

% This \insert replacement works for both \insert\footins{foo} and
% \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
%
\def\saveinsert#1{%
  \edef\next{\noexpand\savetobox \makeSAVEname#1}%
  \afterassignment\next
  % swallow the left brace
  \let\temp =
}
\def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
\def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1}

\def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi}

\def\placesaveins#1{%
  \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname
    {\box#1}%
}

% eat @SAVE -- beware, all of them have catcode \other:
{
  \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials  %  ;-)
  \gdef\gobblesave @SAVE{}
}

% initialization:
\def\newsaveins #1{%
  \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}%
  \next
}
\def\newsaveinsX #1{%
  \csname newbox\endcsname #1%
  \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts
    \checksaveins #1}%
}

% initialize:
\let\checkinserts\empty
\newsaveins\footins
\newsaveins\margin


% @image.  We use the macros from epsf.tex to support this.
% If epsf.tex is not installed and @image is used, we complain.
%
% Check for and read epsf.tex up front.  If we read it only at @image
% time, we might be inside a group, and then its definitions would get
% undone and the next image would fail.
\openin 1 = epsf.tex
\ifeof 1 \else
  % Do not bother showing banner with epsf.tex v2.7k (available in
  % doc/epsf.tex and on ctan).
  \def\epsfannounce{\toks0 = }%
  \input epsf.tex
\fi
\closein 1
%
% We will only complain once about lack of epsf.tex.
\newif\ifwarnednoepsf
\newhelp\noepsfhelp{epsf.tex must be installed for images to
  work.  It is also included in the Texinfo distribution, or you can get
  it from https://ctan.org/texarchive/macros/texinfo/texinfo/doc/epsf.tex.}
%
\def\image#1{%
  \ifx\epsfbox\thisisundefined
    \ifwarnednoepsf \else
      \errhelp = \noepsfhelp
      \errmessage{epsf.tex not found, images will be ignored}%
      \global\warnednoepsftrue
    \fi
  \else
    \imagexxx #1,,,,,\finish
  \fi
}
%
% Arguments to @image:
% #1 is (mandatory) image filename; we tack on .eps extension.
% #2 is (optional) width, #3 is (optional) height.
% #4 is (ignored optional) html alt text.
% #5 is (ignored optional) extension.
% #6 is just the usual extra ignored arg for parsing stuff.
\newif\ifimagevmode
\def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup
  \catcode`\^^M = 5     % in case we're inside an example
  \normalturnoffactive  % allow _ et al. in names
  \makevalueexpandable
  % If the image is by itself, center it.
  \ifvmode
    \imagevmodetrue
  \else \ifx\centersub\centerV
    % for @center @image, we need a vbox so we can have our vertical space
    \imagevmodetrue
    \vbox\bgroup % vbox has better behavior than vtop herev
  \fi\fi
  %
  \ifimagevmode
    \nobreak\medskip
    % Usually we'll have text after the image which will insert
    % \parskip glue, so insert it here too to equalize the space
    % above and below.
    \nobreak\vskip\parskip
    \nobreak
  \fi
  %
  % Leave vertical mode so that indentation from an enclosing
  %  environment such as @quotation is respected.
  % However, if we're at the top level, we don't want the
  %  normal paragraph indentation.
  % On the other hand, if we are in the case of @center @image, we don't
  %  want to start a paragraph, which will create a hsize-width box and
  %  eradicate the centering.
  \ifx\centersub\centerV \else \imageindent \fi
  %
  % Output the image.
  \ifpdf
    % For pdfTeX and LuaTeX <= 0.80
    \dopdfimage{#1}{#2}{#3}%
  \else
    \ifx\XeTeXrevision\thisisundefined
      % For epsf.tex
      % \epsfbox itself resets \epsf?size at each figure.
      \setbox0 = \hbox{\ignorespaces #2}%
        \ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
      \setbox0 = \hbox{\ignorespaces #3}%
        \ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
      \epsfbox{#1.eps}%
    \else
      % For XeTeX
      \doxeteximage{#1}{#2}{#3}%
    \fi
  \fi
  %
  \ifimagevmode
    \medskip  % space after a standalone image
  \fi
  \ifx\centersub\centerV \egroup \fi
\endgroup}


% @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
% etc.  We don't actually implement floating yet, we always include the
% float "here".  But it seemed the best name for the future.
%
\envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish}

% There may be a space before second and/or third parameter; delete it.
\def\eatcommaspace#1, {#1,}

% #1 is the optional FLOATTYPE, the text label for this float, typically
% "Figure", "Table", "Example", etc.  Can't contain commas.  If omitted,
% this float will not be numbered and cannot be referred to.
%
% #2 is the optional xref label.  Also must be present for the float to
% be referable.
%
% #3 is the optional positioning argument; for now, it is ignored.  It
% will somehow specify the positions allowed to float to (here, top, bottom).
%
% We keep a separate counter for each FLOATTYPE, which we reset at each
% chapter-level command.
\let\resetallfloatnos=\empty
%
\def\dofloat#1,#2,#3,#4\finish{%
  \let\thiscaption=\empty
  \let\thisshortcaption=\empty
  %
  % don't lose footnotes inside @float.
  %
  % BEWARE: when the floats start float, we have to issue warning whenever an
  % insert appears inside a float which could possibly float. --kasal, 26may04
  %
  \startsavinginserts
  %
  % We can't be used inside a paragraph.
  \par
  %
  \vtop\bgroup
    \def\floattype{#1}%
    \def\floatlabel{#2}%
    \def\floatloc{#3}% we do nothing with this yet.
    %
    \ifx\floattype\empty
      \let\safefloattype=\empty
    \else
      {%
        % the floattype might have accents or other special characters,
        % but we need to use it in a control sequence name.
        \indexnofonts
        \turnoffactive
        \xdef\safefloattype{\floattype}%
      }%
    \fi
    %
    % If label is given but no type, we handle that as the empty type.
    \ifx\floatlabel\empty \else
      % We want each FLOATTYPE to be numbered separately (Figure 1,
      % Table 1, Figure 2, ...).  (And if no label, no number.)
      %
      \expandafter\getfloatno\csname\safefloattype floatno\endcsname
      \global\advance\floatno by 1
      %
      {%
        % This magic value for \currentsection is output by \setref as the
        % XREFLABEL-title value.  \xrefX uses it to distinguish float
        % labels (which have a completely different output format) from
        % node and anchor labels.  And \xrdef uses it to construct the
        % lists of floats.
        %
        \edef\currentsection{\floatmagic=\safefloattype}%
        \setref{\floatlabel}{Yfloat}%
      }%
    \fi
    %
    % start with \parskip glue, I guess.
    \vskip\parskip
    %
    % Don't suppress indentation if a float happens to start a section.
    \restorefirstparagraphindent
}

% we have these possibilities:
% @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
% @float Foo,lbl & no caption:    Foo 1.1
% @float Foo & @caption{Cap}:     Foo: Cap
% @float Foo & no caption:        Foo
% @float ,lbl & Caption{Cap}:     1.1: Cap
% @float ,lbl & no caption:       1.1
% @float & @caption{Cap}:         Cap
% @float & no caption:
%
\def\Efloat{%
    \let\floatident = \empty
    %
    % In all cases, if we have a float type, it comes first.
    \ifx\floattype\empty \else \def\floatident{\floattype}\fi
    %
    % If we have an xref label, the number comes next.
    \ifx\floatlabel\empty \else
      \ifx\floattype\empty \else % if also had float type, need tie first.
        \appendtomacro\floatident{\tie}%
      \fi
      % the number.
      \appendtomacro\floatident{\chaplevelprefix\the\floatno}%
    \fi
    %
    % Start the printed caption with what we've constructed in
    % \floatident, but keep it separate; we need \floatident again.
    \let\captionline = \floatident
    %
    \ifx\thiscaption\empty \else
      \ifx\floatident\empty \else
        \appendtomacro\captionline{: }% had ident, so need a colon between
      \fi
      %
      % caption text.
      \appendtomacro\captionline{\scanexp\thiscaption}%
    \fi
    %
    % If we have anything to print, print it, with space before.
    % Eventually this needs to become an \insert.
    \ifx\captionline\empty \else
      \vskip.5\parskip
      \captionline
      %
      % Space below caption.
      \vskip\parskip
    \fi
    %
    % If have an xref label, write the list of floats info.  Do this
    % after the caption, to avoid chance of it being a breakpoint.
    \ifx\floatlabel\empty \else
      % Write the text that goes in the lof to the aux file as
      % \floatlabel-lof.  Besides \floatident, we include the short
      % caption if specified, else the full caption if specified, else nothing.
      {%
        \requireauxfile
        \atdummies
        %
        \ifx\thisshortcaption\empty
          \def\gtemp{\thiscaption}%
        \else
          \def\gtemp{\thisshortcaption}%
        \fi
        \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident
          \ifx\gtemp\empty \else : \gtemp \fi}}%
      }%
    \fi
  \egroup  % end of \vtop
  %
  \checkinserts
}

% Append the tokens #2 to the definition of macro #1, not expanding either.
%
\def\appendtomacro#1#2{%
  \expandafter\def\expandafter#1\expandafter{#1#2}%
}

% @caption, @shortcaption
%
\def\caption{\docaption\thiscaption}
\def\shortcaption{\docaption\thisshortcaption}
\def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption}
\def\defcaption#1#2{\egroup \def#1{#2}}

% The parameter is the control sequence identifying the counter we are
% going to use.  Create it if it doesn't exist and assign it to \floatno.
\def\getfloatno#1{%
  \ifx#1\relax
      % Haven't seen this figure type before.
      \csname newcount\endcsname #1%
      %
      % Remember to reset this floatno at the next chap.
      \expandafter\gdef\expandafter\resetallfloatnos
        \expandafter{\resetallfloatnos #1=0 }%
  \fi
  \let\floatno#1%
}

% \setref calls this to get the XREFLABEL-snt value.  We want an @xref
% to the FLOATLABEL to expand to "Figure 3.1".  We call \setref when we
% first read the @float command.
%
\def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}%

% Magic string used for the XREFLABEL-title value, so \xrefX can
% distinguish floats from other xref types.
\def\floatmagic{!!float!!}

% #1 is the control sequence we are passed; we expand into a conditional
% which is true if #1 represents a float ref.  That is, the magic
% \currentsection value which we \setref above.
%
\def\iffloat#1{\expandafter\doiffloat#1==\finish}
%
% #1 is (maybe) the \floatmagic string.  If so, #2 will be the
% (safe) float type for this float.  We set \iffloattype to #2.
%
\def\doiffloat#1=#2=#3\finish{%
  \def\temp{#1}%
  \def\iffloattype{#2}%
  \ifx\temp\floatmagic
}

% @listoffloats FLOATTYPE - print a list of floats like a table of contents.
%
\parseargdef\listoffloats{%
  \def\floattype{#1}% floattype
  {%
    % the floattype might have accents or other special characters,
    % but we need to use it in a control sequence name.
    \indexnofonts
    \turnoffactive
    \xdef\safefloattype{\floattype}%
  }%
  %
  % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE.
  \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax
    \ifhavexrefs
      % if the user said @listoffloats foo but never @float foo.
      \message{\linenumber No `\safefloattype' floats to list.}%
    \fi
  \else
    \begingroup
      \leftskip=\tocindent  % indent these entries like a toc
      \let\do=\listoffloatsdo
      \csname floatlist\safefloattype\endcsname
    \endgroup
  \fi
}

% This is called on each entry in a list of floats.  We're passed the
% xref label, in the form LABEL-title, which is how we save it in the
% aux file.  We strip off the -title and look up \XRLABEL-lof, which
% has the text we're supposed to typeset here.
%
% Figures without xref labels will not be included in the list (since
% they won't appear in the aux file).
%
\def\listoffloatsdo#1{\listoffloatsdoentry#1\finish}
\def\listoffloatsdoentry#1-title\finish{{%
  % Can't fully expand XR#1-lof because it can contain anything.  Just
  % pass the control sequence.  On the other hand, XR#1-pg is just the
  % page number, and we want to fully expand that so we can get a link
  % in pdf output.
  \toksA = \expandafter{\csname XR#1-lof\endcsname}%
  %
  % use the same \entry macro we use to generate the TOC and index.
  \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
  \writeentry
}}


\message{localization,}

% For single-language documents, @documentlanguage is usually given very
% early, just after @documentencoding.  Single argument is the language
% (de) or locale (de_DE) abbreviation.
%
{
  \catcode`\_ = \active
  \globaldefs=1
\parseargdef\documentlanguage{%
  \tex % read txi-??.tex file in plain TeX.
    % Read the file by the name they passed if it exists.
    \let_ = \normalunderscore  % normal _ character for filename test
    \openin 1 txi-#1.tex
    \ifeof 1
      \documentlanguagetrywithoutunderscore #1_\finish
    \else
      \globaldefs = 1  % everything in the txi-LL files needs to persist
      \input txi-#1.tex
    \fi
    \closein 1
  \endgroup % end raw TeX
}
%
% If they passed de_DE, and txi-de_DE.tex doesn't exist,
% try txi-de.tex.
%
\gdef\documentlanguagetrywithoutunderscore#1_#2\finish{%
  \openin 1 txi-#1.tex
  \ifeof 1
    \errhelp = \nolanghelp
    \errmessage{Cannot read language file txi-#1.tex}%
  \else
    \globaldefs = 1  % everything in the txi-LL files needs to persist
    \input txi-#1.tex
  \fi
  \closein 1
}
}% end of special _ catcode
%
\newhelp\nolanghelp{The given language definition file cannot be found or
is empty.  Maybe you need to install it?  Putting it in the current
directory should work if nowhere else does.}

% This macro is called from txi-??.tex files; the first argument is the
% \language name to set (without the "\lang@" prefix), the second and
% third args are \{left,right}hyphenmin.
%
% The language names to pass are determined when the format is built.
% See the etex.log file created at that time, e.g.,
% /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log.
%
% With TeX Live 2008, etex now includes hyphenation patterns for all
% available languages.  This means we can support hyphenation in
% Texinfo, at least to some extent.  (This still doesn't solve the
% accented characters problem.)
%
\catcode`@=11
\def\txisetlanguage#1#2#3{%
  % do not set the language if the name is undefined in the current TeX.
  \expandafter\ifx\csname lang@#1\endcsname \relax
    \message{no patterns for #1}%
  \else
    \global\language = \csname lang@#1\endcsname
  \fi
  % but there is no harm in adjusting the hyphenmin values regardless.
  \global\lefthyphenmin = #2\relax
  \global\righthyphenmin = #3\relax
}

% XeTeX and LuaTeX can handle Unicode natively.
% Their default I/O uses UTF-8 sequences instead of a byte-wise operation.
% Other TeX engines' I/O (pdfTeX, etc.) is byte-wise.
%
\newif\iftxinativeunicodecapable
\newif\iftxiusebytewiseio

\ifx\XeTeXrevision\thisisundefined
  \ifx\luatexversion\thisisundefined
    \txinativeunicodecapablefalse
    \txiusebytewiseiotrue
  \else
    \txinativeunicodecapabletrue
    \txiusebytewiseiofalse
  \fi
\else
  \txinativeunicodecapabletrue
  \txiusebytewiseiofalse
\fi

% Set I/O by bytes instead of UTF-8 sequence for XeTeX and LuaTex
% for non-UTF-8 (byte-wise) encodings.
%
\def\setbytewiseio{%
  \ifx\XeTeXrevision\thisisundefined
  \else
    \XeTeXdefaultencoding "bytes"  % For subsequent files to be read
    \XeTeXinputencoding "bytes"  % For document root file
    % Unfortunately, there seems to be no corresponding XeTeX command for
    % output encoding.  This is a problem for auxiliary index and TOC files.
    % The only solution would be perhaps to write out @U{...} sequences in
    % place of non-ASCII characters.
  \fi

  \ifx\luatexversion\thisisundefined
  \else
    \directlua{
    local utf8_char, byte, gsub = unicode.utf8.char, string.byte, string.gsub
    local function convert_char (char)
      return utf8_char(byte(char))
    end

    local function convert_line (line)
      return gsub(line, ".", convert_char)
    end

    callback.register("process_input_buffer", convert_line)

    local function convert_line_out (line)
      local line_out = ""
      for c in string.utfvalues(line) do
         line_out = line_out .. string.char(c)
      end
      return line_out
    end

    callback.register("process_output_buffer", convert_line_out)
    }
  \fi

  \txiusebytewiseiotrue
}


% Helpers for encodings.
% Set the catcode of characters 128 through 255 to the specified number.
%
\def\setnonasciicharscatcode#1{%
   \count255=128
   \loop\ifnum\count255<256
      \global\catcode\count255=#1\relax
      \advance\count255 by 1
   \repeat
}

\def\setnonasciicharscatcodenonglobal#1{%
   \count255=128
   \loop\ifnum\count255<256
      \catcode\count255=#1\relax
      \advance\count255 by 1
   \repeat
}

% @documentencoding sets the definition of non-ASCII characters
% according to the specified encoding.
%
\def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz}
\def\documentencodingzzz#1{%
  %
  % Encoding being declared for the document.
  \def\declaredencoding{\csname #1.enc\endcsname}%
  %
  % Supported encodings: names converted to tokens in order to be able
  % to compare them with \ifx.
  \def\ascii{\csname US-ASCII.enc\endcsname}%
  \def\latnine{\csname ISO-8859-15.enc\endcsname}%
  \def\latone{\csname ISO-8859-1.enc\endcsname}%
  \def\lattwo{\csname ISO-8859-2.enc\endcsname}%
  \def\utfeight{\csname UTF-8.enc\endcsname}%
  %
  \ifx \declaredencoding \ascii
     \asciichardefs
  %
  \else \ifx \declaredencoding \lattwo
     \iftxinativeunicodecapable
       \setbytewiseio
     \fi
     \setnonasciicharscatcode\active
     \lattwochardefs
  %
  \else \ifx \declaredencoding \latone
     \iftxinativeunicodecapable
       \setbytewiseio
     \fi
     \setnonasciicharscatcode\active
     \latonechardefs
  %
  \else \ifx \declaredencoding \latnine
     \iftxinativeunicodecapable
       \setbytewiseio
     \fi
     \setnonasciicharscatcode\active
     \latninechardefs
  %
  \else \ifx \declaredencoding \utfeight
     \iftxinativeunicodecapable
       % For native Unicode handling (XeTeX and LuaTeX)
       \nativeunicodechardefs
     \else
       % For treating UTF-8 as byte sequences (TeX, eTeX and pdfTeX)
       \setnonasciicharscatcode\active
       % since we already invoked \utfeightchardefs at the top level
       % (below), do not re-invoke it, otherwise our check for duplicated
       % definitions gets triggered.  Making non-ascii chars active is
       % sufficient.
     \fi
  %
  \else
    \message{Ignoring unknown document encoding: #1.}%
  %
  \fi % utfeight
  \fi % latnine
  \fi % latone
  \fi % lattwo
  \fi % ascii
  %
  \ifx\XeTeXrevision\thisisundefined
  \else
    \ifx \declaredencoding \utfeight
    \else
      \ifx \declaredencoding \ascii
      \else
        \message{Warning: XeTeX with non-UTF-8 encodings cannot handle %
        non-ASCII characters in auxiliary files.}%
      \fi
    \fi
  \fi
}

% emacs-page
% A message to be logged when using a character that isn't available
% the default font encoding (OT1).
%
\def\missingcharmsg#1{\message{Character missing, sorry: #1.}}

% Take account of \c (plain) vs. \, (Texinfo) difference.
\def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi}

% First, make active non-ASCII characters in order for them to be
% correctly categorized when TeX reads the replacement text of
% macros containing the character definitions.
\setnonasciicharscatcode\active
%

\def\gdefchar#1#2{%
\gdef#1{%
   \ifpassthroughchars
     \string#1%
   \else
     #2%
   \fi
}}

% Latin1 (ISO-8859-1) character definitions.
\def\latonechardefs{%
  \gdefchar^^a0{\tie}
  \gdefchar^^a1{\exclamdown}
  \gdefchar^^a2{{\tcfont \char162}} % cent
  \gdefchar^^a3{\pounds{}}
  \gdefchar^^a4{{\tcfont \char164}} % currency
  \gdefchar^^a5{{\tcfont \char165}} % yen
  \gdefchar^^a6{{\tcfont \char166}} % broken bar
  \gdefchar^^a7{\S}
  \gdefchar^^a8{\"{}}
  \gdefchar^^a9{\copyright{}}
  \gdefchar^^aa{\ordf}
  \gdefchar^^ab{\guillemetleft{}}
  \gdefchar^^ac{\ensuremath\lnot}
  \gdefchar^^ad{\-}
  \gdefchar^^ae{\registeredsymbol{}}
  \gdefchar^^af{\={}}
  %
  \gdefchar^^b0{\textdegree}
  \gdefchar^^b1{$\pm$}
  \gdefchar^^b2{$^2$}
  \gdefchar^^b3{$^3$}
  \gdefchar^^b4{\'{}}
  \gdefchar^^b5{$\mu$}
  \gdefchar^^b6{\P}
  \gdefchar^^b7{\ensuremath\cdot}
  \gdefchar^^b8{\cedilla\ }
  \gdefchar^^b9{$^1$}
  \gdefchar^^ba{\ordm}
  \gdefchar^^bb{\guillemetright{}}
  \gdefchar^^bc{$1\over4$}
  \gdefchar^^bd{$1\over2$}
  \gdefchar^^be{$3\over4$}
  \gdefchar^^bf{\questiondown}
  %
  \gdefchar^^c0{\`A}
  \gdefchar^^c1{\'A}
  \gdefchar^^c2{\^A}
  \gdefchar^^c3{\~A}
  \gdefchar^^c4{\"A}
  \gdefchar^^c5{\ringaccent A}
  \gdefchar^^c6{\AE}
  \gdefchar^^c7{\cedilla C}
  \gdefchar^^c8{\`E}
  \gdefchar^^c9{\'E}
  \gdefchar^^ca{\^E}
  \gdefchar^^cb{\"E}
  \gdefchar^^cc{\`I}
  \gdefchar^^cd{\'I}
  \gdefchar^^ce{\^I}
  \gdefchar^^cf{\"I}
  %
  \gdefchar^^d0{\DH}
  \gdefchar^^d1{\~N}
  \gdefchar^^d2{\`O}
  \gdefchar^^d3{\'O}
  \gdefchar^^d4{\^O}
  \gdefchar^^d5{\~O}
  \gdefchar^^d6{\"O}
  \gdefchar^^d7{$\times$}
  \gdefchar^^d8{\O}
  \gdefchar^^d9{\`U}
  \gdefchar^^da{\'U}
  \gdefchar^^db{\^U}
  \gdefchar^^dc{\"U}
  \gdefchar^^dd{\'Y}
  \gdefchar^^de{\TH}
  \gdefchar^^df{\ss}
  %
  \gdefchar^^e0{\`a}
  \gdefchar^^e1{\'a}
  \gdefchar^^e2{\^a}
  \gdefchar^^e3{\~a}
  \gdefchar^^e4{\"a}
  \gdefchar^^e5{\ringaccent a}
  \gdefchar^^e6{\ae}
  \gdefchar^^e7{\cedilla c}
  \gdefchar^^e8{\`e}
  \gdefchar^^e9{\'e}
  \gdefchar^^ea{\^e}
  \gdefchar^^eb{\"e}
  \gdefchar^^ec{\`{\dotless i}}
  \gdefchar^^ed{\'{\dotless i}}
  \gdefchar^^ee{\^{\dotless i}}
  \gdefchar^^ef{\"{\dotless i}}
  %
  \gdefchar^^f0{\dh}
  \gdefchar^^f1{\~n}
  \gdefchar^^f2{\`o}
  \gdefchar^^f3{\'o}
  \gdefchar^^f4{\^o}
  \gdefchar^^f5{\~o}
  \gdefchar^^f6{\"o}
  \gdefchar^^f7{$\div$}
  \gdefchar^^f8{\o}
  \gdefchar^^f9{\`u}
  \gdefchar^^fa{\'u}
  \gdefchar^^fb{\^u}
  \gdefchar^^fc{\"u}
  \gdefchar^^fd{\'y}
  \gdefchar^^fe{\th}
  \gdefchar^^ff{\"y}
}

% Latin9 (ISO-8859-15) encoding character definitions.
\def\latninechardefs{%
  % Encoding is almost identical to Latin1.
  \latonechardefs
  %
  \gdefchar^^a4{\euro{}}
  \gdefchar^^a6{\v S}
  \gdefchar^^a8{\v s}
  \gdefchar^^b4{\v Z}
  \gdefchar^^b8{\v z}
  \gdefchar^^bc{\OE}
  \gdefchar^^bd{\oe}
  \gdefchar^^be{\"Y}
}

% Latin2 (ISO-8859-2) character definitions.
\def\lattwochardefs{%
  \gdefchar^^a0{\tie}
  \gdefchar^^a1{\ogonek{A}}
  \gdefchar^^a2{\u{}}
  \gdefchar^^a3{\L}
  \gdefchar^^a4{\missingcharmsg{CURRENCY SIGN}}
  \gdefchar^^a5{\v L}
  \gdefchar^^a6{\'S}
  \gdefchar^^a7{\S}
  \gdefchar^^a8{\"{}}
  \gdefchar^^a9{\v S}
  \gdefchar^^aa{\cedilla S}
  \gdefchar^^ab{\v T}
  \gdefchar^^ac{\'Z}
  \gdefchar^^ad{\-}
  \gdefchar^^ae{\v Z}
  \gdefchar^^af{\dotaccent Z}
  %
  \gdefchar^^b0{\textdegree{}}
  \gdefchar^^b1{\ogonek{a}}
  \gdefchar^^b2{\ogonek{ }}
  \gdefchar^^b3{\l}
  \gdefchar^^b4{\'{}}
  \gdefchar^^b5{\v l}
  \gdefchar^^b6{\'s}
  \gdefchar^^b7{\v{}}
  \gdefchar^^b8{\cedilla\ }
  \gdefchar^^b9{\v s}
  \gdefchar^^ba{\cedilla s}
  \gdefchar^^bb{\v t}
  \gdefchar^^bc{\'z}
  \gdefchar^^bd{\H{}}
  \gdefchar^^be{\v z}
  \gdefchar^^bf{\dotaccent z}
  %
  \gdefchar^^c0{\'R}
  \gdefchar^^c1{\'A}
  \gdefchar^^c2{\^A}
  \gdefchar^^c3{\u A}
  \gdefchar^^c4{\"A}
  \gdefchar^^c5{\'L}
  \gdefchar^^c6{\'C}
  \gdefchar^^c7{\cedilla C}
  \gdefchar^^c8{\v C}
  \gdefchar^^c9{\'E}
  \gdefchar^^ca{\ogonek{E}}
  \gdefchar^^cb{\"E}
  \gdefchar^^cc{\v E}
  \gdefchar^^cd{\'I}
  \gdefchar^^ce{\^I}
  \gdefchar^^cf{\v D}
  %
  \gdefchar^^d0{\DH}
  \gdefchar^^d1{\'N}
  \gdefchar^^d2{\v N}
  \gdefchar^^d3{\'O}
  \gdefchar^^d4{\^O}
  \gdefchar^^d5{\H O}
  \gdefchar^^d6{\"O}
  \gdefchar^^d7{$\times$}
  \gdefchar^^d8{\v R}
  \gdefchar^^d9{\ringaccent U}
  \gdefchar^^da{\'U}
  \gdefchar^^db{\H U}
  \gdefchar^^dc{\"U}
  \gdefchar^^dd{\'Y}
  \gdefchar^^de{\cedilla T}
  \gdefchar^^df{\ss}
  %
  \gdefchar^^e0{\'r}
  \gdefchar^^e1{\'a}
  \gdefchar^^e2{\^a}
  \gdefchar^^e3{\u a}
  \gdefchar^^e4{\"a}
  \gdefchar^^e5{\'l}
  \gdefchar^^e6{\'c}
  \gdefchar^^e7{\cedilla c}
  \gdefchar^^e8{\v c}
  \gdefchar^^e9{\'e}
  \gdefchar^^ea{\ogonek{e}}
  \gdefchar^^eb{\"e}
  \gdefchar^^ec{\v e}
  \gdefchar^^ed{\'{\dotless{i}}}
  \gdefchar^^ee{\^{\dotless{i}}}
  \gdefchar^^ef{\v d}
  %
  \gdefchar^^f0{\dh}
  \gdefchar^^f1{\'n}
  \gdefchar^^f2{\v n}
  \gdefchar^^f3{\'o}
  \gdefchar^^f4{\^o}
  \gdefchar^^f5{\H o}
  \gdefchar^^f6{\"o}
  \gdefchar^^f7{$\div$}
  \gdefchar^^f8{\v r}
  \gdefchar^^f9{\ringaccent u}
  \gdefchar^^fa{\'u}
  \gdefchar^^fb{\H u}
  \gdefchar^^fc{\"u}
  \gdefchar^^fd{\'y}
  \gdefchar^^fe{\cedilla t}
  \gdefchar^^ff{\dotaccent{}}
}

% UTF-8 character definitions.
%
% This code to support UTF-8 is based on LaTeX's utf8.def, with some
% changes for Texinfo conventions.  It is included here under the GPL by
% permission from Frank Mittelbach and the LaTeX team.
%
\newcount\countUTFx
\newcount\countUTFy
\newcount\countUTFz

\gdef\UTFviiiTwoOctets#1#2{\expandafter
   \UTFviiiDefined\csname u8:#1\string #2\endcsname}
%
\gdef\UTFviiiThreeOctets#1#2#3{\expandafter
   \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname}
%
\gdef\UTFviiiFourOctets#1#2#3#4{\expandafter
   \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname}

\gdef\UTFviiiDefined#1{%
  \ifx #1\relax
    \message{\linenumber Unicode char \string #1 not defined for Texinfo}%
  \else
    \expandafter #1%
  \fi
}

% Give non-ASCII bytes the active definitions for processing UTF-8 sequences
\begingroup
  \catcode`\~13
  \catcode`\$12
  \catcode`\"12

  % Loop from \countUTFx to \countUTFy, performing \UTFviiiTmp
  % substituting ~ and $ with a character token of that value.
  \def\UTFviiiLoop{%
    \global\catcode\countUTFx\active
    \uccode`\~\countUTFx
    \uccode`\$\countUTFx
    \uppercase\expandafter{\UTFviiiTmp}%
    \advance\countUTFx by 1
    \ifnum\countUTFx < \countUTFy
      \expandafter\UTFviiiLoop
    \fi}

  % For bytes other than the first in a UTF-8 sequence.  Not expected to
  % be expanded except when writing to auxiliary files.
  \countUTFx = "80
  \countUTFy = "C2
  \def\UTFviiiTmp{%
    \gdef~{%
        \ifpassthroughchars $\fi}}%
  \UTFviiiLoop

  \countUTFx = "C2
  \countUTFy = "E0
  \def\UTFviiiTmp{%
    \gdef~{%
        \ifpassthroughchars $%
        \else\expandafter\UTFviiiTwoOctets\expandafter$\fi}}%
  \UTFviiiLoop

  \countUTFx = "E0
  \countUTFy = "F0
  \def\UTFviiiTmp{%
    \gdef~{%
        \ifpassthroughchars $%
        \else\expandafter\UTFviiiThreeOctets\expandafter$\fi}}%
  \UTFviiiLoop

  \countUTFx = "F0
  \countUTFy = "F4
  \def\UTFviiiTmp{%
    \gdef~{%
        \ifpassthroughchars $%
        \else\expandafter\UTFviiiFourOctets\expandafter$\fi
        }}%
  \UTFviiiLoop
\endgroup

\def\globallet{\global\let} % save some \expandafter's below

% @U{xxxx} to produce U+xxxx, if we support it.
\def\U#1{%
  \expandafter\ifx\csname uni:#1\endcsname \relax
    \iftxinativeunicodecapable
      % All Unicode characters can be used if native Unicode handling is
      % active.  However, if the font does not have the glyph,
      % letters are missing.
      \begingroup
        \uccode`\.="#1\relax
        \uppercase{.}
      \endgroup
    \else
      \errhelp = \EMsimple
      \errmessage{Unicode character U+#1 not supported, sorry}%
    \fi
  \else
    \csname uni:#1\endcsname
  \fi
}

% These macros are used here to construct the name of a control
% sequence to be defined.
\def\UTFviiiTwoOctetsName#1#2{%
  \csname u8:#1\string #2\endcsname}%
\def\UTFviiiThreeOctetsName#1#2#3{%
  \csname u8:#1\string #2\string #3\endcsname}%
\def\UTFviiiFourOctetsName#1#2#3#4{%
  \csname u8:#1\string #2\string #3\string #4\endcsname}%

% For UTF-8 byte sequences (TeX, e-TeX and pdfTeX),
% provide a definition macro to replace a Unicode character;
% this gets used by the @U command
%
\begingroup
  \catcode`\"=12
  \catcode`\<=12
  \catcode`\.=12
  \catcode`\,=12
  \catcode`\;=12
  \catcode`\!=12
  \catcode`\~=13
  \gdef\DeclareUnicodeCharacterUTFviii#1#2{%
    \countUTFz = "#1\relax
    \begingroup
      \parseXMLCharref

      % Give \u8:... its definition.  The sequence of seven \expandafter's
      % expands after the \gdef three times, e.g.
      %
      % 1.  \UTFviiTwoOctetsName B1 B2
      % 2.  \csname u8:B1 \string B2 \endcsname
      % 3.  \u8: B1 B2  (a single control sequence token)
      %
      \expandafter\expandafter
      \expandafter\expandafter
      \expandafter\expandafter
      \expandafter\gdef       \UTFviiiTmp{#2}%
      %
      \expandafter\ifx\csname uni:#1\endcsname \relax \else
       \message{Internal error, already defined: #1}%
      \fi
      %
      % define an additional control sequence for this code point.
      \expandafter\globallet\csname uni:#1\endcsname \UTFviiiTmp
    \endgroup}
  %
  % Given the value in \countUTFz as a Unicode code point, set \UTFviiiTmp
  % to the corresponding UTF-8 sequence.
  \gdef\parseXMLCharref{%
    \ifnum\countUTFz < "A0\relax
      \errhelp = \EMsimple
      \errmessage{Cannot define Unicode char value < 00A0}%
    \else\ifnum\countUTFz < "800\relax
      \parseUTFviiiA,%
      \parseUTFviiiB C\UTFviiiTwoOctetsName.,%
    \else\ifnum\countUTFz < "10000\relax
      \parseUTFviiiA;%
      \parseUTFviiiA,%
      \parseUTFviiiB E\UTFviiiThreeOctetsName.{,;}%
    \else
      \parseUTFviiiA;%
      \parseUTFviiiA,%
      \parseUTFviiiA!%
      \parseUTFviiiB F\UTFviiiFourOctetsName.{!,;}%
    \fi\fi\fi
  }

  % Extract a byte from the end of the UTF-8 representation of \countUTFx.
  % It must be a non-initial byte in the sequence.
  % Change \uccode of #1 for it to be used in \parseUTFviiiB as one
  % of the bytes.
  \gdef\parseUTFviiiA#1{%
    \countUTFx = \countUTFz
    \divide\countUTFz by 64
    \countUTFy = \countUTFz  % Save to be the future value of \countUTFz.
    \multiply\countUTFz by 64

    % \countUTFz is now \countUTFx with the last 5 bits cleared.  Subtract
    % in order to get the last five bits.
    \advance\countUTFx by -\countUTFz

    % Convert this to the byte in the UTF-8 sequence.
    \advance\countUTFx by 128
    \uccode `#1\countUTFx
    \countUTFz = \countUTFy}

  % Used to put a UTF-8 byte sequence into \UTFviiiTmp
  % #1 is the increment for \countUTFz to yield a the first byte of the UTF-8
  %    sequence.
  % #2 is one of the \UTFviii*OctetsName macros.
  % #3 is always a full stop (.)
  % #4 is a template for the other bytes in the sequence.  The values for these
  %    bytes is substituted in here with \uppercase using the \uccode's.
  \gdef\parseUTFviiiB#1#2#3#4{%
    \advance\countUTFz by "#10\relax
    \uccode `#3\countUTFz
    \uppercase{\gdef\UTFviiiTmp{#2#3#4}}}
\endgroup

% For native Unicode handling (XeTeX and LuaTeX),
% provide a definition macro that sets a catcode to `other' non-globally
%
\def\DeclareUnicodeCharacterNativeOther#1#2{%
  \catcode"#1=\other
}

% https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_M
% U+0000..U+007F = https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)
% U+0080..U+00FF = https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)
% U+0100..U+017F = https://en.wikipedia.org/wiki/Latin_Extended-A
% U+0180..U+024F = https://en.wikipedia.org/wiki/Latin_Extended-B
%
% Many of our renditions are less than wonderful, and all the missing
% characters are available somewhere.  Loading the necessary fonts
% awaits user request.  We can't truly support Unicode without
% reimplementing everything that's been done in LaTeX for many years,
% plus probably using luatex or xetex, and who knows what else.
% We won't be doing that here in this simple file.  But we can try to at
% least make most of the characters not bomb out.
%
\def\unicodechardefs{%
  \DeclareUnicodeCharacter{00A0}{\tie}%
  \DeclareUnicodeCharacter{00A1}{\exclamdown}%
  \DeclareUnicodeCharacter{00A2}{{\tcfont \char162}}% 0242=cent
  \DeclareUnicodeCharacter{00A3}{\pounds{}}%
  \DeclareUnicodeCharacter{00A4}{{\tcfont \char164}}% 0244=currency
  \DeclareUnicodeCharacter{00A5}{{\tcfont \char165}}% 0245=yen
  \DeclareUnicodeCharacter{00A6}{{\tcfont \char166}}% 0246=brokenbar
  \DeclareUnicodeCharacter{00A7}{\S}%
  \DeclareUnicodeCharacter{00A8}{\"{ }}%
  \DeclareUnicodeCharacter{00A9}{\copyright{}}%
  \DeclareUnicodeCharacter{00AA}{\ordf}%
  \DeclareUnicodeCharacter{00AB}{\guillemetleft{}}%
  \DeclareUnicodeCharacter{00AC}{\ensuremath\lnot}%
  \DeclareUnicodeCharacter{00AD}{\-}%
  \DeclareUnicodeCharacter{00AE}{\registeredsymbol{}}%
  \DeclareUnicodeCharacter{00AF}{\={ }}%
  %
  \DeclareUnicodeCharacter{00B0}{\ringaccent{ }}%
  \DeclareUnicodeCharacter{00B1}{\ensuremath\pm}%
  \DeclareUnicodeCharacter{00B2}{$^2$}%
  \DeclareUnicodeCharacter{00B3}{$^3$}%
  \DeclareUnicodeCharacter{00B4}{\'{ }}%
  \DeclareUnicodeCharacter{00B5}{$\mu$}%
  \DeclareUnicodeCharacter{00B6}{\P}%
  \DeclareUnicodeCharacter{00B7}{\ensuremath\cdot}%
  \DeclareUnicodeCharacter{00B8}{\cedilla{ }}%
  \DeclareUnicodeCharacter{00B9}{$^1$}%
  \DeclareUnicodeCharacter{00BA}{\ordm}%
  \DeclareUnicodeCharacter{00BB}{\guillemetright{}}%
  \DeclareUnicodeCharacter{00BC}{$1\over4$}%
  \DeclareUnicodeCharacter{00BD}{$1\over2$}%
  \DeclareUnicodeCharacter{00BE}{$3\over4$}%
  \DeclareUnicodeCharacter{00BF}{\questiondown}%
  %
  \DeclareUnicodeCharacter{00C0}{\`A}%
  \DeclareUnicodeCharacter{00C1}{\'A}%
  \DeclareUnicodeCharacter{00C2}{\^A}%
  \DeclareUnicodeCharacter{00C3}{\~A}%
  \DeclareUnicodeCharacter{00C4}{\"A}%
  \DeclareUnicodeCharacter{00C5}{\AA}%
  \DeclareUnicodeCharacter{00C6}{\AE}%
  \DeclareUnicodeCharacter{00C7}{\cedilla{C}}%
  \DeclareUnicodeCharacter{00C8}{\`E}%
  \DeclareUnicodeCharacter{00C9}{\'E}%
  \DeclareUnicodeCharacter{00CA}{\^E}%
  \DeclareUnicodeCharacter{00CB}{\"E}%
  \DeclareUnicodeCharacter{00CC}{\`I}%
  \DeclareUnicodeCharacter{00CD}{\'I}%
  \DeclareUnicodeCharacter{00CE}{\^I}%
  \DeclareUnicodeCharacter{00CF}{\"I}%
  %
  \DeclareUnicodeCharacter{00D0}{\DH}%
  \DeclareUnicodeCharacter{00D1}{\~N}%
  \DeclareUnicodeCharacter{00D2}{\`O}%
  \DeclareUnicodeCharacter{00D3}{\'O}%
  \DeclareUnicodeCharacter{00D4}{\^O}%
  \DeclareUnicodeCharacter{00D5}{\~O}%
  \DeclareUnicodeCharacter{00D6}{\"O}%
  \DeclareUnicodeCharacter{00D7}{\ensuremath\times}%
  \DeclareUnicodeCharacter{00D8}{\O}%
  \DeclareUnicodeCharacter{00D9}{\`U}%
  \DeclareUnicodeCharacter{00DA}{\'U}%
  \DeclareUnicodeCharacter{00DB}{\^U}%
  \DeclareUnicodeCharacter{00DC}{\"U}%
  \DeclareUnicodeCharacter{00DD}{\'Y}%
  \DeclareUnicodeCharacter{00DE}{\TH}%
  \DeclareUnicodeCharacter{00DF}{\ss}%
  %
  \DeclareUnicodeCharacter{00E0}{\`a}%
  \DeclareUnicodeCharacter{00E1}{\'a}%
  \DeclareUnicodeCharacter{00E2}{\^a}%
  \DeclareUnicodeCharacter{00E3}{\~a}%
  \DeclareUnicodeCharacter{00E4}{\"a}%
  \DeclareUnicodeCharacter{00E5}{\aa}%
  \DeclareUnicodeCharacter{00E6}{\ae}%
  \DeclareUnicodeCharacter{00E7}{\cedilla{c}}%
  \DeclareUnicodeCharacter{00E8}{\`e}%
  \DeclareUnicodeCharacter{00E9}{\'e}%
  \DeclareUnicodeCharacter{00EA}{\^e}%
  \DeclareUnicodeCharacter{00EB}{\"e}%
  \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}}%
  \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}}%
  \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}}%
  \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}}%
  %
  \DeclareUnicodeCharacter{00F0}{\dh}%
  \DeclareUnicodeCharacter{00F1}{\~n}%
  \DeclareUnicodeCharacter{00F2}{\`o}%
  \DeclareUnicodeCharacter{00F3}{\'o}%
  \DeclareUnicodeCharacter{00F4}{\^o}%
  \DeclareUnicodeCharacter{00F5}{\~o}%
  \DeclareUnicodeCharacter{00F6}{\"o}%
  \DeclareUnicodeCharacter{00F7}{\ensuremath\div}%
  \DeclareUnicodeCharacter{00F8}{\o}%
  \DeclareUnicodeCharacter{00F9}{\`u}%
  \DeclareUnicodeCharacter{00FA}{\'u}%
  \DeclareUnicodeCharacter{00FB}{\^u}%
  \DeclareUnicodeCharacter{00FC}{\"u}%
  \DeclareUnicodeCharacter{00FD}{\'y}%
  \DeclareUnicodeCharacter{00FE}{\th}%
  \DeclareUnicodeCharacter{00FF}{\"y}%
  %
  \DeclareUnicodeCharacter{0100}{\=A}%
  \DeclareUnicodeCharacter{0101}{\=a}%
  \DeclareUnicodeCharacter{0102}{\u{A}}%
  \DeclareUnicodeCharacter{0103}{\u{a}}%
  \DeclareUnicodeCharacter{0104}{\ogonek{A}}%
  \DeclareUnicodeCharacter{0105}{\ogonek{a}}%
  \DeclareUnicodeCharacter{0106}{\'C}%
  \DeclareUnicodeCharacter{0107}{\'c}%
  \DeclareUnicodeCharacter{0108}{\^C}%
  \DeclareUnicodeCharacter{0109}{\^c}%
  \DeclareUnicodeCharacter{010A}{\dotaccent{C}}%
  \DeclareUnicodeCharacter{010B}{\dotaccent{c}}%
  \DeclareUnicodeCharacter{010C}{\v{C}}%
  \DeclareUnicodeCharacter{010D}{\v{c}}%
  \DeclareUnicodeCharacter{010E}{\v{D}}%
  \DeclareUnicodeCharacter{010F}{d'}%
  %
  \DeclareUnicodeCharacter{0110}{\DH}%
  \DeclareUnicodeCharacter{0111}{\dh}%
  \DeclareUnicodeCharacter{0112}{\=E}%
  \DeclareUnicodeCharacter{0113}{\=e}%
  \DeclareUnicodeCharacter{0114}{\u{E}}%
  \DeclareUnicodeCharacter{0115}{\u{e}}%
  \DeclareUnicodeCharacter{0116}{\dotaccent{E}}%
  \DeclareUnicodeCharacter{0117}{\dotaccent{e}}%
  \DeclareUnicodeCharacter{0118}{\ogonek{E}}%
  \DeclareUnicodeCharacter{0119}{\ogonek{e}}%
  \DeclareUnicodeCharacter{011A}{\v{E}}%
  \DeclareUnicodeCharacter{011B}{\v{e}}%
  \DeclareUnicodeCharacter{011C}{\^G}%
  \DeclareUnicodeCharacter{011D}{\^g}%
  \DeclareUnicodeCharacter{011E}{\u{G}}%
  \DeclareUnicodeCharacter{011F}{\u{g}}%
  %
  \DeclareUnicodeCharacter{0120}{\dotaccent{G}}%
  \DeclareUnicodeCharacter{0121}{\dotaccent{g}}%
  \DeclareUnicodeCharacter{0122}{\cedilla{G}}%
  \DeclareUnicodeCharacter{0123}{\cedilla{g}}%
  \DeclareUnicodeCharacter{0124}{\^H}%
  \DeclareUnicodeCharacter{0125}{\^h}%
  \DeclareUnicodeCharacter{0126}{\missingcharmsg{H WITH STROKE}}%
  \DeclareUnicodeCharacter{0127}{\missingcharmsg{h WITH STROKE}}%
  \DeclareUnicodeCharacter{0128}{\~I}%
  \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}}%
  \DeclareUnicodeCharacter{012A}{\=I}%
  \DeclareUnicodeCharacter{012B}{\={\dotless{i}}}%
  \DeclareUnicodeCharacter{012C}{\u{I}}%
  \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}}%
  \DeclareUnicodeCharacter{012E}{\ogonek{I}}%
  \DeclareUnicodeCharacter{012F}{\ogonek{i}}%
  %
  \DeclareUnicodeCharacter{0130}{\dotaccent{I}}%
  \DeclareUnicodeCharacter{0131}{\dotless{i}}%
  \DeclareUnicodeCharacter{0132}{IJ}%
  \DeclareUnicodeCharacter{0133}{ij}%
  \DeclareUnicodeCharacter{0134}{\^J}%
  \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}}%
  \DeclareUnicodeCharacter{0136}{\cedilla{K}}%
  \DeclareUnicodeCharacter{0137}{\cedilla{k}}%
  \DeclareUnicodeCharacter{0138}{\ensuremath\kappa}%
  \DeclareUnicodeCharacter{0139}{\'L}%
  \DeclareUnicodeCharacter{013A}{\'l}%
  \DeclareUnicodeCharacter{013B}{\cedilla{L}}%
  \DeclareUnicodeCharacter{013C}{\cedilla{l}}%
  \DeclareUnicodeCharacter{013D}{L'}% should kern
  \DeclareUnicodeCharacter{013E}{l'}% should kern
  \DeclareUnicodeCharacter{013F}{L\U{00B7}}%
  %
  \DeclareUnicodeCharacter{0140}{l\U{00B7}}%
  \DeclareUnicodeCharacter{0141}{\L}%
  \DeclareUnicodeCharacter{0142}{\l}%
  \DeclareUnicodeCharacter{0143}{\'N}%
  \DeclareUnicodeCharacter{0144}{\'n}%
  \DeclareUnicodeCharacter{0145}{\cedilla{N}}%
  \DeclareUnicodeCharacter{0146}{\cedilla{n}}%
  \DeclareUnicodeCharacter{0147}{\v{N}}%
  \DeclareUnicodeCharacter{0148}{\v{n}}%
  \DeclareUnicodeCharacter{0149}{'n}%
  \DeclareUnicodeCharacter{014A}{\missingcharmsg{ENG}}%
  \DeclareUnicodeCharacter{014B}{\missingcharmsg{eng}}%
  \DeclareUnicodeCharacter{014C}{\=O}%
  \DeclareUnicodeCharacter{014D}{\=o}%
  \DeclareUnicodeCharacter{014E}{\u{O}}%
  \DeclareUnicodeCharacter{014F}{\u{o}}%
  %
  \DeclareUnicodeCharacter{0150}{\H{O}}%
  \DeclareUnicodeCharacter{0151}{\H{o}}%
  \DeclareUnicodeCharacter{0152}{\OE}%
  \DeclareUnicodeCharacter{0153}{\oe}%
  \DeclareUnicodeCharacter{0154}{\'R}%
  \DeclareUnicodeCharacter{0155}{\'r}%
  \DeclareUnicodeCharacter{0156}{\cedilla{R}}%
  \DeclareUnicodeCharacter{0157}{\cedilla{r}}%
  \DeclareUnicodeCharacter{0158}{\v{R}}%
  \DeclareUnicodeCharacter{0159}{\v{r}}%
  \DeclareUnicodeCharacter{015A}{\'S}%
  \DeclareUnicodeCharacter{015B}{\'s}%
  \DeclareUnicodeCharacter{015C}{\^S}%
  \DeclareUnicodeCharacter{015D}{\^s}%
  \DeclareUnicodeCharacter{015E}{\cedilla{S}}%
  \DeclareUnicodeCharacter{015F}{\cedilla{s}}%
  %
  \DeclareUnicodeCharacter{0160}{\v{S}}%
  \DeclareUnicodeCharacter{0161}{\v{s}}%
  \DeclareUnicodeCharacter{0162}{\cedilla{T}}%
  \DeclareUnicodeCharacter{0163}{\cedilla{t}}%
  \DeclareUnicodeCharacter{0164}{\v{T}}%
  \DeclareUnicodeCharacter{0165}{\v{t}}%
  \DeclareUnicodeCharacter{0166}{\missingcharmsg{H WITH STROKE}}%
  \DeclareUnicodeCharacter{0167}{\missingcharmsg{h WITH STROKE}}%
  \DeclareUnicodeCharacter{0168}{\~U}%
  \DeclareUnicodeCharacter{0169}{\~u}%
  \DeclareUnicodeCharacter{016A}{\=U}%
  \DeclareUnicodeCharacter{016B}{\=u}%
  \DeclareUnicodeCharacter{016C}{\u{U}}%
  \DeclareUnicodeCharacter{016D}{\u{u}}%
  \DeclareUnicodeCharacter{016E}{\ringaccent{U}}%
  \DeclareUnicodeCharacter{016F}{\ringaccent{u}}%
  %
  \DeclareUnicodeCharacter{0170}{\H{U}}%
  \DeclareUnicodeCharacter{0171}{\H{u}}%
  \DeclareUnicodeCharacter{0172}{\ogonek{U}}%
  \DeclareUnicodeCharacter{0173}{\ogonek{u}}%
  \DeclareUnicodeCharacter{0174}{\^W}%
  \DeclareUnicodeCharacter{0175}{\^w}%
  \DeclareUnicodeCharacter{0176}{\^Y}%
  \DeclareUnicodeCharacter{0177}{\^y}%
  \DeclareUnicodeCharacter{0178}{\"Y}%
  \DeclareUnicodeCharacter{0179}{\'Z}%
  \DeclareUnicodeCharacter{017A}{\'z}%
  \DeclareUnicodeCharacter{017B}{\dotaccent{Z}}%
  \DeclareUnicodeCharacter{017C}{\dotaccent{z}}%
  \DeclareUnicodeCharacter{017D}{\v{Z}}%
  \DeclareUnicodeCharacter{017E}{\v{z}}%
  \DeclareUnicodeCharacter{017F}{\missingcharmsg{LONG S}}%
  %
  \DeclareUnicodeCharacter{01C4}{D\v{Z}}%
  \DeclareUnicodeCharacter{01C5}{D\v{z}}%
  \DeclareUnicodeCharacter{01C6}{d\v{z}}%
  \DeclareUnicodeCharacter{01C7}{LJ}%
  \DeclareUnicodeCharacter{01C8}{Lj}%
  \DeclareUnicodeCharacter{01C9}{lj}%
  \DeclareUnicodeCharacter{01CA}{NJ}%
  \DeclareUnicodeCharacter{01CB}{Nj}%
  \DeclareUnicodeCharacter{01CC}{nj}%
  \DeclareUnicodeCharacter{01CD}{\v{A}}%
  \DeclareUnicodeCharacter{01CE}{\v{a}}%
  \DeclareUnicodeCharacter{01CF}{\v{I}}%
  %
  \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}}%
  \DeclareUnicodeCharacter{01D1}{\v{O}}%
  \DeclareUnicodeCharacter{01D2}{\v{o}}%
  \DeclareUnicodeCharacter{01D3}{\v{U}}%
  \DeclareUnicodeCharacter{01D4}{\v{u}}%
  %
  \DeclareUnicodeCharacter{01E2}{\={\AE}}%
  \DeclareUnicodeCharacter{01E3}{\={\ae}}%
  \DeclareUnicodeCharacter{01E6}{\v{G}}%
  \DeclareUnicodeCharacter{01E7}{\v{g}}%
  \DeclareUnicodeCharacter{01E8}{\v{K}}%
  \DeclareUnicodeCharacter{01E9}{\v{k}}%
  %
  \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}}%
  \DeclareUnicodeCharacter{01F1}{DZ}%
  \DeclareUnicodeCharacter{01F2}{Dz}%
  \DeclareUnicodeCharacter{01F3}{dz}%
  \DeclareUnicodeCharacter{01F4}{\'G}%
  \DeclareUnicodeCharacter{01F5}{\'g}%
  \DeclareUnicodeCharacter{01F8}{\`N}%
  \DeclareUnicodeCharacter{01F9}{\`n}%
  \DeclareUnicodeCharacter{01FC}{\'{\AE}}%
  \DeclareUnicodeCharacter{01FD}{\'{\ae}}%
  \DeclareUnicodeCharacter{01FE}{\'{\O}}%
  \DeclareUnicodeCharacter{01FF}{\'{\o}}%
  %
  \DeclareUnicodeCharacter{021E}{\v{H}}%
  \DeclareUnicodeCharacter{021F}{\v{h}}%
  %
  \DeclareUnicodeCharacter{0226}{\dotaccent{A}}%
  \DeclareUnicodeCharacter{0227}{\dotaccent{a}}%
  \DeclareUnicodeCharacter{0228}{\cedilla{E}}%
  \DeclareUnicodeCharacter{0229}{\cedilla{e}}%
  \DeclareUnicodeCharacter{022E}{\dotaccent{O}}%
  \DeclareUnicodeCharacter{022F}{\dotaccent{o}}%
  %
  \DeclareUnicodeCharacter{0232}{\=Y}%
  \DeclareUnicodeCharacter{0233}{\=y}%
  \DeclareUnicodeCharacter{0237}{\dotless{j}}%
  %
  \DeclareUnicodeCharacter{02BC}{'}%
  %
  \DeclareUnicodeCharacter{02DB}{\ogonek{ }}%
  %
  % Greek letters upper case
  \DeclareUnicodeCharacter{0391}{{\it A}}%
  \DeclareUnicodeCharacter{0392}{{\it B}}%
  \DeclareUnicodeCharacter{0393}{\ensuremath{\mit\Gamma}}%
  \DeclareUnicodeCharacter{0394}{\ensuremath{\mit\Delta}}%
  \DeclareUnicodeCharacter{0395}{{\it E}}%
  \DeclareUnicodeCharacter{0396}{{\it Z}}%
  \DeclareUnicodeCharacter{0397}{{\it H}}%
  \DeclareUnicodeCharacter{0398}{\ensuremath{\mit\Theta}}%
  \DeclareUnicodeCharacter{0399}{{\it I}}%
  \DeclareUnicodeCharacter{039A}{{\it K}}%
  \DeclareUnicodeCharacter{039B}{\ensuremath{\mit\Lambda}}%
  \DeclareUnicodeCharacter{039C}{{\it M}}%
  \DeclareUnicodeCharacter{039D}{{\it N}}%
  \DeclareUnicodeCharacter{039E}{\ensuremath{\mit\Xi}}%
  \DeclareUnicodeCharacter{039F}{{\it O}}%
  \DeclareUnicodeCharacter{03A0}{\ensuremath{\mit\Pi}}%
  \DeclareUnicodeCharacter{03A1}{{\it P}}%
  %\DeclareUnicodeCharacter{03A2}{} % none - corresponds to final sigma
  \DeclareUnicodeCharacter{03A3}{\ensuremath{\mit\Sigma}}%
  \DeclareUnicodeCharacter{03A4}{{\it T}}%
  \DeclareUnicodeCharacter{03A5}{\ensuremath{\mit\Upsilon}}%
  \DeclareUnicodeCharacter{03A6}{\ensuremath{\mit\Phi}}%
  \DeclareUnicodeCharacter{03A7}{{\it X}}%
  \DeclareUnicodeCharacter{03A8}{\ensuremath{\mit\Psi}}%
  \DeclareUnicodeCharacter{03A9}{\ensuremath{\mit\Omega}}%
  %
  % Vowels with accents
  \DeclareUnicodeCharacter{0390}{\ensuremath{\ddot{\acute\iota}}}%
  \DeclareUnicodeCharacter{03AC}{\ensuremath{\acute\alpha}}%
  \DeclareUnicodeCharacter{03AD}{\ensuremath{\acute\epsilon}}%
  \DeclareUnicodeCharacter{03AE}{\ensuremath{\acute\eta}}%
  \DeclareUnicodeCharacter{03AF}{\ensuremath{\acute\iota}}%
  \DeclareUnicodeCharacter{03B0}{\ensuremath{\acute{\ddot\upsilon}}}%
  %
  % Standalone accent
  \DeclareUnicodeCharacter{0384}{\ensuremath{\acute{\ }}}%
  %
  % Greek letters lower case
  \DeclareUnicodeCharacter{03B1}{\ensuremath\alpha}%
  \DeclareUnicodeCharacter{03B2}{\ensuremath\beta}%
  \DeclareUnicodeCharacter{03B3}{\ensuremath\gamma}%
  \DeclareUnicodeCharacter{03B4}{\ensuremath\delta}%
  \DeclareUnicodeCharacter{03B5}{\ensuremath\epsilon}%
  \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
  \DeclareUnicodeCharacter{03B7}{\ensuremath\eta}%
  \DeclareUnicodeCharacter{03B8}{\ensuremath\theta}%
  \DeclareUnicodeCharacter{03B9}{\ensuremath\iota}%
  \DeclareUnicodeCharacter{03BA}{\ensuremath\kappa}%
  \DeclareUnicodeCharacter{03BB}{\ensuremath\lambda}%
  \DeclareUnicodeCharacter{03BC}{\ensuremath\mu}%
  \DeclareUnicodeCharacter{03BD}{\ensuremath\nu}%
  \DeclareUnicodeCharacter{03BE}{\ensuremath\xi}%
  \DeclareUnicodeCharacter{03BF}{{\it o}}% omicron
  \DeclareUnicodeCharacter{03C0}{\ensuremath\pi}%
  \DeclareUnicodeCharacter{03C1}{\ensuremath\rho}%
  \DeclareUnicodeCharacter{03C2}{\ensuremath\varsigma}%
  \DeclareUnicodeCharacter{03C3}{\ensuremath\sigma}%
  \DeclareUnicodeCharacter{03C4}{\ensuremath\tau}%
  \DeclareUnicodeCharacter{03C5}{\ensuremath\upsilon}%
  \DeclareUnicodeCharacter{03C6}{\ensuremath\phi}%
  \DeclareUnicodeCharacter{03C7}{\ensuremath\chi}%
  \DeclareUnicodeCharacter{03C8}{\ensuremath\psi}%
  \DeclareUnicodeCharacter{03C9}{\ensuremath\omega}%
  %
  % More Greek vowels with accents
  \DeclareUnicodeCharacter{03CA}{\ensuremath{\ddot\iota}}%
  \DeclareUnicodeCharacter{03CB}{\ensuremath{\ddot\upsilon}}%
  \DeclareUnicodeCharacter{03CC}{\ensuremath{\acute o}}%
  \DeclareUnicodeCharacter{03CD}{\ensuremath{\acute\upsilon}}%
  \DeclareUnicodeCharacter{03CE}{\ensuremath{\acute\omega}}%
  %
  % Variant Greek letters
  \DeclareUnicodeCharacter{03D1}{\ensuremath\vartheta}%
  \DeclareUnicodeCharacter{03D6}{\ensuremath\varpi}%
  \DeclareUnicodeCharacter{03F1}{\ensuremath\varrho}%
  %
  \DeclareUnicodeCharacter{1E02}{\dotaccent{B}}%
  \DeclareUnicodeCharacter{1E03}{\dotaccent{b}}%
  \DeclareUnicodeCharacter{1E04}{\udotaccent{B}}%
  \DeclareUnicodeCharacter{1E05}{\udotaccent{b}}%
  \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}}%
  \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}}%
  \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}}%
  \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}}%
  \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}}%
  \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}}%
  \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}}%
  \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}}%
  %
  \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}}%
  \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}}%
  %
  \DeclareUnicodeCharacter{1E20}{\=G}%
  \DeclareUnicodeCharacter{1E21}{\=g}%
  \DeclareUnicodeCharacter{1E22}{\dotaccent{H}}%
  \DeclareUnicodeCharacter{1E23}{\dotaccent{h}}%
  \DeclareUnicodeCharacter{1E24}{\udotaccent{H}}%
  \DeclareUnicodeCharacter{1E25}{\udotaccent{h}}%
  \DeclareUnicodeCharacter{1E26}{\"H}%
  \DeclareUnicodeCharacter{1E27}{\"h}%
  %
  \DeclareUnicodeCharacter{1E30}{\'K}%
  \DeclareUnicodeCharacter{1E31}{\'k}%
  \DeclareUnicodeCharacter{1E32}{\udotaccent{K}}%
  \DeclareUnicodeCharacter{1E33}{\udotaccent{k}}%
  \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}}%
  \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}}%
  \DeclareUnicodeCharacter{1E36}{\udotaccent{L}}%
  \DeclareUnicodeCharacter{1E37}{\udotaccent{l}}%
  \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}}%
  \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}}%
  \DeclareUnicodeCharacter{1E3E}{\'M}%
  \DeclareUnicodeCharacter{1E3F}{\'m}%
  %
  \DeclareUnicodeCharacter{1E40}{\dotaccent{M}}%
  \DeclareUnicodeCharacter{1E41}{\dotaccent{m}}%
  \DeclareUnicodeCharacter{1E42}{\udotaccent{M}}%
  \DeclareUnicodeCharacter{1E43}{\udotaccent{m}}%
  \DeclareUnicodeCharacter{1E44}{\dotaccent{N}}%
  \DeclareUnicodeCharacter{1E45}{\dotaccent{n}}%
  \DeclareUnicodeCharacter{1E46}{\udotaccent{N}}%
  \DeclareUnicodeCharacter{1E47}{\udotaccent{n}}%
  \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}}%
  \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}}%
  %
  \DeclareUnicodeCharacter{1E54}{\'P}%
  \DeclareUnicodeCharacter{1E55}{\'p}%
  \DeclareUnicodeCharacter{1E56}{\dotaccent{P}}%
  \DeclareUnicodeCharacter{1E57}{\dotaccent{p}}%
  \DeclareUnicodeCharacter{1E58}{\dotaccent{R}}%
  \DeclareUnicodeCharacter{1E59}{\dotaccent{r}}%
  \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}}%
  \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}}%
  \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}}%
  \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}}%
  %
  \DeclareUnicodeCharacter{1E60}{\dotaccent{S}}%
  \DeclareUnicodeCharacter{1E61}{\dotaccent{s}}%
  \DeclareUnicodeCharacter{1E62}{\udotaccent{S}}%
  \DeclareUnicodeCharacter{1E63}{\udotaccent{s}}%
  \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}}%
  \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}}%
  \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}}%
  \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}}%
  \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}}%
  \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}}%
  %
  \DeclareUnicodeCharacter{1E7C}{\~V}%
  \DeclareUnicodeCharacter{1E7D}{\~v}%
  \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}}%
  \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}}%
  %
  \DeclareUnicodeCharacter{1E80}{\`W}%
  \DeclareUnicodeCharacter{1E81}{\`w}%
  \DeclareUnicodeCharacter{1E82}{\'W}%
  \DeclareUnicodeCharacter{1E83}{\'w}%
  \DeclareUnicodeCharacter{1E84}{\"W}%
  \DeclareUnicodeCharacter{1E85}{\"w}%
  \DeclareUnicodeCharacter{1E86}{\dotaccent{W}}%
  \DeclareUnicodeCharacter{1E87}{\dotaccent{w}}%
  \DeclareUnicodeCharacter{1E88}{\udotaccent{W}}%
  \DeclareUnicodeCharacter{1E89}{\udotaccent{w}}%
  \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}}%
  \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}}%
  \DeclareUnicodeCharacter{1E8C}{\"X}%
  \DeclareUnicodeCharacter{1E8D}{\"x}%
  \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}}%
  \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}}%
  %
  \DeclareUnicodeCharacter{1E90}{\^Z}%
  \DeclareUnicodeCharacter{1E91}{\^z}%
  \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}}%
  \DeclareUnicodeCharacter{1E93}{\udotaccent{z}}%
  \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}}%
  \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}}%
  \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}}%
  \DeclareUnicodeCharacter{1E97}{\"t}%
  \DeclareUnicodeCharacter{1E98}{\ringaccent{w}}%
  \DeclareUnicodeCharacter{1E99}{\ringaccent{y}}%
  %
  \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}}%
  \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}}%
  %
  \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}}%
  \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}}%
  \DeclareUnicodeCharacter{1EBC}{\~E}%
  \DeclareUnicodeCharacter{1EBD}{\~e}%
  %
  \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}}%
  \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}%
  \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}}%
  \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}}%
  %
  \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}}%
  \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}}%
  %
  \DeclareUnicodeCharacter{1EF2}{\`Y}%
  \DeclareUnicodeCharacter{1EF3}{\`y}%
  \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}}%
  %
  \DeclareUnicodeCharacter{1EF8}{\~Y}%
  \DeclareUnicodeCharacter{1EF9}{\~y}%
  %
  % Punctuation
  \DeclareUnicodeCharacter{2013}{--}%
  \DeclareUnicodeCharacter{2014}{---}%
  \DeclareUnicodeCharacter{2018}{\quoteleft{}}%
  \DeclareUnicodeCharacter{2019}{\quoteright{}}%
  \DeclareUnicodeCharacter{201A}{\quotesinglbase{}}%
  \DeclareUnicodeCharacter{201C}{\quotedblleft{}}%
  \DeclareUnicodeCharacter{201D}{\quotedblright{}}%
  \DeclareUnicodeCharacter{201E}{\quotedblbase{}}%
  \DeclareUnicodeCharacter{2020}{\ensuremath\dagger}%
  \DeclareUnicodeCharacter{2021}{\ensuremath\ddagger}%
  \DeclareUnicodeCharacter{2022}{\bullet{}}%
  \DeclareUnicodeCharacter{202F}{\thinspace}%
  \DeclareUnicodeCharacter{2026}{\dots{}}%
  \DeclareUnicodeCharacter{2039}{\guilsinglleft{}}%
  \DeclareUnicodeCharacter{203A}{\guilsinglright{}}%
  %
  \DeclareUnicodeCharacter{20AC}{\euro{}}%
  %
  \DeclareUnicodeCharacter{2192}{\expansion{}}%
  \DeclareUnicodeCharacter{21D2}{\result{}}%
  %
  % Mathematical symbols
  \DeclareUnicodeCharacter{2200}{\ensuremath\forall}%
  \DeclareUnicodeCharacter{2203}{\ensuremath\exists}%
  \DeclareUnicodeCharacter{2208}{\ensuremath\in}%
  \DeclareUnicodeCharacter{2212}{\minus{}}%
  \DeclareUnicodeCharacter{2217}{\ast}%
  \DeclareUnicodeCharacter{221E}{\ensuremath\infty}%
  \DeclareUnicodeCharacter{2225}{\ensuremath\parallel}%
  \DeclareUnicodeCharacter{2227}{\ensuremath\wedge}%
  \DeclareUnicodeCharacter{2229}{\ensuremath\cap}%
  \DeclareUnicodeCharacter{2261}{\equiv{}}%
  \DeclareUnicodeCharacter{2264}{\ensuremath\leq}%
  \DeclareUnicodeCharacter{2265}{\ensuremath\geq}%
  \DeclareUnicodeCharacter{2282}{\ensuremath\subset}%
  \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq}%
  %
  \DeclareUnicodeCharacter{2016}{\ensuremath\Vert}%
  \DeclareUnicodeCharacter{2032}{\ensuremath\prime}%
  \DeclareUnicodeCharacter{210F}{\ensuremath\hbar}%
  \DeclareUnicodeCharacter{2111}{\ensuremath\Im}%
  \DeclareUnicodeCharacter{2113}{\ensuremath\ell}%
  \DeclareUnicodeCharacter{2118}{\ensuremath\wp}%
  \DeclareUnicodeCharacter{211C}{\ensuremath\Re}%
  \DeclareUnicodeCharacter{2135}{\ensuremath\aleph}%
  \DeclareUnicodeCharacter{2190}{\ensuremath\leftarrow}%
  \DeclareUnicodeCharacter{2191}{\ensuremath\uparrow}%
  \DeclareUnicodeCharacter{2193}{\ensuremath\downarrow}%
  \DeclareUnicodeCharacter{2194}{\ensuremath\leftrightarrow}%
  \DeclareUnicodeCharacter{2195}{\ensuremath\updownarrow}%
  \DeclareUnicodeCharacter{2196}{\ensuremath\nwarrow}%
  \DeclareUnicodeCharacter{2197}{\ensuremath\nearrow}%
  \DeclareUnicodeCharacter{2198}{\ensuremath\searrow}%
  \DeclareUnicodeCharacter{2199}{\ensuremath\swarrow}%
  \DeclareUnicodeCharacter{21A6}{\ensuremath\mapsto}%
  \DeclareUnicodeCharacter{21A9}{\ensuremath\hookleftarrow}%
  \DeclareUnicodeCharacter{21AA}{\ensuremath\hookrightarrow}%
  \DeclareUnicodeCharacter{21BC}{\ensuremath\leftharpoonup}%
  \DeclareUnicodeCharacter{21BD}{\ensuremath\leftharpoondown}%
  \DeclareUnicodeCharacter{21C0}{\ensuremath\rightharpoonup}%
  \DeclareUnicodeCharacter{21C1}{\ensuremath\rightharpoondown}%
  \DeclareUnicodeCharacter{21CC}{\ensuremath\rightleftharpoons}%
  \DeclareUnicodeCharacter{21D0}{\ensuremath\Leftarrow}%
  \DeclareUnicodeCharacter{21D1}{\ensuremath\Uparrow}%
  \DeclareUnicodeCharacter{21D3}{\ensuremath\Downarrow}%
  \DeclareUnicodeCharacter{21D4}{\ensuremath\Leftrightarrow}%
  \DeclareUnicodeCharacter{21D5}{\ensuremath\Updownarrow}%
  \DeclareUnicodeCharacter{2202}{\ensuremath\partial}%
  \DeclareUnicodeCharacter{2205}{\ensuremath\emptyset}%
  \DeclareUnicodeCharacter{2207}{\ensuremath\nabla}%
  \DeclareUnicodeCharacter{2209}{\ensuremath\notin}%
  \DeclareUnicodeCharacter{220B}{\ensuremath\owns}%
  \DeclareUnicodeCharacter{220F}{\ensuremath\prod}%
  \DeclareUnicodeCharacter{2210}{\ensuremath\coprod}%
  \DeclareUnicodeCharacter{2211}{\ensuremath\sum}%
  \DeclareUnicodeCharacter{2213}{\ensuremath\mp}%
  \DeclareUnicodeCharacter{2218}{\ensuremath\circ}%
  \DeclareUnicodeCharacter{221A}{\ensuremath\surd}%
  \DeclareUnicodeCharacter{221D}{\ensuremath\propto}%
  \DeclareUnicodeCharacter{2220}{\ensuremath\angle}%
  \DeclareUnicodeCharacter{2223}{\ensuremath\mid}%
  \DeclareUnicodeCharacter{2228}{\ensuremath\vee}%
  \DeclareUnicodeCharacter{222A}{\ensuremath\cup}%
  \DeclareUnicodeCharacter{222B}{\ensuremath\smallint}%
  \DeclareUnicodeCharacter{222E}{\ensuremath\oint}%
  \DeclareUnicodeCharacter{223C}{\ensuremath\sim}%
  \DeclareUnicodeCharacter{2240}{\ensuremath\wr}%
  \DeclareUnicodeCharacter{2243}{\ensuremath\simeq}%
  \DeclareUnicodeCharacter{2245}{\ensuremath\cong}%
  \DeclareUnicodeCharacter{2248}{\ensuremath\approx}%
  \DeclareUnicodeCharacter{224D}{\ensuremath\asymp}%
  \DeclareUnicodeCharacter{2250}{\ensuremath\doteq}%
  \DeclareUnicodeCharacter{2260}{\ensuremath\neq}%
  \DeclareUnicodeCharacter{226A}{\ensuremath\ll}%
  \DeclareUnicodeCharacter{226B}{\ensuremath\gg}%
  \DeclareUnicodeCharacter{227A}{\ensuremath\prec}%
  \DeclareUnicodeCharacter{227B}{\ensuremath\succ}%
  \DeclareUnicodeCharacter{2283}{\ensuremath\supset}%
  \DeclareUnicodeCharacter{2286}{\ensuremath\subseteq}%
  \DeclareUnicodeCharacter{228E}{\ensuremath\uplus}%
  \DeclareUnicodeCharacter{2291}{\ensuremath\sqsubseteq}%
  \DeclareUnicodeCharacter{2292}{\ensuremath\sqsupseteq}%
  \DeclareUnicodeCharacter{2293}{\ensuremath\sqcap}%
  \DeclareUnicodeCharacter{2294}{\ensuremath\sqcup}%
  \DeclareUnicodeCharacter{2295}{\ensuremath\oplus}%
  \DeclareUnicodeCharacter{2296}{\ensuremath\ominus}%
  \DeclareUnicodeCharacter{2297}{\ensuremath\otimes}%
  \DeclareUnicodeCharacter{2298}{\ensuremath\oslash}%
  \DeclareUnicodeCharacter{2299}{\ensuremath\odot}%
  \DeclareUnicodeCharacter{22A2}{\ensuremath\vdash}%
  \DeclareUnicodeCharacter{22A3}{\ensuremath\dashv}%
  \DeclareUnicodeCharacter{22A4}{\ensuremath\ptextop}%
  \DeclareUnicodeCharacter{22A5}{\ensuremath\bot}%
  \DeclareUnicodeCharacter{22A8}{\ensuremath\models}%
  \DeclareUnicodeCharacter{22C0}{\ensuremath\bigwedge}%
  \DeclareUnicodeCharacter{22C1}{\ensuremath\bigvee}%
  \DeclareUnicodeCharacter{22C2}{\ensuremath\bigcap}%
  \DeclareUnicodeCharacter{22C3}{\ensuremath\bigcup}%
  \DeclareUnicodeCharacter{22C4}{\ensuremath\diamond}%
  \DeclareUnicodeCharacter{22C5}{\ensuremath\cdot}%
  \DeclareUnicodeCharacter{22C6}{\ensuremath\star}%
  \DeclareUnicodeCharacter{22C8}{\ensuremath\bowtie}%
  \DeclareUnicodeCharacter{2308}{\ensuremath\lceil}%
  \DeclareUnicodeCharacter{2309}{\ensuremath\rceil}%
  \DeclareUnicodeCharacter{230A}{\ensuremath\lfloor}%
  \DeclareUnicodeCharacter{230B}{\ensuremath\rfloor}%
  \DeclareUnicodeCharacter{2322}{\ensuremath\frown}%
  \DeclareUnicodeCharacter{2323}{\ensuremath\smile}%
  %
  \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle}%
  \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright}%
  \DeclareUnicodeCharacter{25BD}{\ensuremath\bigtriangledown}%
  \DeclareUnicodeCharacter{25C1}{\ensuremath\triangleleft}%
  \DeclareUnicodeCharacter{25C7}{\ensuremath\diamond}%
  \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit}%
  \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit}%
  \DeclareUnicodeCharacter{2662}{\ensuremath\diamondsuit}%
  \DeclareUnicodeCharacter{2663}{\ensuremath\clubsuit}%
  \DeclareUnicodeCharacter{266D}{\ensuremath\flat}%
  \DeclareUnicodeCharacter{266E}{\ensuremath\natural}%
  \DeclareUnicodeCharacter{266F}{\ensuremath\sharp}%
  \DeclareUnicodeCharacter{26AA}{\ensuremath\bigcirc}%
  \DeclareUnicodeCharacter{27B9}{\ensuremath\rangle}%
  \DeclareUnicodeCharacter{27C2}{\ensuremath\perp}%
  \DeclareUnicodeCharacter{27E8}{\ensuremath\langle}%
  \DeclareUnicodeCharacter{27F5}{\ensuremath\longleftarrow}%
  \DeclareUnicodeCharacter{27F6}{\ensuremath\longrightarrow}%
  \DeclareUnicodeCharacter{27F7}{\ensuremath\longleftrightarrow}%
  \DeclareUnicodeCharacter{27FC}{\ensuremath\longmapsto}%
  \DeclareUnicodeCharacter{29F5}{\ensuremath\setminus}%
  \DeclareUnicodeCharacter{2A00}{\ensuremath\bigodot}%
  \DeclareUnicodeCharacter{2A01}{\ensuremath\bigoplus}%
  \DeclareUnicodeCharacter{2A02}{\ensuremath\bigotimes}%
  \DeclareUnicodeCharacter{2A04}{\ensuremath\biguplus}%
  \DeclareUnicodeCharacter{2A06}{\ensuremath\bigsqcup}%
  \DeclareUnicodeCharacter{2A3F}{\ensuremath\amalg}%
  \DeclareUnicodeCharacter{2AAF}{\ensuremath\preceq}%
  \DeclareUnicodeCharacter{2AB0}{\ensuremath\succeq}%
  %
  \global\mathchardef\checkmark="1370% actually the square root sign
  \DeclareUnicodeCharacter{2713}{\ensuremath\checkmark}%
}% end of \unicodechardefs

% UTF-8 byte sequence (pdfTeX) definitions (replacing and @U command)
% It makes the setting that replace UTF-8 byte sequence.
\def\utfeightchardefs{%
  \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterUTFviii
  \unicodechardefs
}

% Whether the active definitions of non-ASCII characters expand to
% non-active tokens with the same character code.  This is used to
% write characters literally, instead of using active definitions for
% printing the correct glyphs.
\newif\ifpassthroughchars
\passthroughcharsfalse

% For native Unicode handling (XeTeX and LuaTeX),
% provide a definition macro to replace/pass-through a Unicode character
%
\def\DeclareUnicodeCharacterNative#1#2{%
  \catcode"#1=\active
  \def\dodeclareunicodecharacternative##1##2##3{%
    \begingroup
      \uccode`\~="##2\relax
      \uppercase{\gdef~}{%
        \ifpassthroughchars
          ##1%
        \else
          ##3%
        \fi
      }
    \endgroup
  }
  \begingroup
    \uccode`\.="#1\relax
    \uppercase{\def\UTFNativeTmp{.}}%
    \expandafter\dodeclareunicodecharacternative\UTFNativeTmp{#1}{#2}%
  \endgroup
}

% Native Unicode handling (XeTeX and LuaTeX) character replacing definition.
% It activates the setting that replaces Unicode characters.
\def\nativeunicodechardefs{%
  \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNative
  \unicodechardefs
}

% For native Unicode handling (XeTeX and LuaTeX),
% make the character token expand
% to the sequences given in \unicodechardefs for printing.
\def\DeclareUnicodeCharacterNativeAtU#1#2{%
  \def\UTFAtUTmp{#2}
  \expandafter\globallet\csname uni:#1\endcsname \UTFAtUTmp
}

% @U command definitions for native Unicode handling (XeTeX and LuaTeX).
\def\nativeunicodechardefsatu{%
  \let\DeclareUnicodeCharacter\DeclareUnicodeCharacterNativeAtU
  \unicodechardefs
}

% US-ASCII character definitions.
\def\asciichardefs{% nothing need be done
   \relax
}

% Define all Unicode characters we know about.  This makes UTF-8 the default
% input encoding and allows @U to work.
\iftxinativeunicodecapable
  \nativeunicodechardefsatu
\else
  \utfeightchardefs
\fi

\message{formatting,}

\newdimen\defaultparindent \defaultparindent = 15pt

\chapheadingskip = 15pt plus 4pt minus 2pt
\secheadingskip = 12pt plus 3pt minus 2pt
\subsecheadingskip = 9pt plus 2pt minus 2pt

% Prevent underfull vbox error messages.
\vbadness = 10000

% Don't be very finicky about underfull hboxes, either.
\hbadness = 6666

% Following George Bush, get rid of widows and orphans.
\widowpenalty=10000
\clubpenalty=10000

% Use TeX 3.0's \emergencystretch to help line breaking, but if we're
% using an old version of TeX, don't do anything.  We want the amount of
% stretch added to depend on the line length, hence the dependence on
% \hsize.  We call this whenever the paper size is set.
%
\def\setemergencystretch{%
  \ifx\emergencystretch\thisisundefined
    % Allow us to assign to \emergencystretch anyway.
    \def\emergencystretch{\dimen0}%
  \else
    \emergencystretch = .15\hsize
  \fi
}

% Parameters in order: 1) textheight; 2) textwidth;
% 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;
% 7) physical page height; 8) physical page width.
%
% We also call \setleading{\textleading}, so the caller should define
% \textleading.  The caller should also set \parskip.
%
\def\internalpagesizes#1#2#3#4#5#6#7#8{%
  \voffset = #3\relax
  \topskip = #6\relax
  \splittopskip = \topskip
  %
  \vsize = #1\relax
  \advance\vsize by \topskip
  \outervsize = \vsize
  \advance\outervsize by 2\topandbottommargin
  \txipageheight = \vsize
  %
  \hsize = #2\relax
  \outerhsize = \hsize
  \advance\outerhsize by 0.5in
  \txipagewidth = \hsize
  %
  \normaloffset = #4\relax
  \bindingoffset = #5\relax
  %
  \ifpdf
    \pdfpageheight #7\relax
    \pdfpagewidth #8\relax
    % if we don't reset these, they will remain at "1 true in" of
    % whatever layout pdftex was dumped with.
    \pdfhorigin = 1 true in
    \pdfvorigin = 1 true in
  \else
    \ifx\XeTeXrevision\thisisundefined
      \special{papersize=#8,#7}%
    \else
      \pdfpageheight #7\relax
      \pdfpagewidth #8\relax
      % XeTeX does not have \pdfhorigin and \pdfvorigin.
    \fi
  \fi
  %
  \setleading{\textleading}
  %
  \parindent = \defaultparindent
  \setemergencystretch
}

% @letterpaper (the default).
\def\letterpaper{{\globaldefs = 1
  \parskip = 3pt plus 2pt minus 1pt
  \textleading = 13.2pt
  %
  % If page is nothing but text, make it come out even.
  \internalpagesizes{607.2pt}{6in}% that's 46 lines
                    {\voffset}{.25in}%
                    {\bindingoffset}{36pt}%
                    {11in}{8.5in}%
}}

% Use @smallbook to reset parameters for 7x9.25 trim size.
\def\smallbook{{\globaldefs = 1
  \parskip = 2pt plus 1pt
  \textleading = 12pt
  %
  \internalpagesizes{7.5in}{5in}%
                    {-.2in}{0in}%
                    {\bindingoffset}{16pt}%
                    {9.25in}{7in}%
  %
  \lispnarrowing = 0.3in
  \tolerance = 700
  \contentsrightmargin = 0pt
  \defbodyindent = .5cm
}}

% Use @smallerbook to reset parameters for 6x9 trim size.
% (Just testing, parameters still in flux.)
\def\smallerbook{{\globaldefs = 1
  \parskip = 1.5pt plus 1pt
  \textleading = 12pt
  %
  \internalpagesizes{7.4in}{4.8in}%
                    {-.2in}{-.4in}%
                    {0pt}{14pt}%
                    {9in}{6in}%
  %
  \lispnarrowing = 0.25in
  \tolerance = 700
  \contentsrightmargin = 0pt
  \defbodyindent = .4cm
}}

% Use @afourpaper to print on European A4 paper.
\def\afourpaper{{\globaldefs = 1
  \parskip = 3pt plus 2pt minus 1pt
  \textleading = 13.2pt
  %
  % Double-side printing via postscript on Laserjet 4050
  % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm.
  % To change the settings for a different printer or situation, adjust
  % \normaloffset until the front-side and back-side texts align.  Then
  % do the same for \bindingoffset.  You can set these for testing in
  % your texinfo source file like this:
  % @tex
  % \global\normaloffset = -6mm
  % \global\bindingoffset = 10mm
  % @end tex
  \internalpagesizes{673.2pt}{160mm}% that's 51 lines
                    {\voffset}{\hoffset}%
                    {\bindingoffset}{44pt}%
                    {297mm}{210mm}%
  %
  \tolerance = 700
  \contentsrightmargin = 0pt
  \defbodyindent = 5mm
}}

% Use @afivepaper to print on European A5 paper.
% From romildo@urano.iceb.ufop.br, 2 July 2000.
% He also recommends making @example and @lisp be small.
\def\afivepaper{{\globaldefs = 1
  \parskip = 2pt plus 1pt minus 0.1pt
  \textleading = 12.5pt
  %
  \internalpagesizes{160mm}{120mm}%
                    {\voffset}{\hoffset}%
                    {\bindingoffset}{8pt}%
                    {210mm}{148mm}%
  %
  \lispnarrowing = 0.2in
  \tolerance = 800
  \contentsrightmargin = 0pt
  \defbodyindent = 2mm
  \tableindent = 12mm
}}

% A specific text layout, 24x15cm overall, intended for A4 paper.
\def\afourlatex{{\globaldefs = 1
  \afourpaper
  \internalpagesizes{237mm}{150mm}%
                    {\voffset}{4.6mm}%
                    {\bindingoffset}{7mm}%
                    {297mm}{210mm}%
  %
  % Must explicitly reset to 0 because we call \afourpaper.
  \globaldefs = 0
}}

% Use @afourwide to print on A4 paper in landscape format.
\def\afourwide{{\globaldefs = 1
  \afourpaper
  \internalpagesizes{241mm}{165mm}%
                    {\voffset}{-2.95mm}%
                    {\bindingoffset}{7mm}%
                    {297mm}{210mm}%
  \globaldefs = 0
}}

\def\bsixpaper{{\globaldefs = 1
  \afourpaper
  \internalpagesizes{140mm}{100mm}%
                    {-6.35mm}{-12.7mm}%
                    {\bindingoffset}{14pt}%
                    {176mm}{125mm}%
  \let\SETdispenvsize=\smallword
  \lispnarrowing = 0.2in
  \globaldefs = 0
}}


% @pagesizes TEXTHEIGHT[,TEXTWIDTH]
% Perhaps we should allow setting the margins, \topskip, \parskip,
% and/or leading, also. Or perhaps we should compute them somehow.
%
\parseargdef\pagesizes{\pagesizesyyy #1,,\finish}
\def\pagesizesyyy#1,#2,#3\finish{{%
  \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi
  \globaldefs = 1
  %
  \parskip = 3pt plus 2pt minus 1pt
  \setleading{\textleading}%
  %
  \dimen0 = #1\relax
  \advance\dimen0 by 2.5in % default 1in margin above heading line
                           % and 1.5in to include heading, footing and
                           % bottom margin
  %
  \dimen2 = \hsize
  \advance\dimen2 by 2in % default to 1 inch margin on each side
  %
  \internalpagesizes{#1}{\hsize}%
                    {\voffset}{\normaloffset}%
                    {\bindingoffset}{44pt}%
                    {\dimen0}{\dimen2}%
}}

% Set default to letter.
%
\letterpaper

% Default value of \hfuzz, for suppressing warnings about overfull hboxes.
\hfuzz = 1pt


\message{and turning on texinfo input format.}

\def^^L{\par} % remove \outer, so ^L can appear in an @comment

% DEL is a comment character, in case @c does not suffice.
\catcode`\^^? = 14

% Define macros to output various characters with catcode for normal text.
\catcode`\"=\other \def\normaldoublequote{"}
\catcode`\$=\other \def\normaldollar{$}%$ font-lock fix
\catcode`\+=\other \def\normalplus{+}
\catcode`\<=\other \def\normalless{<}
\catcode`\>=\other \def\normalgreater{>}
\catcode`\^=\other \def\normalcaret{^}
\catcode`\_=\other \def\normalunderscore{_}
\catcode`\|=\other \def\normalverticalbar{|}
\catcode`\~=\other \def\normaltilde{~}

% This macro is used to make a character print one way in \tt
% (where it can probably be output as-is), and another way in other fonts,
% where something hairier probably needs to be done.
%
% #1 is what to print if we are indeed using \tt; #2 is what to print
% otherwise.  Since all the Computer Modern typewriter fonts have zero
% interword stretch (and shrink), and it is reasonable to expect all
% typewriter fonts to have this, we can check that font parameter.
%
\def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}

% Same as above, but check for italic font.  Actually this also catches
% non-italic slanted fonts since it is impossible to distinguish them from
% italic fonts.  But since this is only used by $ and it uses \sl anyway
% this is not a problem.
\def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}

% Set catcodes for Texinfo file

% Active characters for printing the wanted glyph.
% Most of these we simply print from the \tt font, but for some, we can
% use math or other variants that look better in normal text.
%
\catcode`\"=\active
\def\activedoublequote{{\tt\char34}}
\let"=\activedoublequote
\catcode`\~=\active \def\activetilde{{\tt\char126}} \let~ = \activetilde
\chardef\hatchar=`\^
\catcode`\^=\active \def\activehat{{\tt \hatchar}} \let^ = \activehat

\catcode`\_=\active
\def_{\ifusingtt\normalunderscore\_}
\def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }
\let\realunder=_

\catcode`\|=\active \def|{{\tt\char124}}

\chardef \less=`\<
\catcode`\<=\active \def\activeless{{\tt \less}}\let< = \activeless
\chardef \gtr=`\>
\catcode`\>=\active \def\activegtr{{\tt \gtr}}\let> = \activegtr
\catcode`\+=\active \def+{{\tt \char 43}}
\catcode`\$=\active \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
\catcode`\-=\active \let-=\normaldash


% used for headline/footline in the output routine, in case the page
% breaks in the middle of an @tex block.
\def\texinfochars{%
  \let< = \activeless
  \let> = \activegtr
  \let~ = \activetilde
  \let^ = \activehat
  \setregularquotes
  \let\b = \strong
  \let\i = \smartitalic
  % in principle, all other definitions in \tex have to be undone too.
}

% Used sometimes to turn off (effectively) the active characters even after
% parsing them.
\def\turnoffactive{%
  \normalturnoffactive
  \otherbackslash
}

\catcode`\@=0

% \backslashcurfont outputs one backslash character in current font,
% as in \char`\\.
\global\chardef\backslashcurfont=`\\

% \realbackslash is an actual character `\' with catcode other.
{\catcode`\\=\other @gdef@realbackslash{\}}

% In Texinfo, backslash is an active character; it prints the backslash
% in fixed width font.
\catcode`\\=\active  % @ for escape char from now on.

% Print a typewriter backslash.  For math mode, we can't simply use
% \backslashcurfont: the story here is that in math mode, the \char
% of \backslashcurfont ends up printing the roman \ from the math symbol
% font (because \char in math mode uses the \mathcode, and plain.tex
% sets \mathcode`\\="026E).  Hence we use an explicit \mathchar,
% which is the decimal equivalent of "715c (class 7, e.g., use \fam;
% ignored family value; char position "5C).  We can't use " for the
% usual hex value because it has already been made active.

@def@ttbackslash{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi}}
@let@backslashchar = @ttbackslash % @backslashchar{} is for user documents.

% \otherbackslash defines an active \ to be a literal `\' character with
% catcode other.
@gdef@otherbackslash{@let\=@realbackslash}

% Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
% the literal character `\'.
%
{@catcode`- = @active
 @gdef@normalturnoffactive{%
   @passthroughcharstrue
   @let-=@normaldash
   @let"=@normaldoublequote
   @let$=@normaldollar %$ font-lock fix
   @let+=@normalplus
   @let<=@normalless
   @let>=@normalgreater
   @let^=@normalcaret
   @let_=@normalunderscore
   @let|=@normalverticalbar
   @let~=@normaltilde
   @let\=@ttbackslash
   @setregularquotes
   @unsepspaces
 }
}

% If a .fmt file is being used, characters that might appear in a file
% name cannot be active until we have parsed the command line.
% So turn them off again, and have @fixbackslash turn them back on.
@catcode`+=@other @catcode`@_=@other

% \enablebackslashhack - allow file to begin `\input texinfo'
%
% If a .fmt file is being used, we don't want the `\input texinfo' to show up.
% That is what \eatinput is for; after that, the `\' should revert to printing
% a backslash.
% If the file did not have a `\input texinfo', then it is turned off after
% the first line; otherwise the first `\' in the file would cause an error.
% This is used on the very last line of this file, texinfo.tex.
% We also use @c to call @fixbackslash, in case ends of lines are hidden.
{
@catcode`@^=7
@catcode`@^^M=13@gdef@enablebackslashhack{%
  @global@let\ = @eatinput%
  @catcode`@^^M=13%
  @def@c{@fixbackslash@c}%
  % Definition for the newline at the end of this file.
  @def ^^M{@let^^M@secondlinenl}%
  % Definition for a newline in the main Texinfo file.
  @gdef @secondlinenl{@fixbackslash}%
  % In case the first line has a whole-line command on it
  @let@originalparsearg@parsearg
  @def@parsearg{@fixbackslash@originalparsearg}
}}

{@catcode`@^=7 @catcode`@^^M=13%
@gdef@eatinput input texinfo#1^^M{@fixbackslash}}

% Emergency active definition of newline, in case an active newline token
% appears by mistake.
{@catcode`@^=7 @catcode13=13%
@gdef@enableemergencynewline{%
  @gdef^^M{%
    @par%
    %<warning: active newline>@par%
}}}


@gdef@fixbackslash{%
  @ifx\@eatinput @let\ = @ttbackslash @fi
  @catcode13=5 % regular end of line
  @enableemergencynewline
  @let@c=@comment
  @let@parsearg@originalparsearg
  % Also turn back on active characters that might appear in the input
  % file name, in case not using a pre-dumped format.
  @catcode`+=@active
  @catcode`@_=@active
  %
  % If texinfo.cnf is present on the system, read it.
  % Useful for site-wide @afourpaper, etc.  This macro, @fixbackslash, gets
  % called at the beginning of every Texinfo file.  Not opening texinfo.cnf
  % directly in this file, texinfo.tex, makes it possible to make a format
  % file for Texinfo.
  %
  @openin 1 texinfo.cnf
  @ifeof 1 @else @input texinfo.cnf @fi
  @closein 1
}


% Say @foo, not \foo, in error messages.
@escapechar = `@@

% These (along with & and #) are made active for url-breaking, so need
% active definitions as the normal characters.
@def@normaldot{.}
@def@normalquest{?}
@def@normalslash{/}

% These look ok in all fonts, so just make them not special.
% @hashchar{} gets its own user-level command, because of #line.
@catcode`@& = @other @def@normalamp{&}
@catcode`@# = @other @def@normalhash{#}
@catcode`@% = @other @def@normalpercent{%}

@let @hashchar = @normalhash

@c Finally, make ` and ' active, so that txicodequoteundirected and
@c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}.  If we
@c don't make ` and ' active, @code will not get them as active chars.
@c Do this last of all since we use ` in the previous @catcode assignments.
@catcode`@'=@active
@catcode`@`=@active
@setregularquotes

@c Local variables:
@c eval: (add-hook 'before-save-hook 'time-stamp)
@c page-delimiter: "^\\\\message\\|emacs-page"
@c time-stamp-start: "def\\\\texinfoversion{"
@c time-stamp-format: "%:y-%02m-%02d.%02H"
@c time-stamp-end: "}"
@c End:

@c vim:sw=2:

@enablebackslashhack

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ?U   0  U   @  U   P  U   `  U   p  V     V     V     "V     -V     8V     CV     NV     YV      dV     oV      zV   0  V   @  V   P  V   `  V   p  V     V     V     V     V     z&     :+     V     V     W =     S       S      AP       T   0   U   @   =Q   P   T   `   S   p   "T      0T     @T     PT     aT     U     U     yT      U      U      T     Q     P      U     T      T   0  T   @  T   P  T  `  T     T     U      U     ,U      ?U   0  U   @  U   P  U   `  U   p  V     V     V     "V     -V     8V     CV     NV     YV      dV     oV      zV   0  V   @  V   P  V   `  V   p  V     V     V     V     V     z&     :+     V     W     2W      =W @6      EW @6      MW @6  @   VW @6  `   _W     jW 	     AP       fP     mT     vW       sP   0   ~P   @   W   P   W   `   W   p   W              W @6      W @6      W                      \j     W @6        @                     W     W   H   M      W     ys     M     S @6      M @6  @   M @6  `   EW @6     W     J     +N     W     X     X     X     'X     5X     9X @6  @  FX @6  `  QX ň   WX @6    =W @6    N *     aX ƈ                             È mX    Ĉ |X      X È     W W      X Ɉ @         Ȉ X    Ȉ X   x   X ǈ     Y@  ̈ @  X _    X W   @  X ͈                            ʈ X    ˈ X   p   P k       P   @   yT   P   T   `   T   p   T      U      U      U      U      T      X      Q     =Q      aQ    qQ    T     HR   0  R  @  YP    X    X    Y Ј   Y Ј    Y W   @  *Y Ј   1Y Ј   8Y      3 ш @                  IY    ψ R   @   @K        B        UY    @       `   4g        %        _Y       kY       {Y       Y       Y    @  Y    `  Y      Y      Y      Y               P      X ҈               P      jW               Y      Y      Y      Y                                Έ Z      $ W                  B       Z      ,  ܈                P                                 [        ۈ        D                ҈                                        ψ        ǈ        ؈                                و                         (          ӈ                
          E        = #Z       1Z    x   ?Z    D  SZ    [O        
      fZ           
   }Z  Z     Z           
  P    >   Z   Z           
  P    >   Z           
   R P  _ Z           
   }Z  Z  Z  [           
   }Z  Z  M  [           
EG  }Z  !N  $[  )[           
   S W >[    	 W[    M        
   S W $    B U        j[           
   }[ _ [           
   }Z  [           
    P    S  [  [     [     [     [     [     [     \           
    \  #\           
   P k   d[  o        ݏ    S    ;\     L\           
    P    >    a\  j\           
K   P    {\    !       
   t   R P \    #       
   R P \    % isa_driver eisa_device_id eisa_device eisa_driver sam_status SAM_STAT_GOOD SAM_STAT_CHECK_CONDITION SAM_STAT_CONDITION_MET SAM_STAT_BUSY SAM_STAT_INTERMEDIATE SAM_STAT_INTERMEDIATE_CONDITION_MET SAM_STAT_RESERVATION_CONFLICT SAM_STAT_COMMAND_TERMINATED SAM_STAT_TASK_SET_FULL SAM_STAT_ACA_ACTIVE SAM_STAT_TASK_ABORTED scsi_msg_byte COMMAND_COMPLETE EXTENDED_MESSAGE SAVE_POINTERS RESTORE_POINTERS DISCONNECT INITIATOR_ERROR ABORT_TASK_SET MESSAGE_REJECT MSG_PARITY_ERROR LINKED_CMD_COMPLETE LINKED_FLG_CMD_COMPLETE TARGET_RESET ABORT_TASK CLEAR_TASK_SET INITIATE_RECOVERY RELEASE_RECOVERY TERMINATE_IO_PROC CLEAR_ACA LOGICAL_UNIT_RESET SIMPLE_QUEUE_TAG HEAD_OF_QUEUE_TAG ORDERED_QUEUE_TAG IGNORE_WIDE_RESIDUE ACA QAS_REQUEST BUS_DEVICE_RESET ABORT scsi_host_status DID_OK DID_NO_CONNECT DID_BUS_BUSY DID_TIME_OUT DID_BAD_TARGET DID_ABORT DID_PARITY DID_ERROR DID_RESET DID_BAD_INTR DID_PASSTHROUGH DID_SOFT_ERROR DID_IMM_RETRY DID_REQUEUE DID_TRANSPORT_DISRUPTED DID_TRANSPORT_FAILFAST DID_TRANSPORT_MARGINAL scsi_disposition NEEDS_RETRY SUCCESS FAILED QUEUED SOFT_ERROR ADD_TO_MLQUEUE TIMEOUT_ERROR SCSI_RETURN_NOT_HANDLED FAST_IO_FAIL blist_flags_t scsi_device_state SDEV_CREATED SDEV_RUNNING SDEV_CANCEL SDEV_DEL SDEV_QUIESCE SDEV_OFFLINE SDEV_TRANSPORT_OFFLINE SDEV_BLOCK SDEV_CREATED_BLOCK scsi_vpd scsi_device same_target_siblings budget_map device_blocked restarts starved_entry max_queue_depth last_queue_full_depth last_queue_full_count last_queue_full_time queue_ramp_up_period last_queue_ramp_up scsi_level inq_periph_qual inquiry_mutex inquiry_len inquiry vpd_pg0 vpd_pg83 vpd_pg80 vpd_pg89 vpd_pgb0 vpd_pgb1 vpd_pgb2 sdev_target sdev_bflags eh_timeout manage_system_start_stop manage_runtime_start_stop manage_shutdown force_runtime_start_on_system_start lockable borken sdtr wdtr tagged_supported simple_tags was_reset expecting_cc_ua use_10_for_rw use_10_for_ms set_dbd_for_ms read_before_ms no_report_opcodes no_write_same use_16_for_rw skip_ms_page_8 skip_ms_page_3f skip_vpd_pages try_vpd_pages use_192_bytes_for_3f no_start_on_add allow_restart no_start_on_resume start_stop_pwr_cond no_uld_attach select_no_atn fix_capacity guess_capacity retry_hwerror last_sector_bug no_read_disc_info no_read_capacity_16 try_rc_10_first security_supported wce_default_on no_dif broken_fua lun_in_cdb unmap_limit_for_ws rpm_autosuspend ignore_media_change silence_suspend no_vpd_size queue_stopped offline_already disk_events_disable_depth supported_events max_device_blocked iorequest_cnt iodone_cnt ioerr_cnt iotmo_cnt sdev_gendev sdev_dev dma_drain_len dma_drain_buf sg_timeout sg_reserved_size bsg_dev access_state state_mutex sdev_state quiesced_by sdev_data Scsi_Host __devices __targets starved_list default_lock host_lock scan_mutex eh_abort_list eh_cmd_q ehandler eh_action host_wait hostt transportt tagset_refcnt tagset_freed host_blocked host_failed host_eh_scheduled host_no eh_deadline last_reset max_channel max_id max_lun max_cmd_len can_queue cmd_per_lun sg_prot_tablesize opt_sectors dma_boundary active_mode host_self_blocked reverse_ordering tmf_in_progress async_scan eh_noresume host_tagset short_inquiry no_scsi2_lun_in_cdb work_q_name work_q tmf_work_q max_host_blocked prot_capabilities prot_guard_type n_io_port dma_channel shost_state shost_gendev shost_dev shost_data scsi_target starget_sdev_user reap_ref single_lun pdt_1f_for_no_lun no_report_luns expecting_lun_change target_busy target_blocked max_target_blocked starget_data scsi_device_handler scsi_target_state STARGET_CREATED STARGET_RUNNING STARGET_REMOVE STARGET_CREATED_REMOVE STARGET_DEL scsi_data_buffer scsi_cmnd_submitter SUBMITTED_BY_BLOCK_LAYER SUBMITTED_BY_SCSI_ERROR_HANDLER SUBMITTED_BY_SCSI_RESET_IOCTL scsi_cmnd eh_entry abort_work eh_eflags budget_token jiffies_at_alloc prot_op prot_type prot_flags submitter cmd_len sc_data_direction cmnd sdb prot_sdb underflow transfersize resid_len sense_len sense_buffer extra_len host_scribble scsi_host_template queuecommand init_cmd_priv exit_cmd_priv eh_abort_handler eh_device_reset_handler eh_target_reset_handler eh_bus_reset_handler eh_host_reset_handler slave_alloc slave_configure slave_destroy target_alloc target_destroy scan_finished change_queue_depth mq_poll dma_need_drain bios_param show_info eh_timed_out eh_should_retry_cmd host_reset proc_name tag_alloc_policy track_queue_depth supported_mode emulated skip_settle_delay shost_groups sdev_groups rpm_autosuspend_delay scsi_host_state SHOST_CREATED SHOST_RUNNING SHOST_CANCEL SHOST_DEL SHOST_RECOVERY SHOST_CANCEL_RECOVERY SHOST_DEL_RECOVERY scsi_transport_template uchar asc_scsiq_1 q_no cntl sg_queue_cnt target_lun data_cnt sense_addr extra_bytes ASC_SCSIQ_1 asc_scsiq_2 srb_tag target_ix cdb_len tag_code vm_id ASC_SCSIQ_2 asc_scsiq_3 done_stat host_stat scsi_stat scsi_msg ASC_SCSIQ_3 asc_q_done_info d2 d3 q_status remain_bytes ASC_QDONE_INFO asc_sg_list ASC_SG_LIST asc_sg_head entry_cnt queue_cnt entry_to_copy ASC_SG_HEAD asc_scsi_q cdbptr sg_head remain_sg_entry_cnt next_sg_index ASC_SCSI_Q asc_sg_list_q sg_head_qp sg_list_cnt sg_cur_list_cnt ASC_SG_LIST_Q sdtr_xfer_period sdtr_req_ack_offset wdtr_width mdp_b3 mdp_b2 mdp_b1 mdp_b0 mdp ext_msg msg_req u_ext_msg EXT_MSG asc_dvc_cfg can_tagged_qng cmd_qng_enabled disc_enable sdtr_enable chip_scsi_id chip_version mcode_date mcode_version max_tag_qng sdtr_period_offset adapter_info ASC_DVC_CFG asc_dvc_var iop_base err_code dvc_cntl bug_fix_cntl init_sdtr sdtr_done use_tagged_qng unit_not_ready queue_full_or_busy start_motor overrun_buf overrun_dma scsi_reset_wait chip_no is_in_int max_total_qng cur_total_qng in_critical_cnt last_q_shortage cur_dvc_qng max_dvc_qng scsiq_busy_head scsiq_busy_tail sdtr_period_tbl pci_fix_asyn_xfer_always redo_scam dos_int13_table max_dma_count no_scam pci_fix_asyn_xfer min_sdtr_index max_sdtr_index drv_ptr uc_break asc_board shost dvc_var dvc_cfg asc_n_io_port init_tidmask reqcnt queue_full queue_full_cnt eep_config asc_stats sdtr_data ioremap_addr adv_reqp adv_reqp_addr adv_reqp_size adv_sgblk_pool bios_signature bios_version bios_codeseg bios_codelen ASC_DVC_VAR asceep_config cfg_lsw cfg_msw use_cmd_qng bios_scan power_up_wait id_speed chksum ASCEEP_CONFIG adveep_3550_config wdtr_able sdtr_able tagqng_able scam_tolerant adapter_scsi_id bios_boot_delay scsi_reset_delay bios_id_lun termination bios_ctrl ultra_able max_host_qng bug_fix serial_number_word1 serial_number_word2 serial_number_word3 check_sum oem_name dvc_err_code adv_err_code adv_err_addr saved_dvc_err_code saved_adv_err_code saved_adv_err_addr num_of_err ADVEEP_3550_CONFIG adveep_38C0800_config sdtr_speed1 termination_se termination_lvd sdtr_speed2 sdtr_speed3 sdtr_speed4 reserved36 reserved37 reserved38 reserved39 reserved40 reserved41 reserved42 reserved43 reserved44 reserved45 reserved46 reserved47 reserved48 reserved49 reserved50 reserved51 reserved52 reserved53 reserved54 reserved55 cisptr_lsw cisprt_msw subsysvid subsysid reserved60 reserved63 ADVEEP_38C0800_CONFIG adveep_38C1600_config ADVEEP_38C1600_CONFIG adv_carr_t carr_va carr_pa areq_vpa next_vpa ADV_CARR_T adv_dvc_cfg control_flag serial1 serial2 serial3 ADV_DVC_CFG sg_addr sg_count adv_sg_block sg_ptr ADV_SG_BLOCK adv_scsi_req_q target_cmd mflag scsi_cntl done_status scsi_status host_status sg_working_ix cdb sg_real_addr scsiq_rptr cdb16 scsiq_ptr sg_list_ptr ADV_SCSI_REQ_Q adv_sgblk sg_block next_sgblkp adv_sgblk_t adv_req scsi_req_q cmndp req_addr sgblkp adv_req_t adv_dvc_var ppr_able chip_type bist_err_code carrier carr_freelist carrier_addr icq_sp irq_sp carr_pending_cnt ADV_DVC_VAR biosparam build_error adv_build_noreq adv_build_nosg exe_noerror exe_busy exe_error exe_unknown xfer_cnt xfer_elem xfer_sect asc_eep adv_3550_eep adv_38C0800_eep adv_38C1600_eep advansys_cmd eisa_scsi_data advansys_exit advansys_init advansys_pci_remove advansys_pci_probe advansys_wide_free_mem asc_dvc AdvInitFrom38C1600EEP AdvInitFrom38C0800EEP word_val AscWriteEEPWord AscReadEEPWord advansys_queuecommand scsiq n_q_required AscSendScsiQueue AscPutReadyQueue n_qs AscGetNumOfFreeQueue advansys_slave_configure advansys_interrupt advansys_biosparam scp advansys_reset AscIsrQDone tid_no AscSetChipSDTR AdvISR AdvResetChipAndSB AdvInitAsc38C1600Driver AdvInitAsc38C0800Driver AdvInitAsc3550Driver AdvResetSB adv_dvc AdvBuildCarrierFreelist AdvLoadMicrocode AscInitAsc1000Driver byte_val AscWriteLramByte AscStopChip advansys_show_info advansys_info advansys.ko LS&                                                                                                   	                      
                                                                                        !                      $                                                       +            +       @            +       U            +       j     *      +            U      +                  +                                                                         	                                   <       (                   1           $       9            V       J    `       B      [          Q       s                           y                                                               $                            A           H                  P                 	                            (      #          D      @                 [          l       f    0             z                     `      {                  0           0                        p           P                        X           `                  @!             &    !      ,      ;                     A    #      =      Q    P$      z      f    A       -           +                n       8           3                       8           ;                =      P                 :           0A      v           A      l      /     C            D   !               U          6       o    K      E      ~     M                P      	                          !                    _      j                            0g      Y                        :    n            M          p      _          J       z                                      N      n                
                n                                                                                                   6    <              N    W              f    s              }                                          @                `      0            
                                                                               
 W                   
 &                                    -                     6                     F                     W                     g                     y   "                                                                                  @                                    	                                                                               (                     .    `      0       [                     r                                                                                                                                                                      !
                                          	                     
	                     	                     )	                     >	                     L	                     \	                     k	                     	                     	                     	                     	                     	                     	                     	                     	                     	                     	                     
                     
                     )
                     =
                     L
                     b
                      vؕ&%6ή$!2GMQT&mIT3s`V@]5/zQ$g$e84 ~?MM,w?Tu3LY~/m'f铓PM[\X`fm~({g_毊&ǏGy2n.ˢ+[jzVgx,W;x]9pv'J d'f]W7]W?_ϛyw[E;(?l)˪.@Ƥk)4;gUۭMWйGfVͷft,~%tslfNQWˍԉe5-q#a"6\ی6WfF'>o&Śvd^5凮=ϊ;o!~ނGX^o9|x-d?[~q:~~r6>?>89}frV/
/.v닳l={ߟVVU_߿&;gjbUvW颙qUOSn[_u?r}r
w[7Z0G.
u3K
#	;.ͪ~y}xO%^>_ ïԃ<k[iK0],gp=
cA\ͫYY
XCwfY%ߒ`Huryn&~cӦWכu9iQ6)|:<05zth7Wp+<7O}3|NyKiQ]yFz^7Wa'Ua4|=+'(y.V-˙boPf]u3Gw<៙}s+;'so2{xQ]jլ; X;a?+䣇]U|mׅ3"G7E}E)WsNF͂|e+*$Ӻ1ÉdGS: ~C
n>W]/(@ͦ[m:>)c Mnn67CMbe͛J,oNdx
zY~*櫻-}yk(K1naCZ3h߽T
l6?l߁ X<"%5us(SXh=iw'ѡy;Hiya%<PÂ#Yv!,FwMMYwT;>ʮ@n⛛mTp~].VϢɿi֋{%GWO,{@ϊdH?jKe<oZ7EF#0ͪrھ;~6
loi7t$17jmlW&-W.Bwo/X!o5bD~ށNomp>
G:=a}[ͮ\lqiA{\3AC8Z
igV],wITNDUK`#օ.`T5cW%?o|cгG)+x=i n54G8pgNC^i&m
|We^ӣ 0YQryWj\3pNax>M	FYRGo*AtR`b:⠁:ҫ^=WjHݝΊ) 7Nۺw #ͫaQt]<nZ.YY0NZQ!{ÀF2ZUf9CHEg@̩!RI9 l 3vxy[#e-%8IU
0Э7nv8FjH$X~W[	 KǑ8A{aXt{5aXJ}	溮~`SpM3!jޤ#|@0VEUQv+\넽$ Gћd\<:Tx'+dxw =]gYWm3涶cqҟt}]`stv2Y$ CEPúAy2۠	xȌ^鮯DlwtX^
nG0m1#z_jA s		f<Uڀ^`
箂138v.r]x?$viFP-Ou>4&$wF3QmRA#&懯.N_??AKl|UNVSF'4vbK'ȍdl`В.߃}:
1ҪO;^
P
^kPŒ=-=r~Sw>h\G{l/Y]ǲ2^嬮΋͢/Oߞի-iiɳg9%q@#m/_Pׂp 1YNy>z\Om6l>|:3	B ?x:<|zOGoG"@B#m[.@
~}h£/5Qw__}xp_x7¼$g9O}nDX;4@z*k/zR<<ǂn!8j<ۋ]ڛV$ie͎l@w_۽H	4*όyshC?:zZEFtX'}žPB:/dy|޾KONt9=)lzۻ-;r{t4D_qc mUQ<ܧoTbӅ4=bQ\
.49||ïO?_*n=kw9iMC/
#cȿEw_a%9C7_tˢ'
sbgQzSxӦh;_ lWitUR7FK&P~
A0@Ohiu~o
]m<ĻF`A(D"~U}H}rDg.6q=Yvq|⦤ajq3X\p<[8/φw|;E3>HYu^<L7R(>WM_|^tng͡sҗc?1|bQeߊӇ(vzRiq3ZP'iw+-FVC]WCŎOJCT`B2$H6_ugg;rU w!^]K~=xȦ

dI1g^fӉ٤wF4\x n^0@3{trdo@ςM竌|`#cE{Hrơȡ7c5.0lяGmUlwl
8w/.G Bw%s(1;EveU#`&)>R$pOS RjtBWvUF~/;GQ4k%r/bٲ6w"gšiDUuhrgw;0#wD pq|~qMg?G	{bO̚ [@.ű<`ۓU(7;\ϋY#9x8sm~vpgj'b;TWz/gg+ǦlMw̮yy..IPtg>w
>.zBi>hJg65ٮj<f%)
{W-[NV nExܘq ckn7l!kۂ`$tfM4Jt 1Dط;KD5n6]؊w@0{tI?em5V3o
E7Ú}jp_aD3EDY
</a;93{/}\]% Kjwgg|8°V(/<Yf5)6ܒ99jXdyMHLb6waqq=]4A,FZ;	_fm1D
   \`u23嵈"U[%oSJt</1.T˛rCr,᝴5|78DwP|@5Zd
 wkzl݊hF̉2G;|Wx@M.t9 \MI zQ_]:<y}c0E~6=>5<t3%
KJifh"r4J#H\ UoOֻ(]t[/G߷%/()ɘh!r
ՒB0-ncȅ&pɶZnnm̓sJR҂j~a S+Tm"ҽj+js}"Ow *f
/-Eu>lӗ/rvj.&x/KyYPixTvrwJDLa$[49=hH;Thk
W% %IG41"{MZ$,<+O%.hE_𾃱8
]%+ycMYh%4#/ktzӆê|_2sx?]@ LE+IVh߀""Q6k pPu}V7 ,}k 8,z$ ;
ԛ*ͣDo6aJWuZd }g3OB~\8NBTuAMls3<+dܯUa	- ͺvG1O2ޏG({m~}8rM
A=	(|}V2
´MGTe1}؝}h
> b'L64Sg֔pNf0Cn~!نopÒ+g
`w:w%cB!«
aԎ^8g70VጴGd	ѶL7AtNƁ˜aEw2工"E-[ư-6<LtH<1;$YxT{A<'!jKRt`/)SHXUD!E
&i	=NMU5h*V" AFY9d%2LFi\`qVKQؠv"eW 74/˘CF6VE`+~.DgxU em|neqxkJ&f9,oԀaeߊDltQx#Z
"i^Gp"CA-q?	>y[,qs^ƛ]vi仒6kGNHb_2|Q4"_Ơos%e2hHB4.7'JuE z~kt?Nb=cnn<zt{{;Y`+0&-fG>2開}d.o
8,%ZyFߘl5|N,˴zMhB>GL:{ c;V759Ydv:$		ڃSAejue$m.ZA1EzP-){uw(K
236Մn|;'5.ժ$J/ !:JFGeI6'v Pį#Ԝ!B //Iͼi]k==t3h;)UvSհ=',O6r)@U2ˑ\ QO5IV \39#
(FǾe>ߢ<CZ<wL+Ne%bLJ;_6j
&@Sl_gl#Dp|pɒ#`Øxb
&zɢbӁsvS"#oTRhKxy[	:=~[?Txȃ@((l0rZFYW9}SаJT^	f~ėt.a1.q$yEΑkG&D֧춶j,'$@ ܐSe!%ƭx*e
&,Q>mS@
o1 ' ' 
Dbb.aMOoIBƾq
*!tyvxVKIq
/J6;y|<҈h-ve2*o!U:p"@
	mbٴ%($- .Ni҆)xYE7iNqK^8ZApyjPl5r	/d4Je~؊pV5ktxe诅	Ht@ J.OY^10 ffi62؆hLT>b|*z WH~2Mq$Аid+ZNpeX4`%msԀ*TϽۨiJ-b<c0*Pv.#'c
杆QR]P&?I9o[ޘ#[>WT\#jhO>P!ݖ$koodIb'޻6-k1(q\un*h+d*8ArCJKo4ktR
vsĐS0!|@b1=r(Iy& tѦ]?Kr(|Ֆ1ʣ`9"|np7»͇C<0pΡ,Yvc܂)	:+$ÚT#%% 'fgl؂zz?J`⧇ÏAi@t?zG~&s^هGw+˕lᖔX5Z.co1kS贔,>g!OF?TYڽ|WX6FlZ}Ɋ(Ɋױ<@o3.=$z
:L>h"Q4N];8_4
z[ҭrXk_p>aep3
dۨe`[ λQ|5v{nl7BYmn{Dgw#(iy#`KtwtRK͵6q}
GHLGG
rCrՃ: k5HpVvH'5p'4mҒhCCzSPt`%-SXQЧEщV[Уgul*~d2<E(Qؕ}'xfk6)˪AwM k1
/cr,Yێyqr"Q7yRwҊg2,?62W G	]]Amx@bZ3ș0Vh.}.9Ce|ipBܩd	㇀#凧
mY

d6c!'30LiAָۄb?0-Hflp3824VM33j%sˈ{-L\%;ZV|yAFȹ\0e%UBPx㰴k0=8PnJdţ%98]^""ǀi. GYY @pa|Jn\:H$u)@B2mxI#\/\dزYCs<'#uFKYvh'59+bЇD=X~HKYIVn#˗C$81?'l%"V-)68+y%Vq+uT:loi,,xZ!"\8;>|xǭO&e+P/ mt;+)CqOg&y'BJe D	-T.;wb4E R4Ėd!#ܝa܅</"Y8&_D
DR=ÏH`Bp
w}tFKFtT-ړrt&
A>eqK<z	F99:n0ܒ8|a8Л5.A:wCUq]87@K
;z[Flv?=hMYO @lܯEȩ?,0M	P]^/-y/Ű@vN([#p	bA#rV|K4<yNYM>ZCcqԙX?3Ƹ{F/-?(HE,jg3aaIxŵ>hFqWħi5J1vY@x)>a]I.y頙{>`S׵6<]e(qԐ|9HGn?d1j	X6"s QJ4Ei<ї}t;Lfzɱ@<9נEcx̌࢑/rnV\,ݒs]X?9Ҋ^dߺHHֽczu@FtH/Ֆdډ?l2YRlMk" 5}h)}?W3 lhG(w跇_w|v~r:<ֈgsdHΔp;WηWr(0rP n*X6"g
!^"wQ% Px|_,6?Maè!Ϊ\j'̿.#į!c훥]">'H˂#Gz$7WIV"zl3| _w-9iL}	kb:[	h7$]7fm\g!~PL3ݨǥJ!C|xv!\ܧz
I3wgķ	ٴ;<S~
ʲ![%;g*iKP0'JmOxvF2qىQq0jo3-+f?|3J\ 7_W("ҋ\U6%z-#s[JpܫmFVZT
^@?}@ICs8@<;H)4vGq}́+X$V8Tp8:
zS	o(	np'?no֔p4]z&i62FoŝgI~?4We4Z#!D,?"dL	Ø${l9 D<cJsr{iU%AЁʂ#>Fڳjlڀd7⮙fӵ$pVl4:@CȯVg.6y1҂g{*&EKSb(z0f8 	fG3xb9a9	cS#|ΏRSV,ݧO>}u{˺:~A7$B$ \`,[C8<GXTؘ-|dϔ0"eWĖ'.U@4f!ł4b_w6U.20
iW!
3*XY+;LQoHVt]qtM|`٪jAJfV;?Fh)8Kv-lBbL ڈ\A4t tIJkSb9ڷc%)X\:蓣!^wYz71]eBE>`~ iYS\!eCo;s<;9Aɹ_9*䛓o؝9eNWt͈rvKP4yXND0~h9bȎD4·LMI.w-mFy"7%
o^ʨF%X>qLBSUNFz=<Aa$/kB#)pg(9#bG
Ym`(pRc<PNw2
)Ge@o֝a`PT ]Pdq2=aXOLzR6.+o I:>CJA'd0*Hp
oEFx:)Y`q)&ITF {D<:)7Cƅ(grQ[^{Lρ!]z'1_ ;xN.͏&8vrE"EZQm[MIWkVR?4U'
Uv$:Gy].vQraa633K
M0-ɱ>knSuZWOdtl|k|FP(sSDKtK?&=/4w\J$I5GcJ;)Tp&يTD]<
Eؘ+G-A얨@)IӀnSq٨5O&pÁh0y
IcZ.e[/Co;>t|OTϭk7BoeԹ۸׻:tE>7˪қ]&
[eGddщjBʫ0"pɩhz1ai{1z[_wf#(Nj$A?C5ק;7X1 ZD!JyTGz*i}K>
L~;J:~-W>Yg|_:mv3kv!OuW$3WL yiu>O8ùkKDd|v$S֖H}0j:Dg:Er!!jfx/"Qd&hɑUL'#+$ĎVϜxj N_M|S/_d*Z\sqL<O8	ut2,y6{f'#f:#] hNL8Er30њh尉/1ؗ}G!+6dHFyyVO!'RDuIYlR;_s
_o}DfΝA1$_()
QUHjI}Ͼ~P	܉21Ll+p
C	$9w~,}X1qG!r!h	vU1(ɓ
Ǧ: zGR9ro6ЪfZ+XPs3]~ K+
mڑB"\>b112

$XAw_T:}w
~	qGccTh뚔*g}t!&kUmx9M4FL-ڃ:R7zQ;+ZhhpWѮ"a{}|@}͈xق\1M|-.#K1ɢSba*MɰJQ'|`P)ݡh׭S$e{fx~GNx#Juyd)wYy+qN,uJcM+8@=ZW lHbL}_wP~o2?O11;IA+!PGޢu"lPw-eSZRxe5d*ŝW9I,pU)lXڠ
%;`n5b5'-- MN(V{lԩ%åcޞ|%u<K?oj?)n¡XC8קO6գUܶm]Xi6n6Q)zr.8"'!jm"xX+|LI"h	":󪪿Ff9w&}g9V}?_OҺwm1yh)scvټ{H\EFiATal~Sshp5jczEOH$!o-cHJyXy-LT
詇8mPa?JW
.m}Ww*'{{DQj?|!Ml ~x /j֊	ߋ5CG'|t=ۧbǂpW*vPWF44_,)AM䇯O#w4bd=ṥaσy
Zzsx|UuTk_mzU\J4"1.# #ᔋ'("Uyg7˕l聓Dl i$U뙛 OQ:ቜ|Wv=	=g	lEnqޔ-	﫣˲PJz	2gXb;a
jĊm_gQ[izcಧ,Sj5{S@:*bV5ߋZxo/,u]TwWDOe[;5r3|Hwx8^4`$VLz\͋lATڹIDK&W5J$JLyB#LRZ
SiΆb|١AzwR* 1^_md	y)q֬)m͸\@O0μ %G~/eH|*rQ$no_Wƺ5,3qc
]<U`-d˳KIu=5e(^PHj^z#O?n] yX?4DEO36P+ho ԽM=iOsFay	Afsu#̐}o<EkJ7'EþUԂ'!;`"2d1t["fo\iHC4:K"/Kz0 M.h@ب`	-rօBHRR	5")TKkl{z2EҘ#8Gnb:+G!3DTfމF-<%z00R>p&h2~e8	g.@ZJǍ5̆LPIo9V9%g9!̏
Nervvg{t^g\Oqjg>ϡ6Ѻ=B0g3FwN#T?J$XWǆG3*EZm,8DRurⵑϔpTH-Q%G]Uho8+sy!<	
Ҿj;EFx2ҹ}B$21>>"B&鲫cC!"TLщG<
E4lf
0Ud!FRdԒi%j;7NԔ:Hy¼xlsJUˈr*4dP ̢Rb=Zu	t(Ep8zz8>""c}kf&nvT`ZmNINSQ-QCK	֬HBX-'9e>#ȡ4hw X)<3kKhy02,|_lhcz e8!A}"C

NO!<?4!N}"v7by)qܖ)øC_X/4cDy2Ҭkv/9RL҂|,p5kܭ.CI`3@(iY*猗׆rc{i'@38-#a6~Eíi>Xӳ\1S
T.ryn-+UD"ȯ"5D$'8Vt!EZ)kǪ3Q9J/uTyH2w
H	R3B 2kjURۑV8rt[Yl3s:Ex &T׭#<V~Ðb=-aF AtfHf
ZeԚa'h\͊ecoJܮ(MN|O5-Iuɋ<l6HW_Ӈ8DQ""нq߫0G-
/24Kmy)mk@'+ jNFA5U҄OU!u걫h1a.Zi2 \|>vK
̌ɸ{h٬̀ 6ȄfV,@&Ugҕ)L}yaʫ)%ҵ^NF^ h=enwv&z|)-9~W-=sn![]IMӴl+AAęa
S|P
I+x@p[FoY8`USk.KB'm]4h=1.Hhi]!n/KAk/oM.^WXٷֆJIӅ\;t-Sb͆E</V'1}VR/+vEB%7%<+%Cڅ@޺oV]1]F3寈,Zlyx0؃cichYdUIS2/{\ UAayiHxYL?X,:f-zfFP;0;mA*~zxBdUfLmBy3\O.κ ֠ڠyaˏߣv.
ұYH3zQ٥셎e9Z?2
6xgg]J°b1 |RAE"ZTXYB"K/"cgTD㱝Gf^ǷA`*c',vJkg$T4H=!JyVFy*v?E|}UulF@c&BiCj&¡2][GY)96;߻͟`~E(x'#QFɨ-hg˔)I1ʭ6IΉl&)q%zkDVr1$BlhA|͈s
`
5!cP8?OgTgӇk npK؂
:M߃$rebh _QKx}^0a-y a0d_$'䴡ikGeT{/oXfw|'5tRsBaiQ[{:6FMY+-vom
SvdHQH<LŅVeG/L|w/l]/RQܚ;s4Gߒd1T<d=DMO|Z-
Jp:ഒ2y

ϧw"{qN#Z\r}Bsz[RM7
`~'ZE).]E5-Rwaf>y-[D`|#y_	i)ͨwĐVCEq\
Q"$}-`!	LpL߰:)Hu8+,kgܸIN_f7X;P nM3.LÚ7-HQ*
C	3BnFm|Z<	.m0%,( JAQF!nGZTh7Oh]"b]ixi<(lHм>pY.Bܫ*dW@X$!{epeJlggCfZכ[+P2XknTJfU .Pg%5׻$?:X#KXE礞)Ton~UyWN^vz#61P@M֐	q0ě*'}/L+U\&#lCQ)6).rvR,1Q	ב8G	>u'K$yzU[]|Xc
<?6<4k |,xopa`=lRqZ.D:X}'+ ᐑ`;$\s>s:T6%9
;0sTۦ`Azh	78DX#
տI7t;ʝ:Q}x/ rIu`h)u,W-5ETK
EA9*
k^l!K
jWZm7Vu¦=b_92dA/?E}?]ry~qvG5lu/~qJ)jYQf_\=V/*uΗmΒ#R\xjHk|㘟.bfb,MvFrK%	1c$gw;RCz۳c[集r3ljf!\uG|c>:?XA;Ꝯ;Ϳvxtyb{{?z3i׿={yTCP'#ˣǣ/NF|{rߋp߰:]7Xio/޼QU%BIj4[mTeBV#pg<QvȁY
q"s}s><7"ܙlY?e}3P/BsƷa˜Ry)1fJ^Tr4sxr3:^>V<-$j`(U
fJ.A*qQL:OJy5&%XRQeأV}\\$	?xdϏ]3?~r~W5_R0$	7A1\+1:
nZnϮ]wO]wK\q,4[4
0DfiVF/bQrD#bQLc(߄jeHݕۃINVHko	}O??F)5dy`^稸E訮:N6ww#yV	Ou2KFXAWuVX/z@	Ң|_EPDq
K%j^KBF4zP]#;
]mjfgb2(r
ZqFEBGTuP

-8Je.1\ƪ~߼Rm7ZQ
َc
a٪=7%{'\$thK5;?Z$<5R/cik6<<DA\cB{[>`f(zAc'AД|N^-|	nGGf>4%rPGΩ y}5cZVp
:B41Nʒ7]TZIAۍ
 W"T$gQxprZ"G(ABMn3Q2u<ۛ@SQ+J7;>-w7"2"+V?:4
@=wdJ_ _Yw//sz݅&nH[罂xm5,Zg$!ˬ$@10:B=$ޕ?R47+FiJkY3xMz:rXKPK&"Rw_)r2FaM*XAg1$,sC<S*ðۭF7,Lw؋N}>Ln3h7V)BSQ` A"9u]  

#u+>y&9"˅3X>)0f} mHR&n_@Jʶbk:J} r$G%
r,a	Pfn Y-fN!@Q
> J,PVc;!i?">Ȯ. GH5pE³[qzɣ =Tf!eYe&6/k5 `}}zvn \P4-KvbLS7F	DED,A" 5.
%FR#X-VX\2hрZ>UM-~]4/
XQif*{"q&7`, ';vT#򤯵w`>9g	vs}uBD~&KW@6v|݋&"LZʏ+UMIQmTa%= |wiE>/o
ٕ#\3<79!'zc3,J;0?ʈ|f{G<?{m8YۯΎߜ]?2V~
 zXU5swkDGaVSoNMc
P/
8-Zf6nus1A/mxCI"K3Bަ!+-885GTy*#Lϒx\\xаq"V6'W&,AP@"F8GT4(WezT<(P'b"hglFg@Z	=fZg9PK'rcࣨ(@+
W V0ER
d;9keѴPN;OV6yE=A$l]^'3brfd-3hJAذA;5$ɁDRWS] \~wK]i̛eIMN*{B,X	=Ⱥ(Caa'YJqaLE~ԽԳj#ߦYϘQ./b͇B
 d{#a-A"補^b7b^+׈n!I@\4_:*h:dQ܄'eQ")޸|biu/
{d6K&!"l@ovw_gH͊E#a
UeaX
6QKe-;uH	k+DwfV*5ddT7Áf+r 2:HOZWKX=	`@麮~@'i|WGg'o.բ$ɱ0Ljj<މ
#@]5*͋۟tkulf6	ciJ3v}-_F~MH[ΙUml}Ϋ]zPD![;+ecggܙd8d+db2\uOEC8½OƟx&GrG>G$lf5*]hwS@X2Nl^*R&Y5K&d,f@
sj.Ej`^&JB䪫۳xW(\)7.~CLGg$dU(ٽ`N!s)A׏p};(l^LefNlNs1ڶ(R0q| DEG0΋Eѽ@BfKNv;J*/xw-Uϔ==_ˢ ͲT3(?9޿$b,p
ڹ[o#dN/dyE?"H̅N\"q5]2l+=#CrjdiHa>dk)R8;RCx
y^ln*ό[^bHJ(K"M;ӽɝ+q}l&2%;ɃIô~A1ؔwQPTAu>u,K#]ad~CEJ'vkI6fK3DV0<cbqry<p*˾ЖrlL$T~E%yuCxҹd~5J ԾʵШ:^m*Q}L躚v5CI0
G0Oxm]Cϊē;j]<ALBBыLLaedSPS&~ !0iƻ_n_ \6IirC䂨PbC7,0ɶ~lbP_U&g }? L,,	'"X/'Qu*nMa;!P,>-a>|3,=$٘ q41"xF03	
0q@#ᛳC3R">I;z¥^WX,B	_*LXK {lZ(VzQ"1 ˥Q4~$ruk̵ >(:إJ{J͹dnF_HZN*A5LYy[p͚ş<Pkٍq}ss2Pk	-3U8r	} Z(M_rN܋OYw<nK;7VpלzFb\rI,R9೮fz16Qа>;z6ug\T+xCWnLH
Uu8{_	_YR3RĖ{*+XJ]S
J׋g@$^	'J5y%ҷfy-?<l+2fJ
vi 	yNqX"
ޮ8==xa ԰ުo@1?soλi>6?|Ӄ9
ƏMV#׺=$vqXkE3SBbjX;KtYU$|UQRZْq[BBĹL񰱄⓿
`xƋãϨ2|.
JTiq4"*[Ȃ?&qظx߂Ff̵y+%tJ]$(Yw̩(JkM`fRxURIۺvEOQd-4QrL8-1ҧAY-rA^t.y,D|hy1WKSއV^!I9Xq4Jc>qȉ*\xm6K3X'27Nv!Ə>^ :XDs,g먁/щI#
3`Pd$ۗhd*~cT>̝  ܩ2"S+^90d
]]cYjf}C1~#(>oƐ`-<Pe.sR'XڅH?E~BR	PNӁ.Uu[Ⱦ9U!Sk?n[,ˉ-]#R.*yh{9jS<VARME:X
(cړS6ps0lbzc4ƚ(2?XPK
-D[
_њ;-v\Lݷgw_4+$liC601
/%_.Pj]v'/_T'E28Nzb*y.^<}&/OicI|UkVd-ɿގ`J9B%[vK!BsA;840MB펼o@ˆν`㖜qY)ƒ0ҫ<!e_py![Ñ{tݪ=xv"G>&br-
Phx@&J>6^;f[
F)G>(c~eB`@{I7%G(GL=Q2n1LFt.a#0C}RSz"!^R&t}E2tN&2AwdƉŧ&2s[_JJdتn7\FyӁܗ	@>"μG|
I)>8|Ǹ$f0hr]hCbZuާv^4Fv괡̓ڷQ4],	
 &'eL
ޜ4.ci=P+F>?ù{֝#o۲oj|mFaj!H+*!%*kw,{_4'%3ѡG;X'\&iāh>|63-C%H0lxoo*W$d"ss)7As.I8m7nʇtґD䕛h6tKu"X"$b^#vcץ%*(:CڑM;5DtNI\ϥ
woXB{R-jV8D[N
O7W{,:f%'y}"^kNփ-[ഒb)T0E9Oz
jE_ G-GQūo{6<a:(Kc&![ZD  Y֜>Zұ}CS3Ifɼq
)5P{P"d~/>|s+u,dm~{_þ.qf=A$	knʠo]{+W㒫 D0F	<\\X
~L/׼1{~t
TpK >c_#Qy

TiЕ)1Y.=rD[G)Z*eЛ0Ȇ".Bf{{+5flbxS-ܤY:`TX MCA
H@.5` Z7RLxM	-
/dbx4]#&'Øzfz>qj@Ta0P4wr2]#0CG
Eu??"_xŅG%CF?B1F}dO04x.XP	$`'{|qQԢX~YY+v͸<|]D'gve3Cֈ[%x\U+E0Q mfhg'`bKSNj)IR	N8$!-w	nMtU5gea.9z8r/|EM[6Pڍe`b~^RM~~8[VR(4f\OFe'4.eP詜SAV'p EۡDV_IY5~hbFGEq-+JӘiE}4Oۿ1 {b@O$54c&NAqҀ%"#"e?ĭ9jnu:.}znFe7:XbHQ@<5lP)G$࢚d֠9gI8߷?$b+_bR),I"~X.dOWԠW
{mqxI޲k]hIE^'T[vr,evUMi5<?R4m6?8hrhF2IԆ߽=iIQ5ޮBU5ÒHaT265(A#)`7L˙p?m6&E]m:G1!m!0*szĪ鬭UDBF^:֏iJv|
FWqwFf\(eh]Vn#y 5@4a|m)?g"0`}9)
b:$ݕ3}:x1UiM3r%da̓!ٖDA#wmĿ` *.Za/S\FOHnYda*g՝l~.v8~7zw_,O6ɡ)_0=y45|^jnx#7"W|r*3x-vYӨ$,O\zKqmߖqHj,Jfdy	7FWgoYb0K)B
J
ʾO?8b]Dcܴ0OgHbEP\sl(f{}a)uy=z͢8uU7dV>ef~$ãҡZĭn}E-y؛δeLdܮ:J?[cQ>U/Ýax|hpNnB{佫Ͼբ0Ww2V%	
gX_`L˚gnFTKz=iðQQ@G[ut	;b
4OA
CUJ0m>Ԡg	b3Cיsr"D@{ϳ ^L}jϑ55ߟ_([]
yNLD!tZ8 sȘ)5
	pPkZ&MLD6R$8\l2v:jF3΁'K[ ;op1~^Ӽ
"wUhOZ$C_)~V>v<8X(.:K$7A1%flTS`*xM*|8)Ëh'1%o>JkLr0!*ڽ)p'{
Xg=*Tus[:5h	"Q3
v a	oݹ`ك,r/.ɾů,T7?Η"wI)S+^t"GM'U
(<CMԝTݛ| 'xfP¯ڑPqIr[T8B'T$	IFq=*,-Q霙ā굟oMQ_I7vd5}ZӎAWGR(hI=!bGxy$uY~FNFp=U$*$h2Kqp^}`4Uh]ZPŦbsHч.!7U#Ũ(rokv!Ɖu~X-ʟdڵ{///4oeH184KsOA~5ߴӂK?f\P١/f8Hٵb	dKb*=T'
,mPeűbm/:27%"OgE,#w TQC4~ܲ%,**c@WemK7qFqB(6f>˙M.g!cz^	^-Iuu 
(Qf|(4<{d1J⬌{{874M2>Vh6JҺ$x7ĹmZ#Т!;c={x
i(!"25-'Dv$򕩘bH9&eBĀDn~P᧞OMwӬ}T;%H͑8%$?Y$89Zsb_i
cviP}1HDZG?`M%G83>H!{Hz^IeМ8&x-3KD?Zh@dzdRPbby//t+Gb<aqeaM,9 
X.v+y ⫵ЛP'JЬBE)5ҳebU-HؖqzK/oxȬitm*Lcoh\i0V^J<quq	Z	5US0洔. Hk'.vcP2#4
:劵p'?C8+!$BD"dMJ#<!OWk2jn΂(ch߰'[xabo	UP~-M7!
3ȡJ1A]{
#r?QK%!V0@4Z ėaY2|dݼs	VPN&>
Ro-)/iO+Oײ6q׌)Ud	$+*<u4Qb[^c>ڴO{z&0A밮gGJ11
EE@"A)e@C
=:$C=|D
C3`jqڮVX^E+{y/H<̱_uCŔR<{qvjds`% r.| Gqv=zR d?|&[tJu- OUİ-x?Z:MdK(@IO!F5x-P6ͷm@>MI>Ce$tڲ\*^:+՜S{o9bA\+k9sW$!U&#6l2ZdgպFCAĖ5aJbr!$6Ayԓ-|<B^+%^*iE8<(ȶmCdYSN,[!uZF@r`v)oTax`>c
1rQ#jjsvK>7[qk6Pgn['CN	:DksDS"KkkeV.W*`GW֥߫0/!OpM1S`<o{Tk6J"ak<"*xFt/6kăbt\sضqEec %V=}OY$s]>Y0o?KF*x֥0;Je%gF9˺ݬ4JH+mZj Vc骶0+۱J\UB=tEy[KF)R|vȖ@5:֦e1
	
oݠq!cOj#Ȥdǒ B_wm4EG~E8tJ([QWvtJ6XWQWXS"ЕT1K`>.A\8n1A}+
jd0`Y:=h\7
YueBBR`;D$Sn7/̘7!C9\3HU
c<pRF}m6m{i@˲#TF!W!7
pxF.~yA9#d~s/:Qy}(FX1Bs~ieG@^7͔ߗYqM	 ,+RjńXA]"ں^#6\RV@N0tTg&,U|qѿ7ϠQ;`([Ix<kZM++~B4fakUp]J*5	ZS95ޤlßS
D,J[ۿ<[.!`\G08gH|.溕CRGUV"*Yo0+P]yrd%*'s.3,_r[< wnz
X{Ƈ$)֔vMQ9ךjw'UB˕%BS5LmF9D,AM.#r߆|Q+a[{ErTǤ2#;4~5k'nKU,<%>`pD{o<6zukƕT+ʭH7//_}}t.5^<;}}b$oE]?@1>$?/
x)˯࿮7>ʳ/>NG[<_\;')r 3T	^1ŭHN8IP݃QTT{xSGSSa	ޡFhGޜPZlMtbUǈSudRbyeHIX?"t~ET;
ѐp?3,R>kH{ԇKd՛9΋ˣOz{Gy>n(Ov-T:`q%'H͖V`Msqk)Ǖfa).$<P2eas)zZ]x+"6,xcVMSf~vS"bfP[Ju6Zg-|GWVteL+&1	=j&A/8ZZNv",7ǯ>:9N!\\A2_yC|DK,u8(x6R^$4W	ۢo1Lyz#3CzJ_`\5ט6{tNxt881*{U6R$ɧVX+AJ
<Vk Wj*iuE.aDId'?mbYHJK$4[);c
Xvü}<HP)]t6;4'zj6x0E׎޼!4\-ӥTRb1tTY!XY:Wʘ1TLdcǮu$ޅR^	rXu!Ŗ2}<5/ϸ t
)o/0~b'
OZܩpY$M5&ծX!(j]j{0XCȸ'ud?w8HdFT%vNК[		B$

γ[yû
Jf'aUeXn3ӭ?ɦC"**vVؔ<\P>+C4"m6+eȒIPZea#z5vewb1ΈU}+P7Z
$Ro*hkIer8*U*N!?R+q9nJs],4mvSGu9ӕJF\NBF.kM4e`gi!uT}QC]PɃ\t
Pp\:9DF萱SR1#%u"k$&^5)%r1i
Ė
P2K^LGQBssIn!Bӣ/>
8<1OfL8r kJUP6-SX+ϖU07Shuӫ?
g8wdPj-F ĒnK	yŌ21BdSB o*T6r:
Rһo/88y.ׇAFxjnpt'G//>?޽PT 221[Nٲ#O"eσUq0́4"ː})묮4ףC2c%y
!G]oi4JjLBUdï0,57bnWZ9>;D5xx9"W
GjTr[Ztz'Lryֽ
5qD:O8e{n&e7u;<4ZPpm*txM
{￐qmx~S37􉞂`)HXRj[
,3K^' 9c/
+Xt1n4+q1 xKtE'e!I$a9 9MY/
&}yfG;.ɬdw:uN]݋EX>sfۄ\aeÙU)h=B
R~;lO<x>;9TLr*qsv%ܺDz'G{][vItWW~	g*7䳄)JC|
y5^<' ἇzuDY_v/-Jq.z\pë~IbK)L$5Ci}k\w7_P t'*DF
Nt]ZSY6LzT</ڣ>)]:n~O{%@/AN6qȠzZnɤp	Y0ŌBg^ӘP5uÒľ4yLk{q$")A*%)*x͏@mD8,
RSBV=Dq&FIAK=>LJ`t

<~CM7.n/`hD5;2θWqsG%/et`
KGnĹD
L< zȠOJJBRgK%ӳM&i]d+UXLQ+*|h+118uӶq#+Ln88V:WS4TnNIRդpOUtIw5MYveSUe`K+ؤ)Z8rYŠU}
Hɸ7BI<u8
I^>[zj	J}[g	3C{敯c#TѼi>
lh,s"4Z25q(DoX_6%xB
o̍0
2M})w6>նf6#oY*?=޹^rU3B!U85/w#Vg
3qУvЇ]иx=0=O4B벁)ihnSm
rai5\[*2AMUUdC3ʡv`.?!qNZ"޽Z&{6ҡ6UV3_̫( B2fb3l齁^E(EKgH!uK6s+zjشR*9'mX
hufхNAjI^]:Lok>r4qԍG ccD˶$}eiuVFvTD}*m۫S@,8C֠V
pcZRšjiCo`PFk;iY`VQ=7@@:~\po!!.Y.sr7x5OtX]f7zA5A^S,*NXGl<`q+%dJ:+n/~CE<<ԕ00Đ$??1dD<e123jB1
N
Lyբ'Aړ3>iTaU=lˢd2B9gX\wbJzhE"o%M]) ϪGi)17HX-JJ͠T䒍h)qݙ˸'P \x4KNylN([ھ)|fhH?
Ϯt$"XIKF/h^BvY2=ߕԆdGh8퉈46Aˎ?Ϻ`Y>χ;V8q+s(b1ዓQ_O^y{1@ㄊV,좕=ZNH_{}&qL
^hw\ kmb  e	@q7m9T04?^3
U9wb`>TCREZ'r
z!
 bT𴴟;_i{ϛXpL(TwA{_ef؍.~aQU&ֈOV aU}xpt? C29
GYRd[cW-t"Yy:$P3CD [C> y[DMoPGdcf5j|C?FLP2qr.ʢ6Si/)4W!n4놂H*G:2:?]>K*GF`ؤ$9ݔ®ey8fr&io~|I|Ƙ@``{٩짔n=W-A
ՌG9Mb'ѓ,cq!H);,yu۬,Q;fS~BjK=&8Oi>>hOwY !i'Kt b1Biyr>S>Z3GbvM{)im+֮dzw/ndIAI~}?T':ҟ{l<~*?ho${kY2%Գ!Wԁ!?zy|ߢ}At\%!9~;'9Q0a&3v[CཔcƯ%P#ɉ)1щ;PD.|[!1%JU&UDrex=r<PC)<j"#:
s`ɇ))pG|eWxp6&ڰ1>v@xx
i7';>;?9}n$=Cr]Ceo?;Y6';I	~ac;`U˃͘"aI6HLEoP~vwB ٴe8HTKj*PXsC(kl[c@]!Fr95I9ogq0wo1ת
흢iQsaVVObkVǁ,|`;uN6	0Dɔ?k]pLk_zKƬ Va+ɋ?wh#W (r+}j5(׼?
NZkY7|?[CT8N1܉R+x!}ηM|yЯ/0Ay%}1m0I֑y%rA`'tuܡ>x%wa\2!YQ{51c)9 Qr^=y<{0/Ͼ:pYɒ=\(MK #ZBZy$(wEat&l]EYT+^X-^p:J	t{8`GЈ-4Bj~&G1%ՏFjv+^qrb^ખִ^P(qLҭi\T@t=ȄyzCS1n?dR-<Yږ%bIф"3Jsݵ]ri:yGKAdq}+M8Z'ɒH41*<wQƶL{~<2fdW(%RRV5
4+*oЬp
)Y8R_',ڬWXK^j`-*[Z>.iV3ĵjA5APz_4kE8z&_#[D
*Q:!C!.n5*!N;4KhCͅ]k*ꥄ|NJd"CZrV0UǅȈb3$%hZc0-e-2JO&PN0:zXEЃ+R^Ğ4GR20MnUkU]ejaG(2ĆP7LMY	zZCu<zX͗şg^4[)}`B~(e>XIE۬IȄ*~ۏYK<o8)1KpCOmIQpH+0"skEZ<ht YTHZ$?]=V<_J^%F(,D7L
:7Ù씵 >u~ٸvYoz,	[.,ZVn ˗Gz꯯_z麃ܩvHO2' ?]ZIY
XebWa|IQ1lnAHKvyv~p@]0'0Tːĩ@"z"XH6ѷ3,tEZ#X1'#KzwtowN`u;$u[v/~qo@p/~)ó._>;'7҆ ~q^jfYV(EQ_ov΄f}B8C.p;p<V0]}'1>x|R]%9 CRN{>hɉu'@WC#c58ES;OуWݯ~W?^x	G`Jmc顏'?%bcO8=}c%[.sib,0Sb]HwGa\Obb:	" GR 
k$ZZ	)|򺝐nr5%2}<q|D<6;$K=9;&o<|E[
Ɠ|𜑖M B=OWHoک+]GZfɊ(
z6Fbۇܣ VgPڑF
#*Ns7tRo5ArgKe
7$YTզc&fg3佮TK|}zKW!j'K8@`Ve.M9K&ǝwgËj0\۸˷
9AFXb`0X:ؼķF1  9Ac6<{4^Y%r	|KF
)-d:8]oiEWQĨ&sҲd9|rqrerFu]uж`SEŬ],	0]\vr`' D
J(7jG)t>wy޶ %jx|W^scS_@<QADƊ&czʎVjt.|YZ`P/8ݗ'/^ן"xDQx
Zq8t>4ۢv'I-gFSawaUW%._>÷//5?)xP,vt&bJ
(QZf9,LUZ{
n^ֺ
v!g%Txj<QI(ՍL*A'YC>ܒqVF܃Sgjr)Og4]zCTQ8 @rWtVyK<"iWΝ(N0To{CK/[6t)42qqF;Xс`H9ƬE]
Ў	Q冣X(]R{஦Lt1Xuk<~MǯInPmU.fHȥ"_^	4yN9/px9ROjPνʜĻMzE}*D*\Uڀ-*C˛Y#ZWS71ɲ@Iȱ F![MZ)_=dv3g#M+J-mi|CyÄ
BƞCݕ]ɵ!싧3u>h{	M3wi@zq>=>3$3U*ML4ePf@ǧ]vULxjߴ?   TxHB)]:Q3:Rp]v,^j|3%hV;0y>F-9V8_-M#׎Ly>*,m"v\rSaNWFOň,hrIjS<KL`7Ewßv! gz]6LN,0G(ḩL*r*!<2y5\YCBFaQ#
ꗁ7zRYvl0oR39ߚpWۈ1?]Mh45XPf>[j9;swVB~sj2P!MD4:4 9꜉ e4 ޏ,4]!f};ܪ$qJQ\DBsXTMp
QC5m%@DN'ceőOV]>LS|WF"
%lxLy"x^iZY\BZqڈiroNlUA,GȆxJ*l疌4>qu;G0BfWd%Ӌ&#５7Z"%CoJΙ^iGjs$uLEP૿a9U$%5@&e;[TRU1~F}m]b"o?w_\G9+vwVMhS:C	&bD4Z[XNMHC,%SLvUr@
+KI	6)A>6` E̙K_^Pb*QTJiĬ/k@YP0%ЩosMgCʊ{)nmH4ϒcY_.(<yaX좷&+QB;4fol06ei1=6 Ӗп,=Pfel/;*pgP=EҀޗ;*+(Vc;++IB8>Ԃ?F}Ώҵ֣i%Ug<횢p4Wauzuy h>Թv۫/l{ `İv9Vڝ
mu;!Ǜ,%%->߲ގ 4Oxސ,)EK[WJ|~ߘ$ _;E~օw䖵ߐ$!=6MYڎQeGV&B@f5hrKHOE5bbw`[Gwx<?nz3V9o 
w{ORfFo
a:#BA5h.KlEl=\CFuNPŕcyL,&rKtx){97sE"w[g pYo3VJ"ywH2"um.v=_l}-7NU}<2GfLʰ70ޜVK<&P1Jr=YSiޓ1j2%=¤V⼆?
f
yi@߶]@O'ue\L(I}PvƬTlmv9ʡӒs!{̔M<$,yӬ13neGW
HY	I!f8FHLo81=
yE=~IaQUes`SOq,v"0+xѯK"N22 L6Mݞ/51Ы?YyJ|2kCww;H泐~9)?
o6JqNc `6~pld#g&zqa
g6m^xC3b'Gr.)(p)9Z݁\HY6u HTc,w	tT'(Q\ɇo)v'X\ Y>x
V,}lePmKAG~G\`AOțOyD	ѭPt1w>E4ed`C{q|fk{N_rzLsTj ~GvHĻF
m0Q\}N	Kxdݏx<^I]\4fm|dZ65d+~J
=GrhnĐkm?Z`dVb)jC"
s_yUPM|+th!Fw~TZX\=@፸#J{i

Ȧ&e#娚NWYxK3L3|N=0o8DrydWŚ//;?}G{
θΥ| -}v'#EwQ`rjYB{zPE*J&iC]9f4"&9q)>$ˬ0&3Zhf80gSL8? sK9O=F[x[%,-4FNse1:f?G#?<f
[e?.y8=_\GQYAϿ~'dj#l2l̊;{ՙH'=d"#-͢(T޳\KN!wgdjT,jWJ*ɰ2bV?Ws A\wd.XPhp|ӻT^T$XﴭDS;`$]hrUvԅUŽxav_q
CHIg(9R@9Óڗ~\bk!
"ꆺT)tusmՈ#eL:B^^U7Y$ըCx$Rv@C)%_ln0|	U#1Oh%u̈ˊ4dupR@k%Gn'
[bL&ʲJN{Auz!ϧFBŗQ(j#!i-'APq!],|8c8$5jg;[E5ʆOŗfѥ EղTYP_(-? A`Ώx
ҞY/jXgxq72JIb%&Fj\S8SgK!@tycol."4߉x"x\LS_%ȆQx,@Pbx٩bA^4Gs?H$y$Yn,ךRHώamvUz\p
n>Gɪ)f%|Kszgp-R gK;W
+>!5
%ldgewAMsӰYevÎuʿ12+{^jͥU̌,zp·w f~u}q/0n4s+X(oSҀ, em#!	X-ũTu,ϭKLQwK]mSővr+CZEZfsYmAEwrA}^ǥ/ 'z&ſ2EC
K?ZaÆ>X1,Jx0XD^ꯐio(!ܶ2KOG1CfP$	#wS285b=5)&	w))_E$v"T3)F=ǢH̱cdhIʹ`G|Dyz1_#ikmsC</޾D
Md
pCJ/ю`'6hqs(`%UmF9I5Qh9A-0K9f:
@:.v2ؔDt|Z-Tghx$MǓ%*4ͶUy]Rhh.QϝNX&eƾ94@[YN@Zr(R<[)X
FEw_v:f'V	k՝(V`]c,y]1-'t\	-`"XfgE],6La
i}T@Νe
!-r&Kr/Q8;qdjU36aqQ
 @5=Dqtx8v!d(Xl]D8xY<3_Ñ07iXo?
;3a~p'~d9X'u)Pev$o^{^OGpQV>IBND$aϢ_O
g9szմ`5LWEpjfM
-
'DZ
n)b]j2%wXҁfuaΏ(;Lo̫-Dk[J&0A*9ckwff :F!?Z'YUq]7HGEx
ݶpI9@^䏘RYڀ"kb":N:pAtqd>#7p=g VJ*ﳦ%Ql&B@NC
bqF``K >iwA=[p%OI'5gK!m4WΗVT3JK69
cqz%@NEYЉFlW:vJ=%{%q5sL㏬2.mҝVOa?zY?a3-
m%	ceN*^/{;i%蠘'1(4~+3j^EEJn%\PɽVUj`ApzJ~&,1mEk_kt2W
H5[lr]FUdԯ+K`NtFTvs[2-)v$3 AG&.!s5I&ږTXѲBr<G"뼬H#) Uv"9 dgN1휫'_q?`2(
Hd}aϻ6^K~i=TV Ue(8g4·]3}CƅT=_9B3Q0hhiKH2^q,fx$U搣W,HVGR^^,<i'f-c^FlH{ FZ!DMntN(1hf.	|(?U*:*֣5rRrG'WQ%̔OS'S-J7yJEd+
;Uhx] pWoO^_O~c6UgI{5wn)j(t2;&~ԅ4Upv
f
|ovQΖӛZʆNZ
noP9S+T鮼	No1Η]VN1	J[G+SUpG[KYdѓ PPUHE&1c}/ixo*
Ͱh|Z2f˛ȴ&73}+=Ab;rE*9%yOS)i$Zh3*S]j*j((_+
|8H`"hJIDU!<,Ȭj,Dݷ%{T%U^lul}weMI,]L؂O/5Z.W.gU7kG&/29Kv/
x({}VcܭyY$qk[]SSo$eVpAe9TnKuiY3G$fuqa'@Nτ* ZKȯ6)"'+V[Eߛ|v@/HѰ:`gҧ=&7=W~M3(y-xYSr8DC sX	CKKrdj|''X48eS*驨2̚,J|SM.F0A
</ܭYR@]fs_CU?r?I3&Q$34'{+֢!sOQ!\uA,gtM9ҸGF~?I5,BnMlϯJ糝j;-7x0Hb0nH,Ϟ~u,PP=\
4IڑsxH\GN蜳D b2ntP-	63fk#bUm22hqfF@np2^lc`S\2o$[p4m1Oo-ELQ$;pу
=ҔvX|sk1Y0ah#,FFH(k˒ 	zY(-^(˗%8_5hoäztsMo\|}rwL4C(8=Ha1ߏrʶa},z@p#f0VNfv:ĭ8T"9(>UB
v#Ux3X" KX2_@٭Ѩ7&*4'诣@2'Ay{hl/1܀KWF&7082,&2}p01.GI)nܭ5kD_|&.^_<#r'?xi-$lHz	gU(\Ep,N&Ƨg`
W_{X:-+]N;J0i	ꢆ4%[8|Ԥ!2w{^4P&LJ` 3wfK2N	uUx=ONu5[;1L@
)c0.h3
%DpЭ/k ꨗ	'/
f,fSDb<l42?UmbbZk~ǙjMɫ/X׬>M:A
ъh6olU̈́I[!tC{Dm;r\%U,ĩpY]7/;L'v\ݳ"EY2
B*%';	S3!q2AbpF,
!HN;%UF'XVAR׫(uZ:0JlsUQ'@h<@ر2I
N1rj:5ٺd;WJ
q^}68vMOUrws4v,]>şәZdJ^#|eǚD4jgy7S)qٛ	)/zas*q5mJM'iq銰fgWbhкw$>kSNdMsˑ]Po̫)fX7G.0GDQ1<lT8##s EE7R n-' s9HQ@@,$"{072}eǭIlq%<uSuh߉£ؒ+VM Q
rټIQSfSrl|(ZGNu ZOހ3Z)F*)X@N$
2ʂe4כ)R1X uA,}e
복(7׍HjI
 YRwP	()	M{B#Zv+H:A6qjM2a`o?@lpi0
NUT z(yqE^M0ܒCi\5MκmwcQ5ioPBd	~GLtCHM֯lhs!%]}ŝCT]Q^(	1Pұ'QR33B\^v!ˎ:+p]M.i%`09-wtW:/]E}˃K;XK`OvfKU	T@Bˍ+FLɫz1(js;	)_crٙ4Mjm
1HPyg'hp[gyTo)Q@Aac.qW\=ʨ[ۗ
l2>SmG73r}Q\Ɓo]Dj᥸ǫ>OS4JlAFf60:gȮ@N<dDg1JXKdyd˓'Vb7X=PPq,?̘`?ɰZkV0G@
vr8ZsViҪt"JfZykBxr)*|!$Fx9lA
2..eZ+kR9orV! hu<o~{Hԣק/N^keWeBU`oCa.PM"bF=*u)_ޗt<Ԇו>ZYDcۍl0Y[vQBy\+cz9z0gۍXyPl}E`pI[BrV!"tzCh+rgiBb^t4uw̓ΐ,7L&92|_SV8D2{xȗsktf[A4s2F.nSdudm0^Siv96D
NAg({߷)*N{瓟I;V^S2SE$5m-EgHfivc[`20>4ȣ\kա	x2܅,W<!0Ϯ8PKKm1lk&Z;$&zbV:؆;!=f+\N'tr[Mgv:l%<,~8(ZKh_3G*%#Q[)?WMВLL$0*xF'<F+0cy\{L ~= 1TuL:,'<%&juh23a[o*Jiqu3f''jX:U D.__3B(@ =MLj8@}[i94A7(Fcir7G]CŚ(W`uX9ZHL=چ](|KSZcȕ.tX@m`=Q#- t$sÄq8`5Q|*Gx*#eFt:S}F{b#FRɑ)M3
prp};I1O6'sC4ac=hѹ?nSEn3t[q*ح,2, m.3V?nӯ.=<8<yLA,MZ[CM|Bğ9Ǉ$MW^!Rz}<Ply'LrXA%*§2 PVpr՗ٓXXЏBd{=OOZs{i~mHIĶ-v62HX3Q <)
ޕ?%HQ%z~P]
9ys3o<Wk81A]
5EOR^'Tr$}>QD7B]7q1^Y>suoZx;Pmol4
^',&jk'IȉxDa;>{V
GQAtqŭZ~747޺O7QJ9x-N
Ҷv%̨CiRI)7X;bzFM9o}tcP].0}QǒdqN slB],~
[#VOWNj-YMptOSu夑XJaо@"uh`0?_1P(@K cpUsBEЛ tئZ
-w=0#fW,8{/dֈ&fʲ6|4t1*WZϞbA)^/ZLQ٢c(f˳/t$]5`SK*IEX5tX 40kE5ߜ:˗GQyEk47]j=	,G
`khI#tJfr#首aQ^<;0dg~WPHw>\ srʹ_ȄW8ZT!% QHJԍ%4!K|m11H.x>frfA~QƱ9F1OB*!m;"+sr:tѽ	$uGȫ߂{F+Nĳ"b>js@&Dww`\S$2%;noL*XLk@CB43t&57|SOYU8l@:&L	pw
냜l;3Zbl;V!+tmEɞ޾D8~5QԺD
mmByg!<y޴2tc7~JJt#_$f){2 U:98
%wצ2ymb(t[]Rnmx
o@)؅2:chCH9WW4~%zA^у}WTߑǯNX%//~~:}{EhKe_~~p:Bg&C}l-p@0䖢DG3m2%Dx$uQucL.PP1@|CTgc-15K*
K,\@Ʃ;<sLOUF'/@<8;y7"p!p R$LVFgCŵb0DwgGH )#{X_
~N*+/eR:@X^.\!Lc&f,hLCkPxz~SLل"/U?}e;6`,B7X9UJ$ہp
<#C}M:#\&}\kGWCfHw!12\(%ǛqH$W
n</Z@\HfIE9K]5MNΚ5sߖq%CEQK4jg#4v
XP B͕&8&u+rJ[E0#zgØŸJ!\۰/hxDU+DIX\7ke$*LL1yEs+pY96B<L'iWH6r1:j7ƫ.u|K2$QMArؘPWY.1Y=UnJa#YlG}W%N1'NC
H|!-FwE%sFH=U]ZgKJl?|6HGdA%|1Hvp+c4ySH3uWr
lsWkMε
$@K[fՎ_,G?;_L>ϸɞW1b2R)>CڡiU,Z#X,Ro	j{>8U\2yVli`tj)F33euH+,PP>Kz۾MwS	I3TR9iq'q=u#sC#"IHe{A
L̋Ji'(!|(唭=
8<!ԯbzӦwl fđg	X뮗*iKNZS*_Öh"UE&s`<͟<?"Ses=9ώ:Ս@eRf\mWMޮB`Wؑ]SUwRygbQǜt\/~ OQY jeU?43͘p{9&[Pjd(4?H[u`ľ4/$9P`UDo`7뫪#tV3K);uIX! .F~Av@= I+}.$bx+	jN6 >#to_0͈#-ral׭J+d"	,}~_%W"9kb
	ߙp E(_dS957BTnlrRyaNds.lV(kV GBt;Nhg+۳\仠?nr.JBDhqݺwe.MSu%rtU8X/2x|=;?ؿ:M$@ة0m9ղ"pz(%  .sڰT#/Kjƥ#%{@U0ջ1 Y1\{ϛ)}؋pMJG8l'8nhGA
ǂ¿_ӛ5&6##GxG2͡;kO۲ȯ_C
BT;?JoZ愻Zb~;KB<b1eȐFl5gk%x	@\HZ90H8P^b}eRxqu yhxc?d*&"Ixf=2,^"g6%GBnKA2K M7s/<!xsn늿E7j;-$Rb/*Ŗ	'j>X8Xإ:s2:QyCVg<QYh6l!Q(( Y摧o&wI<!nNF$d(J"B6qىi\Zȟo1;r#O>;~=C	FfQЦ&3Va,uaBt+D6S=zT؋'6X'y$O0s%6qN~-A&t`;J&ts.gy?ڄlIpBJAca1u98|%=_x#oiLk^Lσ(3ђXIKG;9%J͒[b2ZLX
]9/EL 1\tZd.AdVEvǾ &Q,=&:mH 4Pv8#(;,)[t<|j.yG<?hprtJSM@U'[.&gxOJ|:A2VB,['[9t {@!F0qoS{6IF)`FwMsђsH_ɦ_u?S!3	`&dˑLN閈'wH%{&PCl܉"|hU;ziV	D(LaL!oHZ%RݡmfՃ^X٤Ћ!M>:(ԑΣ!uagR0
R;+CNw"E"V-ujL&Gϑ?(%{Yŷ:%yx8P3Du3boI.|3g)tغ23i2iո+vj7P[>Wae>z!K-:4MRL|nR*"8h$P"enn3hj<rC95N*B\Ă%}P)01Fc[NKV1hGxh@ׅTadlPma/ڲY<)z3'o(U|Yhw{c+^B
dqe<Ƕ]-ցOb,GWvI?{!˻^=`+p%aPe@õ1l;,[v4D|(nLHHm&?Cy0tx_fz GP~ځqBbZ$CYxR~BkMӳ]E~g3J7۰%
V$Nu_`..i4Ŏ>BZa%&]zV&^Cv5#G0;n9cw93T+}%wY$>)e|UTB/HD䠥hRdPK,3}~wE5
u畭$N.@n3iAg s-k!/#lԌco)K@WS -
-f0݆ʜ#孅13,Fk0thv`<AM&NAFG ~q)Qu0C?$|J6bRzbȈ[|=EVkB0}!Hr-3pp*=ͥK?r%2	m}osO f4) 2ݺu8,6ḰaOU,Ԙ-nXZsvTԃ#8,T:k6]r+-5jȊۆk9JZ.R`qU8A+'	VXΙѽg8eQRwpD?{M4N8¦QM[HͣpQdN>
Bܵ(iEH!B5U=@BÜdugᅭ5TE)8kWvIY\EHfДb~Tus,sH.ɘrW>.@⸕HfM˭@yƵ̕a#T9'XKV+R"˔dJ8Zƶ5Jk${@4ѹ}"&X
}^./&t22bLWSc_`1xx~.0pA#R^=k7%j*,|A*VR̎y<#3ͿMu^7)\R$i\9b M}[."(;FnoXkc}%qoݗ`\}՚u?8N\[]2ó8x0u\ZS@	mf>54㰛4TY @Lc9V?pfPh7SL19vԠDtd>ܔF䳠W"le)@,E;Dd]Y(A{(I9gpjEɞfVGm7ɍs˯?~<fx!%34
8E_WfIBk1Q]mAҽw56>%XaB-yABAX-BЀr_3n	 m|fn2|5zw=+!5)ԳUŤUe囘sh~+e(`5\\QSK9DI`BA`#C)d5?liqrK9
mz<Hn4dOƉV
_iZ0ΑvwzgRv[w1A6
ILF4I;[)Fa"~˓gggL2d@wy;BC]"(ʹMbW(,0	Q")Ca(ƗFsvf
JjsZ?,#JIQ$s@ِJϢg"Q&,3K&Rql˴9z05kVp%6A/r+V48k#!碴{@6Ӕa3U*@[wJd#*NQֻ5;)LID6Q);M9<{:s͇±">h4~ao*^÷^䞤'8?*HǪg*'˝m}3G!CC)gC/Kl;jR+&iNX{݈4caoP!4:>d]Oxs/KKĻd<?}{vt,?O#\h&~C'ٗ?oy'@C#SUzFD+p+r|5\nPs>jx\Iq2Vz,liHo5)va$:cXOA(R(n*/WO5G	ߪaQL
}hsHh@%4=GR6ώL"4Kc7 Qb,w|fᱛ"λ3'$}a
^
VJm6kR.dt-dykPZ#K94ZNb8,g(65buQAOUen@oT,|:pфGPGODK-8*Xd|7;4JYPd(o@ٞWypxv.*rfqz$liwR#P-,(3]h]
5.щSHYeE6dӢۊ!؞ato
hxQbef(j	N_C
i\iՅB@Ԋ%eh^	דL{YekC_*E5/`*LZALJxlxԒJŢ\x=#W3Fjhk8}ND>
?yZݣ{t뒧CK>
e=TIe3xsDqի[
s7烃"L+Al
H|>8H-҂fb:A+?䯪~#Ӷ>KGO}O},}C>1R&//Jx=}p#4bQ {xXP,덒_XUXEYJZ
eq)<};vX-Bkrtq;"Uƃ|>$"`2a+I {4@)gFCLՇwʗDcUlH2R,k+sooJΪWMkj̢4aQB8Y3%RNW!{'qEjsG5\	*X%\ٱ*+ZaoXCHzZ~j
OXGf[Pֶ~Zܰw}_kROU?"CaC06kVh3hj}é}qH.$3L`βLOx-
-ջGhҎ_r) (
HPI
VF%cD7^{r(L*kq/	Z1#USՆK,rwtM87kepfZJ;bRgH1PTƍ3+7Q~x`ԒUb1IgFɠUdc>?"զ٥u.#F'
?gy5(`zz@L&0'Gۦv'i]1Oq|~zE7ȐC4w'.#Z-Q'Š|@Cyڎ*8$N5܁VIV3(2ꭶ GM_]NDhxo>E_p5$y"wK`ECx0?/L/~Ef]g̍T7rP8-g=Ǖj@F@~hP+'y߶E4M-9:j'Լ'cSI:jI]Im(GKt'cRXCQI4˔
F@'<?]W_y"yUDD6,*|THw_]|n/y,6J?؏ѮcؤIrWtQxU_VRGǭ䕥pVKŕSpȕk>:PXc^7n`IAa:X:~HN*[Ŀ=%$LWUCjڪ`~C!||=|rRH?EzRC6}VQ:M	AKM:[􊻸}4.;-פqQkFl'!DN򽭦*'@t!+rCKĦrJLIumes]#kt2#chK,!&32gNXf+ogx~ugdǛkH,q"hovA(c#!_@)&1&lc?ZL'GGW3:@KdzSE4<3㇌&\cbmqSlPNBCa,co1p
; 8a︶y6߬,v$"M`[{Y$$T-2ddFLb}C^Lx(gONi_g$Fl(Teu}@_8gdk c;3
ʽQm9F%F].,+*sorQ2Zbݞ$-f5055sKĀjIޞʥR@fKUmj ª6]1KbF1
k[Nl[ͼ'8q	\tDMe%9Co	j!8AG%~28Jڀ#a"F*cVȉ#%s#s9ؕ\\LX	DvK<<p3K0ZTL3Aij8BpF(1$(]/(ʣӵh-YQiv:;1T
JFwPeOoOx$`I8U2W0<egN/˄kϨ~=(0q7g*z}	tߵh{0KuhPeչ:x ڿ6qy͚ӯE찯?{8wc0~qz /jMs?$cX$W _f"*L]ә(\1pBQKm߉IpPUd-̭BN1c3ݦ&Q(`@x㩤R`'-ge!n gDJ7DAz9rHxǹA69IQN<T$u`_7*2397̤);lh̽̌
Q7yd;9l},g:)_bdCty?Hmu]|wFv{\MwGɷxdcP*.Ͽ;8~oxNL
"`9b{dPo0M/$d}gORi=Át,[G/LF=.kd\&׍U+f*[AtReNVJ+.9&q4mdU=UxN$9͝IY(Σ U ^~]>ʱdb~-u{K8Ztr׷C93jmtwYpDIb P,}aj&b+uVAM=vQ5{bLF䩣UΊOvCEG*=zX#PKVQ4:xfoKDademQ*ǒ
e#8VTpcGq(@2,aH$pL&ǄDL<DqȿRvE[_tx&3rB<HE&-«Y*|#.3Pkˆވ8H''	ĠyÔl)68qت6P%SKA(퇩JC7dCR|/ݗ	%%֑hg!J`H9V)l缲2pGpk̘k^,떈xxi+Jt}ȿ|{Ycm4`6PD%:RW07Ziйy,
+pn	>t7ɇAmV13$;Tn}<sۿO%kߕXɀwx{bnl}27a,&]/쬹LL']([͓^Ic-nR0	.6xu:rz;,Hn]&٤ܖI|+Q.Ɂk$"
5SZqeJ/qt1TPZ(H3Rgt;ޔ@  ."ph]fu<O|uEsPVa@Q)]NSDu)j:5[+-<91ORUCXLjm>YgsoRҐemGYNz2IΪG@-6mFIUkp
FSPhQOY*+SVɣ.T)ndxMWnxf/hƥb})f\!vH|ݙ"?^%{yͱƫ
i9}8WēRLZ9]o(֐E|D\L"׶Re̛U쮱u)gڽfVr=veT"2{M4oŋzr%H%T~'	tZ8-דbf4 \%7ma~p{wQBPhj%J)zr189 T,c($79t5A 8uw1Ƈi==;M6;#/dP0ڃ9EJ {#;61%"{rXp̓9U+[D:Ѭ&e7V.V6Wn<UԹK`$J;.wgLzN4	ny۱].;r^G7MJK^Z7˺">%wN{dާm\쥼qIQFǟ/NO_O]	TUa#V7'4b~k%y oA|??r;{9I[w
o(xدCVOU`u7^oln&	hs4R2HX<\jl$lKcGofD+na^/lÜ1WҚ&l>Tx^l;yֵP~6ex.8*<-1t;'_2Jǫ\jIpU6R	
uM(LW4q.v
f2 [Duvp}
dE!F^Z;$U2OځiQp-PVssm
֒>8,F62fY89C{q]S0kRJHu-]m\o9I[y@$m{'
֦"2{R=SU]HT˞!`@kT%~EE
%C։^퟿J(qL);bds=$v3VަaeE>'GQI)-6fMx[oq(1''hp#vFZSG:'>'HsJdӤnjr\omQ.e<xl\P8
ȱEsJP7Tøh$*^Ma-<d
?(u}]
LՍJ;t#2S(_\n0z~L{ o=b){׳D`n8q>X9G/44h7Oo}S3VmA큧.pq"?o~{%SѢ@l@lsktZ.N+r^,uaS"b[P|sPǩIMtIl%ՐTd Hr]b]}`ĄL▴T>FIG85+p+gݪE|͋!b<`s̻ܰPE#?M14GMe9lHe{ 2b}3sR<|׹mi*vpӏO c-O8[X8!cP*(Ҟo].gND1?cNQj{RP-E*%Lz0\\ǽZbHH~)G(P.K!Ѧ@etEH
IἺ
,Å,LJ8Ԧ`
1q)ѧ]G1Ẓ1\"&wh@!ar$B
G=o,ɠ=S-Jd]3XFҹAZ&1L%YqQ"a7t;4tCw[riVv,Ujw[VczjDu-)!Sؖ]ƕc@<@aM#ZpUt	f[y1RB8c2P38WQ,*5\u`E/z)@>4V$9b&O0WoI
.s{$gV擘{[w)Mt8`sD.x~֟ڽЅ9Sܜrgs~nT`
y&c r_Q<u,U6%q/CĘay!]}`':`WBoWv2Tc?qg'jGs
<leݱZRwGhqڗ
HP[?ӔV:;]S<c%Lpc{8}$ $L`1 CR`<usg{cN>}!"WɲXߑ>oQPo6dYI]C)=!wE	V»3?p`ɆR+Ǚk4eG?KF3㝮i˓ͩ223q6s_s,%+
!c!	ߛ}d_7¼ODW	3}SG^uuەfv
)}΢KBb:w"п,AW܏W$g&TWg;.䜨	2}AoʭQJ !AB\n14KZ.GjGEG9	dG҉Y5V%Sډ_CC^\%&,EZh4%cťkir
9䝧n~4qUJWlVno;l8緥5&X	
\_0).k˧|׬3~b5c,]!_I
Z\<QoH/؁jR	˅х/>	&m7<|ÏPNJ
>NIw^:ʏl<<.Z"nT-Tf7t]VV8	5ڈ#Hxw)Ϋw-4Z֪Chm,:$FIU~-NL=B[,G!<R:an걖P2&gj~9asC.ieYdHgLQVT;@X6 `ErvtXH.3qT1R
6k6
ȃ'fܺ$l!JT+,|M>{
N;>LN
#web) /eu}Lv &!RECp>
k4t\Y
,t;!v_&kZm")YD!%uՊaќ[nbBXV>x.Y)'؊
\!۱.;+XPeE !̠U۲yz
O_IEa3O+gmeaQgx-"d-?dEHASuj;7 ՊP6Y8HhR20ZBMҌ;GeǏHV? ͊G{q?j:(O=I!*rQU>6 G検(36GePeB\{p*8ldv/
e
l	5xo2b٘JH6-f\2[UP{̎@tcHE:Jxe! XHy1%CsIQVqj!*aEmSԘ9Q`O;L̶]Q#2)ѠܶE#>BP@1i=ni=J1KD)x:}sG,qM(uء&+<zABxi#܉:6Bd:X*qƍ1E
ɗ2ti,B@qZ- "BMZZpӁ\~&`S75p}(Ey7˕7q3@TdvGY0RXA7+"*h_iIpZ]q+Ϝ<napds!U:͓`@2ްz╺
u'MdeR=Y|"q%O9(}{˺wbsǽ*7`1&=2F`<0U{J'I0?C4!EW_V>\7,H Ku&J[uNBaxe
]ԫ;+&RL1b"T/`dkN˅2P$*L؄޾Oݮ XSUbB3OqAEgŕt jY@.fgKN<᫇v,ѼǇG]CNp,ʦHUrY&==awLq_q1JqV;PjM#5bc1y2ZE{b[02P:J~rbtH
mHj͏v1j +}n1,te{	ҹc	&
xaa]q@!]PZ_+:QNC"/Bi'A?hdPc:(ϞLs~#F#§E'P0I)rE3LؖesDܒD;WkrZaM]3(+`,~L|~f`
Q*RH(<hhN1_eQzfu. 1R"?)<ӊ]u 0#&$O!"z(Y3J$1dTKQPi^G
Ѯ3X3M[x&b􋔽RW;qJH@M5uT$Bjcz(.Kp)["E0Bd¶e='?J]yeWWM!xNJl^6p(<]y]^tZVBxNǣ6)kD`gx;#>V2p[=wP*3}_.&2
P٨ԐKډ&Cl\a+K*W{W2 5%^e9\qP$W	#`/?'S-#wT=e-{R,j&R0Pj1'L=U&a7"/zpq3̈$4A@&ќ#d{[
TDᢜ63YL d8Ƴ)f"*r0MIvh@2cK9
Jf1>}||T=ٔr[¥TZh/śtE;&_da\pǸa
f w*]WƟ0
3/<5XfB,LG:>C"^oJq*cMӨ['R:
ɰI6\Wa00}]R<K/ȂE[Dm"0pƳX0_=[n:hM0^F[x*`:ҊA$X/-8YH304Y_g*`rdT^&
*E.频
h'x@{K^pw ߇FDwPa-1W߱5vOh+q(^ry=@rZiZ-[Xa, 2-1
 vrׂ_Na]pw%|ayapFXXe64WDiuCѰhYK/z
0X}.$|aケg܋X10+5)rkOꮞl
@6m_xdaaN~a1C<ovP<A18MXf:Uj!5Jomv&
vAk֝I<Jk=ra;jʼcBqHVd)g|0an	}]Yt@l 
0DՄ{F:LsLh<ڃmŠ)kh<gsb2*7B'89s.]v`+ВEbh'SyCtPibMtХ>qA:5j@[4,$U2Q꽥Gfb1|IPb>=vK4=hq(u+Έ1Je;Fٷ{he#ޯI @ESa|,ʢa2jb,񉁑
,y@*Zyn;$ϋ Zoa.MHdEO>%'i(}U
q"GDQP}[5EԼ!HѤ	SEQ]`VHlvwtQ3Q5P;L[2-7cD\	0^dJKz{yW@{\p`7c.s
-paa51CҏpD7AFb&Y
9mjq.FIK)f%
@vIڠ^&E AC;(nY^QcVG@\GՑyݪ?)@ xѼ,Q,Qc^	Ifl \_BefvMpMo8&c"9^(1t q:lqL@0ȍ:ĞW솮ݕP]]HFgmJr+
i'-V|;w;j%}r?:]ql
蕑)Mgs+Cea[U64eI!RA9!/:P{,#^)<16iseЄ\wؒ팉HQr"4nPߚ],
GQ5$g(}6:C   9!FC	AJG	fϟRZ;>,fH,8Lؑhװbc26KFJq4-j6PΛoϣNf=GNGӔaD#wXڭc@{T)m]x7
?[+c|D6
]ݖ$^hLu պ{?t
Y
<dXq\
$zCď<.idϽܢD뿆۸9hQ8T D~Z,P$#AM%B2i~sj)$/
?W4~kFpY#Oav"2wcI`.G-DϴRfnňקc*_\; Fhl-A>Jɉ"-+btZM [|+z2ܯ1eR
TO!4*&fA2FJ<@M@-0x\5UC5,a0ڴL3ܥ3}7RFtRۼhB1O|NSp߾
)vOsa!ٴ:$r5_`ަqщ\i4(xqi!3]ד.[iyRѣyB.c-_xvjBM/hv &QI!Q,lrI֏(5'?Ηa=	'B\oC2n(*0qȄ&:Ҋ:Go8Sn_qWD,_(Pfxδ1b;^'	:!h#*0K>ZG!#'D$|O펅#mօ)Y	a	V@dAPcC+LNI)a3pvٯ\qϢsqA\
\*c2jzk>HI8,'ZD}J2H]E'a!C%Jad(az!-g-]+]ɗn)U=VYYJ[M%*'0FYw~O}xJ9P0i%d
Q
f1dhإSIKN	.1$U=h)M=*wqO_B4MFNC9ƳUpO-}PA
>!4h35R&]Vln&	
uȻ:Ԃ(C9h[h+/Ov2<j(*0qŎB (LCuFF_44,i<
JF:2n 搻xT4aO"\"u
-.0b{Noz&65`aa!]u $Ό2?^x9'ϟyqa;EvzĨ,K۔\ҥq
F/F ՎTGǘۘ( EH0qZʁ ,=t$zxsOu{U{rrFW:~g퟾=}tk׋^zcMDutnкh,MDq*Ȏ%{kXe:I.8bY:RQݕb)%ϓcIdUH)mO
%u
0hY
[NͰY趖&x[~lu|[8V'
BwEV e)
2㈓6/>ȄfDyG7#X`	CT.-	zmr[heS0 N0w&oJF'Ayths7&'S@djy=?8mbp?2|UWX[;xS'#XFv	{ȅ=:MNӛA#o\J?;5Wz4F
ّM*s\K[->xtlqWN$dYmni}篩VO.^_<~q;XCpjif+,C
3X2$"4;a
ŜU:@W
SvQK1iWXdnlnZ  Йxq
jݥjCWYj"o>HbлBwl&K\h@_fGW*HpU%ws~s_~{km:˴I8+y E=)ʎ/Xb@>)ź[2u;(+?J"5=1O#b`Ql[*|tfH}X6B9A5AT^N-:U\Gos̲y"Dx˃|dྌ*[q=TIخ+6|9[YUrc&9=wP;
bkKHH:".e)Lqy'a	w5qsebtMQ8f
N0URo[kJ˻*& XNuIu%+Ō{ 342$pl`My֮8Д%UY4>$^~BApX
xfӤ }u:hHQrlӵC9j "Z|	/ 0P&%i|NL|ܛ%Rć)\Ҁ5?r\ɚ0pN^yM&h
(\^.#4'^KٔNHq%gh$[Af8A`EІ)1K>?DR+z(j)dG;dr֫197pglUpwY2/- ]6K'<R~obGð {Y0%\2 s`v}enck+p:Oti>&'a0Onl8ID1l]CJnVqJu#2Va~#v(;՜yfTr?;1C@L1$| v02 !Beߪ~W*:	k-W'B1bE֥(:ҼQã$\?>}8/O|q@G'p4G-Ҍ%":b̐
ԟ-;HD$y]HBAioZ	Y/%]C4ozUdes-CcGfrEWІc
aI\@A[4f<YBh3ђ"sltNE`sOY0cp-=iۛNşTbW9xj6
v}86@pEMJ4aHVlvTbOt,lȺ)w4	J1\ ]t{}iC
H|ȞrWE)Zy HLKBi[5;HzM rY"/g YΪʣ4uUCu\*ZQbJQ3e d|r[wg~
aN/tl2rH'fǤ'/^S'v"q|S^M7˟v=C"nѳ秡[(R5&o2^z߮BRfd'TtĆiij<=-c)'-U/&]V1e`)U,p9֊[$8}^x`)k=WC@ǈ#C]@zQ:fV7I/hv pzJsHo@ac24М+xԡUT[1ќ$GdiTt!Zb s!JᔢP&6ElN\-8,&F*98ѣrt*=}XhrXo2A]H$
pq" yQ'@`ӣ`is&MTy#E1oh8COaP"Wۀ$0R-ꅳmH@0zWcc[Wk4׻=︊ǄL/<`1` Su-	UE-棾>Ĕ>mu9!櫕*
ȱՈxzNOh%SUUuzN^9n$ҹ'U/qv4+um׾Śx]N+R?O
Zv^2 F	T{!4jf5<HoOot83ug1wZ᧏J^j_*][m'/f}8oC
0$IvW sW6I/GA~L[bBW!l{_W.j=#C<G (xۙPuS_cwV(C^If17E>)
RI[>Oj6R"g>9-x`iuNNhxc!Fޒ9L5rq٧j/c:|~8O\%^=8L?
Aƹ }1RjMcJC ZOB>/݄[:)wk

c'T-x>&2G9\n*`h:mF!}@,#gpTL.5Q!"(#!,< e5eO7+iO i1f޺X]A)b146Ë%Am
fȇ
+K4!y㛫E$ GB 7Į50#_=BP@(K5j,!Szad[I:̏6jw;\H>s50$,(j	OK]s8bM+2flqB@y*ra0=b%sg!$%N%ޔnyg)%g5Op%MZJ>xa(`_<{di<O={ssS6t7Iggn]7Ld5*X' G#פK;O	N\ }EL
J]M]s{t,YjŋWO;?UjQN[SԼ"+&=1\kZg:&
ӁDP[wԵu.ԨpoטSRY$XHZOiFlVe.ç<AŠ@WU(rz9=cEצVoB`d?x|MGU}[Ć#w+7Qsƞ@8v
z봪bzyTD1ա#W2i9H?Вf%rHN9
8,j!`>ԏ;Hz}ہh^Qj=:Wvp:K둊(ld*ik`!!rh+%T$<Ii6
tCjc1iP~ÀXfaSd <rJUﬅa \oHąʴJR
kM(*,F@5<
 !pjH;	vomb[[9ao4[G?	*~dFoO?񨍶~~֧(y0lR>@$ry+v'ܟfg7wnE&VSGD
&Ym!~"^ՑC֫xEC\k{7"$	dЙrd{֙H$%j]̈I!쑄JW-~s&`X5i
rЅ!PϐQ1	3D&n#[Mvݔɩ5n00؎u`'
)}?Fj:|cӝ"
59W5)bYiʎz"?)̮S帠K|wNP@J3(ӛ6!(2'O73DCvb>Jl/7N/Z#@P`.nvJ0J%bO|#_={CeZW]a毻χka56/<$ͦljǲy@E,ٺ>M zC]C6W1ԢмjE;ʈ{HyP@ng7jMpRl
y;dUD+Bt$=B*lѭ)Θ\P¸:I[[LĿ|~?$#] !=PF&#iP>,G,Gd"j餹O>O%sVzec㏅~
tjV%Ӭn̓5F+K
Bx 6$n=R2-[{Dq>,xhVRլ	!ƒ1/TYK5aYpF!x?A6s4dSqojYX`,gE,Z/MfBSP~V)@q`f9J{[L(-廬)eiL3mBW+]aъ=}[^4;9쌦t dbQ OMQh[0mȄ31uƍ paH83zfX+ 
Rޭ.JZ#ӠrFqm?jZ\mNs3,HJZa?v;/>;d,`uoz1pDK%rNs>^@6376
"&\{:Y:zqk㻜Ջ/RG.;F<4WzC15-W镆#c6Y?Aފ:Yϗ`oz=}ǻӻZp3)[S
50῭mSO_-c	A\ҟn5UPM>Ј㟭oV7
77oX[Xܯu@RuB6]F1ہc# 
V(:j2H*ūA
+=P3קDȖ)fFX1R 3Yc!{(98VA:ljq+V\~nO^yB5w>q㧎~7wyKeV58x8-1ouX>D:DHхeabԢy
7w{*2|!'[;7yy_M>"GrwB\AɷS<[o
l'(ji|UCb$qxcynVſ{]MG]O|h
څ;vcw#ޙ_㶣{(m"fژe-Hتvݫ̃vkؤۖK:}超.o|8-.C[7e;iwT؝m>YHFdq]
.?;{wtڡ{qӔsܱwOv&/n~̾"~n2Y51Ǩ:&{s~ϻwM1ivvOhkwЯ}U=h[wYg 2w֞o!M>Z"kyUt81
5Jg	rNƝJvG*Mݍ80C
ދB-E~U1cv0keqe>SL>iXk0AcK&زg@ҁKD)EǕpN4Z>	؞K<$<.rѯRTBaxzlb# a1#`@bgT07uSQ$iSw[$~x5T2OZ{%`PYBqmMYe1$V~ť\~F+}/)b-!ZWmgP*Z9kn2^W_JD&:7"5z٭fDu=08{Jq+k*o_:~}3s7Nb-:X,2bL	e1Ivݧ`r)[!=x|CWI=N&!ӴfP
$G|^} {Kj]e~`MC]Di|&Vj PЦj
A	LW=xtwU?Ot eL&:f~=8n0M$ab3E5A>j
,w철I=ãqw
9Ւ3AY.f
qAޠ{ }e_4YI9qp:zxvoJ/GBWLS Bcx9:LΗKcj%fdEԴau WP{wQr&"J
,sU	o%8|xr 0{|?oj U7Z5Ot%v߾u5OuJ|S}Vh|d]:%uDN,ɿB{}D#f
1٬Oj&Ƴj0"ȤT&)`Iw]'sfAMFR
E{BdLE|ed"<v4e-4iuoºrFg\Jy5-2v	8&Ov6U\ay=U1A,kM8Tݺ0")pNUW+JQ	2iHƄl, ǣ!myzVs;cIf믾b=Uc;X/'9	I@ޫ 	gXڱzP%j(0Z)&29r;c8K\,wrBv!̏;F	nB1e
GPe+V],pV3ux=_K u	$ՌRAn`WO]?H,hÆ'i cMRǨ 	WM& 4<7Y'nzZܬ*V<.V:1Ig!{' djkAZ7^ǚ<.J=Y3'9nUp* q].6C\s)lDh y<t\S3;]ѣGwww?fmfU='c>?t#aP|QB1>tӐDE1w2%L4w̡vn`s2{S_];0<A}Ic~Gk),cl+w I4GpЪxi8M*aWE{pcHTJw
*/B<$5*N8HS/Gz-𫑟rx뿶x]bwWA~3yP]wHXS_+>S*˝kEcY˔P:7%u7L̈;zA)n	ٖWbcZuHҬ(kw@E50∃K%?>::i
j~8 hD@ Awn$ F%fq2뎆/]8)ո*i2W3a
i-PdFH&%'Vv%⪚##rLA}90ptzW\ m/beٴd.P'8FQErZ8Pf'1tF*[Q_w!QǮo?p;x77_nƓ{8QV{h
Ytvqx4vsjv۩\ҏm>ҋ-'>Cq=}@:_b
ٲo5 >a//Yʟã?'>#u5ŗIS~M :/fE+jA'D9%{@+`560&3HXAA5Ko_u.z
2
ˍ3_Ivu_/pIujphxUYt)emK<vCb=tܭ^pPvu˞X>\ֽ{H_~\$A؊R="pI,£.,/pX?,xY@WyiW58\pDaضYx Rc?>ALOA* fw6 Fn\=Kid|ůKPD)?WDkL-܉BB'4Xu-7*H90#g8۾v X4>H@1t2yMB/F½;,X*zGK\kSw8ZyGOCaW7Iatb0__}&?ZѲM^< c]b'p^IZ1-أ(YI;k=E#F"GZ#8"~GcR,șc0ƃe(lJ$ Y(̯(6RQ(?o_?}σ`
.޾|3R_^\MYq z
TidIXhD:Ye0f͡!re".Y̗G'*a7s_6:_=;Eź'Cv1\zE793Us>% FC*f:W}%Ҟ$pX,>VcՈnI+rE
dltEް[8'`V/q6ˑs]%(DtXl'r9|l
rV"3c)SL>F hMƕĦYwx*4+@ے{͕p^*OUÕ]a"@iyPFX~ȽSo	ڹ+8$#Ƨ2~}@.	H
O\#:stfcg[!YDZNj:{jJaí(iq(Q˞ilxm1˕evF3F5ѩQ
sKٔHT	I] }#;f`aX8-i,]fp*x_0Q0IMdﱐEJ+.u^%[@nr "4zY@!I8ǰP e^fΌveߦR.XS}rFi=3KsXم9%iάd_h 
=v 򜑚T6kr=K,|c1'l!%C, U`@(WHwV0'=YRSvSNڟŇlN&%.myha]tCY?4K^*	@`dqW}=SWW?0)(H:AYg-Wubta&cXOB
\+[\BUE	,Q.dg3Qu ;fbT^4xq@"DNYAn\ѶxA'S7[sÞ$mkC7pt(v0pYiev;B⹨aZ})5xX}d?[Pq9&Q­AJNK-H,40VɢLP֕\V{127C7szFT:"uMVmt!P"x369N#7=?|<ɨ+9KI3Д.cw@bo ѭDY86y|@I.艹8ߞ<g9?ם4>w1GF7ef3EC^K:-f%٘A-y>y;gfV5aq/Ҹga+	Cy&Mu
\CbZvЂ״$d̇ 
׭JL7i2ě0=麳
u}MJ?-JV1:.O
{E2w47V.67cUbeِiK4tMy^K
ڡQ;pi9a^wd1e<+uh#
,.kkF芌Ri\|""ZZiJ)!X"CBU* s{^9q="d0>\kD"|LtI&˫Ds3(TFS8j<=;RUfr	N]"Yy"ˢ0hre/ýn
bթEd]/ U:cQ4dOYGhplWnCIȺL-pI֘K6R}_e8IKx0<Xf@BjB6Ev]Pw"k0fT@ X}ы"
{[-LQvj@i!:Mih}έI؎1	4\ p5
vz)
ѬKb?)DY[Y+ޛ.ޗeS~gdA5>&vB	%-IHsk/E1RLVrPDM.Ȳy;tn~V;AcZMn+(c(ޤixLP6d2q_?Jª=f}
/UUybNA]=<lQZ͛.}nqay	X8"t m^*mtptoV	>PsvLo|rt4`N5ǡ09Q?,HQ|]"0	ͥ7Ni5ekјk9P2^5?gGP*&s?rG6soG/Ə6SS-j>E4@G}8q$(*	"47T7&pru
zqvY	oᖼ;릜]ҫr5˸?,YVc;vߣ/[(v%$>w+S7vn{ZQ
a3,OOGkppiԇ^~NO_~|oO	ǽq=$b~\Gd^ÿ?O4&z.ә	IʴN[L0/SkJ g&̂$l`>a%D7ESMe=sˬ$t\ϔ:bL8oi?O'W**ec^ƌB&'0.49HDN՘y,#,~-֐1mFTg}Oaa=c
mtWgAb_<0l_n]&Ag.V|A`FDV4Ɏ{SEMmxam#sZ\"k5:M
ԇɳ10SR2jXQ
48aaf`IB
j}=,(>E*GFLiR]2|Y`1mOV,UB,8t$6	
L'BàZ!\|wz,%ŹQ7{ާI^5LGY鰢g%*Zנ`Rh	ay*|0opR yuX?d6mxW~5o;t[.c6x!Ct,Hcm-2f/amQX._3n9	?i.ie̷cJao  !,yXȪ\PE6la-}{BC[š?^);deۑԊ#kO6v[+QgC\{Ev
C΁Fۻ5p"?NIUhA!0WH26׎Ow&Hg(z#H]%^V~:vJت܀.虥9ֱZx)
Va|3&Pό/ 3?~(zQgŋ=Y4UsK
a=q"}Zr"l^52Q{̗sҎ#!|[EMjm@>9ERE
'a_єwy~q
T+@r:fi3FLBb
j58,5y3a뷜7k0-8E=sn5l$@yOgHyw_ߠgZ)c <%(R.4c-FzX8Nl?}oVrO}t
aUheTg 8 #kF<+dnI*_I$#foA([Rn[0YzS-QP,D<o}n	
b0ǉfu/.(NY>Ν|qø^ xFvv-OQn mњav`U)Rp<O!JnychF q_%ZD_.!Gg*7.sa|[YJzȂ}¶P&Ѐ:N8uE5M^XF"n:s3=FPn8[gB[_$-K߼=~٩WB}d]H"|]&!ӝ'^S7zw:B'$pP2sW%,$"2g,r3}B&kpD$.Jі%b	"\
uWr,t36__(8.'ψ͆<5ML wbPa|VʣҠM꣧9F_|QT<^qo$=tms&iI&1&a|]U (!q1I:Y(bϲ 2oꈞ=lsY>e#(5cmXLhU]l2HIF3Ä
k_DĂ04.f@N8C1dZb	. o߀I@l0tvƯZ*:̉HWOQxXJi4
/:(ݷf;pXwwO@7``lfk͘"hz9/Pbj\J!|z=s u0RY*XeQ~I˷a
cx@nvpJJʅ!r%FG0BP\m3xZi9pn: bk+Fvy_SAv$zNEDN[|JTl{o-W|Iui.'u;~iOβrY#>9	Nkwdֳ#|&{YbZ.bԐC<+B,׉=q5ɻ|Η1ؕ_m82aL?,2~8N-sWW|q.كPd?
CGd|Dw/ ?ArslF>gRϣ'GnѽIFͧv%J|>,	?t
= J%a!:l&
ddTMx#*`WحPpN ~PYLLC	mɧbǌ3lV5"CJ'dPE'i=!&-Ҭc68y2ⲷjYqp'gpQ`:Ru6_3msglQW>RMPx\=U/yiV
bwbn{,ը??
Fb:{dڧ
Ix\It</G'Uѵ.cUNH	$LsfVMoT@&1g
eo>xe9,_ 0;C&ݣdD7\"om9wGW~]
׍;ΞeYéO$?e]$Iy<f2fw=r9GRGF䉁\^C|*-WiA|8Vԯq>j砂?9Ps8~7Ɇ'؝8L^o@*=SJ;O%
cB3ČEeZ(i=Y*S(1xg:Qy_jpO:` </+XkƻtEG(Z	|p%swsXMTec岚܉)W`MrF%L7ghЕ5VQ LRjAx_4kMk(_d:A|9-Ȍv
rd\WFmYNY+	i+ؐ0e
5n'982@GÑjT3nn	a
*Cxmq_Sx}#G˓
:ʕ8\ruiaFzϐ7KLbr=sG%4;!,yDEtC7(u"ANG]	:DLZ@1s+(|qIJ),tً@4^ 6A oJRqFye>U#Kݹ"}40GuʑCU9cM|Bx{=)Zgl6\טE^b7"
G&`pgjJ:2'*D٥4MIMvEXY+~য়CKN=zjQ-K=
=JrEQ2D6c˶:WfZיEN]4]"1	<^LSOY|ƲXBN(uo ojqB$v8lʤ+fmƵWl :2Q J_(8ݺÈ
c\㎇&񼆌DFhCQ$NC_A )&bԿJw.ƨ'
h_Z-EH[ʺJTpXN#%h]#Ěm_Ԓ|@nG%3l)U3Ġ%Wf\niPEy,j0Lp9W}DHWЎʃ%8ah6W~N 4O hrL 3<?ʗ] Ik[-JGͨ,;eܖϘМjf9vPd+/&a18Ǘ_;=
)#[L1t_#˰ǟ/zhoM+:ɦlWzˊL򰢇Jj~$, PaJxi'Bt1yW𭒝$܁F~sCʬÖ>7&X@jwaG=pZ"ېMxY:,<\
Kal!sDBoKvfn}}e#iٜ
 
;<k麕&mV /5x2<&kr5^
ipHiNгZRFQ10H[q1 l<}!nS|7T ySSqlŰBZ	[T3%W50<c{
:Y}
p;%)7hLǁK`Rw: 0'FgDזvP5V fzՀ\u9cBT'mqi%g'FͤEhzKR%:gddDl-2Śop%eORϑthzNrΝjþ/fӤ\_^pER-]<Јh=H;鲷.i*ߨi}ZU%zvȪ=̫~z̓A"A xF\\҂	<ڱzX+$|2t*B8 ΗF2kԑ̆Ė|E\$e~5p-\?δ  uAܝJA//߼Nm	VE7	8foS[+~KUw%'D]';%h;q4v{t4ڛNLaվFf@;`
1m[;CൾGͳܒ
+ƹ.&09UWX*ceg
51{=t@2pX"p@rLj<$燃t475C/wUٺ)9I>!r^Cz]Tm =?:!j 	+ ˆZ6ODפØϥ.!`]*Rt`.5W|bVb4VtR*J/ir!x;.QmPtWQ%U>Eʹ^
Vv	j^cr}TIα%{a4a4<!l
`2_~teOv W:QFw ozd$"`2{g4p	3@*Ю%22yـjOhkJqg
)י!qQ
417Y#Da!{\6Oey>&#b8A ռu qY<aQɓniuls	#2Y{m*NF
a!{ҵPC)[ r^Nܖ0kuw#Ryv&yMIŖfT!.V.e4ۄH]/ ?u`D:Or/'Ϗ߼A]>u[b,Tڰ~/A;!-c}Hx`Ea}:#.=ǹ:.,tEw,=DdOx\
uW?^~wl0=a>F}̘ }ҋҥtA%{`!r
='v=Ez{(Sv@@+aVR3X,j㵡.d%mu,Ux룎V~SB'm]taăb_n'cp%7_)_P74~`o(v,d&P8!̠
^A/lZ8`g̙L[1
iVzDp2A
E&A廛%56@&1OEOI)|KPFjƧ'nǬ0	$6LO˞ʲ!P!@(lgXT$.=N9Ѹr]RjS+J"3]Dqrճ0m1,Q!ՓnC6щ0rbF͐NҘ
jNT\!yxh~z2. QQF-Kte`Iiu<khem[X b]y#	+:#
&8_6G+$,Rou%Z}]b:NaM_@b)2
}sL*}Н@i쮎 f\յ_W qiv41
\]`B.ʱg9+,H1ʆk}Ҍn8xFOwù!~Eqe뗍YxEz<_G/_^vaP5z$O׺OriK8dF1(?=Ymקg?@ONO|/{dJ>*<ROj]Oh@ۧu24VTi
Y1=qms掓Nv7RGMOh̛"ļQ	cg'kJ)%OtZzf5:@oz r<[·2|~|yvEeth$U~ƒÝRwUQN>oq(TJ(O\3U+a~W9#LǏp 0
-^݌bA"`!3o,+Q78˩H֊ync&PGF&T'`2xFsZ3کy=0>Qշ&ȕmKoMXbF*}OK_6Y?<&c~rwD%&?C]hb)C9vfF=$_E.ĭషjA<nTph.3HիfHL5V({G~Oؤ&w@o
p@khuOl9ԅ5燭e5N|{9z1c'5{azUo}i:3$'C[cKx ݹ#鱼,?@oao$9o@x<yi|AVumhPaF'
2q ,'>{q/O8yv@|Ka0ҞJ9y]=</#<¯c߶7$1@Od&TnIQ(U5q4jXa 5wI	tx7Lb	
gQCAR'
B
F*
,]9Th>I\FgJJr=}/szG%f>ẍkI,cw'(7&q̈$)=);XA(zkpoDDc`^ܲio.u`tUԡ8ݵXTR1$! R;O;Q)1#!kAX(9E-v7b{JIH2b{mVԯ	^vB6>_װBlۨ咻A)QnY|CEJ|~p:eP1 s&{.:7WuWL}<: = .evH5L6[)0kN^ǿľeT8ga瞪CZOZ|u)-HJ~P	Sr EVΝZ߾zv|y/%4|q򻿨gK3e:7g,AOEH(So.NA.,,p@W-u .6PfZ
nYk.qK׺wrS:|tt]虜^lt5n/6F$FO)G#uC.fF+Sûw\Yi3w8,᜘<RI=RH4&Rhimp&	e"kG!4Կya/c\YJ\+THP'
ϴ{X[P{g_|+<r.=qK()sqT]5oH_\;s=
TؕdY r)
zWf3G%@W)X
zO{L;]>Zx1ϛP4==&T#h?%-+Cݳj!8ܑ|ܬ=0:
R&u)QP2+7@6k3HF)!MW:QAmҺIL3!03;=fh2]zBN1xƹ®PM5u#
saf [.+$.6yPݓIh54r" h&:"0=h< p26A/Q' ۭ Q>T
eᚾ*Gfb`F=[pqCQAzJ	"\$$58)]M
MvC`OJL΂,p,)&gRx@eW8qkŕl.0pJd5=mFjz>0`/&ÐH嘭Yu	!p(M}/Hyv h},r<_aRhR w6rԳ0ۭ
7߲Sc ɋ?zJ̊R#C>Nu+s⍼Q?"P>!]Yv|k\NGOqa<]x8s"LWZE\EPLҸq0aiYq3]ۭ CC}{onN	q|`^=<OyབUa	Ґ<.9?%EҾALV+CT݃VXl־`MJgsZG<Wv}tЧɂCWQ^Ymq9$iΉP_( .T3} pTe	Oc^I]2EZ_Qa8ф3i%u-vz׼D(=P+
Z
̗ń+0A]?~[֓gߟ|w#C	ɱ¹Yh!U?l|H[欕zv_*6\<Jp՛:ǳXAj7$
a6HFkw}c2-X8bb*;XMI뚘tr-m;
PMr
8LB|Qc,x	%#phhZO
( M-N|bd_O{4@K	
i[8\|7E@0"/{㊪-r PtRVdkTC,"FEˣuR8ElYM3}_,XkJJ
ٮo=Bs ݰko*z~v
1ÿ.$|gMjѬ+AQfGqV$-d-@mAZł@>g[4h1ӓ9Go2&X3xio;,krYdl.9p@Ot +~0[nU)Q$So?FTU4bmQt11FYs<@_@)SD
^<ƱB,Ԧ8uI7)q籪ߒqğZyWK1<`wH qDS@ DXB}Fz6=VXy}
*^m(d*XV#@돋Y4KR<
ZAs$܂k*uQOlE]C@;5ReUs5.Y5uW5=\,ܾ-0]|"+
E !XԹ<FlxWuExʡFJq2U=Iz~k,F>p#|W
/ ekpM{uuWwh8HzG$5tmdF3igYZHw~sBiLP8bn=6Ch׼FSEnD[WbLAsݭM/^!Vmu/	2̛2<ߗ\R+&RuOMI.qJ*7:|	
T)$5?ϐ|U߾
U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 $A=   |  =     H   @ thHL    HA   AA   DLHj]Zþ   L    H    HH=        D:8u    LoVL    SAGBPD$    uh     ul    A0A   Aƅ5  MuPL   7      L          L       A   L    Aƅ5  AO@멺      L    N   L    P  )y        L    A0      A0      ?   L    L       
  D   L    |$Aƅ5  	A5  |$   D$    1   
   LD$E  1      LqE    11      LSE     Ht$LI    ?   L   L    A1    D$%  LRL          L聴        1D$   L$<  L    <A0         A0      U   L      N   L    	     L   L               L   L    |$ -
  LQ      L    L       Q   L            rL    O1   LƉt$    L    =      I0   H    X@D$   1ɺ      LGCt	El  D$  D$  H    D<QA5  D$DD$HE2pHj A   jE1A   L@@    HL    HS0   %
      HS0^_     @ u
  @    HCHH @A5        @    HL    LW       W   L       A5  |$   L$    D$Z<  L    ,K   L     K   L    @#          1ɺ      LADt$A   E       @    DHkI0      ƀ  ƀ  ƀ   HHE1A   LA   pHj j@@    HL    HL    A\A^    1ɺ      L@sEj    @    1A      LHt$    HfHE1A   LA   pHj j@@    HL    HL    []1   
   L7@u1      L@A6  HLA5      @
        Lrt      L    ]   L    \   L    	DEfA    DI0   H       U   L    A1  s  :   L    :   L          L    @   K   L    9   L    9   L    !  L       L    L	    D$A9   AE   LAL$    D!  L    #  L    "  LA    AL$A	A9  L      L    DL    @վ  L    辯  L    t$L               CB        L   L        @    jA   E111LHt$$    A[HkHE1A   LA   pHj j@@    HL    HL    AYAZ1      L:=    @    1      L=    @    1ҾU   L    yt$LMA      1LHt$    A   E11j1LHt$$    XH    mHA   A   LA   pHj@@:Y%HS0   %
      HS0     @ u
  @    HCHH @HE1A   LA   pHj j@@    HL       L   L    XZLJ       H    I6  H    H    HE    L   K          A   L    L    LITHL    H        LH    H        /H    HH=        L$:u       9   L    H        Aƅ5  5ʾ"  L       D#  L    V:   L    @        A0      L    =  wI0   HL    H        L    HA   LA   pD@Hj@@   L   L    Xt$LJ1    @     AT   US5  H1            H    t5  4  Hߍhf5  @    վ5  H      M  H    M  H߃    H          H    5     H       H    t   HDe    t   D랋5  tHm   H    EtvuӾ:   H    @u¾K   H    Pu5  H߾4  hf5  @    H߾5      HU1  []A\    H߾       H        @     SH    H0   uHH1      H1    1[    H       [            AWAVAUATUHS0      0      D4
IAED9   AԾ   Hﻈ      a      H                 H    uEtD   H       HAE     AEAIE9z[1]A\A]A^A_       H       H    	fA] 본n   []A\A]A^A_           AVAUATUHS0      0      IAԾ      Aλ      A      H    	            H    uEE9   A]    HI    Ӿ   H      AԾ   H    Q      H    t)          H    uAE9uE1An   1Ҿ   Hﻈ      A      H    t+          H    u[D]A\A]A^    An   []DA\A]A^    A   D      HHw>1HH9u1t	1f9W>                       fD      AVAUATUS0  H    0          D$    Aվ   EAED    H:Ņu{Aվ   H       H    DH߃@־          H    D   H       H       H1       H    []A\A]A^    f    ATUS0  H    0          4   I@־       H19Ņu-   H       H1A$       H    []A\         AVAUATUHSHeH%(   HD$10  D$ D$     0      E1A\$A     Aվ   H    D   HA    A9~A
A[     H       HD    D	A9tD6  Ic 
  H    H6  H[  1  H 6  AHMȉ    E6     1  1  1  H(6  P1Ɂ j @
  jjSj j     H8    6     HH(6  L06  H@6  M    AŅ    6  H86  H@6  HH06  H(6  j I    PA    H@6  H86  H1  H   ^_1    H   1  tH5  H   H   Hx0  H}0L0  HP(HEHE )6  (   1HE    HE(    Hǅ        H   Hǅ(       HǅH0      0  HǅP0      HǅX0          0      E1DHﻂ      AԾ  H    D⾁  H    H1HH    H  u     H      H    D1       H    1     D	A9   1H      H    D1  d    H    1  8  D	uOAA      fn0  GAN1H    Q1H    D	A9dfDn0  E    fEtKDHA    1Ҿ  H    1Ҿ  H         H    n0  A9|A1ɺ   HH00  H 6  MPj jjh   j j     H8u  p0  1  53A1HH80  H 6  MR   j jjPj j     H8         '  A1ɺ   Hp0  H@0  H 6  MPj jjh   j j     AH8    p0  HRfl0       1  u	1  H    Hx0      0      1           H        D$   j  HT$   H        D$uԅ>  HT$   H        1Ҿ   H    \$        I    1ڃJ A        I\$I    uυ    HHH1  0H    H    HH>HX1      HD$eH+%(   uQHD[]A\A]A^    1H    1H    H5  H (  H (              1  0H6  H        H6  H        'fD      U      SH0  HH        M81  A5  6  w3ȃခ F1  1  EȈ6  1[]    1  ׁ  P 1  =    
  1  t

 1  t p 1  H   D   F6  6      H   D          D   H    [@     H      H1  D      HǇ1     ff.         HǇ1     ff.         AW   AVAUATIUSH(eH%(   HD$ 1HD$        AŨu1A    HD$ eH+%(     H([]A\A]A^A_    1      1I$0  D$    fD$    I$6  H    DD    L    D$L       L       LAƈD,    A־   L    Ӿ   L    H   H   1DD,1A؉    HwD,    HHuHHuI$0     D       L          t$L       L       LD,AH    A־   L    Ӿ   L           @     AU   1ATIUS          L       L۾,   H        LH0.   A    E1H    D	H	H	H7H t3HpH!H90uH[]H    H    A\A]HHEH    1[]HA\A]    ff.     f    AU   ATUHSHHXeH%(   HD$PHF,   H6  H0      f=u
1     HEH    t#HT$PeH+%(   0  HX[]A\A]    H0     @       %   =   1    1  H1HH
H    H6      H    s1     t?-        H0     @          @   H0      H0                  H0      H    Hǃ0      1H    '  H0            Hߺ      6      1   H1  Ld$LHH    `  D    E    5  A   LH߹    ?H    f  D    E    5  E1HH߹    A        H    D    AE    H    E          HH    m"@      D$ H0      5    AăA1  DE    H0     D@       1    HT$1HA    AA@w  
        D$@ED$@tL$EN  E    =   H    ŋ1     ࿉1  D$t@1  =   H߃    =   H    T$1H                H    L6  HD$PeH+%(   u  HXH[]A\A]    1  ?a   H      H    A=   uP=    $  1  H߽	       H1  D$    D$Hǃ1           H    A    H    B#    H    An  H    SX  H    PB  H    I,DHE1    A$  H    fBD% II@uH    1     LH    D
    E        E       D$@E D$L$1Ҿ   H      H    I  H    O  H    S  H    Dj  H    PT  H    T>            f         SHH0     @             H0  `6            H0  d6      e6  [    ff.     f    SH`6     H0  @             d6  H0            e6  H0  [        AT      USHH0            H0  ŀ       H    <   %      H߃    H    t      H       H       H          H0            H0            H          H          H       HߺUZ       H    =UZtMA      H    uLHߺ          H0            D[]A\       H    uyE1룺   H߾       H߾       H߾             H0            H0            H    @   Hߺ          H    `f.          RAI   H    	   H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI:   H       H        Z        RAI;   H       H        Z        RAI?   H       H        Z        RAIA   H       H        Z        RAIB   H       H        Z        RAIF   H    11    Z    f         RAII   H       H        Z        RAIK   H       H        Z        RAIK   H       H        Z        RAIL   H       H        Z        RAIM   H    
   H        Z        RAIN   H       H        Z        RAIO   H    11    Z    f         RAIP   H       H        Z        RAIQ   H       H        Z        RAIR   H       H        Z        RAIS   H       H        Z        RAIT   H       H        Z        RAIU   H       H        Z        RAIV   H       H        Z        RAIW   H       H        Z        RAIZ   H       H        Z        RAI[   H       H        Z        RAI\   H       H        Z        RAI]   H       H        Z        RAIk   H    11    Z    f         RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H       H        Z        RAI   H    11    Z    f         RAI2  H    11    Z    f         RAI4  H    11    Z    f         RAI6  H    11    Z    f         RAI9  H    	   H        Z        RAI<  H    
   H        Z        RAIM  H       H        Z        RAI`  H    11    Z    f         RAIb  H    11    Z    f         RAI  H    11    Z    f         RAI  H       H        Z        RAI  H       H        Z            SHH    H   HcD  H0  1HzHH    HHB`    H)hHB   [    ff.         ATUSHHH H0          H0  H          HIH   A@    LH0  H               [   ]A\         AUHH    ATE1USHH0eH%(   HD$(1HD$H$    HD$HD$ HH    HD$    HD$    H H0      H           A9        ff.          UH    SH  H0  H    eH%(   H$   1HHH6  HH׹@      HH    HAdaptec H    HAIC79XX H    HPCI-X SCH    HSI HBA DH    HRIVER, RH    Hev 3.0
 H    H       <H        H=         H    H        H=      HH       HH        H=      H$   eH+%(   uH  H    []        ff.          AWAVAUATUSHH0    eH%(   HD$(1  ustx   A       H0  H       IH0  LH       1    HD$(eH+%(   =  H0[]A\A]A^A_    1  H0  H   1         A   IE115  IH߾A   L,$HD$    HD$    HD$    D$$        5  A   H|$IăAA       H$LHA   Ht$    D9s    A   IVH0  H       :      HD$(eH+%(   u!H0  H   H0[]A\A]A^A_        f.         AUATUHSH0  H0  H       HI    uDHCD`JH    H0  LH    At%H       []A\A]    CPJA1AH   []A\A]    fD      AVAUATUHSH@H_ht$eH%(   HD$81	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    HD$$    HD$,    D$4    PDh
T$           EDDD$$D$   P     T$A   	   A    A   1ɋ  H|$D@AE    D$t
P     AHT$Ht$LɃ    I$0  H       A   DLj DD$HËT$Ht$$    I$0  HH    XHD$8eH+%(   u*H@[]A\A]A^    D$hD$
       P  t    w!HcH@    8                    	Ѓw/HcHcHHff                     ff.          AWAVAUATIUSHH8H8eH%(   HD$01    L;HHD$IHD$(    H   L0  LcD  ǃ             I0  O70  L$H       A5  A   LHD$HLD$(       L$  IAC,0  LLD$L$    L$LD$HI+  HPHHX0LL0H  AF H   A
5  AVHH   AVHB HJ   fA6  tAN@A@tAO@   HL$(f 	  tIAO@@JAS,0tA{d  AN   AN   L   AVDҀ  A  H   I~LHIKTKTI)C2L)HIWHB    IW0ǂ       IWHB    AǇ       t~IOHEIWhL\$$A    L   1Ld$ MMIID$HIOE1LEGLLD@$9A    LI    I9ML\$Ld$ I0  IWHtIOHJ I0  M0  IW AkACIC AC,@tACdAO@   LL1    I0  Ht$H    I|$8Ht$    HD$0eH+%(   (  H8[]A\A]A^A_    @nH      VA   Es   AA_CTfCTN "ANACd    =        LL$H    H    LD$ L\$        LD$ L\$L$A1     I0  Ht$H    H    U     ACTCT    ff.         UHSH_(	H[@HtH    tHP    H0    tH0  H    []    @     AUATAUHSH(H_heH%(   HD$ 1	H[@HtH    tHP    L0  1A       H|$HD$    D@AD$    HD$    EHD$        I0  H       E1L   Ht$DH    I0  HH    HD$ eH+%(   uH([]A\A]        ff.     f    AWAVAAUATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    DxAU	DA%   T$$Et
P         A   1ɋ  H|$D@AE    ALHHt$    I$0  H       AM
A   Lj DD$HËT$Ht$    I$0  HH    XHD$0eH+%(   uH8[]A\A]A^A_    $:    ff.          AVAUATAUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    $    D$                1A     H|$D@AE    EulI0  H       A   DLj DD$HËT$Ht$    I0  HH    XHD$0eH+%(   u<H8[]A\A]A^    AF	
   HLHt$D$AF$    i        AWAVAAUATIUSH8H_heH%(   HD$01	H[@HtH    tHP  A$  L0  LD$HD$    A$    pAL@    HD$    IHD$    HD$$    D$,    h@	,$D$        Et,$  1H|$A$  A$  A   D@AE    LHHt$    I0  H       AO
A   Lj DD$HËT$Ht$    I0  HH    XHD$0eH+%(   uH8[]A\A]A^A_        fD      AWAVAAUATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    DxDA%   $AE	D$        Et
P         A   1ɋ  H|$D@AE    ALHHt$    I$0  H       AM
A   Lj DD$HËT$Ht$    I$0  HH    XHD$0eH+%(   uH8[]A\A]A^A_    $ <         AWAVAAUATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    DxDA%   $AE	D$        Et
P         A   1ɋ  H|$D@AE    ALHHt$    I$0  H       AM
A   Lj DD$HËT$Ht$    I$0  HH    XHD$0eH+%(   uH8[]A\A]A^A_    $<         AWAVAAUATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    D`@	AD$$D$        Et
P         A   1ɋ  H|$AD@AE    ALHHt$    I0  H       AO
A   Lj DD$HËT$Ht$    I0  HH    XHD$0eH+%(   u H8[]A\A]A^A_    AD$$6    D      AWAVAUAATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    @AT$	E|$$T$        Et'P  t$Eu"   HT$	   $    A   1ɋ  H|$D@AE    ALHHt$    I0  H       AL$
A   Lj DD$HËT$Ht$    I0  HH    XHD$0eH+%(   u H8[]A\A]A^A_    D$
   3    f.         AWAVAUATAUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    DxD%   $AF	D$A1  @           E       A   1ɋ  H|$AD@AE    ALHHt$    I0  H       AN
A   Lj DD$HËT$Ht$    I0  HH    XHD$0eH+%(   u7H8[]A\A]A^A_    P  6$@-    t        D      AWAVAAUATUHSH8H_heH%(   HD$01	H[@HtH    tHP    L0  LD$HD$        pAL@    HD$    IHD$    HD$$    D$,    DxDA$AE	D$        Et
P     A$6  A$6    1A       H|$D@AE    ALHHt$    I$0  H       AM
A   Lj DD$HËT$Ht$    I$0  HH    XHD$0eH+%(   uJH8[]A\A]A^A_    Ic$6     w@    A$6  $   	         AWAVAUATIUSH_(HH8eH%(   HD$01	Hm@HtH    tHP  H0  L1  	H[@HtH    tHP  H0  E$  HD$    A$  D$,    EL0  H0  HD$    HD$$    SHEH   HD$    AA    I< H$e  M$M   A$  5  LD$HA   A\E HA    À  A$P  A@u	A$P  A$P  	A$P  PA$D  @A$L  A$  5  EHLD$D    A$  E5  A   H|$    A   E11j 1HHt$    E1   1Ht$H    H0  Ht$H    XHD$0eH+%(   u2H81[]A\A]A^A_    1  @A$Q           AWHH    AVIAUATU1SH8eH%(   HD$0HH    H H0      H        A   9        fD      H~<UHGSH H% HH)H         HH9u[]        D      uHw    H@HfT@     ЋuHw    H@HfTf    ЋuHwf    H@HfTf    IHօ~>MHcEIHHWLH9tHFtBTD    ff.          IHօ~=MHcEIHHGL FH9tHtBTD    ff.     @     HeH%(   HD$1tSu/HT$D$        D$HT$eH+%(   u@H        HT$D$     D$1HT$fD$    D$    f    tu                     UH=    վ 
  S       HtT$((XPHT$HH1[]       fD      H         SH0  Hӹ 
  vLE1H       HH[    @     H0  vE1H       f    H1eH%(   HD$1FH$HHD$    H|$    D$.    HD$eH+%(   u1H        ff.              fD      1    @     AU
   HATUHSHXeH%(   HD$P1ILHH6  HHF        H  H0  HH0  H   H     H  5    H0     D  1  Hǃ     ǃ        H0  H       5    HIōF        H0  LH         H    L    P   L    HP        Hx 
      IHtxP   L    HP        Hs(   t;$AU t/ATfATLLILILHHLH    6  H  H       H    HH   H0  H   H    Ņ    H    HD$PeH+%(   u0HX[]A\A]       ؋$AU ATAT[    f    SHH=              H0  Ht.ǀ   ǀ           06  1[       [    ff.         H0  H   S1HHcH< tH    H0  uߋ   uf;tn{twu-H{Ht$    H0     H    H       H0  H   HtH    H0  [    H    ;uHsHu*{uHsHt   H        j       H        Iff.     f    Hc6  Hwh@    t6  	񈏌6  @    t6  x	񈊌6  @    <t6  	Ȉ6      ff.     @         fD      H  AUATUSHHH   HcD  H0  H   E,AAŉA0At\At5U   E,   EX    )ЉEH߾   []A\A]    u%A    MtE   E,6      f#B   E   +EMXEE,   E   0suHu[]A\A]    []A\A]    E4u~E,+ASE,6  f#Bt/Hc6  w^HcRHH        f9GHMXE,YAt=0U,JE    =           5     U,t`U,0     1    @     ATUSH0  HH       HI    H0  LH    1[]A\        USHHeH%(   HD$1A  A     H$    $  5  @I    H@:A	  5       H0  H<H
  P  Q  ;@  uAAD8A  @  P  Q	ЈP  QH  Q	ЈP  Q	ЈP  Q	Q  P  q	Q  q@	Q  q	Q  q	P     "Q	ЈQ      HD$eH+%(   0  H[]    Au9H0  H   HtHD$eH+%(      H@[A]           HD$eH+%(      H0  @AH   H[]    y@8y"y
@8yy@8yDAD;H  8AA҃AADIA   DEAAD	DA9    (    ff.         ATUSHH(    eH%(   HD$ 1{  HA   H|$HD$    HD$    H0  H8  HD$    D$        5  DAB       6  f#D$t3Hc6     HcT$HHD     A   wwEux1HT$HH    L$T$Ht$A       H8  Q     HD$ eH+%(      H(1[]A\            A   M   {HHHT$       L$T$Ht$A       HHt$    DH        WHH    1H        hH    A             AWAVAUATIUSHH0eH%(   HD$(1FA    HFHtHV HP HFHS HHCHLk0H(mEA     @ t%A   mLs0   HL    L    I     HK0   ?/  C@   %
      E   U;MXs}(2v
E(    EuEd    C@     HL    A   ?        t      	A   HD$(eH+%(   N  H0L[]A\A]A^A_            %
      E-HS0   ?f(E(   b    W       D
   ~.  
 +    ~N   D11ۃ
uC΁  I   ~vG@'    /        IE I$6  H       D   D       A   h
Mu A   H|$HD$    HD$    A$5  HD$    D$$    IH   LcD  I8      DABA       LC0A   "t(   MC@   ?  HCH    @H)¸`   H9HG1E1AI   HxH     HH@X    H)H`1HI   Hsp    t
  Aƀ                 
   O>0  AGAG(    tuAG            A;G\   AG\AG`    HS01LL狂   %
      HC0HT$     AG,    1AG   LLAG,HT$    HC0   f   HHH|H|HyHH)
H)HHCp`   DpAA9DGD@t,DHAAqIGAw`VAW`2       A   TTiTfTZ       f.         ATUHSF<  ~ H   E1  K=     HHiMbH&i  )H        E   { t)H    H    K   H    H    [H
   ]A\    <  	  
       1KA=  ;H    H    ETDDH    HHiMbH&i  )    C uc   H    H    Cul@   H    H    CtjH    H    { u[)   H    H    H    CH    uu@tH    H    C@uu{ tH    H    y[H    ]A\    u H    @KH    QH    땨t6 q A8 @     N  @     AWAVAUIATUSHH0  H0  H       HI    AątH          HA    @    L        H        H1       H=    @    
      H1  H        H    t    AW    H    AVAUATUSHH  L0  H    eH%(   H$  1Hl$HHH    I6  H    H    HL    HH    H    Al0     HH        I1   ,  H    H1    @ut
   H    I1  H    HhH    H už
   H    
   H    A1  E1D$LD$DA   LA5  HD$        DH    HH    H    H    HuH"I0  DL$M  H    H    HuHH    H    HH1HL    H   HD   H    HH   HcD  L0  H8      A    IW H    H    AWH    H    AWH    H    AWXH    H    AWH    H    HH   6D$AA9H$  eH+%(   u,H  1[]A\A]A^A_    H    H        D      SH_xH    H    1[    ff.          USHoxH    ÅuH    []    fD      USHH  H0  HtH   HtH    H0  H    H1H    H0  HH       H[]    D      AU
   ATUSHHXeH%(   HD$P1HHHH    H  DC8IHCHH    D   A     
  H    HH  1    HH  H    ^  HL       L    HH'   H    L    H0  LH    Aą   1  u<HH  H    H    HD$PeH+%(      HXD[]A\A]    C8tH0  p8Hx       IHtHH  H    1  濉1  1  % @  	Љ1  L    ^HL    t)H   L    1     1     HA    H    AA    @     H    H    H            H        ff.     @     AV      AUATUSHH0      5    H0    1    L   M           L  L  M  M  E1H       LH        Hc  E1H       LH        H(  H      ALcE1HALk   E1H       LH        H   MLA  H I       H   IA      H0  ADL   I   H0  HCLkH        H    Aą    M   H0  D          D[]A\A]A^    E1|   LH        H0  \   LH        H0  P8H@MMH    AA          [H0  Dff.         SH0  H1II       H          uH0  H0       [            H0      ANAVEH    H6  UATAWEF    H    AMAUEH    H6  UEE    X        ATU1SHG8HLgh1  tQ;      HcI    H    HLD@HH    ELIA H     ;   sDHcH    I    IH    D@ELIDA     []A\    H6  H        H6  '  H    H        H6  
  H    H        H6  p  H    H        t$H        1  1  H    H6  D1          H        H        H        H6  H            H6  H    T$    T$    H        H            H6  H            H6  H            H6  H            H6  DH            H6  H    T$    T$    H        H6    H    H        H6    H    H        H6    H    H        H        HH6  H    LHPD@(H@ PAQI     XZ        H6  NA   H    DFH    HD$eH+%(   uYMUAH    I6  DEH[]A\A]A^A_    HLL$    H        UL$E1        H4$    H        H4$    H    L$    A$h0  L$    H                AWAVAUEATIULSHARt$MtD$@A9rH        1ɉM HDH        MuH        E    E119D$tdHcHM<AW	AwD!9u	D!9uEH    IH    HDH        AG	A	A   uEtH        H        HtE Z[]A\A]A^A_    I$@H    p    H߉D$I$p      H    1  t
1H    <   Ht$      H    1     <   Ht$    Md$MtAA      DH    1    H        LcMtjMIE H    p    MmMt
E  ~Md$E1H            H            1H    DL(   Mt   ~kH    A      H        *  H    %   =   tPAtJH    H          H    I$H    p    Md$gH    A      H        (  H    %   =   t/At)H    H          H    H    A      H        ,  H    %   =   t/At)H    H          H    H    A      H        0  H    %   =   t/At)H    H          H    H    E1    DH    ?   H    $DDH    H       HA    D   E$DH    H    H6  H    HED    1\   |$H    2   Ht$    [   H    2   Ht$       H    2   Ht$       H    2   Ht$       H    2   Ht$       H    2   Ht$    Z   H    2   Ht$    O   H    2   Ht$    ]   H    2   Ht$    |$2vH        1t$h   H    i   HD    j   H߉    `   H@	D	    d   HA    DH        D$D$2vH        1ɉL$x   H    y   HD    z   H߉    p   H@	D	    t   HA    DH           HD$    2   Ht$        t$A  wJ0   Ht    tEuA   H            HHH    H        H4uH              H    J   H    O   HA    N   H߉    H6  E@H        3   H    V   H߉    H6  @H        ;  H    :  H߉    H6  @H        K   H    2   Ht$    H              H    1   H߉D$    2   Ht$    H        0  0  H       H       HA       H߉    H6  EH          H      HA    H߉    H6  EH          H      H߉      HA      HA      HA      H߉$    EEDUT$H    E1    H        ZD6  E9sR   H       H    H6  H    IcAH	fH6  4    AIcHEx;H6     HA(    H6     HT(H    H        t$H    EuH    HD$eH+%(   uH[]A\A]A^A_        HSI$6  H            DH    D$    T$    H6  DDD$H        DD$    H6  L$H    H    H    H        DH        Dd$    H            I6  H    D    H        I6  DH        L    H        I6    H    H        H            H        `  L    d$dT$dLM  D$    1HT$@    IE H    p        I6     H    H        H            H        HD$@DLH p@ƀ@    d$dT$dLM      T  L    T  LЃ    1HL$@    H        H        IE @    H        A1  DH        Ix0  $  LfE1  P(    9\$    A1     L    1D$ H            H            H            I6     H    H        I6  T$H        H        I6  T$H        L    H        I6     H    H        H    ډ    H        H        H            H            H            H            H            H            H6  H            H            H            H        H6  H        H        H6    H    H        H6  1H            H6    H    H        H6    H    H        H6    H    H        H6    H    H        HD$0eH+%(   H    u*H8[]A\A]A^A_    HD$0eH+%(   H    t    H            H6  H            H6  @      H            H        H        H    Hh  H        K<    H    H6  DH            H6  H            H6  H            H6  H            H6  H            H6  H            H6  H            HL$    H        $    H    $    $    DUI$6  $  DAD\$EH    A@    DDD\$A D$   H    D\$T$    T$D\$
  H    H    D\$    |$ D\$   H    H    D\$    ED\$   H    H    D\$    <$ D\$tH    H    D$    D$H    D$    D$    <$ H    H    H    HDD\$    D\$    tH    !|$ tH    6Et/H    K|$ E0<$ I_<$ tH    9H    D$    D$    D   UDT$I$6  H        DT$    H6  H               IkDT$H    H  D  D  D    D    DT$    H6  H               MUH    H6  DE       1HA   H    DHkA  A8
          DEMH    UH6      IE01HHH0    MUHuA         H      H%       IE    H߾7  `       @   H    IE HpP   u    IE HA   A   A   pHj j@@    ^_    MUH    H6  DE        DT$ MH    UH6  ATAUD$PAVD$<PAW6  PDL$8DE    DT$XH8    MUEL$H6  DEH        L$    AtfMUH    H6  DE    1Dd$,T$EH6  DHHE    D$(E1E1D6  D$D$       MUH    H6  DE    똋MUH    H6  DE        MUEH    H6          MUH    H6  AWAUAVD6  DE    H    DA   UE1AH6  ME1DEH    L$    A   L$Dt$    L$H6  EH    AUDE          H߾       A_L$    =         }    MUL$H    H6  DE    L$    MUH    H6  DE        I$6    H    H        H            I$6    H    H        I$6    H    H        H6  !  H    H        H6  H    E1        H6  !  H    H        KDCELH6  [H    ]A\A]A^    H           A   H        HE HrH    @    HH    HEHH߾9  D   D`    H    DH     H    LHE            H    H6  AUH            H        H            DLH    DH        AƟ    A     :   H    :   H߉          @   H       7  H    LH    ƃ5  
Hǃ6     ǃ5         H6  ?  H    H        H6  H        6  P6  Ƅ5  ǃ5     6      6  H    5          @H        H    H    HD$@eH+%(      HHH[]A\A]A^A_    H        I$T$H    p    7  HEl$@      H߉    EDH    I$Pp    DH                    H6    H    H        HL    H        A       H        @    @:(tHH=    uHpH            HL    H            H6  H        H    Hߺ   <      Hߺ   9            H        H6  H            H6  H            tH       A   H        H6    H    H        HL    H        A       H        @    @:(tHH=    uHpH            H6  DH            5  H            H6  DH            HpH            H           9   H        H        H        H        H6  H            H6    H    H        6  H    6          H6  H            HL    H                I6  DH        DT   L    A1      1ҾU   L        I6  H        1ҾA   L        I6  H        ھS   L        HpH        L    |$    Ht$L        I6  H           L    L    L        I6  H           A   L        I6  H        L        H            LHt$    H            H            H            HH    H    p    HD@CA@t
HD@DpjA   DA   DL    H        X    HH    H    p    A   H        L       A   L        H    ExH           9   L    L    L          L        I6  L$H            u'D$       I6  H            H        I6  -  H    H        I6  H            uBt`H        M    I6  H    HpH            Lﺀ   9       H            1    H        H            I6  H    1        H            H           A   L        H            H            H            I6  G  H    H        I6  H           L   L        H            H            @   H            I6  H        L       L   L        H6  &  H    H        H6  &  H    H        H        H6  '  H    H        H        H6  '  H    H        H6  H    H        H6  H            H6  H            H6  H            H6  H    H    IU     D    H6  H            H6  H        A       H6  H        H6    H    H        H6  V  H    H          v#u&Kp)" T,f-f&Vf&U%Kt e1}yDOrϚ+"d?{SVĊ;7o&جy=?qrUO7r_ns>oUSՋ_yOjeXl5|U޾g7t?M_|a^d׫bou>YźlH.b5mFzUb}_^UN.y^nW:'?Ogxٓժ,j}WU	C߆bIW
:X9Y$4;̧U^Uu=Ýjz_5´lekh\/ռ+ACCW^щu5)M9FiI^R,9se+\Ϊ׋MFǍ!>MPoWо{ы]~X7ҙ0Rb^~rN?F7qUl3
]}k0j=_JÿeWǣGGoJNrV/|d=|{~3ۏ^\	;Z\|㍳÷/oh1n)ͺUlvI1UozZ>IW\?B15עQߤkQC٫~0"LlFE8nɪO;|n,{E-	ummެO4sVi._ōf2&,E~fk۳YfQa3To|5C3&}?*up &᩻4@6&_<? >ߔ>&/>b5[|}xIgyx]o=SdFC/ӄC,¾(guvwa_SniX~9[סwF?i^ 	eFgf]Mj/j3ˋ%}8?̓n<V5/';ʞ'daxmY
IҗF}OVuݴZ[ao.ߡmhCb,xf􎼬'_9˟7lV24<ZZE0%68;,-'wUX29=t&텷@yab)OGF׬e4Ӄpe96L[/ñ3sSt$L\k۞n2h3t;͊ЗzWN&b	NbqښjO?"^cQ.hBWjل.&['KK:ҥؗV䢾)iV&ov,>ȏaNHzBJì%R5Iٺ
e	Mb|Уt,>~V\\=4MxdEku52
h0BiQ(XDwBq[.)F\/_zN+d2h9<T5DVߔP!oG&Xˠ*7)XSh{Es	N	+;a[ޗwac%CI%9LFpgnfJܳup-f%iwSȝ^\1>D#My}o/v7kxO
;ܝEPNc܈CڥBċ]540v$lHhXa67j3	ZY#H+% -BQu
:Knz2)nݐR[o>.ǮS}w}ܓY* x0l|
IMj+uAWT*6u/Y+T0Ccy1n7ta)d0fYEN圭7dS*ٖe7rZUB͢DSBɤy~6C>ldښ	OoRٓݧv~h俩AF㯶ͤ^\韰BkB}} zP۲N7`TJdb/^P3r׵yd=CAF,`svNpwB[ڋG^9c`-}ݠY\QIOlA0CvyZV`d;.7ihj4tLmu#l`Z"ޯ~wtGb򍭨CP 76 vZg
_PHǹ~>_Y߄5mB48Vuk\w@ź~fD
(YvrE5{M_ jHVPzÐ	x540):,Wt!gQX*drw|4[Xx%kb4; ;m`i/oF~yxv蔖YvȰN_;ݬɰ%4R-.边"0;v0DTdM3M.60]a+٪YVPEO>e% hXl('%)\M v?hg/t:w2[uW.b
G9	KK2+9?u1yN8U2޳?4_
B|[MhRs]2Xjp,Px0^Z0s> Hx<^l+U=Zcq/}:-q0l`9YOva,KD1f(0	<F6=,v21vTE<ꯂH2 RY"`ʁ'.ӦbL7݀*΁]	w]اbޖN{ϲvj^R.BՖ0z:?ĝ~
붨=oq&p˫^"JM+eo2
-ک7i$~\٢&	WHGٷdߤ?oC@4rXɕm5-jqǣjMjf^7=*!DĖ	 .=lhąPd
)^~/xtG؅ɴ~?sB!Q@^	5+;㓣whд}?YiANx9G
)C!1ɒU8U}'[2鍙QmrT=cwZSu_x}x3=CO^><qߒC'&gg=A5/
o5+	)aQչ+&ktlY#CĢDr?BlrC_I\4n^<ۢQ`@?{j^'_ )	yՙgFos􊶒UVu,D:LXtTsϒ(X9\V|[txuQI"ȯCg0#y
L9݆3|$,.E"(I!&cbyb}C&7=f|_1ESᜑ'Y'EA '\a4fbFzoʠ6A0#}V4M89}>x*U=<mIJ[WVT5{5"GGV47OV%+z{W׌ku
Q-|ˍ7;?{L
]׆{ZѓӭG;m]z쭩?|}s]ߕjT 3D
xHV,-Yi_E%ew<*d!atG"*ñ.2Mu)6K[!?;@¡P8Ɋl~EQUK?OzU0!{i>Q7.-]$":i͊f=
f]{ɗw^SDgli_R_Ha,
AĬ55_@)$5[伢2OAщA_HָfM:35F410WQMciڮK~&yw5+nzJpV.]ctM0*DT99x˃6n5-ja[#8z{t.yG.~YdB5j_v];?~sKtr^LVuהeΚ	'N.IW{	DU+v5n鿜&A.j?*Z f K`USafs-</Rސk!oeեne=ue!u~=Drq[4aGNŋEpِabi=D~m37}:̣θļI$&[4FpM[BCo[	B޻")ŷsi/#CPmМAF/{QO]d
^&"eD]c	npEM`bfEFᄾ8WjaTF:_@{j
{\Lg_^̒СFb2!wίoZw;]SfE[E'bym%0s,m,qSt/ƌ+SN#%XG0SWGo?Ϗ_g+f!2eӔ^hTL#`tOQixaAH-]B7K 6'
쁝"*Z,0>fLS\R6 `ee} UooX%Q9C*p[M]iǧgAc#u}=;?x:{Y~zx͡kT̖7_&\Gndjqbyz.Wd~`wT،lBfwhme
svk#Q	jmo>(ÖEtsBҐvy؝;wq[T3zsFzN8E?]/ݲeQaEz^n֙F?xl`lb#ˣ+~%b%οLw;?tpB8?gpZ';?= wWnQs,%ہÕ-4dJy)+xc{flDfuytM=7K	쿈W9	_f	_
V.~Aixo4khv|ɘA/⺠kɰS.jX4n
v4b]f!ISI"3y8ٻ/N˝eEUa'Sl}2;i~?$p3BK'0ݐ"	qo	HR+ً/=]dfBNZs%. ᗙ注YB½]q&kyZ3h.ם,i(<e4l;r[PybB\.2S	 tau_1*'i~u_BbE?GSE-B͝]#ώ"-%qyLsZ8sqv[=%0Fe;%n~V
SROVϫS8ݴs
%q6\b1|RD$
UR֕J,&EݐB"
`͟VU]kP(쎑Cɓܿ]K;?UY;
(h%XAW 37KCv.<ᨷhOWA\16(|h/hT52s*rh"FHd tEY,IPXù˜ ^'K+)<֤1~4ՊMn4替ϐd? #_h/)
c	?tA	V3hW嵥ưkh)@Fo!K^@_iۈ&RHwB.ŷ~~8Ԍ$ *xf[3
EGf34(Qql݌"n˫/qÐ7>Z<{|s$oz5WuԱL:cں#hۻŘ6oqy]_NnD$QD?ѿob\^<zclAΤ>T@h+ho]//h|YW)m֥2M
aѺX]@߈]͈[p&0IL
@W~WJ'4ǰf:-g:@QbċFG0׷M=#='BHVv
HkU~YUIj<)O7A2%ӕN&9+cÚ9,K;cdJ)!	́[Πbk(>RaHb?K4!Ŗqd#{:#Jdw_~GUC5
1?̖117c;J|r=Y5{tI8;1YS0Sڀ^6`2ETNj}1x	 0k`_k1c998Z4Si>mx6 '8;;qGϋ`\Bs~N0tNS&
{sO-VjĘХ.ԗupX'\۱L>	B;i{4Qa.+U9#9H=rN{u?=* 	R5e]$Ӡg9Ѷ'4%ihYDtΞUD]qS)XAx,-]XNUK'3/^O^̀~AOOrɈ孻799d`,/Kr=6U8x4Qؘf(xZz1b$!)ushū_e]dĂxL9B=D̀
NaѳZ
١~CM1ƞB;$QA+H6%z<:)-Jfc9hPEȠkӬ0 4q
!k 6iann&z.|>bdD)τWkJ,JKJ~yT@4P[rŇ\nrȮj<8$nɳƩJ)
S09V(fe1Tq Jۈa
ʻ4CXBxn-M;Fo`Q){(?A6{.vL*HCQٴfhR	KX'AՔdO7x{.y#/;v4Fq\*|?4gBK؎5E!j6?X N,fU .b&
P/9\Ϯ!
;*[
< ,[U&KVdqESB'OM{(:A;m
56Ѡabf=jJJ|oAq|T
t}~D +<zlSOPh24Ci9tG"8vyy+3(AְgH~?JӸ卖J#`	JVnۼ
i\KW2{cKJBg{븶DװlX%0{;F57Y,i`ȡ
AYx.ijiZ)ꈄ	C/Sp67>nȗ]~u(XYOЍv4?L$C&ܗ,UE6ADaWWhWj:"mD`\pY|È~C#\OB-('F]s.=i79% ݱ'С_0(r̬ٯd-cF(a0^jR 1a	7]*!x{C!D^V5ٺACHO{
Y]Mgc2Bޡ.ɹ<@Є#h:h\jI5fxDWFQYS /b[%e$]GK,;[u%[g=zdv㤹>8I0[9FhrfRj_+n|&FLicjj\}Ky"edƃu']mxcA.b\𑓑V♜NեٗžK'v&WE,(	LHwX/xx!2m&Hm#nI9(\Š
Qۏ4-HD!{>^ coŶ~[v. 2Ǆ7&r/d9K88\}xq+i⬇7:<lڱDrI&PWcsyѣ'GۑLOO~j{Y@|'mS'Ab%9`ȏ'.6.^b:*]9,SƦ%H:m<w#d[z؎[7b[_0)a])P?`ag_
2Caڶ2Sig#_2e9+ּ;pw^HmoGá=ShCOqkBXpg`aZ.Tz5Rc"PţolV^!@tjmf ЌTߡaT%x=71'ثҘԋe;%㥚v1T{)vSA7YC)_!R0
;]nCl]^c/dgߓ]E2xNP,OiqMb%wX`dcbs\;sbRcDy𕥭h}Z-hw S8sd>kP|D@ӊك'ge8Z2*W9TWxtrq>d^]_<Eeӫ=`~S1QofphfiH$tuN=}s7$كwdΖC@N=2{6A(9\;lg_>;>9oM#35a?}{,j,+?6e{#zq{Ǟ)lxcϗPȅ),t~CDTH+
>$b]>Wν{6-SI[Lˎo]3M%>O8#MV6s0x[6׆@jMG	Yy׻&fÃdYŦm{VmN:CcWQD;_ʨCȹYcuV	6EDU2 _%17S1[A-bޘv?
#e;9A{4 7ULeL蕤aDOj<`2$/κCK?f۹: \$!aeO&uҺbXL9+, $#ʝM.~>P1񔉳 E&ddMf4^#PNumeI \U! EI+dfX
dv %ot5	F?]aBݭMFBw8=@2͝zLq)!]8%MI+aiViJتj
8^x&lyīD bxB㷑fXe"gQ'Yc'˘M	b%|@.AةGE%C[LUc!۪`bBE:&!UO\Peֳz3%G
G-I,6<xԷnWHZyg>0ͩvopW@OCɗ|5*&-x\FO%U#1kSEMk> 9ܬ\2
h4U
*Β:DP	4_PZ,7FJp]~ȼN\O<9s#@oUkMn"lj.Q	UrkjCMx.^ Ӏ4U~CQΨ(ve(<+C>uބ.|CCNsCԓv;<2۩tL7@SlNpŚ஌,;,'s?SwRa@0v!?ɠE)gؑߡUQI
B0%,%h5x?<\̶3Zn)x#5)'n%Պ 쀘27H#pR-{ ?R 
fc7W
A7L߀i6Ed8%,v._pI`O;$FJFfE5$D{&VU$[$oZo]^s׸zޤ5"w늓VTP|tY_5xёHbA*~P#;.obІMOxWo=~]-6AӾ5bNbsAiJ tlcL^rz1T)GVAZ؊c6^-p(Q[,!uƌLż`өpL#BcOHHP'Aa^JKTH\S]_eB	hx-
S^2!YRS*PU
DcVͅ!px*d\?׫M#XJe EZ2jV%*[R-iMp(W&DBL A )HAS07ˌ&`ϑ(!WHmG=fV3,1,,o!|-]LR~!h;rR&4Q7%eh?ogfŇyUV5QvZ}S-[>b+ɋKiF%s)lbC%@u}iT+ґ`^1æ
%c;ݜ\:@v-]K<jrEz֣;C
[*PCo&;L?j*LLK5Y΀9μ'oM)S^omha־3;
pdŌhW{SZH\	NB?x.$Ⱦ#</~8hwAOd3>JpY)c}

e'MqLs-	ot;feoEHǰ49
P)wg}ϚTCq*b7|}^7s
Qv
Dr	vlo=I
ٯX'{pvOAͶiX
1A6FCkr*̈́5YvA4l-?TP]H,N=ܪFrV3J,$粷ᐃ'5z6cK>nCuZ͉(k+%9\Z{>?UT
\`U6k4ݶL-|]sϋ5\u4Cou89/uI=Cf}^(Sz$=Xim-9hT+
@_MKLuj|?}ZeTstXHI714߽:8z}aa+V G;Q;+é&y	Z(\P'l-S)(DNA5î74pa*<H#˂B=^@=<U5&G%mׇ_8<==fNv2WM-_֍TԠ1-"I,f,7DURfƑ)5k	'@+RC+V嵆'kgKQun
{yόd{72㦂1]or׃oF yM'6tV{79dxaA$DEIĥ
2 {.BWJջ)v%.Z"?I#:YOK0<5u#z)|7#Y㘻EeoO5X9Wj\>AWFb&E\B7\
Yi0g<:"Y/'tcIroQ^ZvIBBQLMo M#0Oz;͍b?Gˢ"/Ύ~#[~۟ߢ)33~(hi>ؑ\Mejk1gX	~\H}؆̲7f=cE')
|{|a)Ib Xj6Dh`M5;c)NSД1?T@|i uZa/ICNԅ[KK-1w^5aA䩜:g/1	r`Vf+\zw	(KCp[+Up'2t3|%IMAo]Qw4ss%GwŻËwoJh[q 7Gѵ
ƻtHw>{ŋsw 1Yfdxۉ)A>fIq=VcihB
1.h;roqTV)T&)!Ό4݅ɝMU\dQZkkPGG-b @ٹwv[BTIǥot{6}q٢{ҾÚO:o"/S6Bg]<l3~W$/p1v}3dS%C"R[$+DZ2> 3`ou?[?EJ`2}tIZf)Á*(`\vYebl9T%O2p:EjՙHD Z1/D8J]Nw-)zw3Y %S˴:uVyghW&]RY,dANS㴇EY2]KrcLE@x%O["(M[Ug-A*#j2DXui<
nx_KФSl|߁0E}'	{b<:LKT':iɚt^ Ӄ#Hŏϓ/H'+6
(%Pŉʌ-Mc	wm6}ҳeR;o:F6Ow6 ~_<oI\&^A
7CKfI*
 %lMP
!ԇn6ܠ.zmǢTݭhfWXF6'k(?#W}RÎN߾9|{wUٕ,fS1`R,[! ʕW4
2\*,U"<m
.K A+0HSE;@1"LzY-w4p*L`pC
=+8/XU 쬃K7"U`PHX;^^<:=|qWBboLӗ	h0T;V"mȴWb]Cǈe{-1dBטzfؖ:suZ"qvYMy[E&j6LJq:K6~h?
ҥisũ,r*JՂ
Au1>8U=g'9/-#"*F%

C~d梴ߑFw{_V͍'	q)?Sy}\Z,ͧ^W\Ĳh*և1FOᢰv<Q5{h./H/~ܓ㳣Fd$G4TQbK0^TMǛfKld:
"yf#)2&4|;PlihӐbKlzQSƁ52'uEk؂fD3Nc#kCv7IȤ
rl"	֊(f|>nmU'Vh4@dN[D\(9iؗZ2j(l,Px6u^Q_"ݓ/H;<^woj?ѣO~J&_\GWBHLLRRM[ʮ7(ZW*X3c&ud"y2xF\H4_ΫD:}5?#Ɋ'J/jLXt0sSNbC)+P
B@bb-
0Χ(b{`B;@_:c^+du=-W()=]2SӜAF%_\w6pŰ;VrV#@lcL		UjFuSBprQL#4xPHfepkon*ݻ+fs}Mr9J:$k-Xpi"5J$F9W`^A+S[Dw+iDZߤKAT,|+!Y
sO̵i,+Tц>!Vs{0烤^+,O rGgY6A
LD%)%v]>%<k{Y۳sH|{UY{Kjq$J
+Z_K;KC?l
N9KtKOB}=
񣽓׃|A=|t~̕_Y&`ưS͉O;cFG2	8qQ\ zVM/z}
X"`!|8 ڮG(&7U)!?xYI.cZUYŽ΅o(y0'D!
pV$iY9é@mS_ΫICDGG6Ȋ1ԅ?Ʋox'EM7A䶀\$=tC#0@v\2=mR!xG?9BcI5>Y=ۚL'V8=bCPkp`եpDu=i"=K0Hk{G0khU E!.J`!
ð?q^H9L++׫8@?b8ݛ3]H4ʶwLsё9Fh%v; =E0´JġCI6=9D6
w"-T`CK/$+- G]+P#X:jB34C,[eKd㼻Gɤ8h3[Y[ZWd:n|/j,Wx+w1a!,jL}m_UjTAehUQjp(Ӕs.ĠB944#g
xۻB-g
(AB<bf@nF0|5lKL&ujVgiyvFl(lt	-  b;|qs;:aY\g\,:C(%.9"ZVDj%BZ 0]ߓ|̒A;(>W 2	=%FSmpگQeZ]8eyS\PB(6_
Raqw:yYhzfi4dE0=I?q<^kbO7\(Z'?zK.38]	V)gǃ[HIASa)\g샨R w-]ChԳ84vlLWjtW2ñB{$.^99zP=Y$3GQ7ښN s{$[X3
7pԏa9
n1(1N[1`"LgH}&Leem-kTm5*D@ίŋƽPZM_<ߺG>zߴ?[&ɳ,Z2s"q'cy7|BckbSa$GH.^+Oi<
YbjojkC.nYlj"Q -ZP[SFj>`0T vf?lÇ<E$'1DOϣF9@!̤ ~d.o({ƴ=Oc$vV]~?zg"LO{^''չvƀ_ɩ4TBU'ϫKZW#J&o1U9%N8=QJzsԦ1Z^x
ܧUן	M,t}Ms	gd22n=٬FHcYga(dY	ѫ+dBYBVb.M<珵[d}ǜJ
-Y.]T4%yE>s3ǈyR(6{}&hfhG&
2ᐨ7!	<+w`j4I~soK|AQHbX4Ĝ#wFԒH9IE*Q#cCB|hf5`udRtESI*m]	M8: 暵=Eْ]\r1
:O
%ɦ-si(Pnי!
^Dʥvy1V:wbg34%$pFpW*	wID<x>F4{[;+KZGչ3 PTg=m#͂6F<
g{D
XɫM(uؖH&KgL,%2ߜ=\:MwF=NkϗJ%H=.mȮ
fo2a.ᆘ#2B,XؒeJukFiJe!6YwmY}5be6q&®2r5.CԢU&
g3c?6w{ng@܏ˢ55G偒nxduu2
\ aCٳ.nFVZ4w֒yJE>
|JOzvF2Ө['|h*>an<
pO nC_/(vuS6Soׯq 52S0]>I~c?y.|e'^\&qwrF0w!2
zF$$ ?tgtDKqa88ɒBmq;ǘ䖖ǱɁ);O<CRF6TͶqoh<.cGοb.^E̢!1d&0M8ӀIwgiĤju@XW*䅧kfʟ'@SQ҇qtt&#f{NƱKXW|$KCvOXӃ$_G+9IQԗո!:_(!Ed=QMJݢB*ۤ(-6
;#3s
7$04PM&aFm"I"⃆ORMx6Ġ%>25]@E[-皔a(
?;w/tlz$Ki5j`Ki8HZ^[2-J&Zy(fcZԭ<(\"
AC:|8 
aQID<F{pnņ֛BX4`M#=B=er ŤRhĂ#CFkLE'0tݔjʮy_r_Y15;Ug/1AlPS
5<OH|V;0d>RzΈa @svKa0}Di_݌.yof뱿
bK}E܄_܋y<=?6wI&or0m'}_CAgD1.W^I!0|V7۾̩R#sM-dF2$18L̿08M]MJIv*ZS*Y$h/p P6*ʹ"Cb^_&FNPO0[Ob//ȆM 3՜j-`XlYmy*uȕ#Mj1Ş-L87zu#۩\%qVC89Ai(21L#>O9bw%+:xMU [S52cpk.4b
7!f3Vy\by#,*L׮o`h1x1_,J|Vj[S2eZLopxҞM3D-:P,*Brl2/p-pI1"6$/$n&CvU	F0})DۇN7ړKa96?ZKMg`hh%b	/1nwƘډB8qd'"T
$	О=Y,gIaLA`MJE3Tcӡ9	y`,衾I)qxb7<(2s'Ob&(|X ):Ge[}R""F6=xXs{Y:4s FW1­	<dkx"ݾrՌR^nC:#λo@Fjea4q)E+|]ԇY+cpPYX*H+_0EW0d}ԥ:(\2ݷf}Lg5L_ߧa(yLF=i-8j2/OÇVQz=
/jLOU	Ke']\PG/C[+7/+cuU\"ZWevP̡ƥ& Є3h1)6%,@zƄB֡=3(3gTW(JWG|yb%',ǳa(lJFG$D;2Wke%?.W@D}MᤸR`S;dfŵ;$%ivytGw3KA3lAsGV[%tj^xXS~t>z܆ғ$=suz;Gqzɉ'#{x}k'Gۑ[>gKrvS"4ruȈ(ZSAp[J^DD8p4LPkޕE,sބujFY2v/LxWM@W̀ZhP,3j
7Qe!_$z$OF)sڋ~Nk	3;geϴG9&9.'˃"͛9Ī pyӔx('}Iw)E0^z^_io+Q7C1OҺ.j$#Nkn" ɨ^"ybWJyvֺߨ>6xٳo
tC/7©C,MJ#0"#)5	XT.3$h)Kꔕ,P\KxūB
n'X''_u0x0
3	l[m*_q*glшQa!qhG O$fݹpKaPEg@XxY7=Hg~z_5=b?o_}+e^2*NaM5n!ZjIIɗXUڠj_98H%}%$Q50b?:9@{[5g
b :Hx`-Gw=%`u}lTE,դ'tK5W$1=.C+7 aZ^*WkdW13fwug-mB5vBuA㥴o}
e$]`1; _$$ITRd)'T0a;[.ֹŮDyIYVoVQ,=	'<|r=qz+ݝHɌܥ~jNج+U`l[ܽ4ƙB8 Jdw]	uJ@Inf&Hj"6bY}
i9(HyF쪘	|bPdZG
w<+G5#Q1^"xǵ.I5{)2.`%YHN&ʪ<SuzthMK:2&if
UmLsȔܝ> 8@%>44li9?ĈP@:whJz]#s!4*	8-3.ô,'ZX>N
ܢzi6zW
]i;0jxrs:J&"6.wѭV$[9cinQ$%1+qsԥiܗ0L5BoER|$iJpc"ص̪tK*f%l.@Zp=n	o:?5aGN.cMGf+zډe%jy[DB[1ټ'A`ws9 rv/ͫvPh%<<uh|mIM}rDuvPgzXƭ!;!{{	d1Ø%s3Q]bF4)E~s:R*(gR4j$o@6rf2E$E>h_-xܧsj5f;mq٬j&SdJz,qd
JцN?/_wݽO0]R5^9}ψQ
ϿPI9LF'%TqT[Á!;2t)=J9ʁDO3;̗gDЧFh-z`"O>Oʜ5R45_h}?+t%qh(UJ\!2yf5b,~r=ۀO$ܦp89
Mܳ]B=|KؽuI4F݄[C4IYYeƦ\˕$ʯ)bb_<R2굑o59}F3}0;}TAL[|||ݷء$$HTn%czl
Vg.zZ
V4.e)X]K IC
bx}<g-k	]?\.^0'ߞWס{U˴=rJ	Z۪vp;V e]4ֆA ֶs8/fd\&<)*/EY@b	(sYQ׶JV6ub[tXC	ȩX3e"ziR$	Y1ql2ېKUa)g]TԮ`WGO\Yk}
">^Ô(SSF.IXxls11cDá^J9aQv!0gی;F0b Gլ ]#aN:5q0cu=}hx
x21XL:(DԽ 83v
8Q?z󫲜	[UU}sA9_GP$I>!\J'~AբL%qvF<O%w4W
;UI!{ q9l
,Nx<@$ߟFR+Zl,Lܽ;!<1ߙk֛svVrajnڶ`n-
M,p+#IxDw`A2Cw/QDyMe}(tMRs-Ȣ쇊ADeNghѴ]j
dXv^ sjPJToSqTm>䧭ntMzrBMe-H^SXár;zVMNI@-Eph~.K];RԲGvU47k`;bI\j-b.WS;3_1;[3D;!'̡>JOkanF	ZdKZe dݬfcdY,>:i*GByhfp#)7<eXuDQMW2nV]·ߺ(c6R&K:{ivh²=9+U?/rW #~	b԰I9yA>VYט${zדM.JFH}{Y\.Z+DltW~D/Bm\\iKCE}94A*gcZw0_嶋;44}
Qn|ck$7|AIr)5x}\צ_9x`Or4﹎^g܎n`QFcßYsyU&A{{Ƚb\,y1|/UHe[MI/ȃ9IUBi[v|rv_t#1;:O3{~\=:8xw~B_L!"5R"%@DxX煮B|t}3{0Rz0UJz3ZL&Af>rqٶo3_}ʑ6`(}Aq&IblLۥA%驫1tƞrǡ:F$\VCfvO	SapB/9'^EP^~F]@4¡n`GX+R+#hh[~Gc}% \yԋ;S
Lj%L4As_vʿ4$S$%>j6.\ɺ#
p~'He1xխ쨨Kvԯ4/)A2"^zŅXu5` ]<[
U1
8	|U0%t[HJ')}7;۪X.˂JdKWZ5oȽ0U''ntܳh\vggGo#w@e%W)>,
8q;rP4ලs U`wQwRcD	J@{n
Qvq0(|5@e`e#eg
 rbNoqkZE]qP0No*Q>$֯⫻r#>a!rwp`wLji(m1b[PvxQXeԴjL
bN.I&N1\)u\V]
4&ƫ3^+/TK_Gq!^@5Qrz^,;d9+ȭ^l:}qWAoޯ==
|mO4_S.@ѷq6ޯ5_'jwaWR$&gK'
ׇ_|qҿnFż/θT)$#_A'Z)/5]x}$gw_Ͷi|~kˠ~^t~.yZb*l>m'ZFPN=7MQ~ĠL,)ۆ/m~Elh<|44>{'=	z	jJn[+JơNghpyh3?{NٝAZE~Xl}5A4l:O](ԻK.2n)??T<y
MpLQ{ON_}qpB琲sQ)HmqF ?Bfspv\{tv97Eٵm̿侚S;vH <`^zj{mVsgS##zfj=󗼏Q?;'-}$٧
BJ:E=C=e?	*[?8??1_E |W0
S41^s #6DTz!D,Ź9SiTQ(57Ȇ3*{d5z
øg'a_!奣zal|pc)ݢbFlZ?r|VIlbSEILKAXyLbcdSnǒw[YE޼DIcխ;A颦L%s6i9ǊXbȉYz)qF!,rc"]	ͥ3R+Ѯ̶CL:UQ9t%嬉6܊q;}H~8!]~nhgh]XT5
diTH3,2٘߂ ߥ 䰽o]jqjBI/$"
t:w['
O-oi>$
8^Bx9$rUlY!>@IN&.k`Ǫٷ9Vpc8.ml~>H_ƿyM3=o[!zT,:Obb,;ûq
͠,CgjMɈcQ(_xs8^Hf0yh.߹GdD k;_&7>2M*!,lSLA?M[G`lB2"=^78>976:di2*i0SR>~/@ocmn$[	69߁>BafmJWoSAv(4Ivd+<|uQi_4ݫǯ5:N?Di+HWWdȎ4ߝA:neW$еC)#B\dPĂ+ǱO*Mtn*]
-MA%VD=BG7t["`2KHyEd	һo\ 7V#7-ts!*7ڈ&FK
7`ǔ/ӝimIc%QKdVDh~+QqaiV3|)/2>tGIlR.7 $C"v/S
jl`v'Y4,VM3D4DP*+"K*%a.Ш!E)A	7LKҡY'.-/UD_)/x}P6i]iTHhhqc,_}wqFy"BtG"dlOO`d3t54/(uu>2KQ%j򙺯A݋ERv݂8kJ}Ҫ.ftdw%?~?O}hS
x>*acf)^GTma㋭4Wá[ hZNc-5!c?=-F
eyL^kcW۸e-iv''ă.J2vާJ"xsp<ś㗇R̿q\LnR\L[0OI
ʝ#RLE
_ӊk>,CyjW\yωPGc31Fۮ0UQhK,ޝpr\@';,0EHW"+!04#9ͩaZd2)ҋǅg<; +l9ߥC^\{"=-U&^B%E@RE-*!4ȧ)!6o-vAj&ؼ^ZaG`ڳzuŞ\%oȽ&uM?#BbބU)VQw&/]i[Xͽ[XIFfZ5z1H9Gz6Qj49a{U?*=E>:EPP"I8K;bua{nld>y#	T"sD}rqy1Y$8
2%[\iD)[;#lJ`_IY,x߼oƐĿWTnh#HAG72jY[42MKz~|cEɞas7W]Rў+J[lN*RpT9Ook[blQYMnƠUhFΥܱEM)AH+{;]-K${iE#Ks:ۅpUtBfb@MdngeϕM3%>	X;aGR9HGxA#1P
&_QtHk29WTn[kRiU罙d퓏VLXHE7NaC<R1\J?beڹ.D(^L/"CT	g>-lb0XzB['2V<	:$20ق{%'iiZ|Wus[e`Tي;=>KE(g:VlCޯ2l2S3
!P$|صk-E7AUP۫L$ʊc:U"o(!`QHWlIHޠ>ɹlQ"H>Ti-74QF[E 6K;&.&|čуlFs6k4Z}BA`jI$(j(P(H
e=eF`N^b%5-rMM
_'.a9ﬤB_MCB~	R6ZuO!Zl(;9p`~|4%)lO\ gML²4H3Nߠ)	 
;̥[|1i}#
*o$?2cI?ec}ϓQ䞖{?s,^$I8 WjtbQY
&@())%xɳL,mޛYgǨ}!e SXܲJ	_k=%'Ώ
^[qP/2a=v|:>b5ʶ犍5൑[ܾ,Z<v\Q;¸{B(ZR$]XZ5LSk)G̮t6Е
録qӾ$ܿlMn0e:wyjnXkP	r=e(3tt~WQ1tO>=_L]+tW|xD7Rc&ʕNsB\ tR1Upu}$ׇs= b.4m=EQ|/%GA/P;
ԛf㊚
楑	,-&jZ&ByJ[X&m-1yĤH%Ol'}jB7PMJ_-ea"ZE9Wܩ2igA7iK"!ZUE~b_ZTTg1qt^kySrp&|?rFI8)#,EB|1P2%sQ䵫^3K7S"o'y%aXJ\2YA'?|>}m7OId,eeVp"օ숄[Zz.%TkMeWWIc]_R #/Ɵs&j>#d]E&tFb
RJG_`p}x.ᒰX	A!iH!70sL7+O%:NdtfOP8Q*a(+VzPF?s~.`C<YjGZ`zK /
ܺOumZìD
6#2ϵR?Bͼ!a-ԈYCup͜X>3@s5GntUFiqZY
=.w.kϐKNr堣mv29.FbQK]B>Q)F]bxYkuI`M˃ݖ)T)ahv<|u{
iWqS	F0D4;#a嬺o$-&'rr,z,;ds)Idx
X^beFa3eO`-x)Ǹbf*b-;OzNx 
te-?[X*J}sZ-*GS<&qR|A
8!rTsޛc#4N7
mw/$ٟrvHV\Ϡ0'\lG۠sdݩq?;F&9xZr]LVb/fG^2H8pbӞo[~3p][g4f>pp³.NTC_(4IxwkӰԣ\:%؞VZK&8]ݖ@US
\i=Bn]{e
uk|׻5Ff/cL2$,vk$B	G
ʣ;<|vUwbo%s̗4Ŷj'dx׬Ȧ@CTD+@YjIrf9J-,%
x7%cJMsGm[-]3BxZAQ*oAdرVÉm
<y^]#k)i
a1=-(}N'FI4x7k-K"ڹ 6o,	?kJPb"{q#?	u$LNR).K[Nk[̂I1AI!ѿk#_/@%փpNUuZhÿ;wQJ,qc~1aRÙzǓ_<6zFW{c#Rx?
Ok%fBe!wgVذ~fpJNz?}V7u?6,[I(İ^vc\i6bI&̲7`N#Ϥ\U:ȋa.5&HԐ48%KȦ
{	vp=̓xX">@**d&]sч*Iė׬az*媛f`Dt<
*rH̀<R<<CJ8(A͑FS|t J!j|Ԉ*ԍ^D>l_φGʮ"3&ݕ:R0>_{~?	"xxC`,5A_y
YTO;NK x[#n w/>|ˋ
盓XĦ<:'>]>/Z"3#-ZI
{e2maȩD]zM)X50gb-ʊuHۖk$mW8?jqqrzܨ~rd2o>ڸMĲas.Q}IyM玈2E?`&ti/P4ZDGvF}Ub|''>H%y+ijɚH`x.%[^HfPo@"0mDA+rHUr)\BACNm0Q q:jpzÓ}9-=0N"pv`mF̆!@	Wd/r<F.y8]װ-TemYWeAsV{
J#~֥+,fucR8z%&*7?s 7.ߨ=b]~S!q=*T-*E_FTʦi(Rr{`vdtǴI1{Pe 649ʜYд!09vZwU:sEoɡ͊#D,	 5sDc&	@`!`?jdURigP6yъuLnƈU汵[,7>aXm~r|v]2~2zoڸoo*N>A'3d/WƝd
5_10[qPwѻؘ9C9w/[\ӿyMvSaሇCEu{5SIpTI%[Ó4LZb²8g5I&~Bn3wdV\Vk	rCa)M_e.4%(7%?sn=GGq?H(`+BqFұ	F;\lFN5VnM^#;]\uײT+»~ZIOrb¦ÖƠӋp$gVDMnbA
s9X{!d
Fs
G+F54c(37xp%u@1+sєֈ"YӛQN̗M{Z9;I+̃<	G^aHB%g?:mv2caz+o[ۊb
|f'pywx/$R_g
R|S֒j	0AqD3J~d6*)*M`Dq뱵LLs{ _&i]jʈ22)]ӣ4MIM!yծf~hTB_L!I\F|$;QJViYWe܃~s?Nd
jF&Y->nv[&DD/"ȊR6Sep7?N`΋kH*q7i&kJWuvu%1ؼQa~X:T}b2{4\xw;2zL'^ǈBkBtvDV͜Zc[\jU֫3u\ A<Ce1Ue;061qUJbf?"><1EUppmXv}섑lLc_6}үK9q?ӒJ1n{^Ţ&z3|M6A9t	hOr6r7pW$^BN<UEl]Jt'E~ VC3A+jލ꣇iHBBcϥ+^lguB㦪oS~ e; } (p@JrSF wȣ >E%Ҥ
~AS
FP&iwK.ZgO7Kxx[be#G5{&O"A30̡)zs Vv\ ш*>[PHNKF٧_P˿_f0k7Oxs¡4nrfaқe
Z$d=udZX\Ir,p"VȎP}PWڼ/vo
5xjMVcUw4hK})Cbd"r2E.+%DXi[9>acGsIIpV>ZTf
ZR*0#"˽:,m[4 T@$g/O\b/M"tS==+e+N<+p3LvZOJ}Mo~de7{L1=RN
wֆx/v䲬

Hc&$L\@N%GS߿B14p	ӉLӜx_y6uf9	h#.B%4vB	":]_uh{yl!*d ~2emO8R߆ƑHI,jT<v)0VVUd1uYslIa40VDw*8PJZ, bdɷiezU9z?>LQu낝L'6ib-3'rŇFX̫sվZs迴]-df!Ɣ' \RlVV8)IT8#&;̫RS*LտUЫqpB$m6UFqg_q^NkII˻L@"9:{w]M3ང~Ȣu]"Lęg^5Vj:{1,&$h`7 x  A&Aќbr5XIGxHX.WHXqR~6kwr|r v
l]oZRKMgaV+p]s_Vċ[/dZ_eiVmAj}({UtQ6/5Pja`XMO?^>\+Z]y>C~iS[c	>&%H)biR32I2Wb[0ծ0?{eP7PR}=-9Q !]8,_#)2@lג땹_8*nP	l
"*OX&%Z-/ns[d .2U؜lԌϻ9ao1[rkH/<a.tt%tM_{np%0zqAw{Ƥx5eqdp"k\{ڬ|8ɪw{/4<M{:j\r(ttq+Y44°sA.	S]e/<[hn .rhhڀg>b'E^Wrfn.+COt.JiDp{v}yB=^kA0y¶vȄ{S&7El/MjaN!*1z%<d 1gq0{~Ȑ\[Qo%gfF\7,Cw!OB!ƚ#)c2-YkZ:U/0rI̙n]*w\-OO,+h`,MN/B|>~WUauOӖ]a9ZJU8h'e'33	[7?LԉEVAkE^}yDՃ׈-:GDH ڐ[Zш=0?1/yݯWV
sV & p9i9:&i$Waڧun+Cfu@;9)LQ34ߣ̷vJiI׼GٕCDG5DdJYۋ]!8QIOs*^)I'm;W?,Q֖=~ Jl/<0ѥ$9BY:1mXPx-i]g}<|w8p&p)G$+U~W[>T+P)%AGvuw]ӯ.<}kJ5Q2[?ag'a۲COE=Γ_}69{,R>oLH'6ޯ_>1?##$ۻLf֩/X]X6TzE^Ezt}u|%laWh/rAݒ}eFٽ<:i{$E`ob"OD~)!#qGq/wlEy]}o"s) .)`T,qzJ3Vj]ߌcm
ׅ-W*w@_Z/v#hY"Ӯ)'%ØHm@$O_ᶕ~[\3rNc_$a"qYЉ1YԇZ(ع9ߑdmN+&#y>l7$:hum$R^g0jaE*xDOrkdpg+vq+rR/^1Vr>+uՈBgQg_j3BnFe.W҈4׽$i+ic|	=Koq"aTn{-wU<&7L[-dM*pQͿH6S 3
KoUƨ/ПtƱ[t	&A_䄋@lw+>qwo%BƉ`{Vn0ok"}Ѥ(RW~켉VpO\ AIRˎ\
ƌְ3R
ؖꛚ/<ztݙ&S[7ӏXHj2u`qߜ WT@?Wзo/Eß 6{hc$R;'*o!Ñuڏ5(i A>n'ag:Tf;5I@cA)i5ncUk(Xl
c[q'+;KpDU?Ϙ,}.Zk7?7
,iDك&zJF-Xx¶Ù޶o8G~Pzs )mH%E5=E%[pJQ%h$õ9C&Ȟ6cX[FKI'Z1w(Ueeuü50$BDk2ĵPmV
?û*2IJq3PT
3V2+VSVdUiUCLP*wbRd7Ʒ\^ejFĉ9QlVF4
}#nLFl@inQ}((N^/u՗AiK1%RF.PӁ
#FkzU1YpmN-	t"ᴀbȒ<Xju2Ի !IWw<=1e46(59 vj9w\wj3xҮftwo~hk%	ΦPvMNHi=BjPTn-8:+4_cx	I/ڢxPXbSOif36ǵh0
]ͥS	kpS=$@Cy Qǌ6epg0⭔ydYSdR͑=6<1#'ȵzMwU>oA7:O%lV><^ff==<y|1,{/xib]<Tdt1@V<KdJm18}2:q|&:kd?
Ge&Z%D $3>lY)<T5iOK+5		@/":TW 4:̊뜕Bp	
IPBq1P~1na:fs
?;Ƭ!y=qvS%G&CRZD p D	B7]T/)ȩG^DW!l\[umc7tZ_
yp-6\33M+QŚAwcVkmZΜ.~&ic4>f!pOÌ[4tCCYEf
@Nejft#6d|h%X;qm!D]<V%wIf})A Egp<s<_r"&Tgr}YnWh|H[J7+6dm$32S/b?vVG2[v0=n#aq8"^Z2nf&9RyD1N
fo𐁻:$X!/;T!ڃ!닗B%5Kw:Fh,J<J8^NUkYl&ĭԕE=G-9?/\l&N@iѸfg<#y{ޒ&Y{CZ%[&xLGCUTa&%YyDn;5_qY i;QHjMi%*
o
xɈbjRp5ngUn0~D||HyܭO{'\29.PٛKuNZL(:mԽNmLr{Ou5	nBn WZHHr5}*m
Rڑ0TYB$p^#!s#iwtJdPa`J=1E}㾢@@m'T+Su.%.ޛCy:dTe<83ۺ
]0P|o4<	ŅN5oֿYzWnh6,ph6j\gj|5FKr߫M^&-(]f=R4%nPOVYi:N\@3#z)w.9|OjiƟJ~?4W'ǧϻ
[RDZ9p>zs;@6'^c*iߞ/kIW'{^"Lp*&?I 17_oS1I\|0'?2YB69y*Xܟ ))vUj(Rі|N5}/SɶdEDѠ(;>y՜kB:p'o=.-ytS!-7bvaj$¦	?|#Kt<<GzR_~~n<z|ZqdK)zUzje,j,7U׏\͡篏|ϊ,Ykͥgr't5WLȯu'Si|o4`G_@2qoD*KN^Ĉu??2Ěq䇏r뜌FY؉qW>F{9Ge<4dϨ-Wk
5?|g(h~tAz9-}C%i;E*3l:'_q2uLU\Ϲ	p)GV9]"I	*TfU/͏pB5-'HW>u#ۘM@F1錠c^E1ěDＪ
Z 
&eM&To7]*W%6oo=.T!s 'YlD:qyæYgQhέxA\;wـ	;zt"+t:Ūʄ+,ϑJH2M%?WFJ-mZq̬,+s1Am߮pCA5.vG7; I`=GZ_^nةkfxw@mX/w^6ڵqXߨ(ZgCkDA)ݤ<ec\Y˴q>[|̡D[ޜEL6n7%eТ/+, ӬDfhA!o.snV	*c'
3T;2X[$+v{9@
Ii47XӁ ?8B6 d6VI$<Y|YV#gn{L˄ZdKu,.Ūg`2; 4]<ږWKS(+X<rT{:hen0<NBW2oVh9FKMJʢ_NG_kD t+z-IH cjd(.cv}+2ҁ÷MIZ.12Y5V~4+w[l}Z*}~_wh"`:F؏ ُ_;365O/"t^x=p"* %[tekD8MФ<
bw0A%FqrF*̶I"UHGB#;!׶Jd6OIcy1*S3xʓIB|)'aa['OoGnR[sُ:%4~©筃ȟO+$FYTepǜ[D")d/tP/WٺsҜ-Σ_<=
>8&W&KϑgBsOTH==K@"tiѣCb<5w%0$sԜh	qP/0"$Ec,<-r$>b@HR,ɟa(?@q*?0Q40 bҍ/`7-{8M?I>T	}Q8@ NUZLR
m٘=|bZ#zqiOq#oEBJ(FOS2%hzʝ3gtVkT%'}#_E>jh)Z$7ºSΎ2֐r4hTt%WDzUX io"̙;Q`H`fIh$\ JjjjtGH `6N˽*,Me5g3ĵ&0c\ϖfRjNF'E'iA9$&s$\	KZ*W#[9{W.iLFhgE̢iT:YӛDͣm!?Z%
{~F.uIֺk-ͨVcA!wNLF̏=Ϙ81hi#o*?6vuΉWwp3=fY0V!VmJXBZſrc%42xD$N1@5t"$7S1V').YR܅L otmc5gK*ы-*	)BB:o2ҝԢZr=C9&Ա6TPd:ݯ	9'9Eg@W|hcx$ӄ/嵕b*  A#VL:.WJirQHIg_u=kXJ!h7GL)`O&UX)<F?\N-!&إYlT?" ugmM?b_)ZOԴ>Z;\VNE3C˜IρC@x("KȦrݠ}b-EWdoOsX9ꠎ:\k%c
n *~
r&
'a2jM-U<?lsZ%Bdڧnj--d<@pU8JUl0鶑I ;d_S/ ݓBE~o
1%Cɯ7*\s%]J"B4rsc$wN@W8LT{,J0RÊ|3ʵI<XU*̷7uݿ=?OR>V|0Ԑ\B:TМg#~b/<-+#MeY'~ЗVs!2@dĽ_4֡-}vthZ!Ģ]֮ǨW5辽!bIí$-5%0mĚ;ŚP`C!+:i2Zll	x:o	^9qU^8mHxre%?jƌ2ih^b}UKvoP`Y*=4PN|Cdڷو)wJ	nk@z]}G"`!<bڸZBpgF"0B*Q] &˙Y-ҶdM+G#7¡-)me,)_;@֔W(=oVCW&9H{5ZATmP19
$j	jr2=Y!	BLIaqĊt^#FCgޗ.WHz<0%us=ޙ"y.>RC.Nʱ& "9BG  "7jOYp
p~i7>ڹc-HLTI$\cHyfz~xr?$,Y|GeTURv[dٻA~//ܧV>LZ)N<Ipni+Kun8
&X7Z(0W;	P1M=sRϜYpq&{P/+{Zu^j9?0Kn᮴3Jl<ړGK!ԸY)xk1P
hk@-8mzuS%QL˪&>DpSW5 u!%^ar]'Hީ f@R,)95HADW4@uMfemVVM@ֽz\"m+B'vUx?K18_%Y:.viu<$3&ƺ.f䤰ctOzL!]l,Ie]74OI	x`ַfXRWe-GKz`X[*0[f~6e7Eכ&兝̷T%ߥs5ZpؕQMZCOQyT;Ϳ"kNKx؆xFF=/ܩu*a5#\~7k_iY?v9{nETD;"#[}J$ُ\C	ڦS4:rqsLlUaBoJH[砣&K߄in4Mܚ=;qg=nqnb@("u*DHmb,ZC7q:].7k/SY~wSJIf,\eNUnidfhu:CuhuߍTY7mhDϳoNeu)sq Ke\VNKZov|}E^rV*Z2Z"vbT8Z`xksWū'QO.]> suk
]I/Ldw/+)0"QsDN`PPZQ2^5@Mߢe&Bc
┚L NU oJE~w
󆵒w{>ЃY q$L#tRC/kJx(m
E]~\;6rK|9hlekP}'h4WY&RcQXМii
Ao'2͏H1#XQ؏-If?3"rkEh(lyb++WBsl|@ª=.S0ߣ,P '"v;{Sߗ}HI`#-PAP|, 8c-ҋ*5mj*+ca',T8]u8
BC@vI,9j:mU	c{S
R˰RHV\ģLHtX0նb"#%K:1Oq{)tYWʢw,12u*9[
?ؙ/ޒG`R"Iwr#f<#ݹc?ng[?b2~썎Pu鏤v<1:
"a}UJshS=Wi|{!Wk6.E*aq`_cmi>l`섛)]9jx#G"ԛ., ?:gv 8\A%{}U[y]`*`T%dfD TN]_c%B#2\6k#j41AtlIrqgidEJr5T[NI*zc4Nt-ﬨbn ɟGjT~DU<Ŕbpu0D4
&FǟJO.	iԚ{MF&HV|C`&kmlaMP|}H;<1#ʇ0wnĨנN,5ļlCDxE$@:Ա$\+BaOoXyID̉IHܟ+K
zA59HBe?W2uˉ؜R.H6Il
^ %8
NRМ[q Skފ֎Ql WeQu%1H{[ZQh4
h^h vܐf	{8v P+)+̗aI)D{31s6Vu0O ÚU䦮8x]{~|oֶxmemc#zsVEx!]U;J\ogf;l􌑇87[Adg,P3TttvP
(<bi7I=7Dy؛J4wQf>q̒PPGeѨg<8͸(f_
}EFYlȱ EħVrU"!]'O1ʐM z蒴c~-O7ߨ@t_sL#6ɚiޞ׮dY,D$>=nڬH$۰,NФ;
m[2gqj%qȳ"iL/2/CdɷzJ(xgkJx+O8ʽ
xOxq ifNNY]Bu-M"\Րְ܊!N-8X.qb47MN!o*pmxr*J\CHJD(,@R.0mѹy~ b<4KSUN&R'TË"&ix]EDVCg4<}w>e>Tr@D[bb)ΎRϋFu&WN%4C3uZyIG՛EiS!bRbe) %nl0`ApZF%ӜK=<9>d[GrBMގ~ڡ`U	O]{}/fnHusބ=$WLrSCE0Vc4ZKԧ\E$ѩFUZU?"\bpN/mV؊p/s *WpHGTZW?Y!}uvt֨4>$I;>b)}zRl}EjDX͔=u\x &'Aa-0Dȁjh,#SՇ0*=Ƥ7_JmGvu)͘g
МK$ȧ,}io+R8ՌM}vd!%AP<-
M
dR}Dxt؅<퀮ke3]H	rGC '/ȃ%}"9
lhQ>rI< wK%jRtsFE
jP|t{U*L0ÓP+_^d`T^vkd(_walyaAWArDo*QWLc,x!%Fm=v\(.TKbi]e./4v<䄈⾴l[]3pJ=uY2Y%_M8ZUJm.-qkr
=/R9 G
& qN;ʠ3ndP}5]*G >M7*GMJ@L^ߞ9g,lٕB%bk`SÇqu4&sy*H6=/]~­+hؗ
d\8";?gbID_}NG?CA] [?Ì0/9%.ob/
ȚV
`,"Go^9~y6Xb5mz_6E}w߅^Qab.l4o >9U)8I:Dt
Kh|I;+֬'( 1+* bR"SgAR|3'I$4sZry(9m=mx\6гVC_sȪR(86r߁6-W;bTŐ]3Vie&^ZŘ7F{uU*ZQh*Ul%h.zlWA"^DzQo$h2A:L"R("2~ޟ<oy}+adىr,;ABm5#PXj{ꄹXeb>aQ]5ͱ\LG8>׎5mۼ&]|):0 Cu1UL&d7+ )#2{_%n(ΣA|'#hJpGlW*QMh$X[j-hF筼m*K0eη
)`y͠la4ArQ}}7 Ѫ">h;w~O#2N5+3VW]Jju1_6K\݆H+{}
^*L26,護VpNowH$Zx_nvX+xF|#풋A@v>'Ox`&Z8m3΋>ظGSN*WAGK)D!p\g3(m$3
͔nmi/2֞ʱMa҆z]Tb8SÃR8mF)N:sFyaÆ"5Iqdrdї0`}%k.)*E?=ǒ'-cS/!Κ
AٛyE"Sk{QoLMRBQd;
jm7Ф2"bq4{@_ۃމ$!?~n<'dFAb^mhf_ĵ0v5iˮK~K*JTc,r[^wAB[(.J7L(1o&hh??-CNkY pd/
G%CDGr"tT '"C^&NtZp{%PZ Zaހ1JM9d39`0j==JѤS1v=3Cðjbp|ѕde59؈yPazn+%.) Q6%!fZ^xq3W?x9QɭŴ+=mBX~FȩgmwBtd&PXk+j~Sωd09v+u@vA,pժ\Ik8R4VCj׉R&a`NJoa@P`W	5TFt#""{ 2̄MkKvkWg` |l,<SW|DKq$Y(*DIRN4dX7ɄBaj!%9$!F,j~fكM!sJLIp5U^3
""<Z-̀*e'VDd=s\\daX6XK>gXgHR`_H(fk!e*?T3IҸ8У[X(g(rV>
ݩ?*ӧY$w~"]c
]7H;}<9x&ta|oq#]wgC?]?8!iƛ۝6{ߧɟ3ΓtVd5LxN;z8'?C_$:3BiMC%JL;(gm4,qJ ,) r=RR+ȯgqaRGNC+Xǜ\nydk
{0Kި2.q)5(ֵk粌5YYDP'UX:Ig<HFylfdAw/صBߵ_xAŒMD`~mنsՇV5Ӵ$jr#'dU_#2F8:p3AU!}dm}|6 SU@`ߨ\%I
-L){:u"$H_
"ǵJץow;+ùJ
bj 8i!$vcsp#{f>hH6
<uݝCyWgQJ{_)f˛\+*\pv\yNYz$?+#T_&?+ǟe_\>GwGN_Իn~DMFɂE1ܰ}6ءr<T9|2l=YLÙR%C<<p;A"R-_rѾ@'P@l!ҋ!U
͘%W5q ѩSF =
7i::-'.K*}-J/qW@
g*/`,	K!;R/QLf;
S)QcIJh՘y,٢3*ʬH.S?we(Ј|RD@4m+il+8cQ_5qzb
WlYpC;}8T<6w_'nfÈQa˽!цO@p4!g_a42$y(j|T+$XMNsG#eH3֑#,΂㈘4 pSAha6FXYe(MQpNd2Y\Oײ)B59'PJH*-M1cBձ,qB4rlU!Ip
0ea	$LMɔdT5Oq*^(D\cgL=Lk0U Ɗ!
E"1}Z<P"uѓŨ+d`\fAy|-TnW_ԊFw8;g~5%1_y&CpԬXI;~N`f'R2G?̆]6^{}#6=13
SҲ쳧LJQNjE8$zZpS30b^l0{X=ˍ
ȝ6b #*ԛ+&=\T*\2~[/z{vmP?p}Mef"iGy~|z?qO(e
37<2'b!h:BTNt5 8]u&2d7}'hڏ
L
Z!3,<0xK22bL7P9V>DySلtOdufXE&"I̜uqN]U@tcr,1.ґTL
L>hꩥ3'	IlJ*d5 WbyS 󕠵G]?F9iy?|KIm10K~OMvk?e~W5ef?w0I99a<xR=1l8:\ol-sϒPl?*ǳ.h酉:I=Iihr/<aG)'phb!9(TWFo)GKC	&ԮxF2s1"zzw.H
D\gci =oa4DFs,]P7K!lN@E;Qhfq,ĊyyáMim;yR[,h+DDo(?"v$m,WeAޤ:*UW+VZά&cDPi%3)y)xNi2y4ts_`/u)E|yyu_oɄٺ漷`"CIｲA"rػW}Sf0$kWJP*LBQ)f-YP`:.K8<jRXT(1сqeJ&=`:!En׮=*:WMEPJP,>^޿ɇ̚81%安=佗d&(K%<g:BN#u3FzxÆz'>[~qOdNѭP* J ~{\l)x{vw$g?,{يowz0^K{W;g<
k+1Upt=0g7,6無4.qN Y|{
4n
D:"B'*C$ȸ
pLk:-:de-iV(X&,fCIuU5wEh!pF-	o6{W }͆Ig
Ux*j!mQy
uʹNbi8ujU6Y{l¼)+Ïv}COHMO?k$Z]VG򕙦_f.nFS	cz%X(䍏P@쒊˲Í&	| v$3B5Ğ[r3.kgA"7jnXi'Mf$Xj_%H43geL.C4v8MjG_Z:JCU~O\1tu%ei/*< Z|;*&
/cFGUn` _DJ8-%~qP>S"Gm rby@>H$,U#/@bx5 E䥢`CvoY).'7}``8AD@#anCa`ޮF]AGUUBۚş2s/gS܎cS	TW.U7JZGѯ[i|vv΢CdZHʤ]YN+WaUɀ&,n
ߚ=}~%!Ԋ(FdSFsYO@! SqHU2WJ>l~*b׶D8KzEH
cժ@]CɅcy$ :вhJ;4\#D8HZ`fp݅+Ƈ=#1udiB6F$RGPFzr|5J2AG3lK/Ytg:r'Y̂_I^>NW@2"d orc̊뇙\XlR)M6ox}cUsbG#Id1ДFh%,WIPn#Hr.;gYDU37 @u焑#0g`0yZ"Ǵڽ:Z?[MuYYjЋ
](@!f2D^#E;LBG*#㬱FY 婫YEHa A6saR	NZjHfr##OώsR xt^V՚u	}]T
 t*v`9VETwq9[!ey
KG=&>:$|@5iwŔ"r)Zrq5qI
B}w|rV<f;k?|Ͽ	??jHBd ?fw"
'D*̄Mqp%CzP%'%P
Z7&eIo(29j*MS?+뛭~0d⣇wC{c|ЛPyZq
}Д;t<X)'"w"іi$ĚjŬMd;#> 0=7#$!J>L硨oFjD'C^K7=?}UN^Ǖ,EyOOΏ!iO<@]%"T`ʑޮ<bǫ=>@3ɨdeޙ0Clu3ѵyiXۨ92{9spa}QDM0%&jcj)C|$c_rZ.h\,Xp,G1U)i`yP$a}pErlVB"Nqf/#_зc$BL^+/3&.601]W8Q'a^qDSy*KQ~-S$SDbd)fn
 F	AXq9C1eƷZrK}ܠ2F $lߠq[b*9A-_*!Egj.9ɻMFH?ZBYaOx.(
QaMӴo~Ėߏkf^<_w&IjxQ2IͳS.ԖmȤ$;e^gqi'ZUMj.ZS(֮!|S#Ҧnx쌴+z+.?e)5Ui	d~?E%eW֨sp_;f |1-&~Aaf}Ex So	 }{15DmQJ;i᷷UyO
yDMEޕ@rHJNLtt(ky5\\JDkһ)כ8Evi&84)A./Woyw/$`S.B.կd>wߝR:|4~G䙘$@zTe3τWrC,Ħŧǧx Be[>D"KN{&iqR(fC6_|.ϊS_E^
FʹB>{n0\NqV0>"Ϗa:)hsCcQvN7zy".$NM<d.#b#3H[u\H5/
8iEtFhm$Qi>{wIWq5"+4FI!஺$MM碷f+Uv
{I&ݝퟦY#6Ky/{4
3IW&cB0He#Iw<ɹ1w<5exM\[2J0E2'l.yYHk_JCeQ?apشsդUJHw_P:>e5
$YԚEb >]ͨÌ
]_Ei^9HE%fUʰwg-eDDH鉂j@<(`%n*r	CB꽴m`Jd
v1$-z%Zuq&5Bud.{/9g_hfmoEЦ35bLY	Em|p=7pj#ѻs}Uh.V͊$k>",|j
ŗޡz
ޢ"m^lQ1ِtyE)$'kQC7jBF.ıQV4;..3BƗdc.$|RԕB t>跷[6R^@R
\iF
}](Pʚ1ԭ-|c2o:{HN3v͙iY}!1@׃$63j542ZO;{vېթ}m5k@l3ZIyo]ZJ`]׃TԩrEYΏØ+@৊bs5hHxl{{+
8XܾD )EZ؃~vtcdYiA,IΕY,;fpU*P"uf~t%h/؍* D6Ld#Mٮ}nZ篒z߯_&->zN/&;iٯlG= 0׳a%1 	vm/Crf	M|~6j<Wd5ƈ6(b1g-Ĥ}z7j;SIH=G(;+tAٍm*U|%;OyJx]]F~4#Z&AZV@>g\	e|(}ˎٻyu)Ch-e>Pjy%!ЎlZv=_>{/shW3-q|cLf$_rl}|j2"6M\h̴Y~	Ltpپ:Q! 1pNDl2)*d1O#yޕ#E*Eq˹M^W
r*`)Ve6iHOv!"݉,\W¡HTߊ*}B*	& P~	_>ooc+ytþq^x@XYC܅X6>?	({YY9h貸V@]VS٬o|I><.'P&f?OJ6wer 1 znM"|Yw|FV"(9'
?9aLl5W$eNǊЫ"\VeVs%Fǟw,G"-8İp*\^D7,&UӓϮ*_mP&AEJ>~S{Ϋ4X9
͆%m=Z^Kr
-sٙ`4K>%`dH2{L`N6l^ '٪vN )]1ѳX)0OOBʠv*#T8ۃV*K`
#6	F8wJ	ak|Jd%+lk@D+xyp~o>y7-I/2RT
0v53OsSi[S/xܕ?ydhk*}8޼n[i躭!&g)fYJUL?wXeNK.UiCӋcGɤh")-:KֵCP6YJwiqw2R$E/ gY>eFNe\LS'8+J;i8Ti`_U*_Qt.g}%(#<TwJw50RB&81cĆxXG4l'-H7M}ٞcA=zO+Pd;DK7q
T&!=}LP&^dcbW͉~}<@/Ibǀ!5[vTcgHInkѝ槆qGp J~@FOnEz6)o+w)MI6k3u*~R56񖤢md|[E4h2sM,޹4L7yeM=i,Y%d*YW,.[YI[AcF&[*Ʌ:s;^Z.k߅L{R_TG:3dM7e>Z#xZɱ72@ۘ`[ǒ"Q'oaZ(2CZA(Z#ֺ
VJG+΢PufeEB OJzUUm-&#~aPqc/3:@$-#ZNfHF
cv:}8)Θ0PMJJ&Ւ;C\a
}^~ЕܰU>h)Ő޾:qⴿJY(_+Zli~xN[#%oę.p6c@ek<<vBN\U/n􉛱?EH7fD|,{r.7a 2H<ܻͥP?rKAR5v&&;(*cFR@rpIs{|^s,Տ>]
{)/Xƹ:I<"^2[bRU"GkϙJ0˴}ʛ/Q+2+DDwNL:{6J3V!Qd1&
`p
g;D8jGb wEoS0\JM""e2@aTs kb# VPg6<L\(X-7ZOY5:q>`(WTpU
epŋ㗇>xzGO=36)f*xD}͍Ș_",b憩2^ӎ֌y\0RoĔ"?jE8+o؝2<d]7`nmڢ40
9Mi)cJ1YDKxtHf19Oq>D}k#[ZB3D;5a1ה潷gA'Si	=Ŵ;t{~cv<K p>wy۾9<=;:~?hҟc+/k!cDka!F@oӻUp|!2ϏuX./鴘7)^cXPJ诵ΏSW.=G6K7[z/A+-^J̌ƕ뾜A%*fB)^fPĘ, 7M`'
:4Y5xVƽwٿζ\,Viv
9{JHX[E
Eh@EY?Y-ɥl)'hۃG]ga~
#:Ez6yi偿#MU
wxpҨ;vJhRG,q
]5쨂S@!%;w	Ұ*D(lg~bԐRoT\\rD|Z2uybaYN?5L-7ǅ#Aޑ(F7.6RyAESJz11DR"3)@ڕx:fK̼ȡx'+wC9%\DF
^v]:hcKJޛTBJ>1wQhꋤWxyz
=v_vnD߉aP`eLEe%QVs;XZ
3G"HZҬ,ԍTAEf)%^Eēd!^EA|o	yRENȒ"}Nr3 ^#0jjea9Xl%'hML.ZC1ݷ^4\;ńPsyt1ZL)14j8{(kMDQB˽ݾHb<Ifkdd,f-%r~*I"PR ]Qvhv)tJb]vEy܇=:_(Ў$XDu CR<慝0GAyEp
kcqsH0)PiFj@1WWrȴmƸ+-f	B*8@z\<-/H
	?kK'C4݈oKchP&K%hpI
s"(M9Ӵr2$v:40Mɜ\6ݳĮXݚݡ.45:jK9e
fo3Sm*"S5d<h8kfN\gs
."ljRn)YPIACN9a#,')0q#_ypsAt9ey%}bT@tTm瞐kȯʻu{Z</&iSOcyAnKۺgF7kz)qv3\#fElʩff)'$nDvEpiN7h7bkF5ʌg	Rh-KHy,p(kvs|{7UO/U>o,;V-a-rT¸wa% "H$,!jEX
׍yW	lAlmFmeآr&NR<x9i|FhBtjb'ߐazBy@sg&[:o/JݹH}ERm*0C\qc]8Yi^@$J쟊O²~֜
B2O\֛Ҍc4qǎ$L*G6qzTb/s<rwĥV4e[1c_}Ϛ֣ODb?=ӏE؊ߙָO+2`\XR)L*	T
&I7E?۷jGG 0C,a {=E/PbD_/2ЭУgi80Fg\;)?bL>=uߤ͓!?~}@;\UY@Jp&mz}1
.ՒzU>Ox׀'磺
="&ӂ1UZ\,B9utQ
KYْ;fS$1fefN # (<g1)gXdŁ,VK\K WL!Dv"i@2ng}ްh(pyJq	5Y][ DkzEP'|n_wJm-u=doS@*HqG
ߝ>ueZ]h@WeH97O9Tb h[j\`RdftVT81$Cb{Qt3G
J~]PUI2qͥJ}HOh9L|^=o3j,%!4Q-f}_612z<YH.3qϝj	5!gN*7:UۊLIm::%^∻+U9{[>-g4L'JVϦJh|;4㊁
o_BK-ŪU"<CW;l1pt6
U.c>= QٰԩvlR.Cص$$j07ۮR(%W4bTEB7*ב*A	S5Q	!p,Sn'f/6F4R@ X./ܘe{Ԙ/YN{~~O|F/kYV~<s01Iļ[){U Qܵ|kTqlwK[$\[nAȜH4pefɾa7laNc],w'Cw	sQ]&ތhݳ~%!=7UtO^}ڠ2H&iLUPܦvI(uG\amXϔKZqPkRrh:3Q:.[Dϳb<
5HO"s.Elyr2Oj	!ʀ
:c
r Ըr>R(K)ZIk bsQfNWs+qdcW򡫆3Ija [)9X6K2FvT@!17 'v	4y2AXҍ+IçO'?5KZI:
oӭ)~$㋿}<-oSi6elEwd5dyB a9n/܂=_c\٣G4oSGG=xXʕoǿ-*b	;-Lud}xL}=r?ygT"PM
7w^G}
Ah
'(+Jl&e5Dl2! 5D?h .~7huKP觨`Aw	>Ge|ǴhzQ'_:z}~>	 1T4/)/Fpll)E*3dw0E?|BhO6HCa#QAvN$Jv壽2f}}Vе	<ǎpuKӋ!}Gڃ%rzO~{2&QnA))\ޞ6h3+f	<C#-oUUq 9?MkS	l$ӮH]	%Byvt)BL+
L-\R
}KSDX-<IHml (*#) Dk6Iw$<>	:"(h[(@\{O`kѵdJT?O?ϞB0 dCt2`S=rghiTlـb/RMėhnV<zDƭ^oKNcmKؕ-);?认H%1UjjHRED=.M?V\|
e%ى|xJ^C!oנ~^|68l
Ps޸	,H RB^v:
K'G^K+'@Гz|
"ƽb*
h5OIb5](HqzwFbpF- ԵG}n~1}w$ծ
g<<;yt:x\'=sHK
R`_qWK	LƸy3PPخiǣwI%%yr0T;""]In7+֬[7FHU7@df{WJhL$MޕbACZ> d
]Ilj-s\`dgla]h;ԉ8;4:4,P>	ukAf&Ƅ]Vڰ%6'a׎>1pN`<[=#֖*.=Sz=`
/R"
8
W$p'/|'ŖǼw;f^Xxj)ӢFFcZSwmJ䄑+LJ<=;|B1کY,A_)@).ŏb,,VtlaAvND\85D_dQAҢ#9ѐ)(-'=?4~"Ù%[
mo4[YP2J~&-ZBfֶTcT(5˫2FStT5T3%D
iUf+ڃqrN®K9TlR)NX~9{)xHzkH{˭Acmέ r̆*[m殎btJ4vdΓfɄr) @\$Hzi	nNBnˏ2Nr:&c)j	<ڤ|oMOa+(XvRuG"Fu/Bo?|ʏ<._kjLhRva@V-F-N0ӫF}ޜld֤OEA;Nj;f!+ XvkHNf3/['~~K~E)ear՛[m_#.B2HQLX0˪OXZak#J
]7b0c8RPDIm'%0>bUo4
mrq[S{F9mCRUmD
U8=HZoQhTu9%jBhVU۽,|1OlB?!7AƙT'__!o+JK)QY	.RtZEǴ}coL|+)
QtzdMo	*̇lׂ?9=|uz .Z^o
N	TYY+	|H:m&ISىTUI8䯫fI<!Y#o̙^8GGJ~~Y]LGcE7#"t|o~4?Ⓛ9*uz04[]9S?э>Zhc2>~4~?z<7$~g%7,G9pdoǿ<>ex>͓'R_/q{wLOr 8 ü&Hlm9:1z{-1z/Dc;lyeEy96<Yљ#G@l|Ҩ::A 1׳٬n<ͭ41uY.\ObA`ۥzWS-2=xC;|ZqPL\Oz[g
dmQ\*ʴ;Ti͠ϩ"(OKBwA6˅P~֜5FMV4K"?1
U4Ec2
¯|,ϝIUgH}dwM˽Ah?7쓩BP-WgQ5H5t1]J~cr_b1JՎ7`{eôiFéU))\kBvԃs{ymsʣ%+䏠!$z`?zͽin#Y&Z?DN].VEHMER>d6&IFKF?ZF/Vw^@dK4;w:ߩ
(Ǟ9HMԨK6SW:udkyNaF05rYh~seF<wŵ+&Z$<2^I|O >VC+{*~>*4%ip[i;᫔gȤR99~?_@u?XD)99*M@&nBEblJ4MqO0)v|9\X\Gû$xcOJߨqÿdxDP}0 AC,wcn͗hyeY%f{1|.o'|yrsN"	)&Yg\u@=Fiy')S7m[Њk=4bPQd&crЩ+D+$^Z=E5-ѯJ3b	D>-#j,J_s;!YiHeVqR[IeCzs4pdQ*YE[TT!á+
z"Od=/o:Q1^<8;hwDHdB16i1LS>^J24TCDS`y);($`EUD2^erJέsa!`&5q
|HK=DR2[3eݽb].6jKjzc<FR}4d?[0u`2-b`
TH	q:punˆ?js]5XL0W ZxKQ4&v:϶h`{5D!&gL3=eA6t4|%T_szd3V4Ԏ	++BE2-je<ZOW=߿o9_Pl,ۅ0ϸN0FL~hY5}
 /lk\o¿	CM~1ONKbV]ly؇ȫQmS)R$OM(dW;?I0
*)CY*qvk{K	gı1aPTcb;?p_i#e͈
+ũ$9Cp^.& Wkp\fm VHr-B3e{$b%j!"8mCm>'Rvմ᚝%e;C#G\2|V;	*ߜ?[[-8&1Gܺ'4j6OC~޷zY#+VVGڿB;ث{oZ׭
vwwAt?˳ueـGd@.Lkf.HOC)ۛqiqduhQaBrb$z~黓3l9GIZ{:5إ֬)j7B,%w~#&??KoJ(M2GQ#U~ܚ4qt^I\ 4Zp=Ĩ{"@υDs'}jX,keRY}%X&
b)^JKgkqc.]۫ 
%;Ft<(҈";KZm"Ä2	}ͽUy b]`эPG[3oFd8젖c	I5.`
TSflE0t)v
3RS)`5uN^[䂣]ni֟9m62VSDfj=%KX8S#7C02D8*)l ǯ'*S Aš_cޡ:H9ͅtp;q50q)	Z6Wč3'<	ZSgF 6in{|	ZgGQ{tEh
3A356P{Cq:wD д*ш#4deyXtQO *#ӆDC48g!;a<C8^<q;Y[N644

`F2gHm)%BHO"Gas!I0uWA,)^k0}5$#?F(.G}?D:iXJi?f
~A4vWfŞAWy~W]SUbGڑ(aj6nRRGpEPTٺf"TH[DLp-]JVyɸX(6"o+<\	<0,.5ZY5$@"FI.Q	3ىX䵛+>NwB2H鹀Gưiz{1W=Cљ.6ֽr=w׀?[bśDIb]`b oT*  #BKz%
S:V;a޹aM"w,;s5m%R+]zP&?CԆ$ pcfXHL;EXq'"EsBB
A@TQ}JE5i~n e՞D(ZU(HVdMlBS_) E=e	ܵBimZ6I'cZE`
4bYEӅ2P}QfX08g"BŚ/o/׀@9G*3D1
' w7=UbhdߎG9@/$Wv;tncJ*!:x0GGy.dH*eO3_~̳T5kP:LB<#J
+)_ۓ̭nBAv C$IeJ,B/ ZS_C(2_IXw˄!*e/d9Jx
]b	ju5Ԅ>O*{A6m f)+|v̓pu9C"Ne;oQp>/C~ˌ4,ȨHta%;.RrH+?$Vc8C$dDf	xгcc*6s *¿AGP\RH6^X/d>W6~~
eޞVւp}FDOO`?wtG#ڶ2kzrԑ?NOj7}GǶm~,̵2RZ}z|瞦dhm3	! ]Z?X-+4 DeW*9hBb.ߢj)
%95c	?eS;o*@$fmXqrτPba_MPmr"07L(dݐR@1h>	L1da;4H?xXBLb$}<c!1^Ss愰.8X>3"6'f iv<((MmV4!ETь`!4/mʦyr2"5rv(/ƛu),]?4lb,`	ذ$GJtlU_B@0?JÐc$	a*(-<KnBT-5>bF37'x~\< @/ǌ{\!&4
$EA`xvcM;Xp8D[ms3HM8INs>$E]jav-G';YDg7SoP此0ފeoX|#1FJX'#YKbf<H
[ƱU´wvN]k=
_gydVQɶZ,&Uݽd&5 [FCk׭|rl2oԤvWa2N ep5*&\-EaWJ}b%_X5y'ceω27bH_#?ie';PFa8JU\b 
:d/æɍĂjJ*gI8B-v3c$kFwNUcVП {
y&Y/AweKyW_Ja
g#.D<"_k<۝ PJw3JY	
A)3%9uz|i)o(-="o	I&+d('c72{sz?1kz?B*X`U5W[E$= M*
.hH9Z++bPஸGF+/JM	!)@GP(#X/7JuĀxP!jC=*{h	֐NlMKS+AqhpܡJ9ۂ-p1[JF'`	#Iĵ7^B(r;3S'Sa	M`^ Jn<0)xgF
+FFl+TKeRIf*{inǝ[7hfPceFb44Z` juGFj
Z=\g,&
!=bSSg`fs""'xt2D*`1V`V&-AifiM+hMxQ3Le<m1F-昏	Ց,|bV
Q-]⨰~龪>dF6#~R,ib/`}8Sr#a'=yT5+z$=j:!<T/kR`dfdIzN`ݡ5H~mᆘvߜ"iX7q2\ydҤ0*֢"=V2zdt {1Cv/iMa _uT=MjRD0Ƚyޡ*7xSJ-חq,JL6
jtV#LUQͽB ;^aWP8"?S@?fD&TOl^)P`$eԌZ'啡HazvXp; t*p"?<pP+uJK>M;[eg7APg:PSJnqKIR$<dac
ǁYP?a>ͩ~ڜv9h*[&.୯0e PA=i8 @Ed<zT1Tt%ʪG@9$hKΫ-N#hbae	f-9R3[-Qň~qRAK2A+э7"?̡8Red"-	ў2':N\Lݗr7IfdYeuaMaD%P/I	bAu2-gj*xIDZ8Hi1ǍPD*gݭ3!#R3DGh  С"2jՠܣIee(-}-<U\VCŨ r2``kBM-}!jM4M(ԙkCܰ:0bjn_3"k9ɫVaMD:p
+X>A8-g{J 01HĖd*=2m^sfFL`ykC4`ʝ0u
BS*
I%]$J˂WMf^M
NAcC(|tH~XX7.4ɩCb~	(Tqkoe{Y=zZN
4Vق
	b2f5&کk[8alGiOt"tP-v&
SK#c
fȊ1+4g
	d,lp	ÃSc$L2f%BE2f^֌-T˸s"҉"ϩCP_-x(H4zer8Z%;QY1LH)K.&hp-ԫwNL$uV:*R)$ZA
u^ lK4,>;
GDK'T,&V/(2@r@EGVq/)ݨF׺"5"J3{
EPdX&qAӷ4(UH{X>e'TIUœ)rFo Ј^Xe(}7aeYATDFvvͥ'+aGʺ9֍k^ѶF9v%@B>ȤH3Ј1Y]@&(0R5xg`pjp|#AFO?ᶗJPTPd683TkKSJnZh=(&di'?2\DB&o(w3xRCӅ)TYQ($T<o=}=`ys6{\'F-ypM.JD{sRԬ*K"BGxE'}hV&ǒFSmX\f\xebEc_hԌ4Mj Rtj,w2RC(cIᶂ:4R/ i#ר[SUXJ9`rW-0]bXfղ94db^C(wĚS9v8@I3&,_8X[EisdD04'y;QtΜ&;PIո)LBD}kyJd 0PVuSk0o@ޞt
ΏK.,2PL ugB_!U7nps-ˬިӜ}V$г9Re\E&WJhrMtQ4pz9%6-cR`{\E
J!1/9qY%pFq`<Ȍ4{Asw6>WԜ6,
M
M!5TiEqDXH,ԅd{6֧dueNBP%*{x{ tLj2i6V]ggIwRwT;Է1ntR?&;ALGVUt?ٌz*@KNR1+<_kedNl&K3B0{X̥Q^th- BI/AGe2M#rJ3J)FE^NkrE mM7ePzMs`*eiR6!`3;Z GA1z	-#J	aW!b޳]F_>[}1^zphKO*+#y"Y&*-ٍ+VdU!)|g_l^p4'l@7K15
`e̢X:B+{Ȭ~`A׌$Ӝ@,'Tx\_sq}u-G,UͩRMy34<E*VLDNmya	4H'[oS3S)Bꯔ!Տb=	,iP.
E);PHN{fJ/7#ʣkג']!9P2:tș^'ѴM*sB?Pb8%됬bYWD~\V`H-'~̹&g6Kj4lA9ůT9%$w$$s"9Z9GxjOCJ06eOׯPY+5p~8/ÖjB4q)f;"dd׫	6F)pXĴs
Láq}%Uo_J7HxW8n澦SKEkjh f*hx1%)v^B"7XТ&Gj-*YPtm SX+
I͜	mAklaᩑ;oez̑#İFp|9u^c/~pmw&b6Ew4B+!>_qq^#銁cʦg<ս\M]/6
^H$n:!T-%ᡩ
:Rp=`xė~?I"N6(e RL"ww13õ)Kv)ӹj9,Յ1/tf4JiHB;P>z\"X#hh.+*۰j"3_P"߯2owI­i[`׵A#6烛%1zLĚ+Bhsn
&aeH4*4o4бhs5\	;;
!H^ Slݼ}[0Nv?&O
^i.ק:@CrR}mKţ)"a)oQD::`Gym[tĀY&7L=43áLN6gHr
zs	5Bw_
9цI`iZ(?_][am`ȴG^#.֥.LU
#S.~
\pM 4@ac
8|ٍ9NQ^ABoS1N%&~Gb#KhؔTʵr.3$DךhJշ㕶.4,%[zԯ,ⰄTZ=1%4PSFy[Q(LRPzG(LBG"#:~Lr&T+Ƃz'Ǫ(KvیCǯp!@J7@!W>qh?ya%<cic]ZނqwErC1Q)[fD5i	?[[BA
)!mYUelSRFLWA0:q]ѩaytFh*tZ=痽ui.tIi]٪
;%N3 sAq}DE7%"2+3չ%4)Dغ2R$)\cZ6%I'Q?a6sƭUX x7]!daJ
$+9
FO Q&Xϓn NNfTIK{-Ϩ2/ʢhB+UfGYk+%#]{7I4r,T2rqK	4Qim ߪF&A·	9}47 J#5L @9:1b[a+G1y2$[d{ux'A
=4߭,XP
>r#/nq4y+~frbǓ$'e]cVW|u:vo61Znvv_	BUuv~mN]vO
IQCO?NЇ%'<GV}О$t~v}պ|u=BB?)OYBqtтhJ 4t:2#[~̐>tZG^z&t}wגsSF`~hhw\Z.ڄ7%PU ʞШ5GrGu/Ϛ/@CZpLhOrt|p 3k\瘣Pkw>\3!hr*-;cGܤ\k*;![2Юcg+Y-i>qh{YB99:7Ƒ\ťgTN/']8pO$oj7wňN:Ρ~됸8ڳ	u
OBh"$mGMc8Wm$k=PIKġJB|\v{T@i>v$!q}BES QI0OtO^ʪmM#`ĜkC>\޼2Fa]
z4+a1
\js		jp*g*hcB>O[.6\ױ:j&tNϏyEx{@dur'(j_v޺<{N1QˣRεv<!̊7EΎ$DژvV|uvdyΝ	]Ľ޿(f$texXa𕫆h|q"2&ΛO"t`zjݡI{NmHkh2?]tuQ^	ւ	]^ȑTƙIAc8rR~KHq>t/d)B<9{	WK)FYC| ޫ5TlS8ų6ٿЮG9qS9sSŽse8w3µe֠NQNPԂ DnMpp_֙C`F)!O/JL2ei 9䱼$ɈK^cy_Eqe*1t$DV㿠ag0tU4CNָT*J&h/Ň3#jfN)n^Crs%^Ur/8Oad#ZAeBi[N!uzkrOОM-'&\F~h{M\s$	"B{i(k$X.i3j,o
	$Y3w$@;ڭO4 ,ˡI5gjI#X:$HG-^J6P;,נvd4?e*/z=$^ ѵX
1]Z,#޻0Κb]^'wٷWY2E0{ M]ísҧGO2r
n`丂;q.{hfq*	8o%kMy9/r*Qt9 sKl&|̱T˯-J}C*˼5Wۡ] ̙&wޙwRa|	C=ŚΩ:IcxlbqUZT"-@1_^SD[2Ẉ9헄o1'!9w
lAZeݤBBK2{D>NrG_%鳙+*ƗAyz
`ZkO=~shr9흟[xL1\9T1'zauڛcI../3WIKQk q<]Q|(Gg=6Ds|
{Uh#zȗg{d<U^^!|{98CNU;42|9tL:]#Bs̓!9B9bMf4CDK=b@aI	Wk
qO8Na TRS_]'K7
akHEfY\z_~YYe3nWd..jUTCB^Gpb?peVm*SijrEHF!oLd-м4#/lB+Ś%T
ZC@+"}1M:O#B֙|(lwIѕkeXBB.dlK5Ao_xD}	yGWUlB*"IhO[EBޑU!.+# T9nP	AdC5	$>m®lCKV4s;;Pșc$ $|9yEQזԪq9	Lsd/[qwgq<.@ֻՇV
سIY1Uk5U
ifvVʘɬg>NTT_y)N/_kR6}s߱t՜˅	.|@;^(ѝ,1J`o-
[75!s,R"1Qi'5)13wf+&$4M`\la
$5Rݒ&W5\i9U}^TѾ}i]br2LGBS^ܠ
rfvog0a*qσ^6W9Q#rbx#ʜS)cԉ<,C3%s/
|T)|Y}FM^sӌx
_֗T%as#yʃ7Gb*!=QΪ=1Wr2ZyvڕDR,!2+}͋׊p
Z̹BUAZ>ۯ?hqs0C*:2Wɭ~!Xe6Sȏ |Py|5o{)_j3pXʟ+xŌ/"E9q6Jx_
?HPV)WCh[ꝟG'!>'G#eU!*7N]c2q|GCϊ<)͉ S%ЮCVM*UXWACM !Ⱦ.#Jy? ^pTA={ANt{3 WY\
bdM!Fܨ1fdt~*\ZJ.A
Gn/
(=M=JX`?L,%MZG*,BzGn"՗ͧE_*<$VcP[Ɂ7}{Cu0o0K]C
|kaCކ0`7̹`[4C^Z2f;qzM2\:$ɐg]#;*:l
ܻW}%EDom%OhsqdYCo]XC6CΫz-K=erч Znpvw
[1c\^,1C_~=Ǟ[<<*$g|N/ޤ~`@u7ۙK*eř|q~FH: τ|!n &T:[.B{!KgWHB7JǙ!_"?Hʄ|e 4^(H<mĴD*" T!D4{-	Up;9:*Y<"i@5;uW׻BJȡfĻV:#F;v
9Os7d}s'AW6xKBνx4YvAh_{3*q)JZ)2`r-\U~$Wy 4{ε<dBGTQ{LBe82A9BZǍ
!ok_WX2ߪ56=>k>.BT=ʄ.NZi	V*gѮA'/o
yj5{/ ޢO&ĽB! i5LEVT_TLȋnj؃ޅhEThSO ~#GfN h
uc!	_(M{G?
TfH<ʒ/Ʈfɺ/	k?P<#HYsyI%䜲	
-,e8+(=WҍH	B\}ݔlUۚ*RP
z}^ {`	t͞Z$>FIywݣݧ'iBG!t 	;UPsuʫ*	A_CGBdvUern@XU$>
;o(#U-T1V?7o*[Mc}5*[\0̔qu!Y\%SB?
;J.yquϼcIs\\Z}PVʫ_*
r`O*5[p>et'&_뼀u/`}:^-Β}4JgC}k$9Ytk]c/ٟ᳿$hln??h{dLx{'M?pi4"tޗS _>&3leIUq
T>]C#u^G$NxzE!c.Q0	-:H.	MΠz_q$ٷ`Nd299&戠Q|s'@(CSK<D ݦṕa5I->'xZط6|^:'x >m>}yFSm-,#=
o#bW#v.Eȹ֕	9z-}̇Qj #.F[Kx@=lޱ5U'Go4^!p[ZVD;8Q-'G,Y&eɵ!vBDYi}cv~G<3acUZ
 _>4aL,.sp[B\{UܽyIJr|l|}hB(XFRE(L\3f$?0j3KqBNO\l	nHB)Fx	af>D;/峟>0q*aB2}	B5+ߢuFO=vvmB1=E(GsthzGolBΛhMp>,}d^rNkvXD\ ɰt C8(Œҟa2N"T*+
+y**8&<$	=ٹ_,#اS?mGj\јzo\sDWTXwi78$S|(Ű<{jlB||z6!lO^	Ma0N.Q#h%t6O4kx5a@V-	q)7LlQA6(taXO h,1&8rW'XfQz -:бGrHeQP6YT<avz!^"mE`k I8(Τ7DHx-'#SUnmW Q	1SVA҄!nBT(uTW%Uvzz;DsXqʻLyxr]̑+qSr0! uGuVZ9	횄 TY&Rl!SUG	]%!}L zh\0]NXm>.@b/]-%faQ8pqW4|CF	G_B;l$*Gxj9+e ai<	iө0LAki{JMhfg'Ξ#qEENj5Pb;iح67߾B0B؛G0ҿ|q-/v+lb_}lw4SÙ8\AzpyHe|&!I<2]͏.	Tٲ	ɔ;8عQil7q8(+>Cd>5e0uWE[CVD^r8ݠ`p>Zgےu;aJ5k4Eŀ K"VʱoV
`)^+ݳ@u8W$V5lAAHB\Sd+}bpᕶ0<XGNϏZϖY&Ɇ,H|oMc2$3?gY+=EoÛN!3%EkbfFgeA13@8&Zk|Lhދ#y<Bw9'"p.m4mw8+x駙~b<RE#x4Y7r:zQôb]VF4] $pa k8|UK@frOx /hhfB oVPVxi"-ޔ[=F2+	qBMzK	^e8U OWZ,c*B*?"2YXVȉ"!pTQnXRTFh1i&у/oя!5ozw(piL>*`27ͳ}LBB{B*tmMr6
=_;yoXn.]&-_8	Br߂lf(!PG:?xJy:n	]'ƙS{MAbB1ߓQ(hwGp&/r`
WV`/;\v~S>8M,*1PWLd,
Ci2T篭SלM`.͵mMZ#Ba0'cɯ?!WUPG@,r|-٫??R4N[m	 '"/W*Yw+12ȕZ@:ChEDB	wPBwy!Q;'sSZԦ*t1Њm>&	[$j79W\(QIq@a!T]O+!DXh&/+UoUKsۋexe8vE
̣44hkRtʄY-|r`vH 7?| 3SxU|VYGgyU8Pύ<YPqtLĢ
wtZ
Bi9ceV
?tmI(	಑4KWp
Q.?NsxPg,]A<pWYƜe\mAg58Ckes镄qh>:@24ZK'J|PӓFBY]iѡŉ/sc013}̟
DXX?n\  <YB3"D4/\D.ܢضIha
H99!Ġw#B2
4
{z
S֒_qyT*BpPKA>x/	%Dn

הTa%HBgK|c\%e-k!1.y+lF_
U=LY?y{m)'P挤kIUp+<=SGu
PJ	M?]@ɜ#ԧ)v5n#9OO0DM& !
h-̣
SQ*i8kOV{&i)qՊ2yx47tV $Q@!c!X-=U7^v^W0f7]/\%6E8˦Wf:Wi_˘|њU076ixAx^KkX2Zڼ ц%F%
)kn'
 !Ȣ_5H\GE4oybBp*X'V1GLHX(W!O͙vhz8r{U𤅷$]8kdĝ*[G[zɏGdWߣhAV߄x90q@%;U@u\#JdD!21ՊRSPV}vvAw4MY{U+9B_LUK.4*BrF?|KoJ|yMVQ@̯ۋb>JbVPUviZ }]ο&09;[2`MnaQi8*,*Y)F\`MgSc0+8EP~]HSWuMU
=}sb
F13kH.b$rfSҏ/M̺J!pyGGȜA
rM
}Ѝ}4]̗9Y
s'W)BNoEk*n{Zl2H%-v:;bŋ@he*Xֵ?T(B^FXqb UnFC!Dy
⸗&n:ոYK6I+דY\
36N%+~,ԄRߏ9m>p
Qpf pR2.kB4gt.&MVXD%ʡ8V-%c}pQ@ߏ8eAGRCd>Be@4dߟ'Gt[/ f:'/uqq<_lfUUSR[3fYfQS/@G}C֧aTCFzXUj9
t8jm,'xLZ=
l.is/y<mrx_ic%mA.ZÏǗve̻Y$_0n16rC]$!LSFΆ+Ҩ~Mz{G%B**LnX*yu<B?_U9j'hʌwq&aT yU8&!
A]p(8H,1dV&١>e3]uԬ WU*
%j+4dB5ϩ"!w|CBUN H-r̯N)jm+Ԕ|_~[R== Ǒ[L4P?apzR!G~Q.}cQ\â+J)99.7+_m&dh5-yxtGi$CT2Խ d[ˋ	 
-<qr5tkA7Ө5}O >zشx)iŝ"f.w e(d	ׂO^s[1+&7YBA96N)~"T~WWp17Lgz A^%%9@G9
 "	BsC᱌
e8LGt
,!֤P@BE.΋] i"K>xl!#5ݼ%%5s\1i	<#SPzd}n7'J;9B$C=H%LKce(ƠiVE<a*>nP9oД̿bҟ	QXZ2y'xFBJA(\SWkhe9ZDpNLXn%HNLd;4޲P	xs]noh*c"G>VA@BB;](=~7HI-(r05&EV?qeSz	 
whOZGG~x2ӯI3I}fܑO$@
B`/b__ZGԇ
Ndr8/FcwK~V\2Ufb'{Р:rU#!$k\Zc%BV$_,
hM{JK:=۲M)=V@(^ WEgsvgdZw*Zk 4'H
P6UV^)וK4'K= !
͒qة|ozI/*(ҝI8L8k_#\"DH'y*ܹJeEB_^p!6!Y~4OBI_UI(ZC6a맄%1r~	>.'zvpyNHAnJɝH)ojR`͏l=~߹8\%k@Wl,.ˌo~6#S=Ōm=lȌzN$㩡/PCR69D}m:HDX1_G~\ZE
j$њhK5CkΖG`?GGW_XiC	 7ze':~M#l+h.BrO8Y]W(2>~N拤&p(U3JBO?`i<}߉߃oSm+m>ehZ0[gI)VLyb\S X+ReEFzNO?Z+Oxg5VhK4J|umKuS>qSl"4m5¶,bR#) ^iox%NHq(:T;pTLYBs?vl3<E$Ghu_o`]FPw2E+1i_@lh+E
mVˁV,H*7%/jrecٷ!;{ώY5/Hp'ڄJxE+3؟wk*N&R69~ThȂRwCwvyv__B&O3?8$4+/SU80.`b.B<ě,ħl9;Xk3~a~
~ܤ.ú g/VY/&ދ~_mKӍ͟??5_!]!15fb?$z«kա;ˊXD-ȳy܄H:@JFty`qr
Ղz{8-n
:{_k6/X/T_0]9Q|j^-^ҽ<	a-=-^{ӮKyݵx)+/΀y)Z /n8ߵ ;J^<keqaɋg-=z-^erZ&/Z^ʜkqgy)q
krĮkr}ńrƵ8`O.BByZ/.oZi-n&ˌk*vbݐ(	}*µK[YYX>7fBr&/Kq7b`S^{~5ڵ-|jn2Ik+ߝ&uO:Z	^׫!)qxdyYGӞs\LIKqPIpJn|ٚQQJ0#יA(^(2[<Ojtg/\{jSJ/H~WEh6u4,3&6L"+Y6&-LV#K0p;!Dȣ;UJ01W
EiНV$MVEhPzm =H^xAd9g 'dYBt01\$QU:9f_oVBg84Iq|c2! y&GZ^ūisbY3۠]pTWjQk^G*\+B*6!?.Z TGoR&5?,KE׋P@hP=O*l2/wɴU{݋Aft~XBE-v	
:g6%(VeI?kT63:
~ljXy5Gr%GE@gͣ|`{ziӈv
]@g;{42fV6*fݮ_E٬mU
D4z2/EIyKs.`piE ~=$ؖGY8=vJ#J;RJ!.c.LA#?HZHד*#VGZd3׵Y_Gb!|hVBx؋n	-Eu9KnG"#5F86&DY,`/},,-U˼!jZQ!X#D.PW~My4@ڛ80h<ߎ|6)Tw['n9|65nEVIo>W^oxkpz~|.E%Lled؛?'| Y]]T1S[@
yb2&k"D8µF,WqR$|sgLv;>pBiоKe,=F*h
a5Raϓ³TZpgggUZ,aīFv_p CYߘ}[Aӕj	H0{y7wH"
X<bLcU }/~IYDubEA廠^ Ԉ}pG_ӥ
kix݀3#ǅ
B5h>ރdew/PW-0d;,{,7tY,r2΂G^;jT7&t,ru
0á8lg	9r\X55NBoJbCCB\G0(2Kk3mo}]t
 fl΋QYvZ:2t95>[#GR5Q5%uUwB^9پEp֔'29juIˏ* v$7o-nfsP|8|s4g~tysqL(Bɓ	y|܁>rC^
g'#dHPh~~B:y	ޗ:BqGEA-[0aNkIf2b`dGG)!]㣘@F'Ccz`Vp\݄r"$̂*Ax68U]*b朂IRp=WkQ{v^Wk|]ոYB%
X/LE&윰p{{ 4/p-]':[^.AiL\,4ԂMƆ7a<vLsFncfGoI!-tNCFfanxW"
,?ƮNO~ՄaMs]0<y%:$G>:$4+ HWƽ,ѠOA.O:eњĐ9vqBH̴/>})Jtu8BGAO TZ'TwJ2\>G|+=^H;|̤821w95߄.yHDp2+HR,qF] i'ajM澉m>#brRHKoNxm.heWE}u9<s`ˬ+RWKY`,\&n
(E΅5[&txM
68GY6ǸdZ_)BbQ חDe_j~2iMiB%Iyj{ݥ~Ě._j	r
WCBRs//l@o{: YAGnH˰4rrQ:>,{%?ێJ⌕hdI;|<i Zx1yj3qY5!WwHXJX]ʄTIPz2 g>rBuԳoN,uU⣡P#<OR)@QsyWߊ?޴&%E\'7U]ur/5d|5]P֧ߦl|d<yg勠P9'7q\r>^DR[<kUrr*ܩ9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             aic79xx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0         Y  Y  (B           ;        ?       A  )  @   ֡  )  H   ;    ;        
<            =    	          
>            =              
@            =              
B            =              
D            =              
F            =              
H            =              
J            =              
L            =              
N            =    
          
P            =              
R            =    
          
T        =       
   ;   ; :    <    W <    W .<    W A<    W ]<    W v<    W <    W <    W <    W <    W <    W <    W =    W '=    W 9=    W K=    W ^=    W q=    W =    W =    W =    W =    W =    W =    W =    W 	>    W >    W ->    W @>    W S>    W f>    W x>    W >    W >    W >    W >    W >    W >    W >    W ?    W ?    W +?    W >?    W Q?    W k?    W ~?    W ?    W ?    W ?    W ?    W        
  ?              	)  ?      ?     ?    @    -@    ;@    Q@    u@    @ "   @ (   @ 0   @ @   @      @     A     A    .A    ?A    JA    ZA    iA    d    xA 	   A 
   A    A    A 
   A    A    A    A    B    B    .B     ?B !   QB "   cB #   wB $   {B U   B    B    B    !   B 	     B    B    B    B    B    B    C    C    )C 	   <C      %  g       &               EC |  0  ,       U    @   - `      QC `      fC 0    qC ]     C ]     a  *    C `      U       C      C      C      C      C       C    @  [        ;      ; -            F       Z k   @  *       D 
     D 
     +D G    9D      ED c     #u    @  [      Z       MD     UD  @  ^D    gD    pD   	  yD  @	  D  	  D  	  D   
  D    @
  D    `
 D    a
 D    b
 D    c
      d
 
     e
 \    f
 E    g
 `     h
 E    i
 -     j
 e    k
 %E    l
 *E    m
 F    n
 /E    o
 @E    p
 LE    q
 VE    r
 fE    s
 tE    t
 E    u
 E    v
 E    w
 E    x
 E    y
 E    z
 E    {
 E    |
 E    }
 
F    ~
 F    
 /F    
 =F    
 PF    
 dF    
 rF    
 F    
 F    
 F    
 F    
 F    
 F    
 F    
 F    
      
 G    
 G    
 G    
 $G    
 /G    
 BG    
 RG    
 fG    
 vG    
 G    
  G K   
  G ]   
  G         @  L3  `     
 Q     G     
  G ]    
  G ]   @
  G ]   `
  H ]   
  H   
  H    %  x	 o  @<  QW  Q  @=  s  @>  ʬ k   >   H Q   >  .H k    ?  <H    @?  GH    `?  XH =  ?  `H    ?  mH G   @  yH   A  H    @A  H   A  H B  0  H `       H `      H `      H *    H -    H G     H `      H `     H       I   @  I D    I ˈ @  !I ͈   ,I 0    :I F     W  0     GI ]   @  TI    `  `I      rI      zI      I     
  I    @
  I    `
  I -   
      
  I    
  h       I       I    @      P  I    `  /E      I      b       I       D    @  V       \      I     J     J     (J     8J     CJ     E     OJ     [J     iJ     }J I    J S    J S    J       J       J    @  D             J       J      h        J ʈ @  J     J   )  K k    A     @A  Z   A                  K   @  K      - `   @   Ժ `      "    @  0K 0    ;      [        R      9K     DK     VK     eK     zK ]      K ]      I    @  K    `  D 
     W     Z k     K              K                K      K    K    K    
L    !L            -L      h  O              >L      RL     kL    L    L   (         L `   @   L R     %  g     L       L       L    @  ϲ      K      L      L      M      M    M      M D     0M      5M  @  9M     BM    @  LM    `  YM      cM      mM c            W     @  zM      M c    6     	          M 9  p  \        M  @   y[     P                3   @  0     2     M     M  @  M    M    M     N  @  $N    :N    FN     VN  @  dN    qN    N       @  N    
\    N     N  @  N    bC    N     +}  È @  N ň   N ǈ   N Ɉ    N    @  ; X    I      h           	  I    	  /E     	  b     @	  I    	  D    	  I     
      
  O     
  O    @
 &O    A
 5O    C
 >O    D
 E    E
 OJ    F
 J    `
  PO %  
  ]O %  
  z -      iO    @        
                                   
             &                 
                      
                   k                 
                      
                      
                       
                      
                       
                             
                       
                             
                             
K                       
                  U                        
                            
            ?                        
=0              Ĉ       
K               ƈ       
                      Ȉ O      O    O    O    O    O    O    O            O   `  P Q     P Q @  *P Q   7P ψ 	  AP     
  MP     
  M    @
  cP    `
  yP    
  P    
 P  
         ̈       
            EG      EG      -          Έ          P     P    P    P    P    P    P    
Q    Q    +Q 	   ;Q 
   QQ    dQ    uQ 
   Q    Q    Q    Q    Q    Q    Q    Q    R    R    )R    7R    JR    \R    nR    ~R @   R ?   R    Ј          R    R    R    R    R    R @   S     S    +S    7S    FS    SS    ҈          [S    fS    rS    S   
   c          G^       G^     S ֈ     S ֈ @   S ׈ `              G^                   G^        S      Р )      S )     k  و      )      - )  (              )                   )        S      S     S    T            S     T    T    ވ          ~,      {              *T     =T      MT W       UT ݈ @   \T     nT      y ݈     x
 ݈     bJ ݈ @   T             T    W   T           
       k       W   T           
        k                                       T     T    T    T    T     U    U    U    U              'U     2U    ;U    PU    _U    nU     |U  @  U    U    U    U     U     U     U    U              V     V    /V    AV    WV    kV    V     V @   V    V    V   V    V    W    W    6W     FW  @  ZW    oW    W    W    W    W    W     W   @ W    X              X      X    1X    AX    UX    eX     zX @   X    X    X    X    X    X    X     	Y  @  Y    -Y    BY    WY    kY    Y    Y     Y   @ Y    Y    Y     Y      Y T       Z T       Z )  @   #Z      Y T       Z T       Z )  @   1Z )  H   ?Z )  P   JZ )  X   XZ    T            eZ       lZ )  @            sZ      wZ  `              )        Z      Z      sZ ߕ      Z      Z              Z )  @   1Z )  H   ?Z )  P   JZ )  X                  Z      Z      Z      Z   @   Z      2      - )     Z )     ; )     Z )     Z )     [ )     Pm	      [ T      [ T      %[ T   @  2[ T   `  D[ i      i    Q[      >  T       &  T       ][      >        &  T   @   KS T   `            k[      K       t[      | W   @   )  #B                            {[     [    [    [    [    [    [     [ @   \    \    \    %\    :\    I\    `\     n\  @  \    \    \              k[ 	           \        
 @   \ 
    \ 	 @  \ ܈   \             @  \    \    \      k   @  \ #B    \ W     \ W      
]   @  ]   `                   &] 	     .]  @          	          6] 	     ?]  @            H]      T 
     L]              \ H  6   :     P] ; @   U]     ^]   o]    ] 7 @  4  ] 4  ] 4  ] 4    =   ] ۈ @ ] 0  ] >  ]   ]    ] I  @  ^    ^     ^ T       @    `        /^ @  ;^ A   D^   @ Q^   P h^   ` t^ B p |^   p ^ )   < )   ^ E  ^     ^ #B  @   8  ; 
     ^ )   ^ F @ ^ )   ^ )   ^ )   f  (  F *  ^   	_  @ _    _    +_    7_    C_  @ T_   d_ .  r_     _     _   @ _ ڈ ` Q    _    s       _    @   ?         _     _     _     _   @ `   ` $`    B`    R`            a`      "  U     s` W   @   ` T      ` T              `      ` 	     `  @   `      ` 	              `      U]   `0  `      `     `    `    a   a    a  @ "a   ,a   4a    ?a    @ Ia    ` Ra     ]a    ea    _ )                                	       na       Z )      ya )     *     a )     KS w               )        a       )      a )     rN )       )     "  )      a )  (   a              0   B   `   a   (	  r_      a !  @  a    I  a   I  b    I                             b                          b      ;  )      2b )     ;b    @          
" Db   @   Sb 0B      `b      mb     }b      b   0  b <  @  =     !=     b   @   b )       &    = )     b و    b i     b )    b     b و      )  0  q )  8  Sb )  @  b و H  b )  X  A )  `  c )  h  c   p  )c     <c     & )    Oc )    [c )    fc )    =     9 )    != )    H ڈ              )                 oc     }c    c    c    c    c     d    '          d     d    6d    Od    fd    |d    )          d     d    d    d      d )      d )     d )     d )     d )      e )  (   
e )  0   e      *e T       c" )      4e )  (   Be 
  0   ; /     Te -    ^e )     ie )     te )     e )     e )     e )     e #B     e #B  @             ,       e    1        2       
                  e     e    e    e    e    f    f    3 f    )  -f      2       <f )     Ff )              ` 	              6]      ?] 9 @                      ߈                         Pf      bf W     jf *     tf   @  ,     h  T     |f T     f             <            ?                      $        6                           J        \              
C        C                  f     f    f    f    G f      f        f        f   @       `   ;      ; 
      5 H          
                 f     g    g     g    -g    K          ?g     Og    dg    sg    M          g     g    g    g    O          g    g    g     g @   h    Q          6] U     ?] V @   "h   h     S     D        3h       <h      Dh     Th   @    R `  %  I    fh     nh     h      h             T        U                   h       T        T     	Y T     	U  T     Р T     <h  T     h      h T        T     	Y T     	U  T     Р T     <h  T     h       T        T     	p  T     
Р T     <h  T     h      h T        T     	Y T     	U  T     Р T     <h  T     i      h T        T     	p  T     
Р T     <h  T     i        T      h T       T     	p  T     
Р T     <h  T     i      (i X     0i Y     8i Z     @i [     Hi \     Pi ]     * ڈ      T       Xi      5k )      mi    @          
_            `              
a            #    
          
c            B              
e ui    J ?      i j     J  T   @  
i T   J  
i T   T         
h        g            i              
k            D              
m          i     i    i    i    o                                        I        %        X        Z        i        y            C                                                  Ո        ؈                                                        #        ?        4       
   i  >    A  #B  i           
   i  >    A    i           
   i  i           
    i  
j     !j           
     @ 5j           
   i  d[    5]   p    Fj           
   i  d[    5]   p    Xj    cj     tj           
   h  V ـ        p    A    j : j   j           
   i  j z j   j : j     j           
    i   	 j     k     k            
   i  ; 
   'k    6k           
   i       ; 
   ;    2   5 H   T   Hk           
   i       ; 
   ;    2   5 H   T   Q  L Wk           
    i   	   T   jk     k           
    i  k 	  	 k     k     k           
    i  k   k   k     k     k     l           
    i  $    l           
   i  { v -l           
   i    @ ?l     Ql     dl     rl           
    i  d[  ?   {l     l     l           
	 i  l   l     l           
    i   	 l   l    ŉ l     l           
    b  k   C
  m         m    ɉ       
   i      +m    ˉ 5m           
    i    ?   >m    Ή       
    i      Km    Љ Xm           
 gm k     ?   tm    Ӊ       
   i  Ï u ~m    Չ       
   i  *  p m   G    m    ׉ m           
    i  Ï u     "        a   m    ډ       
    i  Ï u     "    m    ܉       
    i  Ï u m    މ       
    Ï u ^       ;   ; 
   5 H m     n    މ n    މ (n           
    i  Ï u   @n           
    i  Ï u rN   *        Un           
    i  Ï u     "    a   *        cn           
   i  Ï u tn ?   {n N n           
    i    : a : n   n           
    i      : a : 5 H n     n     n    މ n     o     o           
    i  D6    /o     >o     Jo     So           
	 i  2   ao           
T   i  "    po           
  i  "    o     o           
    i  o   o           
  i  o           
    i  i    A    o           
  i  i    o           
    i  i    A  T   o    
       
T   i  i    o           
    i  i    A    o           
  i  i    o           
 i  ; 
   ^   *   tn  o           
    i   	 [     	p     p           
k   i   	 [ k   >  W   &  ݈ l    ,p     9p     Ep     Op           
    i  W  5 ]p           
5 i  op           
    i  #  4 #  4 ~p      p     p     p     p     p     p     p     p     q     q     ,q     =q     Nq     _q     pq     q     q     q     q     q     q     q     q     	r           
     	 r    :        
t             <    \          
=          )r                      
?            @              
A       
   t   7r  =r    C       
   7r  u  ?        Qr    E       
    t     hr    G }r    J r       r       r   @           wc  L           
J        I          r     r    r    r    r    M            K              
O        K 
s     s     1s     Ds     Vs     cs     s     s           
   i  %  Q s    Z       
Q ^ ۈ s    \                           
^       
    i  Y| N s    ` s     s     s       t    x   %t    [O  =t    D  Vt    C  ot    C  t      t     t    t    t    t    t    t    t    t    u 	   u 
   u    .u    <u 
   Hu    `u    wu    u 	     u    u    u    u    u    u    u    u    v 	          
        
 v   X            "v        "     @   -v    `   rN      8v      Bv      Ev      3       Lv      Pv      Xv      `v      hv      lv      uv      ~v              v      v     v     v       v    @  v    `  v     v     v G    v      	w    w    *w    9w    Hw      Ww o     bw $     xw      3 s @   w     = s    w     w s @  w    w s   w     w s @  w    w s   w     w s @  w    w s   w     x s @  x    x s   (x     5x s @  Bx    Qx u   `x     mx    @ yx    A x    B x    C x    D x    E x    F x    G x    H x    I x    J       
                       r       
             o        t x         )      f )       )     3  ڈ    zM )  8   x ڈ @   y )  `   y )  h   )y )  p   -y +  x   <y w               )                  Hy 0B      Uy    x            y       hy      ~y )      y )     y )            
{            {                        ;         
~        q        m        l        |        v        y                    ;B  @          
                          
       
                           S                   y       y    x         
    7r  y           
    bf      y           
    bf  y    y           
    bf  hv    z           
    bf  z    z           
    bf  3z    :z           
    bf  Bv    Pz           
    bf  Lv    az           
    bf  3     sz           
    bf  "     z           
    bf       z           
    bf  rN    z     z           
    i  ; 
       ;     ӈ z     z    M  z           
    i  S  Ï u z P  {     {     /{     A{           
   i  gm k   S{     f{           
   i  E ˈ {           
?   { ?   { ?   \  ?   )     4g   {  {           
    b   y    S}    A  S   {           
    ,   y    S}    A  S   {           
   i  |     |           
    i  |     |           
   i  |     d[  k   vb  ݈ Hg  s  k        0|           
    i  |  )  k      @|           
   i  |  )  :       P| t U|    Ċ       
    i  |  f|    Ɗ     
  
   i  [   y ݈ x
 ݈ z| W   | W      q | k   bJ ݈ |    | ݈      | r |    Ȋ       
     |    ʊ |    ʊ |    ʊ       
   S  |    Ί }    Ί       
    bf  +}    ъ       
   bf  D}    ӊ       
   7r    [}    Պ       
   ,   k}    ׊       
    ^ ۈ S    A  T   rN    z}    ي       
T   ^ ۈ S    rN    }    ۊ       
    i  i  2   o #B  p     }    ݊ }    ݊       
    i  i  2       }           
    i  i  2     )  }           
)  i  i  2   }           
     2   }     }     ahd_reg_parse_entry ahd_reg_parse_entry_t regvalue cur_col ahd_scb_scsiid_print ahd_scb_control_print ahd_scb_base_print ahd_mk_message_scsiid_print ahd_mk_message_scb_print ahd_seq_flags2_print ahd_lastphase_print ahd_seq_flags_print ahd_saved_mode_print ahd_kernel_qfreeze_count_print ahd_qfreeze_count_print ahd_sram_base_print ahd_seqintctl_print ahd_seqctl0_print ahd_ccsgctl_print ahd_ccscbctl_print ahd_sg_state_print ahd_seloid_print ahd_mdffstat_print ahd_seqimode_print ahd_seqintsrc_print ahd_dffsxfrctl_print ahd_simode1_print ahd_lqostat2_print ahd_lqostat1_print ahd_lqostat0_print ahd_sstat3_print ahd_lqistat2_print ahd_lqistat1_print ahd_lqistat0_print ahd_soffcnt_print ahd_perrdiag_print ahd_sstat2_print ahd_sstat1_print ahd_sstat0_print ahd_simode0_print ahd_selid_print ahd_scsibus_print ahd_scsiphase_print ahd_scsisigi_print ahd_dffstat_print ahd_scsiseq1_print ahd_scsiseq0_print ahd_sg_cache_shadow_print ahd_dfstatus_print ahd_dfcntrl_print ahd_intctl_print ahd_seqintstat_print ahd_hs_mailbox_print ahd_intstat_print u_long sam_status SAM_STAT_GOOD SAM_STAT_CHECK_CONDITION SAM_STAT_CONDITION_MET SAM_STAT_BUSY SAM_STAT_INTERMEDIATE SAM_STAT_INTERMEDIATE_CONDITION_MET SAM_STAT_RESERVATION_CONFLICT SAM_STAT_COMMAND_TERMINATED SAM_STAT_TASK_SET_FULL SAM_STAT_ACA_ACTIVE SAM_STAT_TASK_ABORTED scsi_msg_byte COMMAND_COMPLETE EXTENDED_MESSAGE SAVE_POINTERS RESTORE_POINTERS DISCONNECT INITIATOR_ERROR ABORT_TASK_SET MESSAGE_REJECT MSG_PARITY_ERROR LINKED_CMD_COMPLETE LINKED_FLG_CMD_COMPLETE TARGET_RESET ABORT_TASK CLEAR_TASK_SET INITIATE_RECOVERY RELEASE_RECOVERY TERMINATE_IO_PROC CLEAR_ACA LOGICAL_UNIT_RESET SIMPLE_QUEUE_TAG HEAD_OF_QUEUE_TAG ORDERED_QUEUE_TAG IGNORE_WIDE_RESIDUE ACA QAS_REQUEST BUS_DEVICE_RESET ABORT blist_flags_t scsi_device_state SDEV_CREATED SDEV_RUNNING SDEV_CANCEL SDEV_DEL SDEV_QUIESCE SDEV_OFFLINE SDEV_TRANSPORT_OFFLINE SDEV_BLOCK SDEV_CREATED_BLOCK scsi_vpd scsi_device same_target_siblings budget_map device_blocked restarts starved_entry max_queue_depth last_queue_full_depth last_queue_full_count last_queue_full_time queue_ramp_up_period last_queue_ramp_up scsi_level inq_periph_qual inquiry_mutex inquiry_len inquiry vpd_pg0 vpd_pg83 vpd_pg80 vpd_pg89 vpd_pgb0 vpd_pgb1 vpd_pgb2 sdev_target sdev_bflags eh_timeout manage_system_start_stop manage_runtime_start_stop manage_shutdown force_runtime_start_on_system_start lockable borken sdtr wdtr tagged_supported simple_tags was_reset expecting_cc_ua use_10_for_rw use_10_for_ms set_dbd_for_ms read_before_ms no_report_opcodes no_write_same use_16_for_rw skip_ms_page_8 skip_ms_page_3f skip_vpd_pages try_vpd_pages use_192_bytes_for_3f no_start_on_add allow_restart no_start_on_resume start_stop_pwr_cond no_uld_attach select_no_atn fix_capacity guess_capacity retry_hwerror last_sector_bug no_read_disc_info no_read_capacity_16 try_rc_10_first security_supported wce_default_on no_dif broken_fua lun_in_cdb unmap_limit_for_ws rpm_autosuspend ignore_media_change silence_suspend no_vpd_size queue_stopped offline_already disk_events_disable_depth supported_events max_device_blocked iorequest_cnt iodone_cnt ioerr_cnt iotmo_cnt sdev_gendev sdev_dev dma_drain_len dma_drain_buf sg_timeout sg_reserved_size bsg_dev access_state state_mutex sdev_state quiesced_by sdev_data Scsi_Host __devices __targets starved_list default_lock host_lock scan_mutex eh_abort_list eh_cmd_q ehandler eh_action host_wait hostt transportt tagset_refcnt tagset_freed host_blocked host_failed host_eh_scheduled host_no eh_deadline last_reset max_channel max_id max_lun max_cmd_len can_queue cmd_per_lun sg_prot_tablesize opt_sectors dma_boundary active_mode host_self_blocked reverse_ordering tmf_in_progress async_scan eh_noresume host_tagset short_inquiry no_scsi2_lun_in_cdb work_q_name work_q tmf_work_q max_host_blocked prot_capabilities prot_guard_type n_io_port dma_channel shost_state shost_gendev shost_dev shost_data scsi_target starget_sdev_user reap_ref single_lun pdt_1f_for_no_lun no_report_luns expecting_lun_change target_busy target_blocked max_target_blocked starget_data scsi_device_handler scsi_target_state STARGET_CREATED STARGET_RUNNING STARGET_REMOVE STARGET_CREATED_REMOVE STARGET_DEL scsi_data_buffer scsi_cmnd_submitter SUBMITTED_BY_BLOCK_LAYER SUBMITTED_BY_SCSI_ERROR_HANDLER SUBMITTED_BY_SCSI_RESET_IOCTL scsi_cmnd eh_entry abort_work eh_eflags budget_token jiffies_at_alloc prot_op prot_type prot_flags submitter cmd_len sc_data_direction cmnd sdb prot_sdb underflow transfersize resid_len sense_len sense_buffer extra_len host_scribble scsi_host_template queuecommand init_cmd_priv exit_cmd_priv eh_abort_handler eh_device_reset_handler eh_target_reset_handler eh_bus_reset_handler eh_host_reset_handler slave_alloc slave_configure slave_destroy target_alloc target_destroy scan_finished change_queue_depth mq_poll dma_need_drain bios_param show_info eh_timed_out eh_should_retry_cmd host_reset proc_name tag_alloc_policy track_queue_depth supported_mode emulated skip_settle_delay shost_groups sdev_groups rpm_autosuspend_delay scsi_host_state SHOST_CREATED SHOST_RUNNING SHOST_CANCEL SHOST_DEL SHOST_RECOVERY SHOST_CANCEL_RECOVERY SHOST_DEL_RECOVERY scsi_transport_template host_attrs target_attrs device_attrs user_scan device_size device_private_offset target_private_offset host_size create_work_queue eh_strategy_handler CAM_REQ_INPROG CAM_REQ_CMP CAM_REQ_ABORTED CAM_UA_ABORT CAM_REQ_CMP_ERR CAM_BUSY CAM_REQ_INVALID CAM_PATH_INVALID CAM_SEL_TIMEOUT CAM_CMD_TIMEOUT CAM_SCSI_STATUS_ERROR CAM_SCSI_BUS_RESET CAM_UNCOR_PARITY CAM_AUTOSENSE_FAIL CAM_NO_HBA CAM_DATA_RUN_ERR CAM_UNEXP_BUSFREE CAM_SEQUENCE_FAIL CAM_CCB_LEN_ERR CAM_PROVIDE_FAIL CAM_BDR_SENT CAM_REQ_TERMIO CAM_UNREC_HBA_ERROR CAM_REQ_TOO_BIG CAM_UA_TERMIO CAM_MSG_REJECT_REC CAM_DEV_NOT_THERE CAM_RESRC_UNAVAIL CAM_REQUEUE_REQ CAM_DEV_QFRZN CAM_STATUS_MASK cam_status AC_GETDEV_CHANGED AC_INQ_CHANGED AC_TRANSFER_NEG AC_LOST_DEVICE AC_FOUND_DEVICE AC_PATH_DEREGISTERED AC_PATH_REGISTERED AC_SENT_BDR AC_SCSI_AEN AC_UNSOL_RESEL AC_BUS_RESET ac_code CAM_DIR_IN CAM_DIR_OUT CAM_DIR_NONE scsi_status_iu_header sense_length pkt_failures_length pkt_failures scsi_sense byte2 ahd_dev_softc_t ahd_io_ctx_t bus_size_t BUS_SPACE_MEMIO BUS_SPACE_PIO bus_space_tag_t bus_space_handle_t bus_dma_segment ds_addr ds_len bus_dma_segment_t ahd_linux_dma_tag bus_dma_tag_t bus_dmamap_t bus_dma_filter_t bus_dmamap_callback_t AHD_NONE AHD_CHIPID_MASK AHD_AIC7901 AHD_AIC7902 AHD_AIC7901A AHD_PCI AHD_PCIX AHD_BUS_MASK ahd_chip AHD_FENONE AHD_WIDE AHD_AIC79XXB_SLOWCRC AHD_MULTI_FUNC AHD_TARGETMODE AHD_MULTIROLE AHD_RTI AHD_NEW_IOCELL_OPTS AHD_NEW_DFCNTRL_OPTS AHD_FAST_CDB_DELIVERY AHD_REMOVABLE AHD_AIC7901_FE AHD_AIC7901A_FE AHD_AIC7902_FE ahd_feature AHD_BUGNONE AHD_SENT_SCB_UPDATE_BUG AHD_ABORT_LQI_BUG AHD_PKT_BITBUCKET_BUG AHD_LONG_SETIMO_BUG AHD_NLQICRC_DELAYED_BUG AHD_SCSIRST_BUG AHD_PCIX_CHIPRST_BUG AHD_PCIX_MMAPIO_BUG AHD_PCIX_SCBRAM_RD_BUG AHD_PCIX_BUG_MASK AHD_LQO_ATNO_BUG AHD_AUTOFLUSH_BUG AHD_CLRLQO_AUTOCLR_BUG AHD_PKTIZED_STATUS_BUG AHD_PKT_LUN_BUG AHD_NONPACKFIFO_BUG AHD_MDFF_WSCBPTR_BUG AHD_REG_SLOW_SETTLE_BUG AHD_SET_MODE_BUG AHD_BUSFREEREV_BUG AHD_PACED_NEGTABLE_BUG AHD_LQOOVERRUN_BUG AHD_INTCOLLISION_BUG AHD_EARLY_REQ_BUG AHD_FAINT_LED_BUG ahd_bug AHD_FNONE AHD_BOOT_CHANNEL AHD_USEDEFAULTS AHD_SEQUENCER_DEBUG AHD_RESET_BUS_A AHD_EXTENDED_TRANS_A AHD_TERM_ENB_A AHD_SPCHK_ENB_A AHD_STPWLEVEL_A AHD_INITIATORROLE AHD_TARGETROLE AHD_RESOURCE_SHORTAGE AHD_TQINFIFO_BLOCKED AHD_INT50_SPEEDFLEX AHD_BIOS_ENABLED AHD_ALL_INTERRUPTS AHD_39BIT_ADDRESSING AHD_64BIT_ADDRESSING AHD_CURRENT_SENSING AHD_SCB_CONFIG_USED AHD_HP_BOARD AHD_BUS_RESET_ACTIVE AHD_UPDATE_PEND_CMDS AHD_RUNNING_QOUTFIFO AHD_HAD_FIRST_SEL ahd_flag initiator_status residual_datacnt residual_sgptr scsi_status target_status target_phases data_phase initiator_tag sense_addr_t cdbptr cdblen cdb sense_addr initiator_data cdb_from_host cdb_plus_saddr target_data tdata istatus tstatus hardware_scb shared_data scsiid task_attribute cdb_len task_management datacnt sgptr hscb_busaddr next_hscb_busaddr pkt_long_lun ahd_dma_seg ahd_dma64_seg sle_next dmamap SCB_FLAG_NONE SCB_TRANSMISSION_ERROR SCB_OTHERTCL_TIMEOUT SCB_DEVICE_RESET SCB_SENSE SCB_CDB32_PTR SCB_RECOVERY_SCB SCB_AUTO_NEGOTIATE SCB_NEGOTIATE SCB_ABORT SCB_ACTIVE SCB_TARGET_IMMEDIATE SCB_PACKETIZED SCB_EXPECT_PPR_BUSFREE SCB_PKT_SENSE SCB_EXTERNAL_RESET SCB_ON_COL_LIST SCB_SILENT scb_flag hscb links2 col_scb io_ctx ahd_softc hscb_map sg_map sense_map sense_data sg_list_busaddr sense_busaddr sg_count crc_retry_count le_next le_prev tqe_next tqe_prev sle tqe bshs scb_data next_queued_hscb next_queued_hscb_map pending_scbs src_mode saved_dst_mode saved_src_mode dev_softc bus_intr enabled_targets black_hole pending_device stat_timer cmdcmplt_bucket cmdcmplt_counts cmdcmplt_total seep_config qoutfifo qoutfifonext qoutfifonext_valid_tag qinfifonext qinfifo qfreeze_cnt unpause critical_sections num_critical_sections overrun_buf our_id targetcmds tqinfifonext hs_mailbox send_msg_perror msgout_buf msgin_buf msgout_len msgout_index msgin_index parent_dmat shared_data_dmat shared_data_map suspend_state enabled_luns init_level pci_cachesize iocell_opts saved_stack bus_description seltime int_coalescing_timer int_coalescing_maxcmds int_coalescing_mincmds int_coalescing_threshold int_coalescing_stop_threshold user_discenable user_tagenable scb_platform_data buf_busaddr xfer_len sense_resid scb_tailq tqh_first tqh_last scb_list lh_first slh_first free_scbs free_scb_lists any_dev_free_scb_list scbindex hscb_dmat sg_dmat sense_dmat hscb_maps sg_maps sense_maps scbs_left sgs_left sense_left numscbs maxhscbs target_cmd identify cmd_valid ahd_transinfo transport_version ppr_options ahd_initiator_tinfo ahd_tmode_tstate transinfo auto_negotiate discenable tagenable ahd_tmode_lstate ahd_phase_table_entry mesg_out phasemsg seeprom_config device_flags bios_control adapter_control brtime_id max_targets res_1 vpd_config bios_flags resource_len resource_data vpd_tag vpd_len vpd_keyword termination_menus fifo_threshold vpd_checksum default_target_flags default_bios_flags default_ctrl_flags pci_lattime max_target boot_lun MSG_FLAG_NONE MSG_FLAG_EXPECT_PPR_BUSFREE MSG_FLAG_IU_REQ_CHANGED MSG_FLAG_EXPECT_IDE_BUSFREE MSG_FLAG_EXPECT_QASREJ_BUSFREE MSG_FLAG_PACKETIZED ahd_msg_flags MSG_TYPE_NONE MSG_TYPE_INITIATOR_MSGOUT MSG_TYPE_INITIATOR_MSGIN MSG_TYPE_TARGET_MSGOUT MSG_TYPE_TARGET_MSGIN ahd_msg_type MSGLOOP_IN_PROG MSGLOOP_MSGCOMPLETE MSGLOOP_TERMINATED ahd_suspend_channel_state scsiseq sxfrctl0 sxfrctl1 simode0 simode1 seltimer seqctl ahd_suspend_pci_state devconfig csize_lattime ahd_suspend_state pci_state optionmode dscommand0 dspcistatus crccontrol1 scbbaddr dff_thrsh scratch_ram btt ahd_bus_intr_t AHD_MODE_DFF0 AHD_MODE_DFF1 AHD_MODE_CCHAN AHD_MODE_SCSI AHD_MODE_CFG AHD_MODE_UNKNOWN ahd_mode ahd_mode_state ahd_completion sg_status valid_tag ahd_platform_data starget spin_lock eh_done bios_address mem_busaddr ROLE_UNKNOWN ROLE_INITIATOR ROLE_TARGET role_t ahd_devinfo our_scsiid target_offset target_mask SEARCH_COMPLETE SEARCH_COUNT SEARCH_REMOVE SEARCH_PRINT ahd_search_action AHD_NEG_TO_GOAL AHD_NEG_IF_NON_ASYNC AHD_NEG_ALWAYS ahd_neg_type AHD_QUEUE_NONE AHD_QUEUE_BASIC AHD_QUEUE_TAGGED ahd_queue_alg AHD_DEV_FREEZE_TIL_EMPTY AHD_DEV_Q_BASIC AHD_DEV_Q_TAGGED AHD_DEV_PERIODIC_OTAG ahd_linux_dev_flags ahd_linux_device openings qfrozen commands_issued tag_success_count maxtags tags_on_last_queuefull last_queuefull_same_count commands_since_idle_or_otag ins_format1 ins_format2 shift_control ins_format3 ins_format4 opcode_ext ins_format5 ins_format6 ins_formats format1 format2 format3 format4 format5 format6 ahd_hard_error_entry errmesg ahd_patch_func_t patch_func skip_instr skip_patch AHDMSG_1B AHDMSG_2B AHDMSG_EXT ahd_msgtype ahd ahd_read_flexport ahd_write_flexport ahd_wait_flexport ahd_release_seeprom ahd_acquire_seeprom ahd_verify_cksum ahd_write_seeprom bytestream ahd_read_seeprom ahd_dump_card_state cur_column wrap_point ahd_print_register start_patch start_instr skip_addr ahd_check_patch ahd_loadseq ahd_calc_residual ahd_handle_scsi_status ahd_stat_timer initiate_reset ahd_reset_channel ahd_abort_scbs ahd_search_qinfifo ahd_done_with_status ahd_qinfifo_count prev_scb ahd_qinfifo_requeue ahd_qinfifo_requeue_tail ahd_freeze_devq tcl scbid ahd_busy_tcl ahd_resume ahd_suspend ahd_pause_and_flushwork ahd_intr_enable ahd_parse_vpddata ahd_parse_cfgdata ahd_default_config ahd_chip_init ahd_init ahd_controller_info ahd_alloc_scbs ahd_free_scb col_idx ahd_get_scb ahd_rem_col_list ahd_add_col_list ahd_iocell_first_selection ahd_setup_iocell_workaround nseg ahd_dmamap_cb ahd_reset ahd_free ahd_set_name ahd_set_unit ahd_softc_init platform_arg ahd_alloc ahd_parse_msg msgval ahd_sent_msg ahd_clear_msg_state ahd_construct_ppr ahd_construct_sdtr ahd_build_transfer_msg ahd_compile_devinfo ahd_print_devinfo ahd_fetch_devinfo ahd_update_pending_scbs ahd_update_neg_table ahd_set_width ahd_set_syncrate tstate neg_type ahd_update_neg_request maxsync ahd_find_syncrate ahd_devlimited_syncrate ahd_clear_intstat ahd_force_renegotiation ahd_handle_hwerrint ahd_run_qoutfifo ahd_flush_qoutfifo ahd_clear_fifo ahd_restart ahd_intr ahd_queue_scb ahd_lookup_scb ahd_inl_scbram ahd_inw_scbram ahd_inb_scbram scbptr ahd_set_scbptr ahd_get_scbptr ahd_outq ahd_inq ahd_outl ahd_inl ahd_outw ahd_inw ahd_fetch_transinfo ahd_sync_sglist ahd_setup_data_scb ahd_sg_setup ahd_unpause ahd_pause ahd_is_paused ahd_restore_modes ahd_save_modes ahd_set_modes ahd_patch0_func ahd_patch1_func ahd_patch2_func ahd_patch3_func ahd_patch4_func ahd_patch5_func ahd_patch6_func ahd_patch7_func ahd_patch8_func ahd_patch9_func ahd_patch10_func ahd_patch11_func ahd_patch12_func ahd_patch13_func ahd_patch14_func ahd_patch15_func ahd_patch16_func ahd_patch17_func ahd_patch18_func ahd_patch19_func ahd_patch20_func ahd_patch21_func ahd_patch22_func ahd_patch23_func ahd_freeze_scb period_factor shost ahd_linux_show_info ahd_proc_write_seeprom ahd_format_transinfo ahd_device_setup_t ahd_pci_identity full_id id_mask AHD_POWER_STATE_D0 AHD_POWER_STATE_D1 AHD_POWER_STATE_D2 AHD_POWER_STATE_D3 ahd_power_state ahd_aic790X_setup ahd_aic7902_setup ahd_aic7901A_setup ahd_aic7901_setup ahd_pci_intr ahd_pci_test_register_access ahd_pci_resume ahd_pci_suspend ahd_pci_config ahd_find_pci_device ahd_power_state_change ahd_pci_map_int ahd_pci_map_registers ahd_linux_pci_exit ahd_linux_pci_init ahd_linux_pci_dev_probe ahd_linux_pci_dev_remove ahd_linux_pci_dev_resume ahd_linux_pci_dev_suspend scsi_host_status DID_OK DID_NO_CONNECT DID_BUS_BUSY DID_TIME_OUT DID_BAD_TARGET DID_ABORT DID_PARITY DID_ERROR DID_RESET DID_BAD_INTR DID_PASSTHROUGH DID_SOFT_ERROR DID_IMM_RETRY DID_REQUEUE DID_TRANSPORT_DISRUPTED DID_TRANSPORT_FAILFAST DID_TRANSPORT_MARGINAL scsi_disposition NEEDS_RETRY SUCCESS FAILED QUEUED SOFT_ERROR ADD_TO_MLQUEUE TIMEOUT_ERROR SCSI_RETURN_NOT_HANDLED FAST_IO_FAIL spi_transport_attrs min_period max_offset max_width iu max_iu qas max_qas wr_flow rd_strm rti pcomp_en hold_mcs initial_dv support_sync support_wide support_dt support_dt_only support_ius support_qas dv_pending dv_in_progress dv_mutex spi_signal_type SPI_SIGNAL_UNKNOWN SPI_SIGNAL_SE SPI_SIGNAL_LVD SPI_SIGNAL_HVD spi_host_attrs signalling spi_function_template get_period get_offset get_width set_width get_iu set_iu get_dt set_dt get_qas set_qas get_wr_flow set_wr_flow get_rd_strm set_rd_strm get_rti set_rti get_pcomp_en set_pcomp_en get_hold_mcs set_hold_mcs get_signalling set_signalling deny_binding show_period show_offset show_width show_iu show_dt show_qas show_wr_flow show_rd_strm show_rti show_pcomp_en show_hold_mcs scsi_sense_data cmd_spec_info add_sense_code add_sense_code_qual fru sense_key_spec extra_bytes tag_commands adapter_tag_info_t ahd_linux_iocell_opts precomp slewrate amplitude ahd_linux_exit ahd_linux_init ahd_linux_get_signalling ahd_linux_set_hold_mcs pcomp ahd_linux_set_pcomp_en ahd_linux_set_rti wrflow ahd_linux_set_wr_flow rdstrm ahd_linux_set_rd_strm ahd_linux_set_iu ahd_linux_set_qas ahd_linux_set_dt ahd_linux_set_offset ahd_linux_set_period ahd_linux_set_width ahd_done ahd_send_async ahd_linux_isr ahd_platform_abort_scbs ahd_platform_set_tags ahd_platform_freeze_devq ahd_platform_init ahd_platform_free ahd_platform_alloc ahd_linux_initialize_scsi_bus ahd_linux_register_host opt_name opt_arg callback_arg ahd_parse_brace_option ahd_linux_setup_tag_info ahd_linux_setup_iocell_info dmat ahd_dmamap_unload ahd_dmamap_destroy ahd_dmamap_load ahd_dmamem_free mapp ahd_dmamem_alloc ahd_dma_tag_destroy lowaddr highaddr filterarg nsegments maxsegsz ret_tag ahd_dma_tag_create ahd_linux_bus_reset ahd_linux_dev_reset ahd_linux_abort ahd_linux_slave_configure ahd_linux_slave_alloc ahd_linux_target_destroy ahd_linux_target_alloc ahd_linux_queue ahd_linux_info ahd_pci_write_config ahd_pci_read_config ahd_insb ahd_outsb ahd_outw_atomic ahd_outb ahd_inb ahd_delay ahd_print_path aic79xx.ko  Nbp                                                                                               	                                                                                                              %                      &                      )                            #                  -       0     3      -       E     `      -       Z           -       o           -                  -                  -            A      -            n      -                  -                  -                 -           "      -       ,    O      -       A    |      -       V          -       k          -                 -           0      -           ]      -                 -                 -                 -           	      -           >	      -       (    k	      -       =    	      -       R    	      -       g    	      -       |    
      -           L
      -           y
      -           
      -           
      -                  -           -      -           Z      -       $          -       9          -       N          -       c          -       x    ;      -           h      -                 -                 -                 -           
      -           I
      -           v
      -            
      -       5    
      -       J    
      -       _    *      -       t    W      -                 -                 -                 -                 -           8      -           e      -                 -                 -       1          -       F          -       [    F      -       p    s      -                 -                 -                 -           '      -           T      -                 -                 -                 -       -          -       B    5      -       W    b      -       l          -                 -                 -                 -           C      -           p      -                 -                 -                 -       )    $      -       >    Q      -       S    ~      -       h          -       }          -                 -           2      -           _      -                 -                 -                 -                 -       %    @      -       :    m      -       O          -       d          -       y          -           !      -            <r8@nvJ?9l&LT>IbA$$aMAZn H ǵW[u;n4xvrv✼s9"AR>	!&pwE2nb	d@S."II:gd|{m^KS:e7DW`R!iil_Ыw9>9msyYlq{6Ґ}no#=t]mb02	9鞝8is&JF(
ƽ2Q#Gip,.srx5<_H|¸FW0ق`#L;~`y1U^}vȰeooRb=Mg<"zcԩrħVpGUݗf$kvܓ]bJ75<M,K #!>i
zȥwLT݃El-s2^0zOLoN%5QeD`;KD4He1JLCD|41
g	(aԷ"}MfYȢ S" 0pi$#p&	NXcH0&'=	`IdnQ0|.h$"рňY1+Lafq<?}}$=Y|u`G3$ٌJp,zWo>Bʃ.p1ŜylzDfɔXi[pQ]]XG!*Oio3TV['ނRp6+Y&G6\G4	{"yK$"A
KӎLFHō,Z[
[
$]V=hAԐvKQUv4j`it#kk(
"XvhM8,nB*ȥ+&R,e
}쯿êe mamdDPozhk6Y1$,W;~r}v((yABOղZݤu}>r
OM\	oY56S1fk uV<3UøRI-<oB/e':Y5s?<'P	OMzP3j[03[E`9jG8
9+>IP[sNn΄dB{A܎‧Uv+0PV'Uf@C,J"GH3&(8~@@;rP6%
P'i*ܭ'.uM.O[Z̻]qVzJٯ
FFJq`ʤ0{ۄW*cܴ[37~d^ՋR<ȼT*}8XOHܛp4hPXu'5KPJi]ET/E *IZJkr8K]U}݋axA
ia`MeF8@U$GT!g7h|T TV|KT:̅/R5>/pQZ.j	vKYA$իDİIJ'LJt{?-%AA}t4fI	KN@f~gpI">5[=<9`3zP6sY2c88XdAٖdӹR*ewP'% |t<Mcy~|,":: 7Ǔl&{ݻqU.XY^N'^eC1g<{,&OA&"Npn`|l\\tٯڗm2tE8~X-Ed<h`^)Fx7JZ=r ASk霢9`]zCXxtTȉ/ַF9	92q9yebxbW5Δ¡ qBX9L,GwLF17ce;9jvsywR͢N}nvq,#T/\\휉ABq*^yA3qCx:nBddY7(&ԐXO{AꜜH,[j.KXNգH6KԐbnGKbW/$\@Rꁴo~K0a!nRzVa'g6<
4	ﴋfpvzBOdO1 4oY2u_()6P8y
}4_nhxaЁǪS+g
tu65"w*usb-h1U:\
wuB4 le{c(	A@!vxh0~ `qQJ-P8[#|[;wF 4>jtii1`F+q5b>{Tux
RX6<]MC'Z?^2X_:"Z+=UwxٶW;gfVu
im˰.?qtSZυLݼLM!t0-EBFvvp̳̓u;RFX
Gܒ1@ȚSV~X@fI - T_LYUS5U[K,nLJĉmˊ)4	0,$\$4G<f	0}64,}Lykb&mo)̢D"s!a\,s(0Knӣ/ӹđjfICJqY;]4~*Jj̎Ev=F#E]O?ItkIX+f)~j19k8kHJqr[67
nK(}cI$|7.<zbpU%+uS[E{*Ω7Pjty)jJRx"pA(bU9-18TMt.˩K!E
NHj@M}Ns	3TẽSO8dBvBT)e\ݔ<+JPpl4L˘ۆ,K%F*[U+\T4sdg	C+d;cNH
;>-u;+VAOhO)` ]>K/[^`@i0uۨ`

렠ԼlXSk%"Fا{[%g''ףfS<uL:iB$Y	6'uxCȡi
6Hj|[읕/8R>B@qxgӘOL`S:W64R&ޞ9Vz cIcJ9a>P܎#Ƿ7cuLݫ1cn%C,u X=Q?v#o'v3aZBx`	.M[v#_,,`oԏ~kB@<'R0ȥ<"W`]j;HWlyÃ~	=}Mӷy)@}hxb9Y%Ņ"9ޕ_rQ-P㲔A
ߨd=P~@n
ڗr6?UBJTϧa8}c+K8݃A"Dnͯ>ZvZ1-@ZX4q%
\JŎ9b#Zh>WdیR
vG65{*_,`|J.>9ꇃJ3WTH:?2|ҼYH=t
jr]UcNEZݮE)D{\ėipPI}	oG6Q:/b)!;g	
Ce7!Xp[6mou@S)߳܎VEq"Vo!^sG؅p7o=0VۭܕQ/>ӀδRėWxQ*FQ.J+]͉L]xXL1]הE<)RX"s@T]Nip^Z%Z[QAזlXH`]r3;Y!J|DxM&htW\nsAr)qsF|xs{G~lmӿlIU7蛆=)#(#,XPdd><{~f(P )3-,=*lك/܇wr1k>Gubgy=1_fGBd]1ʹ/\UNf-ثUMqd;⑃3e
sx.Dxaԗpturڊwq86_" i'7*:N;*?LX!j4Jܲ"HĮ2F`$,ald<a,Rtu7o>w]g^ 4 >FA֗Ug< O$~\պ{}3r](+\=7xfU6aNc&&kNYG߁_2n]ݪ[]}q݉=;'vHirZWP-.٤p08pyWr{n-EBUIh|~>^6S..J5H+giMsE.k7Ky
7_?5*iu]wWZ9TF1ht#^TƲ<_]ɼFƲ7ZRnvxy0ޱl%[fy?	f!1&^._F *}x:l>#Y&iH5jy"uljGnc,=%ޠ]~6o$xǦ1Q|c5,SRC# ES˶,H ҩwHA5YQPv
p.6Y\SX&;Ge
d4i6,+Ui@V{kU@
j<y	~κ ot*Iq AIV`y2/(@_Ps"HAMlV킑MS'F	R"x r9ӴCxu;zuNsG8XmsHCfԍoXkɲ OZ_flO)tu?{n/~CŢ?YiV(I7ÿVm:_!|f,$JIF<j7A}sub_)-<%j$'O̼9/PًTr}E9'U۽ȲaTNr_kRwgS7##ǖO,bfD9nNq~LM#3Pr[LT}>m"&"h&ۭ&.aX~'	![Q߀P$jWdJmޅOpyh{ͽHg!ӚA{pt:4fYqsw۵P!1s! $G '-#AW8^;g	
D5Olvk㫚A^!ז&Wa\!/l4V#ͷ)z?DCޟ-i5ު
RpDB#8PYinN	xpG;8Dwo}dsysW?|_*2y?~?V0Y#D곮=݉ k/ĖvDjm[4<TUDkaP>x+gU'h(`>CR!*ckc : hEj<$lk~SzA\5i\d(cuzCa>fqKsӋOJx!
%X"Kw|\(Y2991*#W.E)Qsq;;(H]b
lfR+NJVZ[x+pXߝtbji8	n?b27"=M!,NDjjt@ƊdKϙB)+<aqbe%i$'p\liߎ@p+Z[tٚ<
/:7mEݔLBUmK|fKF/>4q}ݽZNM(ƋWFq۔匵%
FDbF" =e3p"sm'_53^L:GA=Ysf>)?_K5`''}@vs>xCڦqqҖN9Q_ZS+u+a\u6?X(1ȁ=֘jn^K-uzG*.-\9?V1{ˆOdƩ%Z&-X2>(0H!g}7aXIEqMQ$:y-N6uR
:wϼq,r+}H fTEY`UKP:`H񳎲pb|=hkk&V?noEXFd\)r$]V$jO@,}IHmjo)µ^c7*U7EҰ(QAA쁜1	؋#泥ʚid
A]nX9ʽin[%u'KGh&#}̽a5,$ā=dRu5BD?9sLSB>6th;2|ET,x^Kб^@uTNnV+D"Q88A쐓ENs|y2!ʍcZ8Dvu*
0}Q7qݽ@τqiv?-maFcˁ&0K`%`E7oI< N.IBKewx1/]329w]*2LrobG
Ю).qap$q #Fmoww;[gVUu_^igK܃Lɛ9QZnNZjir y#K:[6*np8&c_{NO$iJp0+1jPQLH[w
gdŻ5ɜb( }IM8,"=r47L~wv?9sb#ٽ\ږhoo d69OAc݂k\7f,FW⧍9
g؃ˁ5ؔ))%x4%blt|쟝} ^.-̳f|`Fq:ܐ [uߋ}ݯV8E~刯Bj 1f	$YRLkƃ(U4iB3B|.>G7~>RTѺ`B/l=l=M$[^T&6r'+o~7?w>]|q+*Sl7:v0~i݈4'os	_P<}},$Qi"y2	xL*6/DhVNc"WIeYP+8pơi-UF
cuL2--/2!@YR&8~ 䯽ί콯)qqxi.}x[]vk28HiNno	z|ONu6r<%\1eX{vt)P勘̾Ӈ3C(aM4cx'P'^Ɖ]^)>O|&]]p¶%>տ}RHR%T])/wǄ=䢜vsƑU=?r54%0+Mx`I+2h-n
bwMt[%r}k5Xfand`F7"{^]ꄀ8kw[!C@#Ii(7'~%Ȋ<I0R~b74d{t,gx3WxK'gF݂dtBF3KK$x.D^<@o1^>mo	=<;%]O3t=]~rƂs{/"G5wֻ{>?̭^mud3$üOKQX=)1 c=.{VⰹI>th+9F #	+KP*m$;1	hka_U+#n@f{qXKhʎba|~fy<VэAT9]z6ٝVB E;yӏhf?T,oBT̶w2Y:Dԁa2NU/@t*!ɬmߋ+*忯EOr[|x:2~&3S*f"Ff>b&FCNi' nBC+&A!)%_)/)ή:nޟ<s=jk07+"Mw
C]kNE|*:b\3Chlj圪6>YY9tqu3Mt!\jf$PQrfHW1=*Tj/ˈ1Y#
>1s $[he)!htQcIǽԛb<ȡl6"観-;!#Yc 'g/,&~$.D=bwnD1
tPn(%Dgo=5	sVV"kQ1y
)4 ba +`w	$R7q6a!Cpaj^eԏv4SLhE܈Q8OWgV^>\b/Z0~תI8ZL)¼NR񄪖WV,5Bذ/<xA&^z D=#
BfNrJ`
aL\ o}BiI;G^tl2@wA;7A
JW6+UUBN*@e)KJkEꙙ<e!Cg?tN?^}
Dw	¿N?'2
B0ªNEGh,~>}K͸hҜp0%BλT]9MNeLv!iqpQL	Q<J&I*S+ZtK7Qt;{.XE֌yHIPZ^[D-\Eckq"yqѓP=a2=+qS͓;
8[	|Ee߻{4;9lz@ދ"4a0OQWZo`CKZ=0CĈʸ+izE4Зz"$XH7;|x_}/g.Erg.> ڵ{枔G7,IVXiq:(0~X~'2Y
ܮt'l;d@Kcr4<rP9KpUQ&bjN%c	'QMkدB!3gcw#ϪLevQ6Ɯo<dQRB-6C	eurvؿ>EomY,:Yc:A6'y-˩  ܹK3նMpSDly4	D}pN `H:gPg.` 3rpWk<>|li0]"xiLv֊Hi[?,.c/io\(cW%}@zPۑ-|exlDi1)FduivwLEa'^e 
(%rnmY?q86Aqe2=Z`f0kY,SsXՔXRim8]00u%/t/&i}9<? jpq28>M[
o⬱l2Z6o}y5f\w`ڹǛ7hUXd6Z^5kb¾n}"!5߀Sy˖BuIL(p}a;QΔ_߄t 
D"L:
h
"=N)_y~:rql??F;.8ڱ$D\ZZSWarP"fb2we
\©gG<Eﾚ-nk+FmҰdv$ƥҒXKz.g	!eݫ%ؒ[ptx^NgF05CB̵yp^
D'~ZӈZ1pr\*)AO8H ZJKd-rþ@iu'Mprv
!dЯ<
ǡ,CV<T7!L.x*)4+?	O	W 2<HfA=uX'nO.UNKeI _^r}H=`_[BA}κӠ?͒-IM{fwcUD"%A$Z1ŧq|Ǫ[.E
}8Nkz[M e0w	uxnC&(6`SYD*:Qf>:j6}&	H0R?{0[TCeí;`:5S586W_кN뉝(a6֙
Wʸ6w'yW[)6N$̄s;_3DۖEQUh{TSj`)۱g	RtѸg,5SݙTvֈs,ʾ'%:UM"+IEis2	K]eQ2~l'/{|z;ZhGE7{Hj\1PZ䙘qYp{\H)1eјqZ%..XiwPe5'lg6^|yMS;hj*B]ٴpbI!:Qke2I8_X}J:t%#?e{Oe"6jc-<{p
0.T7A=DPiǟ1	9zd@1>E;(&0w6׵Ԩ_&ĕa&m,xWA9e䑧u;={٘I"BL︙[c0X7r}KC|UC^vb`dn!dUmۋ^Xt#EnPXţ]R|5\KW%2G[|{|FAA5BY8{/^eN:@6r=:-umv$c"S.](j\0s#٪Sn??<7FA$\> #NzgFdD-|U<N/'u@
y/3gI`95|~VD\Nq<-Sh-%X6v	a4IeVtQߖ=8۔$J7wT$;ks=ii<ϙ|$bd|vj|
;>ݒqҖTimxŦ0#NS'3sQH	;d2RV͸ViRpAW1.#~&=նcO&0"MmiAƩBRbe!&:6(&
B94ISybnc)m-En变B;oD`*l%Ҝ

ĎoTǵ|#*&E*~':wl}څMh?rږDF<Z[/x
9h"Dm2#Io8e<PؒF,\J;wxkI6ZQUhI(a_M+BE]m"i5ze"sU2IǛuERh=jWׯJW{=مWw.Z＠.t:\]&oĚTḾSjf>'4fQ1F,m6gGӹwZ.Lsw__zxwl5JȪUPjnWO$iʞc~*C譚/:TK&$Yt=}|p<u US@N
|xv7>R4f Bi?>[o,'JdLUHY\t=/s!8"9`xVnA(8E]:VNcCV*	F18 $d}:%ᴎ
\I.W><Fz]1Asqzw@7"ųDR1R[f
d@adHq%LK,:C?2m>v$Y2hiohhlqb:xq8
&Ьo_5aBW
]Q#+v*䔈3XbRIB[/naz̴k[<]&&ѴN]6!RUH02p0rΪu7my_~0y>s`wp#3D}:^SZzkV
WfݣMD9ْc-C䆚E+L߻1ޏ؟w̡3ϕԈUz#XzVI!W!n%JWzbIg6sU(N))TJ<Vm(<-(Y߾x;<Zg?Bf	/8zȚXԂ̤/ǰ?s/Aj=S%#ppSga|_zynQOm+ ,9J9ֱY2jy-,lWFn8B
+ѷ-xulzZb3L*-D??
DsqOL">#o2C T
$ONUg4 0Z	,wm9Z;濳^23L`a ^xu#*2='"Y	,X&2f+4ӑsy5:Q 6$P3pӬe38v:i/GadCxYP")qd}}0EQD'N|dL
BO,;b~VSD}4)tހ#wd p \:MMni_dft]j4%
NDƹUo"X@}.1bPOI:].N,rsĵҽ@v[+w'4"CZuMh DHП?9~XB7cͷf4Pa&%b^M<Dd'@}.z،3%ZyO$맄6AcHߢAJwY$EXs
4bd>Zcz΢-ڶr_8/k!6p΄DX_6^jʼV`5r6qnЬίj1WC0`5c_ܬ5Ӣs;wIpr9J4	6|xix0K	#[`,%(xv*je8t"nBo7ж Im(gdEձ/p՜`Z"Gi~v\iE,v]`!ikhXJ#ZH+Q LI+7[ J}KlΖ-e'$-$Y9Ϻ		
5II\D_(<అB/ih;i59$.|:a%9ZTFAOlw7iR#ޔnQ2;ޠnRtaYNIjޣHSДb*푛3{ z"OI{4"94ň|<&(oo)V#p2R$
+?AGK/xܢyoqvIAhziU']R`Nw2J~O"v{0#i_7x,܈!8M=KmudVo<kO@9y#XP|9Q~4P*u!Fg}b=4!#`D6H_!B/n>^3텐J\DIw^"=sX)*[߇-~x⧌ۃ5Hϣ}FSLtV#Α&4T_Bج^^N6=Tʓv?H3)ۨf$§ՍC0Ļs;(rx7~s|/χ{v+TRY+!+p	MR Kꍕ	K"y\
2h`Dd=xxK"MŖU4By߇wԢ-<<r4o:{5CFTfѰmoN.nSk쨚j^K"
J'$ubiDn|.ElWCMJ٤İQ4u͓Y J;O ˓̢%.Qqq,?"Y4d['ߑH uAAmNkq'i#]XD'q.=0Vph:2=o]kl⼶W;~z"g %[ge59
	sbЩ>OQg:gƃ}+%+~3֟i?g?QVOL}9	W7K̿bQ2ONh=pfq˚]U?``)r냋~(҉/!9>^|r>/^Y| [v(Nxw<s^5|",rd\XB5ȉ3suz5R\s6rOlcT.9ÒA&J95"Gi ذ_]7"
g!=S4:o7
k£]'UIrW~DIS?L"wj.
ywx
ټFpDw&E\4¤?,Y<^nŉqv夐6BVhP@&S~x7*܄qeK.8&FT} ;=:NjOJ,d 8x=JG2M;#(^_qىpT`iaENa4%AU/&@-Ѭ)3Bkc?B v>Hh'k+N!).X" LL`3q,AˢK:G> 
KhV9y@;*Gtf_('a`mup軦xڜdz5%0W˿Sj*a>]=v#'F
{ns23Fݤf_̲f{pF>D٩!.KTs>1 ;ҸG~R@mrR"@G"I/gy&.FI;GAT mx$B/lcw&	b/8/g|DphڬreFFW}Njp]Ϯ>R4dF>	RZ?hJ@ͩz͐Ϟ 3dU
Zexq_`g?SFgٗ??cMyjאCDyUa]NY@*bdȀaMA˰85~D-?S 0̟,,SCdH#xIlimn1mc6&e%0(#g"_.3
 ~	[|bQ(,\D%-Udɇv*A9Zru+V6
yԭyĲvͱĚ5=680m1(GRZv[JjlKԶփG[;sQ~3*\e
]Y˶8f);=>ɘ`3!#dM]8|筀unefhv>^yC9
!hIȺޤ"NfwD,qV+U=
DHH𛑔
R_dJOrD{Tkݻ)~Lz~K-I1
)BEMsç㔠
p+#PTI򭔧~[:NQZr% 6i;*P_9egƳ6\{ w5"v(r2P6s^x_{YA$P(-hя,B`#l ZVVZ>dI˚fZ]qQ(NUe]~Tu/'H]L(xU@Nڹ -v'bؒ	
MT)b9ۇ-`?k-Vs4ɫy6mu굚2)TUsͻWbdR]HޅUC&N`bԇ;G_?NURLP&s';<?:}CAؿ)=B&6#KcHUh0')0Sbx[UL`N0/'c@iau#;phBܐp>y'Yq1p1]f(d-Jh؜5ݺlLc%-r|}BCMÒo~ĭc?<
[.D7}[aƱOQ\S
am|eY6mL5jEvZ!P,pn85rߩE*mYX <L5谝"?f[MMYOg/{N8Gk'̪[2qL]ň8ıeH{'!5ȧ#PcQ$c|KGܩ*u
И#	st@3y85H\;*|^ҽTĊ/c/vfΝy Ye ԫhu?cp/ȶ\U)YI:fs֎B=Ӌ:%՜ҿ]$k[2W^تX\IU܄I+ߑJW0Xǩ	{'@i'G?;=ۙз{C6G #a	?9	kKrB#~`
c6yNz萿fR"OBZIsťKKO		m6~goֺ䒄b7s`3eRw7τSImӃL*_鹟+q@1r50޸ĬhAK?AFy|ÝӨ39RV6,n
eiT%
jʟvz
-.<84j8d\0n|wrC_*dLlxYz^/;.%\w[U&[rx!BGFs?tzs!*}ap9߱|ZI|.P*8AyBh0"]fOw "W
>!0%0u'ږb"{_К<d!__l}gkc>xQ0shz;Dھ;"x~ﴐ[Sܰm%bÛU|	1\C@<s8/hX' &/Ake=J}E6pP%rhib";iТm=Y?}YyzѲٿEk--!}|sbzhLPh`P:/K+~Z`9wBRsv"=<-c=J>	5fFY:2NDp3XIrg◃Gl:1#wbIf9?@; *&aߗB'öAM9Ә";4a`lZnpFW_}RZxrRIfv||p_qNΜWףIޫ	ag@TY<Ab -Ӽ/M*R
&&pKX0.I`#0hg89I|8j$ eTuZKo"Veb+^۹ȩ~td#q@j7
6.3K9mbU$̆MX2+ÒI{b	.?1]-8-`\G?J(drfXILV:l&w5r "b?.[l*X7Y\b6Ln$vE#_st.d
<bS6[Mn si)ĳ2grUTo8#t-Z)(@y?@e5F;WcEqi\"Mh
GT;+Kc6p~\6acYs DB=1#/?rFoo<)˧c֯y(!'Dl#4J:bWrA	FOeO]}īk6~rxZV(P1=cM4xhQ8րyj2+
]m뇧h{h*B/ /|OXK۶Fu!OE10*RN>^:ݣ#8[/.	{0=!?mlH@.RtJ"	B0+B9>H_0\F2º揝'%\__^w(SY> 	LQf~7&Ӓ鈠Y\zzѮtM>.h*07Tedpե@b :&08wKrP}|yֻ\]eJĀekO+aݧW{{{e{ՠJt{#i4:f=g/L(w#f^H"p|ji2b+ᾋ[txQu([3D>bm&V)UK8lBD'9e8Gh8꟝
Nݻ92fuK{]6m=JS);iB!k&df	yUӋOOٴb-Qz
H	]۟n(^zn>\CJc#FL(ͮ vM*&~31>7ТsX<onLGjZ?H-
c/8:8xX됰dt*돖#ϺN
W!@j~9lv4PJ2PٝRQH+*0Քr|"#sVd'ē̲݆Smp5k?d~3b|
.z4Y˱2ΦCP{Am~Oۇ)NJ
Pr",q)W?^&Y^(LeF`dbA!3,QO%#Tz?  Mh){#ʤ-Y2VZǔ 9;ӿ:%y:uc~ZG`i#[sؼ64|
26X
@T稰(>޿{p	4UX%" |!i8'Hf_EM!Yܕg 4p-S
BhX5^_r{ZZ~@ȟ`Ҿ{
~Az &	?6!؊]w{:ȒֻK3[	:G:+@ C'*0X?) TA[6ը;&=tb?nCVR8p>5pUGֻ8:<?jwhLF?:/a>K܅}e3pkazb2UL9>qW*I?ly1iIG	?ϝL(`Z
,F}UMYR&<+sԝSڝX08ӡfTOGi]3
h1
1
S6pχ韜\ÊU2X^}&s[7nS_iX־_6 /|ykS}7dNMN&qEpVzRr}&a@0t'vA]T'0O"{I4(6(J&
|6+;vÂaALKf%ܣ76+)#֌.󺘕dII6)JTâo%18FdV|첔e/1)nx~<~eluE1+
/%
W73ں)5;1	N\o	;tNlN~h5yRbFrHἏ"=/ts1#\>.cΐG̱nΟps{h)L2e
3MQv;q4KiҕR @jSmswzfRqB9SYT"#{P-ĿÿyۅHfn$ޏ}6!-9*%bHg0>&fH"GLsx_`^^}%ۛvO z 7}RE,d)A;L'V¤#prG+-\ yiD?c:0L9p[MF~=8?Gl	d	Ձğҥ[g_X'Ug#8/

6|~'UKKbH?eH(j/rㅽ
eC<Фͦ|^$hC%+'H+`{uq]#zJnD(!G*٢59,-vms/?]OqQ*tB|&),rv?9˪YxLY46έq.q(D1_JseW"~buH0K}$;m(6hLL>.؇2z1o'n6*KQr%pid+"tSgirv'!{3sGAMmĵdD5	Qՙi8'Ҷ6_4E=;?M(Tib)3gtKn+]Y+LԢؽϸ_F~$В pF8iAW>7b>	*	4\:[/2Uѓ/OJzw~.SiJ1F(c2xc|ES8#8@?5&^Ix.F ȧ۶@lZVdkkKI3Y?E~VM`y)im5&֙RΟvN.e+i8IV~vD%Ke'`9&Z9NM61<b2j˶N;sGU?p+лQ.yGx
cF&)őXg^!ׅ7G}Ļrt	u# l|Fذeԍ5HqQ<xYWdV:̦ lb.exWۢ/c[1p'yv"yGH8᣽~b1L4F?ܣ

r>꘼QElR|dΓQ}=\Pb-A[̅w:L)e:Ek2hct[2ܒmTTk84Y!Jr0Dۄb 3,(PȝGXÓݨK>^+t/7o]֙3x#iFn<stOOZ.Ϟ2|){K9
mɟ3XDh*ţ͗3u7Zb)d}zz_-#\>%0ܥz(2MVFy]׍hP=e(& |(gGLU)VAs&G0.U_I=Y2t~$}F;#mD{a_rٍ蚲Ei].=Nh|AmZ,$Adn0J} qZȏ)Q:ɴo᝿dQMDsy%mfj5 㒎~$imj<DH`+豁̾
xNƾ+vNO'$o'Bym{"82!lQ@onxQn,ˍu{KG$JM6kL
E:uR-\9^T;ZRHlKލ2,Ȝ
5[
>ҷiتz$XtkԕSz޺rc'_?#2\Y?||wvI	L

d_+b=Bڙ{q8$Gq[ԾN\=,e3	_kȺzM/JFЁ#A6ATQ")|`ב>6k1ON?zc'yB}>4S髗b_3aL5L3Tv5
,-mHw+«yz}u9$<b;xFWs&s)WeSxH(Jf">ՌkhJ~PCS0lf!ׄ($JI|^Ɍ6[oEBuכ	
Ex]@׈IW*3
?r!'y5>9k(,"dʋ)'!d!N0X dPhlʠ	wܟ :C*IPph=6ds=ƀqR A1Ê?
PGV'%UMHB-#6}qo=AL`=Lx0
T	2IGE|cliA{o9Qjxyp@	$fҠ_~]}9ǟ*p?~o
?.~~
d<15<4DW
VuFj42g"V9Al24z&0A
8ˏgJȵuVzY RWiC]ߚ&O%"R g;\
^a/ۑ>EyZp]c!j!
fYknoGJ^>q
\@W8BE.5N?aKE[OᩴK_|emy_`X*$δVgZCkP䚔_,F0xAkR\=瀫kP^
Ql\!#gtרޙV(VL5f7
!2AT(OXM*jW"̕<֥>xyrdXX.F\Nr٭(!c,ڢ4-.w"&Jb}Dk*4e7SwSo"K<Q-øcd)e{ .HŮRJ850eN`Jp^A6g;¨	k1\GHx4dN/G 443N"WlA!ӳ&FiP@j-6u&K
D VKԚL)WD
E4l"PZH((~q]%j12cF)ᬸ]+2U`sP]=DEFML*	\NZSvTI{5*.SI[Aqasz_NF)r8:lпȚZmrT~QڣT@&V *ʐ_6Vo_p%k)ZD<?v.W׳gQlW$\}Vub6_{Unq[IQe(ہ>n|}EyoDm{+D>5))(?J[vّndEo+ܴ\XՅ&Ho*vHw?~o2Jo_5[ӹPe&HT\i!JAw]D%ro7zS+v1ƨnlCeyϴ_0рع٤Pɬ0OpЍZ
§WxL	S3fɉ2cD/?
<\K6qz]Vz[-K6S}xihsbFB	y@	<F4Y$rT *{5O<ǘ rJG&^%K^f`?#8ТE|ٻ}G^Xa0$2{w;xE&Zl3|c2\I~魏f(+ܧ?]^pz	I9=
ɨST_ON.0}zy$c4"Wsg׌2ü@%ZLD8p5/!\@$]kIDw{H<nŧ9=M;!N'w =KO(\߻߳~𣻥KJ-hCiaguW)DW{}m)[Y
!
 q?A4$mE8;y0ST=
r4:ci!'#=«>aW3%u
wK3_4NEcg9[^,%G|
ί3GGLhlAQ	xjLJs-e#-D?$%T%)$kˀh-jSK
	/9axc1G2n:b7"8{E.3B/ܒ΂LNЫ	'a$CL
87
dgvs^5{Lg!YdRa)0Z[Tu6n~6HPE̟tH9u)O?
xY7"#mBSj
Yo#qߜ_c$0O
C6,TOAVX
<B[~9Q2L!zTQyոJ {eg+<Gfɔ1ߋ;
?,Cxso&RRe->L⚹˨<ņyoz9P	L#}7PׂBmwJ}p2I8J*W<[v6ذ,ϧ#
EcWPE
4*᥅A'#tlلZ]e{ϕiя0R{AAtwO n6`x=pVf1NX99K l# T/(3֕je{c;p-8MmԮz,SɺBd84T-0|2x$aerUw;ɩ˙]Xo'sq<ty'/Y鲮m	iIsnk4T2 UapBzM*突;g|
%*
&cw`Xse6Mʡ6>^5ssyO(9RZJ@2TE# f=xC(L7upɹB)b5HW8a:6	хQCyrU\<h
Y(6	¼Ia,iNᓳO\/P]!Qv"7{@롱:R-$ޚ1Eܺ1#>
ϥpkaZ4"4;p[Vt$bpeX{M0*P1Ri.}eRrueֆiv(*A\;1i+(CsԒum0>ߒ_ō/6h֗n7\3bcTk8tEzazmGQ''x<ח=򾋍J/%M׵#}w`FG0ZX82/ΆH#~]a	k^g	t2R	o7+BGRN'J1DݴL;^8~f1.8lsp*3ɥPBv5pq&yP009|U cB%i)[c5Ϸ$x"Z12@AZ2R=&>W'JagyRGJ,@>c|g8pb"OMB}
^+a iSǄ\[!+@GWH&TL
i;S~U? !$BM	5{蘿`5Jc-JXU%\2iczN	Am용D
t$Yi89^ZGoR*`~PDS'	Z{Ӳ VA=0*ܑpEx#qphs 6|y=8(S/2&Q&݌1_J@ыUB8Kqۺqc\%!Kuﶍڗxs2,?%)1
Ѝ Z=nWB]ɟOf؃zh-mXsY18^5<XMn_'j6ZOdv$vh6+eaAU
r+pE2L2`!M.9Οd!_%ʁa6Q4eKbHVfԤ5(ꏣpn5Uݸo(f'v	U0JZxDJZxDA.?VLF|SqVQel̡IdvJ۰Є

ĄIH?(
bavrZ-&Pc8OB1ٵ0@|n>	$@#p*F0^ABtyZv"0;-,؎E#֔̾!U4S!X(J#byRQӼ)$0䎊O®=h[B욆eYt˝ÑvVǨ@gEs^gH9iK>*ٸ(KIIq*;m~G¥>%\z]SFMI8IOKloPVud[C%s*l;^I(r*	x9Tooյ]B<[AdpRmj.bR؜ZABzKs:sW{>;Ӆ!q:݊RCSUC13$-;z^>Hs(ڤC)݀}`WXn~LF\"!J
R4{
5
^^l2d, {0	AH2:2827jRd6d3 _9P,[Պ|˾K7V"bJsܨsWslmOvRV2zuwZ6lC[ɷeTHq i
+Ei,n\]}k*V6l7QRMK՜e*Mj%.-bgY[7(ehj2NȪf2y\-#wJ;Áy)hibT3lj䁠ajO*LGER&
c
p/,tEPO( jpq28>dL"d9VUl7+PhC'ECI_f'D+AC~FOҷ4:G5i=D8]<\Ld[&'~GvTa:Sl'2>{4ׅ McRhitP[hLG1
VAuM4q	S:"Sث[uwBz.	}1K9a<+psk{맙/+?OèآZL)ȹu^;
muGޟ b͋A.14_.!G4V̊
Y(?1-uaߡoQ C&b@H+`hC1.g;+kzcfC-N۾A $Za޶9);Wгj<P{PJhJPl*Ļ,X`ݨv{	)sz@_[d\%ڙn,BS*6;o~'*$żkM
I3n
SXxTS0-gu_@H#4\[GU<z-%s`3?! G(>5jo#MB6RĤL,921uʤAW4Ϻޅt
"Cń\1=4iq0͵CZehóbPfڶQ64U"HD=U&%
d0(0cQñ"aV28Ϭ̨X26$*WR.ʴKYț8ȡj$j,
&z&`5Gms
qqCՒm͉'9bǜ2{ʞډW9ր$ӰgU<vǊsݳɱo {uߝ~ԡL"uOgstx? b
NkyOa41v,m13I9sK!0qގ(CHޟ]C`A<m[̒;1}"JĊ^J#2բ`fxf˝3۔\nidSUn6DqoAʩn13ۺ=<$Z;֟iyVf"7,$',8U٠ʾ_R)Q&A-d|tKƴ:Usv:*
Is_^|<p๱Y?lQV6<ϗsLͨ+<;"<
P@c8!Ѥ#զ(o4Ѷ-K~3;B@VaJKٹkBvgrO,t1jjo*^K9QCIxya9<1~²\a@)E-BvE!)
"+D28ex	nH!`k 
E}2慊ʕs?ot
FVyvh^<v@G3Q2)]-c0
GbdOe<Z×1Q8op17ܞIp>,r;CCR{1
";^p5B<NU+ZqwRf-8ʝMƃx!$)::r1EͿ=uOOcbgza?#a#\
hMGEyJ*&b<42j2]TjM:S
;{!-c3PZ
5NXu.kv_O|r^pq	Y+r'0^wq27|"9O;eIxIO[i4w³}	`"ˏŮ>LIp$#y_UQ
$:>oEEAXŗ<n--$spd蹜)_6@$OC^Ew@`2"D$o}TáԒɦ%g?ȭvN\#s2)mF
N[4I9rMVqY.)-OkdEF$S.gΝZ;dc:Z}ưwg~;wܵsqTTa<onmADwިXj-v3޻(II԰S
jF?Ř̳dݘxy8-pIs"t|[ q,!1ֳּԜTd&*#C N+ƂJcs-CV#Ӿ:CWҔ	DZIDAӹjQr8w3 I;+ݍE>=EۊOLFn|yaze/I
IbޑSwp p&ȅ^A!'B	a]3մMkF`qP"S3l{6%#ҨkK,\WZ
_CȔtyc6әrqKH^xҟ.L<5:}(mmZX:찍4R|JVCFMSg
O~fM%_gB2sxNJpc_OSx>nǳg	3A(llj&UknɜSfmdBjN%/e<YBUJ?^'Zl"d$/}ם}f)۟\RƨeWM2l|%Ke9n?HX;_8q9Wh/RNaI8-MbT+)XuY *:Gk*v_\йVNXʟ*AITX.4鵹DD.,SV?JJQP+)T+YGr+gaxA2	K>$V:s2գBLOv!6?N#1g$3]&M~&Iz? >ݬRΧ `kJsz\V|u?²[zR=߽slih=Tbͽ3'ƹme0ӋzqY\kR'39tJ#R-J]¬piX~bWQ/H]W9fTRDy[x&H.tj y04e0Lᔈ=:'9=͏I-ΚR4xqE['p	[czI	
6!p%l(n2z^_D?=;Wex_W]{LЬ\Xֆ9jLdz,˅0FjӪRo=7Q.тy[?	\?
N,?/(BI?Fl@
D.G酈DL~KU/du:ozRGw(->ki!UZ#\hyW*F&gL>`򞜝xpɹ0R2rD:USAlo"mP2Py"c.>=97Ja52gn{[pܯ{uW(sƹTrC5K=Lِ[6ն184 G+B;\Eτ>^ֆp
FmqÏ"Bݭyoe99gO;n;Wחn8dg=LKg>Ll&~]j"+p}LAjҁqroUwťrwJ:wr:鋅DI<1I+>q)3Z)5 η	|U	gfU>z,D
BN1gXv"D*9;_#wS">2):*|;Z/4K~l&wE\jm˜kZMN5mQ֛|Ɖw M2ux]|hlGZcd>Ro6,yR[hJI-mscRjgՋy8Q7QQ2rޙWZk.i9\zK~
,!л(!iX&,Rqb-\@YzY<߆q$8*̪5
S*	;PwMqX>o%hu}uJΊ&vM-,,LR!5_Y=rVzl+XZaN04,](̽嚕ުZђk{Vf^
~7{/]L
N;T"RXRdFHf%3D"kDTAc؀Vsv̐ʞ=̹S<oGUi>]'|/9Jbw7}ׅYH;g<9|n1EbUZL&piRdnЇ-̥ܜ3ӰC]&ʱJ]c'h5iDD8G>=jP-MV)9iTtQH{JKBf
^Tkw.'w%=㸘,%CH!ʡ%&!duG'|+0}pW81 R\.#4ߢ&r}h&v-
UH2&QQ7zƜ2du#q=(jT W'VMjfDm8r=DNln(Now%(9F1t,iZv>1A^wn#ZL|3YVwsd?RL!H/0Ǝ[mQƶ"O]W
R[Y/a
1(p4RGku7R5W	#i7z;:ڿ^߼O&{{o'۽TK싞D~qF>-ej,&w$W;˶2٢PrZH,Jt!O>&eG;*bE9_F:6|O*P_)TcĢꬳ")Ck1O`}>اg_N'[yҔ3UN?j2FSI___Q7Ky
( %hbTY5N`8a`dh>!7Gǝ-z	%h ;%6	,9}!fPHAuNUP3:&Q hu4U@9$ʍ7r"myZԠ !]9$pECINRut
AlB:ʠS({*-_$ˍ)Oܛ4APr)xm"\E8
9nf|	qp^NL)6FU"[ã+l]SS5ҙt~|:vo	WR&B5b@Б|U`>Vllm̡}8{sĨވ1e
<ZƊþh]Ç霜>
,OY6%2 K!0w5bB\ؙm4Etdr:kg BiCΠ>Ae
fɉ+\]T
fBR
6Tn+1x@Y,zB0̊W)AZ=s?_,"48e!?KR\0=W2߉[oɘC8-i0/eLvˬohn*
CT^R6'B]QA\)C2tEz5IA+o-}7pZ^PS Z/s$3PgZTJF-˿ͮ֫$J뢢ڥ_9RW>gN5?&=QY?
#}`]Lhž_F/
'%sO&/~bf U_+f+ZTzb3*ٚDb uևӔ@Z
H%Vj;o˭H'Ե.Bq{çaQ1mb-/T?\o'sad82d74]7Eޚ
*'N 4j@1dKQ]W!XyPuݮmZQ,f%4PΫHCyP۴fÂ<Tsύ5W~7<fuIF4\2s䒞+3N/ OgVdku
,@Vu7{5^5aJr]G2|2˻=UthgE []}R\Buaje7\_}eLHڅ{@V@t%4ԶfatR(73o]kt[Bk4v\t {kϟ.o{tN{s?yj[
Bpr#bk:pI˙o	1wu;'9z?j~<Hx\bHd<N;jQ/uO'7
8;wZd)@?/凹ܕrigBw2xLNIsLB>&~.1-jI0ktݬEGҕ7qXVuJE8X,;"SQEpWċ~qDQi G>
nZ7]J`lL:ꀞ,޾n5.VjrG+;j_¥+VjZe7kr557mz;MG[i ɚ93̪,ɂ
E¬(+ZWlf]8522	OVro.<q[J$BaO~=xuyCn&W78	
SۭL.AٸS-T3Eg2k^+ON9Ƴf؍je1kgF:(ch]V㐢 kčfw]$Z-ΤDϽef$R
êo~h(zF2Y\%KC94.t&_Cl=f^WޚU_=	%C 1Y<yd~KA#sƯSQ1cؠ,GHu9s(QweڔFdv086"$Nm/Zԁ5Y_=

 Kn.4/S*2(gɰj98r{oLΰTay'
ak<eo-K,cCaBʖVUK7yK
(	*F'ҳ\7Ԃ8kəKD3#j2xp h}F[QΎ!fvT!S]CI%~0 (
::HC+
Q7!D7zu"䱶1,`A'OO
(e oY'^,1o{QoW-Ip*872Aſ{h{hv"g O"o\+	W%[#LP1s'0()|׻MPUQTn[>ђ&2FB5M!enk{ú3ya/#{}up1y๸↾ќz'c
wܯnVտcc#]&:<"L$%9p\{AvY0.^KaI BSEa4㒼mG,"^J9{ͭK8ʟW0s`qa3㵏ժx{-6+{{{-]Qc^2Ialw2Av!}Uq)XX_,D0:
<S}GmiO"
"34^kוeUOQqx|N#I0	ʎQK+.|c/~QFL7@qW6!ZG}EN֚I9vk) cԬb٬<0,
+ Ԥ<?zF
U$f*0BOG#aD0u'ENYuh \Wy`V7NF.ĸc{üj&}9hHȋ xCی'M-*/0fbo0'sOά|eZо0pp<7=9~!2N]Jhc'߾EC+)>sǁc0Hlؿ2ԄTC6~DD#ʇ%J.C8Ր-+(D[vsBQ>%sbtz>p>^^ca 3PǞ'
Şh,u˲篢4iqD<	~0R,KDEJŰ2820ҏIOPe><+H,/ΐL}uԅ|$\J
2^O,EDnQ!@d2mR2\1FբED)Ht,@IQ~w,hBO(B*|`1 :^IqƑ3a%\;;JOlb֜Ea
μ,l ϴ<πaJ*{cV\Qj}	ab'i
xi7aNFRhB<Hd^?;gIPC"4]>{tzu\~~p<*PӐ:RRq.G3nCI66Aț?IpQA^,C"G?}ސD =/sȢ54ѾJY-g2Q`,52,pfƵVK7161&x{TQlKZxfMZ&	\IiƨwUz\B})1,v:+(]	eνF3\ͧlLhK<-9ǟn#&x3!ãc;YqV|u9<ٹfࣴ^ݎ
u\Fί*acmx.yq5Īj*9?łv"D$!0G[65Mܯ}+<N;Tue;5V;n6+u.z7/d 4?Rf-6;z_ڨ$$>tװ.-A_^-ÄA?shK"5D-kGNYp!| qZys=~j`=EJYX-јCbh[d
byd7P*TooJogmYg}iB=u}Q9pYk֟{`լ?7AoJG`'SƧM3?7\nvI|QL	N>kǘ˝[#a3{gyPm0:>Dƙ/Ra7߬WTҖ6b<n!3wo~R[҄AYiR=0+K6
%ZٲzGf"b:.k֓Fe{
7(kB7kTxܴ`RcwuK
=QT!X$!
SeoeՍr."jtp9COeZgi൬YZY_.AK6br|H|5vLTy\̛B,c5:b3i!e
7
7a6% ڶnqOЊ?[> #05;Â0r&3^m*I{6k	FXT_(*GQTP
h 'nfS+Znᅑ*[r_uaR>a
,ߕkݙ[r$5whw
u+%}Wޠno߽u)3h45@;R}D.,IP‒"ڒxP-Ͱ0+ww3`'
|EY䙢FJ;O^]X*G
gzPBRE'w rD
4;Ae]![׮#6n#o2C&$o	d?_1|6?()=}v`?
c-A2c~(.d/Ħg߭P)toXL|ȹ(}'Bg&G'/#gg?8rIMjǲWE''"ZH3P?i}c#&Z$n10Fd	jczVQz7oRe#^ugYyANxho٥Fg m}3uurGuEfoJg,.p4D}HD07^[jGԝ.
y^uGb	N(}
rAМu,no)[<(Jx
5(϶Ίi{UMH"m	~t ֪` R ̼S`̒`zo@hBH)@:/+u6/fIMC4)"gn&]SJZ&CB'Ajv+^v7YO(a>XL̐CHM"-Gc%
T-d|5ilx|I[*q%"@7qA4D1fJu9ጷRn[Qa
UzYg9Ztx*G}/uZAV|uIEdA92xLpK
%Z,2ɨ.8ӦTih{Dv{\c۽񉈉T[2:KvSPwLGpB'_>敧`CJkiP1Gw֪^OI{a!*16kqmԵ
a\Kݟn;dW["z0װ4bRҧ^z8o֋N~HLh"!{j
X(eT,ԯYu;F{HS0aO+bf%b_C-"F2m_9m	9Cơ!
6|>yϸ=GK
9{?~LکbzK&T>Kt
EV<SL
OU;_FjAI9]/K2`:xwsʍ2	|ETXN-M"f["[xx<d5cԻ4Ȍ<
 6WB8R+F"'H7OYYUQ"G8D)1LDd+$<ekO\BD$Y6p/2I_w"T+an@8s3'my[d7!Q^c X!iF.TAH
jFT
kuR2GA5]53`Vp15*'hnqIcX:
G<{iyW)r=9p4]J܋T A֭2%F4-HnG|WB.xT MV)J>R#5s=4a
F6وAnjdоlkZbl29XQ5sdy_U댽[5&oJ0_Wd𽆃u~X1nw+nnғI3Z]OAzk8Mdo+c6{3JdbY	e+uJ_>co||CozU`oj+%l:ueQ>4^ٸn|N?o1\n,
JW2騛uo4{D:N'ފV-Y:37^;;j>>~AawfE嘘tJ9p-CE)^3<1lТhY1;':O;~쬒7-"Sn&zOˁ]V6׃̤z<}kN+ĶW#=8g>בF$PŎљ6I
ZEqGc/Iυ#p8pBBq#4UJS1* ,
սw +fnܹǨqݧdMw
DU+Ѻ1:'A C3k\qV/rܴjLU6.eY	Iukd6DRcVϜƧA0ee1ix=L	fuAp
}u+y^֐vrDG0ҖS=iH'yUGz / yVK<YkI%(|x '>f@л
`ؖNmT$OzQ˨;Ĺ mn%;JOv5Oe=,oKzO\+H)
bԼ
)/Q>U'g"@
MW ÑjGoqY+2"3<5bC@Z~$Vc\?6
*(0CF#RK
I[J;{AߵDjEhW<_9$ږ6B~1Epֹ@`١o)m?AF~o%_#ɟ5w˯;臆t^3?XD~E
!X-a҃x'%G%2[GvвT23饝]/WG09.q <&sߺ%ݤX
b:o<G|MlTjcϞǀ!2	PZ\$nKVQ&h\Tg{Njn;i"vc!27ˏVַfW˷*H_Vgv5pl0jmWNi*@LCgD,e_4
Hji5[S]b쑓2+BVW|rc6|2QTZ6/VV	!.oSX>*CV.§7tR2*FyAJ*IgϤƓP}!!TGo\ %^Da<'')`+/+>ވ	riQ=qS~t?eS)tb:'%H	dUn6I"e2aQ#-j*/mՒ>:47YXOp)Se) zfHŬ?f=7j3MLn.C6lNގ*ˉ--Y	o˸CmKED"C^?qJ˶˛qifREڌ<fJ G,?	GdVٮ2%.T4{Wts)_75)<$K"
0O]nLjE[S>7ޓVH\&q)礱p+b%s%G!JH߱/y`+&dD3CmnVOTͫE:8e?셾Υ<dN'U.*FK¥Tk&0qsB>Sm	B˥%
*Ԟ)Q-cb9=Bt<~RfKM0$#RvFN+xP[ݭU41AGVVS(nؖjf_빾yJgrFi6
;o@\ƼNgT4fQ/"j"3Lp-2D!Y(Gm-Vp\[0s^|OUJQ;r}<WAS͂3h%e@ )׿mV"%%ltbbҐ+EV֔k7g6˹H O"5~ #
Hٺ4C0gzViA*3Nj|g&Nly͏IJ1ެZb0#phRX-xÍ3͗vҎ7^lcsoYQ5odnçCo/B8LM)SrրCF$[G[g#̚{k+W8Ť<2O#X=$t
quN-;+:@.>RQ롥sr9TU2N s׈},Д6*wRB9瑐ujvy:o9-*Ar)PýH};i/`<Ej:K􃙇	&-Cd~gGc#*%er`
߶8e
P»R,ݗA~UK.[YPmsNgFm *
]닩Eri-9Rjxf0pȵ͡k٭sL'swim//~\ɡ8}p@.4e~mko6$D:
veBWn؟xe*Nujdij
`Ehyf:ڣj+TdX/uk^LMgY.A,=Qʊ/5Rv؀W>I#B	J59e.+Q©ȍgg߿<;13;K8j/v'\ FJpF|dF|Z dkyhͮ_t:"ǢgI&aF)TVQWkZYgc4':4`m?D-%GH[1)9_ֿ.ſ?@'^OYB(Nd ^t
3Dn^ĩ3QLGpY2,
O-ğןsLJ.$%_͒sBfwhw{joo%c.#JuQ%'⋅HMPNז[G$P/5wOvH,2.\*]N0|Ù`8UY{M<Va֭<;UYf)d#hʒ f?q5H->+5:nŀ[eଌ/c"\HH?֬2}7[F}$*x}Yii#_}独|ΠlqQsszM<Ɨz95⥹(xJᣛ2\V5YʾTʜ@U=÷<TSf08
ިl.I\oVf^zC6[|IiqdA0s)=7e=urfޢrpmiÉ1ۨnUu69gh#x?4U+ϕ6cǺ`#Mw\xpl2dB'`aWI&$YeñDgZ7@8_Q]5M-gAn384_M84+[tOa&u)bǋ%j	qUK5Ns_k{vqI (YO(@T1r	L_z]nՍK׬٘W>|$ʡ"i	DCc:	
BCkAk-"7!'J0%@{=q$jpq"dG?Iiwr~IQ6./0U6۵wR=ܝxu?u1Ju[R=}53_;U:в:EHw	ǷLhg(L{.jO(z7O{	0!^2/CIo$emG4àA(lAxav.kQRa2RV̭K*{m]rUGؔnje;Oiޢ8%x,``>Ƥ'Cʵ[TZZ^RgD]Eۖ
>񼀈%7m8q-q1K
I%2_wRs	m|`O*_Y}(\vc9g*zױd<s&h'|U2ޠm@bt5vOy+(Z'*rPdԊWP|n8SʼN=

YJbm`_jņ;q'Yi8yJlEPOd[p}L%H)<L	<1@2,S£!fbo5`.2wn"N^f_}'	V\s@[e4uK7$:pj6`1KyWBSYsw~q~qEO1(@G¹?A:q|-?/RΞBx)$43Ja%2aYf˼X:4n#u혧r: 
^X^fV6#XHi+qx<`*d]
V\k)YO\
fRgkDk?g37"qㆍ>$@XKN|:̜޵p{+M=T*Am	FC/PxǙE|݋Կ@Qa}sy4:OmmBY	boA>a3g/#w{k)7>#29&rE˄lczw6.OgKAyY~gwAJ$dI		S#/ˇf]vN/6&j4;0Q[c!*s+dIVI<%хWn (Xysʋ"/
w·>.;Oɯ25frg*cFҞ(j@LIbJ	ٶ
Obb'w{~zYu
#9^{2!#TP*IK-ÞL#hI*.3Le_
=c`]hrJi<OE9Qq1*zJx(dm#"0<K;]	ASt q~kpH{o6Z{ bRy6,J#F u>~{ˍQ-
_
D.؉{O!-M꭭{gUϽ#M<ゅ)Uv,,&_Sq`A.h%'bLV!'ضr7dNWsy\¨m?o7P[LKC`ΧhOzk﷕ٚc}yS#=R@,l{'Y;#fx%JՌp@	5pTh(1?JĔ>"(<Xs6Pߟ݇@K\PJ^"DV}rg	@,Ͻ'
bB|"FoF@Ҋ[cȣ?٬ăI+]7F
2;7_\0o5$ʽݓnΏ4J&='08>e s
ě+q82P8WIXCdQx'j=:p']yGXg|װL)d}62&!xM!1et!|,fg\gO)+$+Uʺ.҆/Nآsg4\̍pgd:fd=2%29M'u,&iWFU8&{5,dtE"t{h?׌c\BXyѤk^dJ~΁snsP_}i!|Dwy.p=sǁ3<_{%L:C0+AB5ht^U*,lB,&xTz1 T@Ia83gz?Ez<,)c	W-fΣ"(|?MS/8HsVT:WAO"1᎜끒8jɚ	Jە]K'^mdT<?oSǯWA6Iц]'{)nҪ4:fP$PxY<T[06ESV IUsSa[OAkridKQq_)i:!/"CT'Al,W|OnU18ϥxU@iXca#o=.9
Iڲ :Wzswݦka2jw>
ݟ^hdjdQՍ֤/rUA5)ѱqk6r(ЪZ4I4釴얬jvG2;t>?)mo/Cxt0@ӰLîdhݳΠ}MԮh})=!NnʕBg>Ó}~e47ZY8\D Ju;nжptu}y,taEs9XݻVՐH#,'S5{?E|WPWy51Ew*o4zOHu 6J)qjN(;i$>jۮxt͚7o¿"ci Ͷj)@)[&,Cgzw,Ihs˥O<=׹7>]k~J(QyB1t[uQR@Hy&kQ\#TPg

Q{Mq/1Q!nqe$"
a儂*R_#Ȃ+y-ICLH5Tl`xB
5K`c1I=1;`-*щ_tMf';^(	lw~7s֕w^	ٛyy3e^+ıy-126QjnT+Ts{{9s-b5{l"d}+n\uYu
r%dp9`[儤*L~Ʒ>
9{D(MtsmBىBmo[N1K߭dW]9֨f}7}a/*/yM7C-01p U~㖘yb
lhI'axM/oR7Zd98׌CBv`M!Qޓa
PGy&YbWCQCZ /m4zՌ_KWPȎ>qc3`i^"ܨbG/MÞkրpj1:J :a{g6DE{xS[F)JgTNmʊUR|4n&g5J!`=u¸p"
tZUt3KtAޠ^tUoP
:7gwޡ#:fE\ Tuk]YwXaeP36 $YR	ASs.ƨsM6鰱Р횷0fp'lb԰
́4`><(a(/a:IWii:VegzE޳HAv5$Θ5$j_)L4OuM~cuIQnyK{mp݅8#Y(DX
h3M:gg˥}^ݷLj8qi,L=rQ85XCʻs7Tv7_M\ϖ7kg sy2T|Ӻe(Ju"2~`pgl$VG,wA(o_\^URbе>gbi<֎p(iŸ Y99~u6fׅJ,+i6o/P,/" $O`rcir=9/KtAI&[s)nZJ0SEyHwA􀨁I0,Ђj'?xyscbcQ[.l6MOko8=/K@jR{f͟d|Kv'>&ak\Sʅ0p
`-I
y#%rF6g:,n)b~-v4"K_7-Z2I1?\ٙh#[z<(K7et1DPwf9Qs3[
ZZWj)}#E%(@eQ
S8d<b$r}XM1^O4Q[.Ǡ+dH1$/9SxJɱ>z٣r|a=t%n~>=avN%{,،؀Ϩ=ŶZO%g=9,dHH˜I[`FR4sY`=Deo8ػ
yQ3V"ÏWѩ`,u|ggt+}D+$\:[G<w~u1QGC6#<pNZ*z.C;%=Y[XxtwW;e].,D,#Lܻ*!ɝ 
_Cf!M놂i\7OV2ўa})hn7_)D}եCVѕ<UQ#eu:$F!%b6S
0:"(8I.)zJ%kGC-܎7iTk7u#NKߟ!Q撌q{sr=EO(;P8nIPu+9_ <2 
O pLtI撔MVUN7~v|r/:Mr@BGQ) dp)7cm
TRAQxٙu5hGe;@kOƤOLeWQMUh3*U RRVȩˡ<A{uumQ\H9Bm*gTއRzFeT*i04>|cderuK"@dd_v9'EJiA)UhG@&e$hU[cMdGאW/aCq7lQh'ri]Xo!>J .ϼqe"K>NW
Z6YDz<l6\4G`|es^Hm2"CB)	?7py 25f}.EnZSekkQJ󶷘0HmkSL)\7-n:f,ZYAuo0`tCS
4NّG@<Yh-4bbN/ٷF5 *r/-\"T`	'#Oڣ4E-e0ݴ5
LayG8
qw
ϛ[׮|M*A񊱢7騞)+,~Zs,ch&q9IZ&˧6=#9{ʫ%B@C_f
tE|J]"p	:>*v5	0}8e;0!/)x6_ڡvl=GU?Wv^Re:0}Ri+*j@5)EBydzl4-Hl/ta 2tp!b4aӞOVݽ`M:,"5OHDg+_-p[ê,A~eJ[r_	6d6Ts;u0ClBD\$OzVfnc:Mo]4n̜Hgv5fhR܇xɃbAg(fS~f
4|J:]*$axӅ~IX`N?b9ɅwtIJoPPloe&b`:TpdrzvR@e^Ao	ĔɎ^O@zSGMsܺT7VhUNS[u`yjys)1`B޾y"71=We(2ɐoJx`'L*uARkbsq3TTF*.<pa(Q<}\{V<X5' L0(@zj6gtIpti񱵇Lqq|w|Wu7I"xa<R[oCpuc7)i5z͆*I[QUwqM~k^Q",ِ
st%%pV@{sBgw[mmLvTI'ɚ
H3dN߶Zjjμ<ծ͹!.p&lbta/O./φ->a2r'R}bJ07oòB}%ywjF	ҹ}\ˡ"^تyluh:LS-͂lũ
7eR({7ٲĵY@83xKN=OXGW^pGa $SgcOV*קYs:ӷ@ԣX8|cKC0
W1T2¡ؓbIj'2=6
RX_}c^yYYIŇܛEs&~#:)(b/"^bUWC`/a߬IvEgW"i^3g8N)#7B 1r"A$92~Hk?f,xe򤟮צzmi@@)EO?`S^h+D#r,9 ^}Do7W7^ _ܸ  Ja'sCq0|<BO^o7Mܛo{ͤ{x3~M
yR !ӋpˇMo%~K:/]}D[uanES't^BjܕͭN(i0ٔϼWԏP˳t;aBɧhÃ7o*[dl{wKib^湥\ĵ\^~53m$FLKo2SgWe4̘*֭Z/b#&	^LFLi/iF1F`K֒b撁	E4\RRGMɮ/[wMw잠m;3o"HQ+f g,:|zh_yr[i;tngխ=&Æ
~V ()yJDB$Յ$ˡt{θ2њD `+`
Z-x	ћ%R
X$
#ۢ<3}fv>B7NEX-Y"l`1"<rVeJ>&ٱs<jut>ƛRd!Z7i	99z0i><<5ox޽W
VU>۽[R?9ps8Ca{'4PuZ[egTDh4i,9=V7,9/BzAco{\9-4X -!	Ă)[ʬv.6	jxos)?,<~T`)ȠLe
/&}k?ɉyUhDc ]S=[G9xFx.,};Jɂ\:H4eWrN]{´s#qySV/0kk`q|R}/G#;< %ԟ`r*F{g#'=^G*Y/uCRdxXQȞy3>n]~?YNݰ3JoܿÐKv$d"j̽
{WO*M$0J|֐*ox+ʔ\YZ	j=E$5kфO⌃͋B;5Z#ڄˎ"mhtʹrgoK\FN
O;e{d:p^Ў,[{B4kTEVݗI%Ql~^_{oq=VXIv~7Qp3:"J>,!KʧfO;E:k}@{H!!.['a~Iu{ffo߼h6Da˶[DTYRHU'񻴜5
V|o~S5࿣ʡ3R`1g)D|g&q}fI_97"^v4gPc;L
!,'?&R۹9c1co<#e)4p\EyYFX1,s=;a%8I`Q2!6n!1)<KKk71PN88r١ՏtϢ%oH^CB^ҰPBJ8>8Qbg#JGi]+A5gѩ:_j
LRVzC*^RqvkĆFyX^ۑ=U%GM760!$k=<'Oҧ1JeȿȊ٧_
8iٗD~*1T,e@ZCE\oY^)ͩ(	ƇI~Jz&CnP㱷LWӟ_XЙ$ʶ^38'A"!>~#nva#_/=OE=qsQ۵~|4Em=<{^6N_dw/بｨڧ(io[ޡvk0*t:>xQO}y&xx6^pj(BG`u;;Gm&$[\?	^IIT}XFKJ;<VzBUf*nOډ}Oyh`a|X돩$cqࢇ-HY
H(=%T%SS7~!ZC=@<b'_7R͔;#XdKxp+s\U*q/pt}z_<"ɠ~BMqup	rq?[.{6@lgu=89~7<IM~9Rوvw2`-tNQ,"`yD;U]݃ƏOiF^ҤeCRHiD}I%2	x!sv>C
%Pf;8x3$B6L	y- /"p_@.@F1z,\b9i돧.<X~3![ xr|:ǦDIM}ߠ\΃y/nk'sL)v=:#d~" QloJoW+PL|};r{f		˷W}*ᨘ<RHj<we$z?թ(hk
k')UBw^_,pMqǾ- CҴif~8٤+YAG+L8Q&EIm?Y͝@Ƕ-rgRU4jFij|
LA]ǜj܊Q_ѫ->m&U2(FM.)\<>4 Ψܣ76+)c.h
ªYIi <$&xv, *7Lhv{EA4,^M@ P_|	K.\>E>"!HQ!Lu!i7țj
k2A3WK}_9N2Εn1.w0<6ּ$g7*;A#Y:[f KMh9{dYgflQ[╺Vח<B 
QوD
<cdf
[,^v.@VlL]Y!We;A߻nU M+o$vMA߻KRvdqw&ލO}dL>f;Ϳ?y{l2r9D[+}9Kw-o۩)pBڑޑi[htuWB,HQi[k.nïP9̬e e(Ƴ([
!y^L5Q0j2
Η3:п5TuGfNFz_xQktመol	8SQ/M1s(1|HV?YC_H٫$k GR)}wp9]1]M]m{\$=-O`mb}]ܧQ]Mfȷ޹s8) Mc@7eyEv|@F0RFHv힑:]
%Vu%-,D^ҷ|^E6͆BUƳ. 04^`zFtll\vh@}E"Z 
+NA&1~̀:{K'3bѡ_f 5eU명?aa2xYTzBc&?7qs@,-8u#iń~	|E	X?uP/,Uꡆ{p/5[P+	,N_MXotfCmK*yx߭ -XWyuozkB89^xK1kRu۽^h0ɜ,+l]Eָ.b2	îA
ZǱtOEJ3#l#7-솰 Kƣ9
Tt$lv1(!.Z֋+#B<KU89\EuOg:ےN674%G
p"c"׶-^ؤY֘/ˡ"-(Z+3["+#EۄYrj$G3mroX9Y6E{PL1Ȍb\Gmkxܿ\'1V<MDƿSwcr7K4뇬t8D0y^0"o?V}}M>ɭL;ҜuqR~aD5=r+O hȘrPv	t,W"ZL
.UyEG=yڬ7C`#;) &YZIuvk60Y_cB["zh5fTVuϪ{ᜡQ*VMAa`K;CZh5(@V:tV1f8up?ŉ6ANܧ+.21vw;DB ܜAh
Z<'}+OkB"l+	M/|OL#]SuFZrvw|9_f+W~Zۈҝx#8?0~C"$JNPFX\7-q3}mMiBW,k0욽mpW&`vwԓF `g[q<@&s[P3`Bo}$~0vVhAS4}i}yv^د{[{Gӫ:
MAxOs?X=j[
ǘТ'tg>Zo3ŖLV%&*K
G^{lK9wXHx5Y>[
@YBA!pD%mQQ+(L-Gq1=Z5Zk"|l"x<=],~/{TpIwck<Ej3iIqW1O
d/d<^Z"8Gͧ_cQSMAW	!2p
)YSII?[	fLY e3竀KfGa̘#uwtW . O.ZĿKW./=M٢W_1
е9r75N%F8ӕT|(SF>eh
Ig zi!9!%3ʄH?J6yK!</r֊)sÆv1l!u|/k$V<"	ƱhM-9I!"*(@^Bˡ{0
0,hqKk|o{yaziP
O<XɚH+t}mnKeM@ .50>oZ/34іz*rgprSibSQIH^a(éplUM_#p*L:{g{t=R,z5QZeߎ\OWgߔ7)ıT^N=ZZ ϔ{~wֻ__B픣#l'Q0̠1ή`XE
(LQ'xn)'[_<n$HFKۧC»z|DJ}#sL lؔS},Eϻ~_$?Bd2aRQ\|9ڣg4{}t@L~㰛:DA
$
f]$8D fMUx^4y,LÏoJ QP/ҞmbW^Dr)
wq5i'쭛E)&}Qz-=%5Y~т2V	<dpeRl
"$*.\aq3:wn`!~̺I-7:-P6DB1Z/ƛP-ȉAZwE>޾}=ӫzIdD9-$r/Hz,.q\,۩inDy2`H{^d6EEtu0}:V{Q̊S7=`ڎ3Օwx-)@
AEs zMN4w*q6!~BUB7>{oy֎跄Wfȸbf,33$?N0mxV^weN:*K@icpo>8Dl8^VɕCX'd<ۭwWCNwk}m:\t2*Az[}fBQOQI7"
H	$'$PT],0Dto`glE00PBSf	ϷIp&Ȟ(2I(`](B^#{TN(N0HWsscĮgI ƟY0SJL/I(ldrd-
Qa@:BXdGfTbDӓES_5N(4G-}p6p6p24\ҟSapitxEقWqG'Ώk|nG-!0{ׄpyagFZWh0EG<{G-xm;F\m*1|ySO["3ϊ0$x%<0=N{B8,A/evn<
;x3v:V!<n veQ->p)(Q+l7 Aʔ1OLٹ8hzft/eր^i1^Z/N¿(GԋOl(ѝtzqrйN(53ieޣa3UK&&F
0Da{;z0*0+sq#tj(Ps8wm@?6أ޴tS&kZ9 vo=qsJ5m	(犰O}<|'&Y[P`ݗdP,u5(Of?8?]<7pՖC]lƗJ=`qGD")\r8w*kL4y/DKbipg~fTIځv)
b+|ِ+(0\LOR>/R;Ks~ Fbc洦qͬddwnY%ˁm]vE	QDkV7"Z1>a=x:"Eꮗ]lK- Zٝ?d t
DP2gsFPq֏|P
o}TU0n2nO2_:ǲNó3Cۡ@7AGOVL3Bm[$cNpa6Yfi~$Ege|쟝&_~9g	wҵ[5p34J#1|1zWק.q
L[YY9o"@N=؉kRYtx?as:L' eQCdEV!w
[bb!,
2ig,\q
WwՈ_͆xEv}Ж㱮p_ųO'~MuO?:g0wJT>BJb"88.#(O,B;	sQG8Dctca 1wEJ{|@!	{^8f.뻼ghRRﾉut%a]'Y߷ss}4뜠`m

;3ĚPҺ9J@?f<׌v 4*NBR_ocƘ+HL0Kƫ1.O~ѝöPo`48saiYS!pVw*!Y7v{{oO|6+>zbr@֢~@QLjiUˏ3co.{1gPX"~bn NzЦWEk1$\cj?dmp8ީf:[&Qs?BfUy`$&8fCʜ6W]fUU?]N[2x	&Yzs|ӪIBTw0c5ИQ9C;.{L{/ƒ-jaTvupɣ0J*P'2VBgAͨ$W!7D)1n-kƣ4r(-pDT
tD?CfO(S9	1,.n4	wfy#q(ڲ( ba2u-m@
x!;TT֠d.A!U?xlz2p	
=JEn:G{kAY?r٤rM'%[1`xI&OxTRՠ}8PAhXF_`H DDN$F2vOys|:_{pcԅshהaV;㷤5ebٟw_<a1;ǟ/Om8wB7F֓G1&!σt-L֯_ ј_NNp&['t|ۖp7 	
ẹ QSf*ڲ#;'˶ö,%ܳX})D(C0s~,?xN]&'Uz3<I_K/:0okb z[9Ȼ:^jC'k( q#`6硤xT-Q#գt!+gIf"Ooɕ(i[kKL6kڃ
(G{ W%98ƒġm
qP΁WA#L02Q8I?z7+4e=euq6m$w&7 $4|L\`GTHrcruI1)HUehc;wjFAuc7`"?gH{K;Ա"o'j6햅J<y)ÃZ8Mtxޏ)
N.*yW>!9u?n=%},qP$j-_qW6Jnazs/h3J+v&a9jzN%QmyaX"k3T8{q۬ϭwK{
J|q,!1:Gˀw`ЦQ'ZMBf'ǐ `Hp`qJn&`I8xΈWZN_x(KF[er﷗q{9mIoyb8և9VVgݐ\/q9cv`|[@8c-ŊՀ=''Brkbvw:A&aXCV''©J0:
Pݓdpq|:juix.^:A@!-paj+
8Yp;{Iqq
j<tC(΄(`fu돗g h|Zr+IMBoE>+|r_z·[@Z
M.mw2%7)<wԢhqEDR@b$[+J|?1@<blѺkΚ;yR7oG[v_S|_ Wsְ3ď!Dkn\	23yJ~i 7bB0mȋ3ɅU3߇:q#±`y?Qt$Az=!L-֥ˑ}F}-NHAifu*)0i4ꒀ&MVc
ɑngN}<AMDb9sTwApq[-Q;ƌVq]RWG0:u
άuI.rݬr
4T$Byfըc#oл*?xhP4]wZy~ޤƋ~dsVZf
ߛJSn8T0"sIՂfF&c4Q#i<'2iD'IG5dz&f@52Qڤ|ϣ4#B	1)3i+r/-%` <i97SQ;{ƱaX0{$
ٜ8z1XG~@*+y8{/v.N
pi?)B&.\^uoޛc/W7sܙɹX%dx~Qb'aN AOUϺCDorcŘG$]зt&&$ V%4 Ҏ[e7'n#ӗӟ//GJ;J97CJNvpAM`/qc"	+B# Pzz"lDPZBտyCM7Hrǽ0f_9Q#M,[	~$߇Ӌ4\O/{6/	W~RLsO
?D\t9҆=/>L`"2U	ańҼO]3[8pb)#(Ȃc1&QrD{*?7!|x.!d^Cآ2{,b|F.ﱇ"[^ {Җ`9	B'Бs (2GP:ȳc|0?
\u*#Ճ,T0I"ePk\ 8%|쥥,0%~a&ʀY;p%_y)y4%f
)#EV8`U*\==q6|5<ĳ>賺/]wdYV$]Ksu^buS")R")IrR)x 13lIy"S^	'99==/̀]Hӏ>yDW	]K|^Έ+x*JAN.In/t]{$
xXQ-2JVRq7GSW3:r;jr!Ύ4spF8al߯=Z"һlCÏ2p5Pn{g-vR;(ȧ|37pSт+NѽĹ疗q<n(7Q,;@B[oK=K؍?fryOV*7"?!!\Å{v2_BzvYMKSi]P&L;ݭS*{*$.XN⁒W:?qVa
n89W%٥2Mk_D/UquՁKmHMqpH4\2򔪲?n>VUo-ZwniuyM)dR\Ǭ\z6߷\u0^`mj/ҘWF}f߮6S9岯I_i)5a@xӚ麡F9:/6 f2S
˻qK*qfb!18K4
0)<u6ZG38YAI#M@)lP?n*d9(:;mP@k0+g?#0PĺĒrh.[8E+?
==ػpgtǺoebʈSҾ-
EWP
4L{՟w;va
g;&=[.Yi_|}[BQ4¹<SL 6MvDc$L(!OL?1EAuEtׁ%-PC$4~v~;@
h;٧jvh//ї ّ8s{>sTŀiNq̟hcٌQ*l=oC:yEҒA֟]o߄V^gH{80 6C0cCVjdzEL ;bZcO)$b QtCcOn*iGUaXKh&dӏVddm}Ү}noA7(_;)]vdҼ' 6'eV/$g]̂l
*+&a!D*{e鹩/::TMxt/p=7Iם!TՖw]͇IKo4M9.&|s"
S.;r6p6a֋&iE?g"1Z-:.(89EЦKU
v*zbK7w1!<qӈElQ?1>C|}?;TuW=Y(*_ؑB/j/\vAҚ K/"	//m!{Ξ#»iTeOWI~OB1F%DEs^xE}wM"7xuі;3,|ۖ;/];5,Ջ`Ev d'oc0
QGΞ7P:ܑsBRoOuLIu?tKwS'bsdO s|@@oϜW~AlWwctU+zpajui7;˝WxݦD^%';hƳn\Sz]JyigO}O?}>q>ǧ| $dпDmtM矍/y9y=bկB~9C5n΍YyA>#h*J'	yuO"}ܙ]'_э_,o+t/9?MxK,k2ĿRYj(g#*!nw}1Ċ"VF%vdkx'˕oc?!`EOqQI8^no?{>rV%R_AZnqZFO-VSoa8:L՟0ˢQ5"LC>UBκDSHF<$*VFcە^M 4h{ڽ)fMz"⊯zARBGnH/hzI!v$>2T-ڿ8^ITK
*N㒮<ϵur8'+z%$\-ogY.`N#jƬ.{4'*;s|y;XbypmojӖ)fec\&~(ʗ)>Z}wf~ӁoZSZugl:,ɳ( <O2ѽ
J`4P.A8Gd6ʕs.0A8:y;;yzxt_WkwGG8S(h臸YbCe_Kʖ<pupso}cj怾dP&FA{գ{AճAGO6D[1r*fԎaJhaXJn4\<̊Z¤P3.k)gAM;"0kb"	}bNѼC;AQƐ8\I"x#/B9Gkyoh&Swz{N#97b4U8{ eTau+/=IPʴJ8(
&*9~R̳ǅ06zSL9ŀ3ls|F*E!e82~b:<Ș,B!@f/qfXDΰ=ױr@k0
:SbRxw1-.v??==St``Bl-nKsM-OBw^%;(z0|]'޹>DxyiEhEH|Cx]#;	!QHcoo#jm=jxr"PE,ݜ'15\|$P`R&40ŕ+	:xpl&6SwvuάzZ#x(;t)ޙ
S87KDq6|α:i\B2q G$5<-Ogc~popzt=ʊXY4WyWґ_I7~FaTЀL"t@N-\xkFk9f= te4F+'@jFb!Cmn~:YtCjJ(;X&ɰ
=i3ZQv P7LqUokun|ivZhg>@LHH*]'iI#N}M 2)\̞3!e#/tn}[rBE2*sؑ5sWPgegUDM0ҜƊ,Ls-:r m4g}l8/3"Zg=00p˚~`X^n$5,j!1
tML0f
rW-]9/Mϸ91%AD>M{%Pך~b_uYza[Dg|R<g]M{Wj(<qm~+bЖUN^+oHIβ4>JE)x> m> ^~Ph7$XhU*~γ`Jo%ei(ed`XWmna69g-/]a3mX
 D\Y٤0'> ~&;/Y@;0\D׀P4"<f|n_u'3yhH־D7ۛ[O<XUԗտsPbs-c%:wVfM`|Yl(zfq (CT+ZE!XF˄$4mr.T(."܏iF~:|Q#!͘q
C:T鼺§&4e+_0svE=4OJ$MH¹P:IDCr/d:UiT?ޯIQQkߓtv;k!8EkvFٝMcTI̹Ӏ\7Zo`>B& ^7b\^55z@WUe$nx"[*֦(͐C'm@w|QQiZ"a;ո(dv>_vc+>Yâ]`#VHQ1)m+Àkqh#8GYWn㳗[?.J$3-Lљ >=Q[ rorĻ Kn刈bX9at/Xr]?HWm5/eFZ+bZ	,Sf\>ғ̕B
.#Rx jƟďAWw4y<??>>חRZm`;0vk{9#bZ2esՓucU_S߲ۿjO8?2LMS<q0ۭW`|1mᤙHz`CC4xV̂#$*&v*M@ lXenxNs[zD?%:ֿG_[1RfZYWa[N-eSrkVQg,$-B032"; BRT
2=Fp,*mQ`6ʪFV(Zz ȷ #qp g>sNf$Vy
P ށB{{!^ѤƽfkjR>Ȇzˌ
^VNvjyqewшa#'O&Yo;C0J">E}dz%U> 5:05?:J5VBvJ,{*34aJpN[O
8ԑ3
d>uh_-/ƚ#`j(u8qb83JɲQYR;ʺ_tf`t>CJ02s;ytv|r~pZ^uK<h,ó239.g;dь}gU]_=#T9k+iSB_P		!{=.7-WƲɑJ$z{	N@y1-"}H`HwR-k=)AORǠ~tR^aw߉dCc
PBTC3F,
=KxPMUȎʴD+V8J>/|8QlOcYȾ	jF8sb>
:k*mmo?Zw<mTT$,":Ans'>@~%6'PsVI!ûLc:GIlIyz{ ^1)R'jqņZNtBhiSI
j@ۧ}@}:\NeMz5fw2fxZ};fV.EVD
.q2rnxC pKIƊGgby(\wpо=>mץZpqГ#ENRM]\ZaEvLMϹ]i
-՜]4V1h&M&~$הa# eLU1@1	FsW4@₦#ՈXZQץ.,#DN.W_<9%YȂ&bHHtK]ݸ."3ıu^e8o<a?qWC)$YTκ>^
~(wH%,"i-yCw3CLo`w~nY߹r_p+XnwlzKewTz&W6|3	}HyM7W=MI9=8;*/>vs\fwxx*{[$2 '#$}Y{6븒
]*յR¶P-&4iȤL{Q4kO&(&;M-0ߐIZ[+	o~O CtٍfrU2>(g=E@k#*ӴS9jL4 eCo ~$j\7cA90J&Ug\[ﺹ݈f
	R[\^_ErGD|RRH-S7qw_촿v6Lt/QLDFi4&Xrp]*Zr^u" (;ҰF3K':8f@Ҵ(сOu!Rw`¶'I{q+z:KH=z\t4]me#(Oxr6^:rcOAhxƇT%ҍgViKn"QlY:ܽ 00(_̗[$~ni?4Դ}>i'
ulݮ;AtW/aZ~}m)XG1T5(:r0tx^۟/KhgΨ͛䧤`2۔}]DѳWfg#ο~:4;oחpԽZwRV7!bАST8c.<+_XrZ5Mk6鉂dg!~`n+,R#+!WPnM|:}pf"~sMQ
a &Q+aRCafhuE=g]u[<PΎy
1Tb1k 1K+*,jd[m!ݮq9F:8khL!;&U5.)r`&Wڥ\D @n};N;UxjM(Rf\ߧZEW*^- j)D閤2ӋgDTjSl>`Gd'd^9͋c/ִ<Qu/U*P4պU^II8]aG@5^a\kϊeYм`͊x:3*@ǂ<Ե#ǿ`~.b~?wKvA&#e^:L}.sjwvm"j'h󨘸ܯ?DP?	11bv`TX"Guǝҏbg 劅^U@^4.؇`0O5~9/]N	){(;8٤dC[z͖ETc L-cWq|[MyP(m-*%DBB%6P<Fz#-H+lORrr){b~A/lrixB;GgNwv)0
ߔ%ou)PK|@̗!ꍾ
3ojՂz~ -
PH{Y K!Tr^7+-8o/ڣm!`<CxVc4f
h&PƋ1ItqfXpJՄ>?ǥt:0o㚛VFnpV%#FC,PGEM:$=
rҠ9nV
m%u%fp_&YbgrӳPX{edӨ9
SHwCJ!VꬡZra<V-
)7{߫2V֝-KuظNbm-Ƅ	 Np|Z_k`Y*+P蓞VdUJqV;<z?t}T]K,nIֱmwnrXV4#M1_ņNh
jEJLEӓ%U9Ynjq +X4j״`skh[1FT4϶宻,L57H'?x{DT_g*9`0jMteoC=iFKqqĵ:8yk6m_pͼt֦yMI<<6DzLJG6jwxQm6эcSh)_5ճ>Ӣqt힞۸MVu*8k> hzMy٦'7pZj(d7-Qr(i-,3l
̃uNQ~0#z*IU5VBy!*t;jx0-`
'_KuU9\FsE^fk=pg<Q;(
f3\>)R1BR
 CZ6%Д535NT'̼<׌2]*IuRE4DTuG}Ʋ\gz[uªLc$P`wtG`+<)ݠAE2ՠ^●̄J)_,.ZW#*6Zޞm^
`UE@7Ȭ	<bZʡ}RUXY,^8W~H)ʘ>t5iJǰi&x}U&j}$2雤	>z!n?F)ot^K2N.Wi-̤kYς^g
Ec]Ul^8AS*|SQ2NmTbhNQ޵j4pQ!Ѱ6]$dBb{=#zZfn%QY]5
R+6NoB u}8NcP2bmQs!:c\h aӼ_9Ht
8c1ӉH'ftPlZ(Oºա>YA 6k˂gt]ωpd6W(7q7egCj)$M+й}ڞ GCݝ7dgtE/&vCI6iQ9@yr}GEJl2'=q1*{r55_0 M\؁晠^NQ
Q!T)W"ۭ,E_s/m07>6MH9 	u+`3e0}8JyoBD/-`J OL%J08nLen[Ʀe# ?5@q+سeKHܸc2M9Fο{R()΅hR=iCa
2U4^.WY!J7hI\CZqyq
5^ºpz|pgWQ"qEԇYkD&'(JRm<.AX
fJiLN+@@H*6əÓY)z8a;wrǐ=ɻ9￤Ah{b↟EIY
Z٪N`K}ǸO7.Č(Ze +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    :           E         s  p         C  |             %               C              '                          m           |              1'                                                                                                                 6              2         	  :           R         .  [                  `         6  p         .  w                  |         6                                p                  &                  &                                             6                        	                    C  #            '      1            7(      9         h  U         .  \                  a         6  i         V                         $               ,                         &           >           K           ^           f           p           x                                                                             ,           ?           Z           g           n                  v         6           ,           /           "           j                                            ,              i(                  i(      $           6           K           X           n                                                                           ,  	            (                  (      3           E           Z           g                                                                                        '           8           E           Y           o                    ,                      ,                      ,                      ,              (                  (                  (      "           A           N           e           r                                                                           ,              (                  (                  (                            1           >           I           Q         ,              )                  )                                                  )           ]         C                         )               {              )      &            `      /                       *      (            *      ;         L  L           _           p                                                     L             
           S           e                       )               L                                   	           Y           e            )      k         C                         )                  )               Q              )                  )      8           @            H)      f         7  n            0)               7              )                          C              )                  @                              `)                  `                   (                             .         ]  R           \           k                       )               ;              )                                  6                             6           ,           F              5*      \           x                    F                       F           ,  !         ,  A         ,  a         ,                         h*                          F                             6             (           5           I           \           l                       +                  +                                        	           !           4           D           X         ;  a         ,  v         F           F           F           F                                                    0                 /           A         ,           F           1                      F                               %           ?           G            .,      ]         F  x                     F                                     `               j           F  
           +         4  :           C            F,      j           y                       ,.                             .                                        8.               p           C              -               U           F             8            ,      Q            p         7                         .                  -                                       .           6            b-      <           D            ,      L         y                      L           I                      !                      I  *         I  @         I  V         I  l         I           I           L                                 x                         ^,                   -                 Q           c         I  y         I           I           I           I           I           ;              z-                  n.               ,           F  7         F  S         F  _           q         ,                                               ,           F                         7           ?           U           b           r                    F                                                                                %           =            I           V           q           ~                               F                                                        ,  $                  0            `+      5         E  ;           A         ,  T                  `            @+      e         E  k           q         ,                                *               E                      ,                                `*               E                      ,              
                  )               E                      ,              
                    )      %         E  +           1         ,  D            
      P            (      U         E  [           a         ,  t            %
                  (               E                      ,              .
                   (               E                      ,              7
                  '               E                      ,              ?
                  &               E             !         ,  4            H
      @             &      E         E  K           Q         ,  d            R
      m         E  s                    ,              Z
                   &               E                      ,              `
                  %               E                      ,              h
                    %               E                      ,  $            o
      0            $      5         E  ;           A         ,  T            v
      `            #      e         E  k           q         ,              }
                  `#               E                      ,              
               E                      ,              
                   #               E                      ,              
                   "      %         E  +           1         ,  D            
      P             "      U         E  [           a         ,  t            
                  !               E                      ,              
                  !               E                      ,              
                   !               E                      ,              
                                  E             !         ,  4            
      @            `       E         E  K           Q         ,  d            
      p                    u         E  {                    ,              
                                 E                      ,              
                                  E                      ,              
                                  E                      ,  $            
      -         E  3           A         ,  T                  `            `      e         E  k           q         ,              
                                  E                      ,                                               E                      ,                                                E                      ,              #                         %         E  +           1         ,  D            -      M         E  S           a         ,  t            7      }         E                      ,              E               E                      ,              Z               E                      ,              e                                  E             !         ,  4            o      @                   E         E  K           Q         ,  d            y      p                  u         E  {                    ,                             E                      ,                             E                      ,                             E                      ,  $                  0            `      5         E  ;           A         ,  T                  `            @      e         E  k           q         ,  w                       .                          ,           C              .               '  5         	  M         z  S           [            .      i           q         ,  }            p#                                                              6              .                  /               ,  0            @       j            @       {            <                   D                   L                   T                   \                   d                   l                              1                  '                  @       
                       1      !           0            @       5           A            1      b            @       i           n         ;           ,              X               	           '           z  #           L         '           H           r                      '                        M           R         ;  a         ,           '                                 z                                 ,  K                    H           C              1      ?         r  u         ~           '           |           z                      ;  !         ,  1         
           :           B            3      G           L           Q         ,  v            `      |                       3                                     ,           '  	           2         '  Z         H             3           >                               z           z             v         	               $                  h$               	                       z                      ;  !         ,  =           x                    ,                      r  -         '  H         m  [         z  z                    ;           ,                      H           r           ~           '           |           z             .         ;  A         ,  z                    H           C              3      +         r  C         '  g         |  z         z                      ~           ;           ,            R        H          C             3              r          ~          '  *        |  =        z  a          f        ;  q        ,                    H  7        C  >           3      }        r          ~          '          |          z                    ;  !        ,  \                  H          C             74      -        r  I        ~  ]        '          |          z                    ;          ,            N        H          C             t4              r          ~          '  .        |  A        z  e          w        ;          ,                    H  D        C  K           4              r          ~          '  		        |  	        z  @	          R	        ;  a	        ,  	          	        H  1
        C  8
           5      r
        r  
        ~  
        '  
        |  
        z  
                  C  "           4      '        ;  1        ,  l                  H          C             R5      O        r  k        ~          '          |          z                    
           
        ;  !
        ,  \
          
          
        '  G        H          H          r          |          m  1        z  W          y        ;          ,             $                                                          6             5                 5              ,  #          2          7          A        ,  U          q        ,                    ,                    ,            1        ,  }                  ,          0                       ;                        g          ;  !        ,  0          9           ;      A          I          Q        ,  Y                 m                            ,                    ,          e                    ,  
                  ,  N          i          n        ;          ,                    ,                    ,            {        '             @                 @              [          z             Z                        B             ;                 ;                         B  
           ;                 ;      k                               \                           ;              f            
        ;          ,                   +          Q           P      e          p                  ,                                      *          O  )          1          Z                  _        *  i          u                  z        *          ,          
                   
                  
          
          !        ,  &          1        ,            F          Q                     `                           <                 ;                 L      1        ,  8          A        ,  [        '  f          {        z                    ,          H            '          F                  
             <                W          p        ;          ,                    r  A           `      a        >  |                               <                 <              >                    \             h'               6  /           a      8                 =        d  J          T        ;  a        ,             )=                          s            P=      ~         +                      C              =      c!           <      !           <      "           '      8"        6  "        r  #        C  #           4<      #        C  #           <      7$        >  a$        >  $           <      '%        ;  A%        ,  %                 %          %                 %          %                 %          %        n  H&                 P&          f&                 &          &           _      &          &           k      &          &           u      &          &        n  &                 &          '           [      '           c      #'          <'                 D'          Q'                 Y'          d'           p      s'           z      '           g      '        ,  '        '  '          (          (          &(           K>      .(          6(           8>      >(        4  F(           Y>      T(           =      [(          ,       j(          z(           =      (           g>      (          (        ,  (                 (           (      (          (                 (          )          )                 )          /)           )      4)          I)                 S)          j)        n  x)           	      )          )        n  )        n  )        H  )           @)      )          *                 *          8*                 @*          S*           !      [*          s*          *           `)      *          *           )      *          *           @      *          *           V      *          +           m      +          +           )      !+          n+          u+                 }+          +        ;  +        ,  +          +          +          +        ,  +          +          +          +        ,  ,          *,        '  7,          M,        z  W,          a,        ,  ,          ,                 ,          ,          ,          ,          -          -          B-          T-        X  v-                  ~-          -          -          -           u>      .          .          /.          `.          m.          .        ;  .        ,  .                 .                  .           `      .        
  .        ,  .           `      .        (  .        ,  .        F  .        %  //          7/           >      a/                 p/                  u/          /                 /                  /          /                 /                  /          0        t  `0           h0          s0           >      0           0          0                  0        *  0                  0        *  0           h*      1        6  A1        ,  X1                 d1                  o1        Y  1          1        ,  1        #                       $          6  -                   @             P       Q          6  W                   \          ,                                                                         6                                                                        6             *                   /         q  B                   I                  N         q  a                   h                  m         q                                                q              %                6                             6                                                q                               )              X               q              0               6              6                  B                6  #                  *                  /         q  8            Y       =         6  B            )      P                  U         6  Z                  h                   m         6  r            4                  l                6              .                                  6                                B                6                                               q                                                q                     
                           q  "                   )                  .         q  8                  =         q  N            0      m         6  t                   y         ,                              6              h               6           \                              6              $      	         ;           \                              6  '            %      .                   7         6  H            (      O                   T         6  Y            (      ^         ,              Z               6              \               6              e               6              U                  X                  g      "         6  C            l      H         6  S            e      X         6  r                                      6           L                                                                      7      %                  ,         6  3                  8         6  O                  X         6                             6              -2                  {               6              
2                             Z               6              P               6           5           L                             6  &           5                  A         6  R            Z      ]         6  d                  i         6  v         5           L                             6                         Z               6              x               6           5           L                             6             (            Z      3         6  :                  ?         6  L         5  m         L  v                  {         6                         Z               6           L                                 h           5              o      	            t      	                  	         6  .	           @	         T  M	           _	           l	           ~	           	           	         G  	           	         <  	           	         W  	           	         a  
           
         8  &
           8
         M  F
            Z      K
         6  ^
           o
           ~
           
           
           
                   
         6  
            Z      
         6  
           
                      /           ?           K                  R         6  c           u           {         C              %               6                         -               6              Z               6                        "           1           J                   O         6  \           k           }            `               6                                                   6                                    Z               6             
           
         D  $
            Z      )
         6  =
           J
         5  Z
         5  i
         5  
                  
         6  
           
           
         h  
                  
         6  
         I  
         I  
         I           I           I  #         I  :            3      B         6  I            J      N         6  h           x                       Q               6                                    0               6                        @           E         ;  X            W      ]         6  b            U8      l            Y       u         6              :                                 6              9                  p               6           V              s               q              -               6              B                                 6              F      
            X               6              r               q  /            8      4         6  <         V  C                  H         q  [                   b                  g         q  n                  s         6  x            `?                                 6           5                         B                  Q               6              B                                                    q                             6              aA      
                           6  3         ?  I           V         5  i         ?  u            B      |                           q              K               6              @                                 q                             6                         t=                                            6              c>                  Q      #         6  (            (>      /                  4         6  9            =      L                   S                  X         q  j                  o         6  v            /      {         q                             6           V                             q                                                q                             6                             q                             q                             6              L                  C      
         6              L                  v               6               L      '                  ,         6  1            L      8                  =         6  B            L      I                  N         6  S            /J      a            @      f         6  k            /J      r            %      w         6  |            L                  \               6              L                                 q              h               6           V              FN                                                    q                             6              Q      
                                              q  )                   0                  5         q  H                   O                  T         q  g                   n                  s         q                             6                             ;              Y                6              ]                                 6              ]                  0               6              $b      
                           6                         Gb      &            0      4            X      9         6  A            b      H            4      [                  `         6  e            c      u            	      z         6              _o                  	               6              Mo                                 6              m                                 6              m                                 6              el                                 6              :m               \              l               6  #            x      *                  2         6  :            x      k            @	      t         6              a               6              7                  i               6              ?                  i               6              G                  i               6  1            Q      8            i      A         6  L                  U         6  ^            \x      i                   p            [      w            	               6              \x                  ;                  C                  L                  V                  Z               6              \x      2            	      9         6  C            J{      Q            	      V         6  `            }      s                           6           5              o~                  	               6              1                  
               6           m              *                        -                  =         6  Q         >  i           v         I                                               <                                               
      ,         6  1                  @                  s         6              n                  h               6              ن                                 6              L                  `      )                  9         6  I            P
      Y         6  ^            
      p            X      |         6                                               6                                8               6                                               6  5                  C            M      I           P                  Z                  l            x      |         6                                               6              a                                                    q                             6              3                                                    q  
                                              q  ,                   3                  8         q  F                  N         6  S            W      f                   m                  r         q              
               6                             6           	              ڔ                                 6           .                                           8                        %         6  2            n      ?            n      Q                  V         6  [            ڔ      b                  g         q  n                  s         6  x                           \              X               6              
                                                           \  "                  5                   <                  A         q  O                  T         6                                               6                                X               6           V              	                  <s                                 6               P                6  !            0          I  >             p      Q          q  [             Y       `          6  f          C  k             ғ      p          ;                                                   q            \                               6                                                  C                                  p                                   6                               \                     !         6  	!            :      !            1      !         6  $!            l      6!           H!           Z!           _!            ڔ      m!                  r!         6  w!            ę      !                  !         6  !         C  !         V  !         	  !            ڔ      !                   !                  !         q  !         \  !                  !         6  !            ޟ      !                  "         C  	"            C      "            p      %"                  *"         6  /"            C      @"            
      E"         6  J"                  X"                  ]"         6  b"            خ      s"                  x"         6  }"            ڔ      "            H      "         6  "            ڔ      "                  "         6  "           "            Q      "                  "         q  "                  "         q  "                  "         q  "                  "         6  "            ڔ      #                   #                  #         q  #                  *#         6  /#                  =#            
      B#         6  G#            J      R#         \  Y#                  ^#         6  c#            
      h#            
      y#            U      ~#         6  #           #                  #           #                  #                  #         6  #         	  #                  #                  #         6  #           $                  $                  $         6  $         V  ($            m      5$            l%      :$            m      J$            H      U$         6  ]$         V  e$            	      m$           r$                  $            (      $         6  $         	  $                  $            `      $         6  $         V  $            
      $                   $         6  $            ܺ      $         \  $            `      $         6  $            m      $                  $         6   %                  %            	      %         6  %            m      %                   "%                  +%         6  a%            |      h%                  o%         6  u%            m      %                  %                  %         6  %                  %         6  %         V  %         	  %                  %            ~      %                  %         6  %           %         V  &           &           &                  %&            H      *&         6  0&         C  @&                  P&                  U&         6  Z&                  c&                   h&         6  }&                   &                  &         q  &            `      &         6  &            ̿      &                  &         6  &                   &            (      &            :      &         6  &                  &           '                   '         6  '                  '                  '                  '         q  ''                   ,'         6  1'            ;      ?'                  F'         6  K'            "      R'            #	      W'         6  \'            A      c'            "      h'         6  z'         	  '                  '                  '         6  '                  '                  '         6  '            m      '                  '         6  '            '      '                   '                  '         q  '                  '         6  '           '            v      (                   	(         6  (            ;      (            Y       (         6  !(                  -(                   2(         6  7(            ;      E(            8      J(         6  R(         V  d(           i(                  |(                   (                  (         q  (                   (                  (         q  (                  (         q  (                   (                  (         q  (                  (         q  (                   (                  (         q  )                  )         6  )                  &)                  +)         6  0)                  >)                  C)         6  H)                  V)            `      [)         6  `)                  q)            r	      y)                    )         6  )                  )            U	      )         6  )                  )            (      )         6  )            .      )            =	      )         6  )                   )                  )         q  
*                   *                  *         q  )*                   0*                  5*         q  E*                  J*         6  ^*            h*            U      w*            L      ~*         6  *           *         V  *           *           *           *            .      	+                   +                  (+         6  S+         F  l+            x+           +           +           +                  +            @      +         6  +                  +            @      ,            I      	,         6  ,                  .,         ;  <,                  A,         6  F,            G      T,            0      Y,         6  ^,            C      m,            e      {,                  ,         6  ,           ,                  ,                  ,         6  ,                  ,            w      ,            z      ,                  ,         6  ,            8      ,            ~      ,                  ,            @       -         6  -            p      -         6  9-                  >-         6  X-                  ]-         6  b-            D      p-                  u-         6  z-            D      -                   -         6  -                  -                  -         6  -                  -         6  -                  -         6  -                  -            p      -         6  -            	      .                  	.         6  .                  .                  .         6  '.         p  ,.                  3.            p      C.                  H.         6  P.         p  U.                  \.                  a.         6  i.         p  n.                  |.                  .         6  .                  .            P      .         6  .                  .                  .         6  .                  .            #      .         6  .                  .            @#      .         6  .            [      /                  /         6  /                   /                  %/         6  P/                  W/                  a/           /           /           /                  /                  /           /         H  0         '  0           1         z  1            #      1         6  #1           D1         '  j1         z  |1            #      1         6  1            #      1         6  1         ;  1            ,      1         )  1            2      1         6  1                  1         ,  ;2           2            H      2         6  3           <3           O3         ^  l3         ;  3           3            ]      3         6  3            r      3         6  3                  3         6  3                  3                  3                  3         6  3                 3            *      3                  3         6  3                 4                  4            4      4         6  4            C     &4            *      -4            4      24         6  74            P     K4                  R4            K      W4         6  \4                 c4            *      j4            K      o4         6  t4                  4                  4            f      4         6  4                 4            *      4            f      4         6  4                 4                  4            q      4         6  4            P     4            *      4            q      4         6  4            w     5            |      5         6  5            
     )5                  05                  55         6  :5            
     A5            *      H5                  M5         6  R5            A
     f5                  m5                  r5         6  w5                 ~5                  5                  5         6  5                 5         ,  5                  5         6  5                  5         6  5                 6                  6         6  6         '  @6                  T6                  Y6           l6         z  6           6         z  6            %      6         6  6            G      6         ;  7           7         /  7                  #7                  (7           07           C7         z  Q7                  X7                  j7            %      o7         6  w7         V  7           7            8%      7         6  7           8           $8         h  T8           8                0       <     S  w   S  U      k     k     k     k     k     k     k     k     k     
l     l     (l     7l     Fl     Ul     [l     al     gl     |l     l  "   l     l     l     m      !m     Bm  &   am     m  '   m     m  (   m     n  &   n     >n  -   [n     n  -   n     n     n  !   o  3   (o  ,   \o  ,   o     o  E   o  U   p  S   ep     p  &   p     p  -   q     3q     Nq  U   `q  _   q  W   r  a   nr     r  O   r     9s     Us     is  X   s  3   s  8   t  S   Jt  N   t  ;   t  :   )u  R   du  3   u  E   u  N   1v  :   v  3   v  8   v     (w     ;w  #   Yw     }w     w     w     w     w     w     w     x     4x  
   Tx  :   bx     x  
   x     x  <   x  3   y  3   Iy  /   }y  D   y  2   y  4   %z  ,   Zz  4   z  <   z  5   z  7   /{  5   g{  3   {  8   {     
|  +   "|  8   N|  9   |  8   |  8   |  :   3}  +   n}  0   }  0   }  2   }  '   /~  8   W~  "   ~  0   ~  7   ~  H     J   e  9     R     7   =  L   u  7     2     R   -  :     ?     >     =   :  >   x  6     <     7   +  8   c  <     <   ك  I     N   `  =     H     )   6  =   `  A     >             2  7   E  3   }          Ȇ     ۆ                     ;     Q     m  %                  އ  "     9     +   Q  A   }  %     .               R   -       2   4  4   g      A   r  ?     -     #   "  M   F  #         D     v     2   y  q     5     $   T  1   y       2        ȕ  G     ?   ʖ  A   
      L     m  4   ~  2     *     0        B     Y     k  
   |  "                  Ҙ       
               -   !     O     i     }                     ә  '     '        B     b       "          $   ˚               !  4   A     v       0     0   ޛ  0     
   @     N     k       *     *   Ȝ  "             6     U  (   i  /     (     &     7     A   J  .     9     3     -   )  0   W  5     ?     ,     1   +  @   ]  >     .   ݠ  )     6   6  Q   m       1   ܡ       -   )     W  4   l  5     I   ע     !  1   A     s            2               8     	   T     ^     m     ~                      
   פ  
     7     5   (  ?   ^  -        ̥  0     ,     4   @     u       +     /   ¦       .     ?   5  *   u  .     ,   ϧ  ;     4   8  /   m  Q     5     /   %     U     \  =   k  )        ө  x    t   _    Ԭ  N    J      7  K          2      F     g                         ȶ     ݶ               
  
         +     7     G     a     z                    ط      ߷  !      #   "     F     R  !   q  $     *     (          3   "  !   V  *   x  %     &   ɹ  #     +     ,   @  )   m  
                  Ӻ          
  %   %  "   K  !   n  %     +     *     (   
     6  %   U     {               ż     ټ            $   '     L     [  )   t               Ͻ       ,        *  `   J       
     2   ̾               0     D  (   W                    ؿ                      ?  
   `     k  	          
               
                                 *     9     N     c  
   r     }                      	     	                             4     Q     ]  
   f     t  	     
     
     
          #     $     (     *   F  ,   q                                                  *     H  	   a  &   k                 
               %             #  #   3     W     l            	     
     "                  	     !     =  #   ]  /     *     .                   )     6     =     I     ]     i  #                              
   
  
     
   )     7     H  
   W     e     u     }            
               #        %     B     W     m                           $     $   4  2   Y  !     !     )                  (     B     _  .   w  "     6     2         3     F  1   e  $                                 0     F     \     r  >     .                  :  !   Y     {                 )                    #        ;     [     u            U        
          #     :  .   U                       (     <        H  $   `            !     &     "             8     W     u                               %     1     E     [     p                      ,     "     4   %     Z     l     q  `   }  P        /  	   @     J     b  &   {  *          '     !        -     I     N     T     m  4               M     
   D     R  :   a  &     -     .     !      9   B  ,   |  3     ?             0     F     ^     u       %                               J   5  2     J          0     $   D  "   i  )     
                            
  %        B     [     n            E     /     B   7  C   z  1     '     g     -     1                              	     >          .   3  R   b                    
  "   )  +   L     x       )                                 '     :  '   O     w       %     !     '             1  (   G     p  &          #     $             5  "   S     v  "                    &   
      1  !   R  !   t  }     k                 #     1          )   7     a  '   ~       ;                         ,     9  +   A  9   m       9          %     *   5  +   `       4     *     +     $        C  	   V  
   `     n  &     (     
          6     &     &   E     l  (                                 ,      H     i     v  C   {  A     X     ;   Z  H     8     .     '   G  6   o  2     (              #  /   /  1   _  !     '     '     /     2   3  7   f  +           1     #     "   A  +   d  &     #     )     .     #   4     X  *   x       !                              9     9   F  '     &     *     &     *   !  3   L  *                              (     '     !   9  -   [             $                   "     C     V     b  
   z                      $                    S   &     z  %                                        .        >     F  8   L       
               #     
     
     8   
  F   F            !     	               ;        6     Q     o     w                      
     )          #   !  <   E  $                                 "     1     J     V     i     z            -     +     !   )     K     _     g     o     w                                          $     =        I     M    R       *        I     b     z                              
    "    :    R 
   Z    h    t     .    4    ,    $   9    ^ +   x <    N    )   0 8   Z '    g    #   # Y   G 0    Z    6   - s   d O    #   ( ?   L V    M    =   1 &   o m    }    {    %    M   $	 '   r	 \   	    	    
    5
       !        
 \   
 !   T    v $        K   S S    x    t   l u    \   W y    S   . k    q    P   ` V    [       d &    /        !        )   0    Z "   n .    %    1        J   ) +   t             Q   P V    E       ? C    q    >   v I    W    O   W R    V    A   Q O        <     f   = U    M    M   H R    W    G   A Z    f    :   K B    +    G    U   =       s   ! c   ! s   ! S   c" z   " Z   2# O   #    # a   {$ l   $ c   J% R   % f   & ]   h& h   & P   /' ^   ' b   ' h   B( y   (    %) f   )    "* 8   * R   * c   A+ T   +    +    , Y   -, U   , "   ,     - +   - !   C- ,   e- %   -    - .   -    . ?   .     \. .   }.    . 6   . W   . P   W/ g   / I   0 8   Z0 G  0 G  1    #3 
  3 L   4 M   4   I5 l   ,8 ]   8 [   8 4   S9 s   9 4   9 @  1: c   r?    ? L   p@    @ a   WA .   A I   A a  2B R   C ,  C r   E V   E _   E E   >F    F V   F T   F L   OG T   G #   G !   H    7H    VH (   fH    H    H )   H    H    H    I    (I 4   7I '   lI )   I    I &   I    I E   	J $   OJ :   tJ <   J -   J .   K /   IK 6   yK )   K .   K    	L 2    L .   SL g   L +   L "   M J   9M J   M G   M    N -   /N #   ]N -   N 0   N 0   N (   O %   :O $   `O    O E   O B   O E   (P 3   nP    P    4Q F   Q a   -R k   R O   R U   KS    S    :T A   T S   5U m   U x   U Y   pV O   V \   W    wW +   X J   HX !   X L   X    Y Y   Y U   xY u   Y 1   DZ O   vZ     Z    Z    [ J   #[ *   n[    [ a   [    \    '\ /   A\    q\    \    \    \ ,   \    ]    ] ]   0] h   ] t   ] 4   l^    ^ 8   ^ 3   ^ 7   $_    \_    l_ 2   }_ 6   _    _ 6   _ G   2` 1   z` 5   ` P   `    3a b   a i   b    b `   c i   c 
   c "   c s   d G   d "   d   d    h   ?i ;  Yo t   q T  
r   _w '   vx 5   x    x    x -   x    $y *   6y    ay &   }y    y    y    y    y    y    z )   /z .   Yz    z #   z !   z 2   z    !{ F   ({ H   o{ H   {    | F   | J   [| L   | _   | q   S} &   } h   } A   U~ >   ~ 9   ~ ;    7   L F    H    7       L 7   b #    D    5    8   9 I   r R    L    O   \ ]    e   
 h   p '   ك Q    ,   S !    )       ̄ U    '   @ 8   h 7       م )    c   !     0    (   Ԇ "    E     2   f     3   # "   W v   z )    "    #   > (   b >    4   ʉ 7    =   7 2   u <        >    K   A 
    "           ϋ    ֋                 : )   S    } -    %   ˌ     1    %   =    c    | #           ύ                    ) 2   B *   u 6    4   ׎        %    6 #   O    s O    '   ڏ M    *   P D   { @    N    N   P H    3    
    
   * 3   8 
   l 
   z     8    $   ڒ )       )    G W   ^        ԓ 
            $   4 ?   Y     #    N   ۔ 1   * 1   \ $           ͕     U       J &   ] !    $    (   ˖ ,    J   ! E   l E               , 
   B    M 0   f     (    ;   ј /   
 .   = 6   l            ٙ            *    H    `    {     F    K       ; *   Q E   | .    ;    <   - 2   j 3    <   ќ R    :   a 5    3   ҝ c    p   j x   ۞ J   T u        {    c    /   | ,    /   ١ *   	 D   4 1   y W    Z        ^ .    N    _    7   ] ;    )   Ѥ 1       -    F    a    z      f    2    C   P 8    8   ͦ ;    ;   B    ~ '    0   ç 7       ,    J    S _   \ F    7    8   ; H   t      x   ީ 6   W     6    =   ժ M       a %   t *    !   ū K    z   3 $    Q   Ӭ &   % "   L W   o J   ǭ Q    /   d 0    /   Ů 0    C   & 8   j 8    ;   ܯ :       S `   b M   ð 9        K $   l     ,    &   ۱ X    ?   [ ]    4       .    7 w   G g    "   '    J    V 5   u 5    W    !   9 F   [ M    9       * 	   3     = '   ^ [    ,    F       V      !    z   . W    {    `   } I   ޹ m   ( [    b    X   U     4   λ (    6   , '   c (    J    &    <   & =   c 4       ֽ     k   |     *   u s    K    N   ` \            -   <    j %   ~ /    E    ,       G )   f 9    .    t    N   n j    t   ( J    J       3 ?    M   + H  y !        
            v   + 5    E        5    6    @   : 4   { F    X       P ;   p i           + /   A 2   q .        %    O    -   i     3    2    >    #   Z !   ~ @    '    V   	 G   ` O    I    *   B #   m D    3    X   
 9   c +    F    A    3   R B    ;            =   ] 3    >    I    9   X G    1    :    "   G `   j     J       *    ;    M ^   Z     %   < t   b :    F    _   Y [        >    ,   ] 7    d       '    D    W 2   l >    >            > p   M I    H    0   Q _    M    +   0 =   \ 1    O    O    a   l         r    p   a     d    j    N   Q O    :    m   + P    `    ]   K     @    S    1   Y .    <    S    F   K ]    <    1   - N   _ *    5    @    7   P 3    0    K    @   9 0   z E        +   
    6 7   = *   u (        [    _   2 _    M    Q   @ M    Q    _   2 L                       3 [   ? ?    V    W   2 _    1    5    F   R ;    A           7    K     j     )        4    G       C 8   S 7            6    -    )       (    F    [    d #    M        
   	 b    W   w     #        ?        `    y [    x    )   ` &    ?                {   ! 3    $        .    -   2 P   ` M    
       
 L   "    o [   v b    B   5 E   x G            <   9 !   v &        ,        C    &   c 1    A    ?    H   >                 .       "    7 &   J A   q     -           
  U   '  v   }                    0            /  _       J            #                 `                   .                  2    h                 C            +            d                           w                P      >           N  	  F                              M                                             A        (                             $   g   ,    l        Q            ;  b                                 j      L         v    #           i    -         y          F            L            {             
  i                      r         `    V          m        M   1  -  F    W                Q         C                /               Z     u                            f          [  $           N         j                ~    2                '       >        >   $                 @   7           i                      g               	      N   n                b  
                    x                                                  V                           <  P   +  X  1          O      (           .        !   w    =            %  y                      /  K     u               9   g    P      Z                                         "    |             7  Q   ~            n  b                E   X                                                          H       :    e    ]             a          0      #      c  K  [               "    $                          L                       U                            	      f              &                         W               J                              A       r          A  j  6       4      &  @  E  T               =  S                 o  c              8          
           h  O      5       B                -  7    :            E         {     B      3                                   :       
   e          3              O                              ;   5                    c               E              K           D          P      {       I                                                  `                  c                           I   I                  z  *      r    !                              9                v  0  A           ^    q                    1                       o                     C  G       _                      l  L                         /    +     R     ~   ;  e    V        *  &  .              ^      \   d                  !  	   j          U  D        `        9  d  w                           ,               s         m                    H  =                             &               m  T  x                        V        R  ?  >      y                            Y          x             "  p                  U  8   W               W                t  8              z  -              v  I  K      t          O                 "                   6   ?    l  _        .             h             !  a                                    4                         p                   '  G                  6        |                4          g            R                        Q         d       ,      +          8  \      [  5     B                                  
                          n          k         z  N  y                      z                *         (                 :    2      s           H          r    ]                        9    t     m      
      \  '  
                     D                               J                ]       ^           )    0   )           o   k  _       }     5           ;  7    6  Y      s            Z                  <      @      R      o      l     ?   %                 p  2   {         }    B              )                    1                      b    v           a                        X   q     J  \  *              U          [            q                  |                                  M                      s                  e   ^                   p           ~                      t                       u    S       }            '  %  D   %   G             T  }  Y                      4          i                  <                        S    u  G            X      M           ]  H             n                S           T               w   C  k          F         h  <                3         x                       ,            f       )                     |  ?                    =              #  3          
           @                 q  Y           a                              k                  (      f                               Z                    
 dW  xW  W  W  W  W  W   X  X  0X  DX  XX  lX  X  X  X  X  X  X  X  Y   Y  <Y  PY  dY  xY  Y  Y  Y  Y  Y  Y  Z  Z  ,Z  @Z  TZ  hZ  |Z  Z  Z  Z  Z  Z  Z  [  [  0[  D[  X[  l[  [  [  [  [  [  [   \  \  (\  <\  X\  l\  \  \  \  \  \  \   ]  ]  (]  <]  P]  d]  x]  ]  ]  ]  ]  ]  ]  ^  ^  ,^  @^  T^  p^  ^  ^  ^  ^  ^   _  _  0_  L_  `_  t_  _  _  _  _  _  _  `  $`  8`  L`  ``  t`  `  `  `  `  `  `   a  a  (a  <a  Pa  da  a  a  a  a  a  a  b  b  0b  Db  Xb  lb  b  b  b  b  b  b   c  c  (c  <c  Pc  dc  xc  c  c  c  c  c  c  d  d  ,d  @d  Td  hd  |d  d  d  d  d  d  d  e  e  0e  De  Xe  le  e  e  e  e  e  e   f  f  0f  Df  Xf  lf  f  f  f  f  f  f   g  g  (g  <g  Pg  dg  xg  g  g  g  g  g   h  h  (h  Dh  Xh  th  h  h  h  h   i  i  Hi  \i  pi  i  i  i  i  i  j  ,j  @j  Tj  pj  j  j  j  j  j  k  4k  Hk  \k  pk             '           H $          n              !               "           (       (          P *       (                                                     	                 +   = 
          P           t #                      
           "                 
                      %          @           ]           k 	       M                                                          4           [                                         6           1   U          v (       0                         8          =        /    (          )           (          !          & !          I           i 4           3           "                     
	 #          B	           Y	 (                 	           	           	 	       "   
        "   I
 (                 
          
           
           
           
            !        D   y            
                  %           5                     /          F 8                  -           
    
           %          
        	   7
          `
          
          
           
 0      >   $ *          P '          y        7                 
    1       A   N &          v .             	    %             	    
             <   E           j 
                 !             P   	           ) $         _ $                                         5             d                 L   +           @ 
          N           n @      \   
 (      D   v 8      T    "      >   b 3      O          9   : :       n    "       V   Z          n          w           %      C    !           @          ^ D                 @       ?   9 A          | H           W       @          ` _       @           8          ; 0          l                               1       S   4           U 2           >           #                      =          \ 5                            B           3          )           D                                 :           V           u                                                        *  <       c     <       Z   _! ?         ! B       X   :" /         k" '         "           # ,       [   # /         # :          
$ ?         K$ +          x$ ,          $ ,          $ <          % ;          O% 0          %           % _          &           9& X                 & '          & 5          2'        A   ' 1       A    ( d                 ( $         ( )          (           ( 1          ) ?          w) $       d   ) +          -*                  `* J          * {          )+ '       &   v+ &         +           ",        :   t,           , 
          , >          
- 0       
   D- ?         - *         -                
. +          :. J      L         . =          / :          M/        P          / ;      
   / G       L          0 <          0 R                A1 L                1              +                22 +       '   2                 2 I             W                3 /          3 O      "   =4 E         4 ;      "   4 .      4   C5 ?      B   5 M             [                6 ;             I                S7 7          7           7           7 n      |         8 I      W         9 W      e         K: 2      @         : Z      h         ; 7      E         +< v              "   Y= Q       q       "   => (         i>       
   w> 3         > N      \          	%d:	 	<corrupt IA64 descriptor>
 	<corrupt P10>
 	<corrupt P2>
 	<corrupt P3>
 	<corrupt P5>
 	<corrupt P8>
 	<corrupt P9>
 	<corrupt R2>
 	<corrupt X1>
 	<corrupt X2>
 	<corrupt X3>
 	<corrupt X4>
 	Name 	Size 	Time 

Symbols from %s:

 

Symbols from %s[%s]:

 

Undefined symbols from %s:

 

Undefined symbols from %s[%s]:

 
    Address            Length
 
    Address    Length
 
    Offset	Name
 
    Offset  Kind          Name
 
   Offsets starting at %#tx:
 
  Start of program headers:           
 The %s is empty.
 
 The following switches are optional:
 
%s:     file format %s
 
%s: Found separate debug info file: %s
 
Archive index:
 
Can't get contents for section '%s'.
 
Disassembly of section %s:
 
Dump of CTF section '%s' in linked file %s:
 
Dump of CTF section '%s':
 
Hex dump of section '%s' in linked file %s:
 
Hex dump of section '%s':
 
In linked file '%s':  
LTO Symbol table '%s' is empty!
 
No version information found in linked file '%s'.
 
No version information found in this file.
 
Options supported for -P/--private switch:
 
Program Headers:
 
Section '%s' contains %d entry:
 
Section '%s' contains %d entries:
 
Section '.conflict' contains %zu entry:
 
Section '.conflict' contains %zu entries:
 
Section '.liblist' contains %zu entry:
 
Section '.liblist' contains %zu entries:
 
Section Header:
 
Section Headers in linked file '%s':
 
Section Headers:
 
Symbol table '%s' has a sh_entsize of zero!
 
The %s section is empty.
 
start address 0x                              Use actual timestamps and uids/gids in output libraries
                              Use actual timestamps and uids/gids in output libraries (default)
                              Use zero for timestamps and uids/gids in output libraries
                              Use zero for timestamps and uids/gids in output libraries (default)
             Flags: %08x          possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, thumb
        %s -M [<mri-script]
        [<corrupt>]
        [<unknown>: 0x%x],        --add-stdcall-underscore Add underscores to stdcall symbols in interface library.
       --exclude-symbols <list> Don't export <list>
       --export-all-symbols   Export all symbols to .def
       --identify-strict      Causes --identify to report error when multiple DLLs.
       --leading-underscore   All symbols should be prefixed by an underscore.
       --no-default-excludes  Clear default exclude symbols
       --no-export-all-symbols  Only export listed symbols
       --no-leading-underscore All symbols shouldn't be prefixed by an underscore.
       --plugin NAME      Load the specified plugin
       --target=BFDNAME   Specify the target object format as BFDNAME
       --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.
      --dyn-syms          Display the dynamic symbol table
      --lto-syms          Display LTO symbol tables
      --yydebug                 Turn on parser debugging
     Arguments: %s
     DW_MACRO_%02x arguments:      DW_MACRO_%02x has no arguments
     Description data:      Image id: %.*s
     Image name: %.*s
     Linker id: %.*s
     Location:      Module name    : %s
     Module name    : <missing>
     Module version : %s
     Module version : <missing>
     Name: %s
     Offset   Begin            End              Expression
     Offset   Begin    End
     Version:      Version: %#x
    --add-indirect         Add dll indirects to export file.
    --add-stdcall-alias    Add aliases without @<n>
    --as <name>            Use <name> for assembler
    --def <deffile>        Name input .def file
    --dllname <name>       Name of input dll to put into output lib.
    --dlltool-name <dlltool> Defaults to "dlltool"
    --driver-flags <flags> Override default ld flags
    --driver-name <driver> Defaults to "gcc"
    --dry-run              Show what needs to be run
    --entry <entry>        Specify alternate DLL entry point
    --exclude-symbols <list> Exclude <list> from .def
    --export-all-symbols     Export all symbols to .def
    --image-base <base>    Specify image base address
    --implib <outname>     Synonym for --output-lib
    --leading-underscore     Entrypoint with underscore.
    --machine <machine>
    --mno-cygwin           Create Mingw DLL
    --no-default-excludes    Zap default exclude symbols
    --no-export-all-symbols  Only export .drectve symbols
    --no-idata4           Don't generate idata$4 section
    --no-idata5           Don't generate idata$5 section
    --no-leading-underscore  Entrypoint without underscore
    --nodelete             Keep temp files.
    --output-def <deffile> Name output .def file
    --output-exp <outname> Generate export file.
    --output-lib <outname> Generate input library.
    --quiet, -q            Work quietly
    --target <machine>     i386-cygwin32 or i386-mingw32
    --verbose, -v          Verbose
    --version              Print dllwrap version
    -A --add-stdcall-alias    Add aliases without @<n>.
    -C --compat-implib        Create backward compatible import library.
    -D --dllname <name>       Name of input dll to put into interface lib.
    -F --linker-flags <flags> Pass <flags> to the linker.
    -I --identify <implib>    Report the name of the DLL associated with <implib>.
    -L --linker <name>        Use <name> as the linker.
    -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.
    -S --as <name>            Use <name> for assembler.
    -U                     Add underscores to .lib
    -U --add-underscore       Add underscores to all symbols in interface library.
    -V --version              Display the program version.
    -a --add-indirect         Add dll indirects to export file.
    -b --base-file <basefile> Read linker generated base file.
    -c --no-idata5            Don't generate idata$5 section.
    -d --input-def <deffile>  Name of .def file to be read in.
    -e --output-exp <outname> Generate an export file.
    -f --as-flags <flags>     Pass <flags> to the assembler.
    -h --help                 Display this information.
    -k                     Kill @<n> from exported names
    -k --kill-at              Kill @<n> from exported names.
    -l --output-lib <outname> Generate an interface library.
    -m --machine <machine>    Create as DLL for <machine>.  [default: %s]
    -n --no-delete            Keep temp files (repeat for extra preservation).
    -p --ext-prefix-alias <prefix> Add aliases with <prefix>.
    -t --temp-prefix <prefix> Use <prefix> to construct temp file names.
    -v --verbose              Be verbose.
    -x --no-idata4            Don't generate idata$4 section.
    -y --output-delaylib <outname> Create a delay-import library.
    -z --output-def <deffile> Name of .def file to be created.
    0 (*local*)        1 (*global*)       @<file>                   Read options from <file>.
    @<file>                Read options from <file>
    Image id    : %.*s
    Language: %.*s
    Offset Entry %u
    Pointer Size:  %d
    Section contributions:
    Unit Type:     %s (%x)
    Version:       %d
   %#06zx:   Name index: %lx   %#06zx:   Name: %s   %#06zx: Parent %d, name index: %ld
   %#06zx: Parent %d: %s
   %#06zx: Rev: %d  Flags: %s   %#06zx: Version: %d   (Starting at file offset: 0x%lx)   --plugin <name>              Load the specified plugin
   --plugin <p> - load the specified plugin
   --target=BFDNAME - specify the target object format as BFDNAME
   --thin       - make a thin archive
   -B                     Same as --format=bsd
   -D                           Use zero for symbol map timestamp
  -U                           Use actual symbol map timestamp (default)
   -D                           Use zero for symbol map timestamp (default)
  -U                           Use an actual symbol map timestamp
   -F, --file-offsets             Include file offsets when displaying information
   -H --help                    Print this help message
  -v --verbose                 Verbose - tells you what it's doing
  -V --version                 Print version information
   -H --help              Display this information
   -H, --help               Display this information
   -I --input-target <bfdname>      Assume input file is in format <bfdname>
  -O --output-target <bfdname>     Create an output file in format <bfdname>
  -B --binary-architecture <arch>  Set output arch, when input is arch-less
  -F --target <bfdname>            Set both input and output format to <bfdname>
     --debugging                   Convert debugging information, if possible
  -p --preserve-dates              Copy modified/access timestamps to the output
   -S, --source             Intermix source code with disassembly
   -V, --version          Display this program's version number
   -W, --no-weak          Ignore weak symbols
   -X 32_64               (ignored)
   -b, --target=BFDNAME           Specify the target object format as BFDNAME
   -e                     (ignored)
   -f --print-file-name      Print the name of the file before each string
  -n <number>               Locate & print any sequence of at least <number>
    --bytes=<number>         displayable characters.  (The default is 4).
  -t --radix={o,d,x}        Print the location of the string in base 8, 10 or 16
  -w --include-all-whitespace Include all whitespace as valid string characters
  -o                        An alias for --radix=o
  -T --target=<BFDNAME>     Specify the binary file format
  -e --encoding={s,S,b,l,B,L} Select character size and endianness:
                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit
  --unicode={default|show|invalid|hex|escape|highlight}
  -U {d|s|i|x|e|h}          Specify how to treat UTF-8 encoded unicode characters
  -s --output-separator=<string> String used to separate strings in output.
  @<file>                   Read options from <file>
  -h --help                 Display this information
  -v -V --version           Print the program's version number
   -g, --debugging          Display debug information in object file
   -h --help                   Display this information
  -v --version                Display the version number of %s
   -h, --help             Display this information
   -i --instruction-dump=<number|name>
                         Disassemble the contents of section <number|name>
   -l --program-headers   Display the program headers
   -o                     Same as -A
   -p, --no-sort          Do not sort the symbols
   -r                           Ignored for compatibility with rc
  @<file>                      Read options from <file>
  -h --help                    Print this help message
  -V --version                 Print version information
   -s --syms              Display the symbol table
   -t                           Update the archive's symbol map timestamp
  -h --help                    Print this help message
  -v --version                 Print version information
   -t, --syms               Display the contents of the symbol table(s)
   -v --version           Display the version number of readelf
   -v, --version            Display this program's version number
   <corrupt - note is too small>
   <corrupt name>   @<file>                  Read options from <file>
   @<file>                Read options from <file>
   @<file>      - read options from <file>
   @FILE                  Read options from FILE
   Address size:    %u
   CRC value: %#x
   Checksum:        Cnt: %d
   DWARF Version:               %d
   DWARF version:   %u
   Directory: %s
   Entry	Dir	Time	Size	Name
   File: %lx   File: %s   Filename:     %s
   Flags   Flags:                             0x%lx%s
   Flags: %s  Version: %d
   Generic options:
   ID:          Index: %d  Cnt: %d     Name:      %s
   No emulation specific options
   Number of columns:       %u
   Number of program headers:         %u   Number of section headers:         %u   Number of slots:         %u

   Number of used entries:  %u
   Offset entries:  %u
   Offset size:                 %d
   Offset table
   Offset:                      %#tx
   Options for %s:
   Options passed to DLLTOOL:
   Pointer Size:             %d
   Rest are passed unmodified to the language driver
   Segment Size:             %d
   Segment size:    %u
   Size of program headers:           %u (bytes)
   Size of section headers:           %u (bytes)
   Size of this header:               %u (bytes)
   Size table
   Unknown GNU attribute: %s
   Unknown attribute:
   Unsupported version (%d)
   Version:                             %d
   Version:                           %d%s
   Version:                     %d
   Version:                  %d
   Version:                 %u
   Version:      %u
   [-X32]       - ignores 64 bit objects
   [-X32_64]    - accepts 32 and 64 bit objects
   [-X64]       - ignores 32 bit objects
   [-g]         - 32 bit small archive
   [D]          - use zero for timestamps and uids/gids
   [D]          - use zero for timestamps and uids/gids (default)
   [N]          - use instance [count] of name
   [O]          - display offsets of files in the archive
   [P]          - use full path names when matching
   [S]          - do not build a symbol table
   [T]          - deprecated, use --thin instead
   [U]          - use actual timestamps and uids/gids
   [U]          - use actual timestamps and uids/gids (default)
   [V]          - display the version number
   [a]          - put file(s) after [member-name]
   [b]          - put file(s) before [member-name] (same as [i])
   [c]          - do not warn if the library had to be created
   [f]          - truncate inserted file names
   [o]          - preserve original dates
   [s]          - create an archive index (cf. ranlib)
   [u]          - only replace files that are newer than current archive contents
   [v]          - be verbose
   d            - delete file(s) from the archive
   flags:             %08x
   m[ab]        - move file(s) in the archive
   nbr symbols:   %d
   p            - print file(s) found in the archive
   q[f]         - quick append file(s) to the archive
   r[ab][f][u]  - replace existing or insert new file(s) into the archive
   s            - act as ranlib
   t[O][v]      - display contents of the archive
   version:           %08x
   version:           %u
   version:    0x%08x     x[o]         - extract file(s) from the archive
  (File Offset: 0x%lx)  (bytes into file)
  (bytes into file)
  Start of section headers:            (bytes)
  (inlined by)   (location list)  (no strings):
  (start == end)  (start > end)  <%d><%lx>: ...
  <corrupt: out of range>  <no entries>  <unknown>  At least one of the following switches must be given:
  Convert addresses into line number/file name pairs.
  Copies a binary file, possibly transforming it in the process
  DW_MACINFO_define - lineno : %d macro : %*s
  DW_MACINFO_end_file
  DW_MACINFO_start_file - lineno: %d filenum: %d
  DW_MACINFO_undef - lineno : %d macro : %*s
  DW_MACINFO_vendor_ext - constant : %d string : %*s
  DW_MACRO_%02x
  DW_MACRO_%02x -  DW_MACRO_define - lineno : %d macro : %*s
  DW_MACRO_define_strp - lineno : %d macro : %s
  DW_MACRO_end_file
  DW_MACRO_start_file - lineno: %d filenum: %d
  DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s
  DW_MACRO_undef - lineno : %d macro : %*s
  DW_MACRO_undef_strp - lineno : %d macro : %s
  Display information from object <file(s)>.
  Display printable strings in [file(s)] (stdin by default)
  Displays the sizes of sections inside binary files
  Generate an index to speed access to archives
  If no addresses are specified on the command line, they will be read from stdin
  If no input file(s) are specified, a.out is assumed
  List symbols in [file(s)] (a.out by default).
  None
  Options are:
  Print a human readable interpretation of a COFF object file
  Removes symbols and sections from files
  The options are:
  The options are:
  -A|-B|-G  --format={sysv|berkeley|gnu}  Select output style (default is %s)
  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or hex
  -t        --totals                  Display the total sizes (Berkeley only)
  -f                                  Ignored.
            --common                  Display total size for *COM* syms
            --target=<bfdname>        Set the binary file format
            @<file>                   Read options from <file>
  -h|-H|-?  --help                    Display this information
  -v|-V     --version                 Display the program's version

  The options are:
  -h --help        Display this information
  -v --version     Print the program's version number
  The options are:
  -i --input=<file>            Name input file
  -o --output=<file>           Name output file
  -J --input-format=<format>   Specify input format
  -O --output-format=<format>  Specify output format
  -F --target=<target>         Specify COFF target
     --preprocessor=<program>  Program to use to preprocess rc file
     --preprocessor-arg=<arg>  Additional preprocessor argument
  -I --include-dir=<dir>       Include directory when preprocessing rc file
  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file
  -U --undefine <sym>          Undefine SYM when preprocessing rc file
  -v --verbose                 Verbose - tells you what it's doing
  -c --codepage=<codepage>     Specify default codepage
  -l --language=<val>          Set language when reading rc file
     --use-temp-file           Use a temporary file instead of popen to read
                               the preprocessor output
     --no-use-temp-file        Use popen (default)
  The options are:
  -q --quick       (Obsolete - ignored)
  -n --noprescan   Do not perform a scan to convert commons into defs
  -d --debug       Display information about what is being done
  @<file>          Read options from <file>
  -h --help        Display this information
  -v --version     Print the program's version number
  The options are:
  @<file>                      Read options from <file>
  The options are:
  @<file>                Read options from <file>
  -a --addresses         Show addresses
  -b --target=<bfdname>  Set the binary file format
  -e --exe=<executable>  Set the input file name (default is a.out)
  -i --inlines           Unwind inlined functions
  -j --section=<name>    Read section-relative offsets instead of addresses
  -p --pretty-print      Make the output easier to read for humans
  -s --basenames         Strip directory names
  -f --functions         Show function names
  -C --demangle[=style]  Demangle function names
  -R --recurse-limit     Enable a limit on recursion whilst demangling.  [Default]
  -r --no-recurse-limit  Disable a limit on recursion whilst demangling
  -h --help              Display this information
  -v --version           Display the program's version

  The options are:
  @<file>                Read options from <file>
  -h --help              Display this information
  -v --version           Display the program's version

  Unhandled version
  Unknown macro opcode %02x seen
  [without DW_AT_frame_base]  at   command specific modifiers:
  commands:
  emulation options: 
  flags     : %08lx (  generic modifiers:
  length: %08x
  optional:
  reserved  : %08x
 #lines %d  #sources %d %08x: <unknown> %s
 (header %s, data %s)
 %s exited with status %d %s is not a library %s is not a valid archive %s section data %s section not zero terminated
 %s: %s %s: Can't open input archive %s
 %s: Can't open output archive %s
 %s: Can't open temporary file (%s)
 %s: Error:  %s: Failed to read ELF header
 %s: Failed to seek to ELF header
 %s: Failed to update ELF header: %s
 %s: Found separate debug object file: %s

 %s: Found supplementary debug file: %s

 %s: Matching formats: %s: Path components stripped from image name, '%s'. %s: Reading section %s failed: %s %s: Unmatched EI_ABIVERSION: %d is not %d
 %s: Unmatched EI_OSABI: %d is not %d
 %s: Unmatched e_machine: %d is not %d
 %s: Unmatched e_type: %d is not %d
 %s: Unmatched input EI_CLASS: %d is not %d
 %s: Unmatched output EI_CLASS: %d is not %d
 %s: Unsupported EI_VERSION: %d is not %d
 %s: Warning:  %s: bad archive file name
 %s: bad number: %s %s: can't find module file %s
 %s: can't open file %s
 %s: cannot find section %s %s: cannot get addresses from archive %s: failed to read archive header
 %s: failed to read archive index
 %s: failed to seek to archive member
 %s: failed to seek to first archive header
 %s: failed to seek to next archive header
 %s: failed to skip archive symbol table
 %s: file %s is not an archive
 %s: invalid archive header size: %ld
 %s: invalid output format %s: invalid radix %s: is not a COFF format file %s: mmap () failed
 %s: no archive map to update %s: no open archive
 %s: no open output archive
 %s: no output archive specified yet
 %s: no symbols %s: not a dynamic object %s: printing debugging information failed %s: stat () failed
 %s: supported architectures: %s: supported formats: %s: supported targets: %s: the archive has an index but no symbols
 %s: the archive index is empty
 %s: the archive index is supposed to have 0x%lx entries of %d bytes, but the size is only 0x%lx
 %s: unexpected EOF %s: warning:  %s: warning: unknown size for field `%s' in struct '%s' is not an ordinary file
 '%s': No such file '%s': No such file
 (%s in frame info) (DW_OP_GNU_variable_value in frame info) (DW_OP_call_ref in frame info) (Unknown location op %#x) (User defined location op %#x) (base address index)  (base address selection entry)
 (base address)
 (declared as inline and inlined) (declared as inline but ignored) (in class) (index into .debug_addr)  (inlined) (no) (not inlined) (out of class) (start == end) (start > end) (undefined) (unknown accessibility) (unknown case) (unknown convention) (unknown endianity) (unknown type) (unknown virtuality) (unknown visibility) (unrecognised) (unsigned) (user defined type) (user defined) (user specified) )
 *both* *corrupt* *invalid* *undefined* , <unknown AMDGPU GPU type: %#x> , <unknown MeP cpu type> , <unknown sramecc value: %#x> , <unknown xnack value: %#x> , <unknown> , Base:  , relocatable , relocatable-lib , unknown , unknown ABI , unknown CPU , unknown ISA , unknown flags bits: %#x , unknown v850 architecture variant .debug_sup section is corrupt/empty
 .note.gnu.build-id data size is too big
 .note.gnu.build-id data size is too small
 .note.gnu.build-id section is corrupt/empty
 32-bit relocation data 4-byte
 4-bytes
 64-bit relocation data 8-byte
 8-bytes
 :
  No symbols
 : architecture variant:  : duplicate value
 : expected to be a directory
 : expected to be a leaf
 : unknown : unknown extra flag bits also present <End of list>
 <End of list>

 <None> <OS specific> <OS specific>: %d <PROC specific> <application-specific type %#x data:  <corrupt GNU_HWCAP>
 <corrupt index> <corrupt string table index: %3ld>
 <corrupt string tag> <corrupt symbol index> <corrupt tag>
 <corrupt: %14ld> <corrupt> <corrupt>
 <indirect index offset is too big> <localentry>: %d <no .debug_line_str section> <no .debug_str section> <no .debug_str.dwo section> <no .debug_str_offsets section> <no .debug_str_offsets.dwo section> <no NUL byte at end of .debug_line_str section> <no NUL byte at end of .debug_str section> <no NUL byte at end of alt .debug_str section> <no links available> <no sym> <no-strings> <none> <not-found> <offset is too big> <other>: %x <processor specific>: %d <processor-specific type %#x data:  <string index too big> <time data corrupt> <unknown MeP copro type> <unknown name type> <unknown: %d>
 <unknown: %x> <unknown:_%d> <unknown>: %d <unknown>: %d/%d <unknown>: %lx <unknown>: %x <unknown>: 0x%x Absent
 Added exports to output file Adding exports to output file Application
 Audit library Auxiliary library BFD header file version %s
 CTF archive member open failure: %s CTF member open failure: %s
 CTF open failure: %s CTF open failure: %s
 Can't create .lib file: %s: %s Can't have LIBRARY and NAME Can't open .lib file: %s: %s Can't open def file: %s Can't open file %s
 Cannot create libdeps record. Cannot make libdeps object readable. Cannot make libdeps object writable. Cannot produce mcore-elf dll from archive file: %s Cannot reset libdeps record type. Cannot set libdeps object format. Cannot set libdeps record type to binary. Cannot write libdeps record. Checksum failure Contents of %s section:

 Contents of CTF section %s:
 Contents of section %s: Contents of the %s section (loaded from %s):

 Contents of the SFrame section %s: Convert a COFF object file into a SYSROFF object file
 Copyright (C) 2022 Free Software Foundation, Inc.
 Corrupt attribute
 Corrupt debuglink section: %s
 Could not locate '%s'.  System error message: %s
 Couldn't get demangled builtin type
 Created lib file Creating library file: %s Creating stub file: %s Current open archive is %s
 DLLTOOL name    : %s
 DLLTOOL options : %s
 DRIVER name     : %s
 DRIVER options  : %s
 DWO is not yet supported.
 DW_MACRO_start_file used, but no .debug_line offset provided.
 DW_OP_GNU_push_tls_address or DW_OP_HP_unknown Deleting temporary base file %s Deleting temporary def file %s Deleting temporary exp file %s Demangled name is not a function
 Dependency audit library Directory Table Done reading %s End of Sequence

 Error, duplicate EXPORT with ordinals: %s Excluding symbol: %s FPU-2.0
 FPU-3.0
 Failed to print demangled template
 Failed to read CIE information
 Failed to write CS struct Failed to write TR block Failed to write checksum File Name Table File name                            Line number    Starting address    View    Stmt
 Filter library Flags: Generated exports file Generating export file: %s Import library `%s' specifies two or more dlls In archive %s:
 In nested archive %s:
 Input file '%s' is not readable
 Interface Version: %s Internal error: Unknown machine type: %d Internal error: not enough buffer room for section flag info Invalid ABIVERSION: %s
 Invalid location list entry type %d
 Invalid option '-%c'
 Invalid radix: %s
 Invalid range list entry type %d
 Invalid section %u in table entry %td
 Invalid size (%u) for MIPS option
 Invalid vd_next field of %lx
 Invalid vda_next field of %lx
 Invalid vn_next field of %lx
 Invalid vna_next field of %lx
 Keeping temporary base file %s Keeping temporary def file %s Keeping temporary exp file %s LIBRARY: %s base: %x LTO Symbol table '%s' contains:
 LTO symbols Library rpath: [%s] Library runpath: [%s] Library soname: [%s] List of blocks  List of source files List of symbols Machine '%s' not supported Memory section %s+%x Missing Version Needs auxiliary information
 Missing Version Needs information
 Must provide at least one of -o or --dllname options NAME: %s base: %x NONE NONE (None) Name                  Value           Class        Type         Size             Line  Section

 Name                  Value   Class        Type         Size     Line  Section

 Name index: %ld
 Name: %s
 No %s section present

 No entry %s in archive.
 No filename following the -fo option.
 No location lists in .debug_info section!
 No member named `%s'
 No range lists in .debug_info section.
 No string table section named %s
 No symbol section named %s
 None None
 Not needed object: [%s]
 Only -X 32_64 is supported Only DWARF 2 and 3 pubnames are currently supported
 Opened temporary file: %s Operating System specific: %lx Option -I is deprecated for setting the input format, please use -J instead.
 Out of memory Out of memory
 Out of memory allocating %u columns in dwarf frame arrays
 Out of memory allocating dwo filename
 Out of memory allocating file data structure
 Out of memory allocating space for inote name
 Out of memory reading %zu groups
 Out of memory whilst trying to read archive symbol index
 Path components stripped from dllname, '%s'. Pointer size + Segment size is not a power of two.
 Print a human readable interpretation of a SYSROFF object file
 Processed def file Processed definitions Processing def file: %s Processing definitions Processor Specific: %lx RELR relocation data Reading section %s failed because: %s Relocations for %s (%u)
 Report bugs to %s
 Report bugs to %s.
 Scanning object file %s Section %s is empty
 Section %s is too small for %u slot
 Section %s is too small for %u slots
 Section %s is too small to contain a CU/TU header
 Section %s is too small to contain an value indexed from another section!
 Section %s not found Section %s too small for offset and size tables
 Section %s too small for shndx pool
 Section '%s' has no data to dump.
 Section definition needs a section length Sections:
 Segments and Sections:
 Shared library: [%s] Source file %s Stack offset %x Standalone App Sucking in info from %s section in %s Supported architectures: Supported targets: Symbol  %s, tag %d, number %d Syntax error in def file %s:%d Table at Offset %#tx
 The %s section contains a corrupt or unsupported version number: %d.
 The %s section contains a table without offset
 The %s section contains an unsupported segment selector size: %d.
 The %s section contains corrupt or unsupported version number: %d.
 The %s section contains link(s) to dwo file(s):

 The MIPS options section is too small.
 There is %ld unused byte at the end of section %s
 There are %ld unused bytes at the end of section %s
 There is a hole [%#tx - %#tx] in %s section.
 There is an overlap [%#tx - %#tx] in %s section.
 This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
 Time Stamp: %s Tried file: %s True
 Type UNKNOWN:  Unable to determine dll name for `%s' (not an import library?) Unable to load dwo file: %s
 Unable to load the .note.gnu.build-id section
 Unable to load/parse the .debug_info section, so cannot interpret the %s section.
 Unable to locate %s section
 Unable to locate %s section!
 Unable to open base-file: %s Unable to open def-file: %s Unable to open object file: %s: %s Unable to open temporary assembler file: %s Undefined symbol Unexpected demangled varargs
 Unexpected type in v3 arglist demangling
 Unknown Unknown
 Unknown AT value: %lx Unknown FORM value: %lx Unknown IDX value: %lx Unknown OSABI: %s
 Unknown code 0x%02x
 Unknown location list entry type 0x%x.
 Unknown machine type: %s
 Unknown type: %s
 Unrecognised coff symbol location: %d Unrecognised coff symbol type: %d Unrecognised coff symbol visibility: %d Unrecognised symbol class: %d Unrecognised type: %d Unrecognized H8300 sub-architecture: %ld Unrecognized XCOFF type %d
 Unrecognized debug letter option '%c'
 Unrecognized debug option '%s'
 Unrecognized demangle component %d
 Unrecognized demangled builtin type
 Unrecognized form: %#lx
 Unrecognized symbol class: %d Unrecognized visibility value: %u
 Unsupported architecture: %d Unsupported integer write size: %d Unsupported read size: %d Unsupported version %lu.
 Unused bytes at end of section
 Usage %s <option(s)> <object-file(s)>
 Usage: %s <option(s)> <file(s)>
 Usage: %s <option(s)> elffile(s)
 Usage: %s <option(s)> in-file(s)
 Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...
 Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...
 Usage: %s [option(s)] [addr(s)]
 Usage: %s [option(s)] [file(s)]
 Usage: %s [option(s)] [input-file]
 Usage: %s [option(s)] [input-file] [output-file]
 Usage: %s [option(s)] in-file
 Usage: %s [option(s)] in-file [out-file]
 Usage: %s [options] archive
 Usage: readelf <option(s)> elf-file(s)
 Using file: %s Using the --size-sort and --undefined-only options together VERSION %d.%d
 Value for `N' must be positive. Version %d
 Version %lu
 Visible Warning, ignoring duplicate EXPORT %s %d,%d Warning, machine type (%d) not supported for delayimport. Warning: %s: %s
 Warning: '%s' has negative size, probably it is too large Warning: '%s' is a directory Warning: '%s' is not an ordinary file Warning: changing type size from %d to %d
 Warning: could not locate '%s'.  reason: %s Where `N' is only meaningful with the `x' and `d' options. `u' is not meaningful with the `D' option. `u' is only meaningful with the `r' option. `x' cannot be used on thin archives. architecture: %s,  arguments array [%d] of bad mangled name `%s'
 bfd_open failed open stub file: %s: %s bfd_open failed reopen stub file: %s: %s big endian blocks can not determine type of file `%s'; use the -J option can't create %s file `%s' for output.
 can't disassemble for architecture %s
 can't open %s `%s': %s can't set BFD default target to `%s': %s can't use supplied machine %s cannot delete %s: %s cannot open input file %s cannot read relocations cannot read section header cannot read section headers cannot read strings table length cie=invalid  code compressed section %s is too small to contain a compression header
 corrupt .debug_sup section: bad LEB128 field for checksum length
 corrupt .debug_sup section: checksum length is longer than the remaining section length
 corrupt .debug_sup section: filename is not NUL terminated
 corrupt .debug_sup section: filename not empty in supplementary section
 corrupt .debug_sup section: is_supplementary not 0 or 1
 corrupt .debug_sup section: size is too small
 corrupt .debug_sup section: version < 5 could not create temporary file whilst writing archive could not determine the type of symbol number %ld
 could not find separate debug file '%s'
 could not open section dump file creating %s debug_add_to_current_namespace: no current file debug_end_block: attempt to close top level block debug_end_block: no current block debug_end_common_block: not implemented debug_end_function: no current function debug_end_function: some blocks were not closed debug_find_named_type: no current compilation unit debug_get_real_type: circular debug information for %s
 debug_make_undefined_type: unsupported kind debug_name_type: no current file debug_record_function: no debug_set_filename call debug_record_label: not implemented debug_record_line: no current unit debug_record_parameter: no current function debug_record_variable: no current file debug_start_block: no current block debug_start_common_block: not implemented debug_start_source: no debug_set_filename call debug_tag_type: extra tag attempted debug_tag_type: no current file debug_write_type: illegal type encountered default disassemble_fn returned length %d dwo_id endianness unknown enum definition enum ref to %s error error: the start address should be before the end address error: the stop address should be after the start address failed to open separate debug file: %s
 failed to open temporary head file: %s failed to open temporary head file: %s: %s failed to open temporary tail file: %s failed to open temporary tail file: %s: %s failed to read the number of entries from base file filename in .debug_sup section is corrupt
 flags 0x%08x:
 func function function returning has children input and output files must be different input file does not seems to be UFT16.
 interleave width must be positive internal error -- this option not implemented internal stat error on %s invalid argument to --format: %s invalid argument to -U/--unicode: %s invalid codepage specified.
 invalid integer argument %s invalid minimum string length %d invalid option -f
 length %d [ lineno : %d macro : %s
 little endian memory
 missing index type no no .loader section in file
 no argument types in mangled string
 no children no entry %s in archive
 no entry %s in archive %s! no export definition file provided.
Creating one, but that may not be what you want no info no information for symbol number %ld
 no input file specified no operation specified no resources no symbols
 none not set
 numeric overflow option -P/--private not supported by this file options other out of memory constructing filename for .debug_sup link
 out of memory parsing relocs
 pointer to program headers pwait returns: %s reading %s section of %s failed: %s resource name run: %s %s section %s %d %d address %x size %x number %d nrelocs %u section '%s' mentioned in a -j option, but not found in any input file section .loader is too short
 section contents section definition at %x size %x
 signature size %d  smallest sorry - this program has been built without plugin support
 stab_int_type: bad size %u string_hash_lookup failed: %s strings structure definition structure ref to %s structure ref to UNKNOWN struct subprocess got fatal signal %d symbols tried: %s
 two different operation options specified type unable to change endianness of '%s' unable to open file '%s' referenced from .debug_sup section
 unable to open file `%s' for input.
 unable to open output file %s unable to read contents of %s unknown unknown C++ encoded name unknown demangling style `%s' unknown format unknown format type `%s' unknown mac unknown value: %x
 unnamed $vb type unrecognized --endian type `%s' unrecognized -E option unrecognized C++ abbreviation unrecognized argument to --disassembler-color unrecognized argument to --visualize-option unrecognized cross reference type unrecognized: %-7lx unused5 unused6 unused7 user defined:  variable vars %d version def version def aux version need version need aux (2) wait: %s warning warning: could not load note section will produce no output, since undefined symbols have no size. yes yes
 Project-Id-Version: binutils 2.39.90
Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/
PO-Revision-Date: 2023-01-07 18:17+0200
Last-Translator: Румен Петров <transl@roumenpetrov.info>
Language-Team: Bulgarian <dict@ludost.net>
Language: bg
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=2; plural=(n != 1);
 	%d:	 	<повреден IA64 описател>
 	<повреден P10>
 	<повреден P2>
 	<повреден P3>
 	<повреден P5>
 	<повреден P8>
 	<повреден P9>
 	<повреден R2>
 	<повреден X1>
 	<повреден X2>
 	<повреден X3>
 	<повреден X4>
 	Име 	Размер 	Време 

Имена от %s:

 

Имена от %s[%s]:

 

Неопределени имена в %s:

 

Неопределени имена от %s[%s]:

 
    Адрес              Дължина
 
    Адрес      Дължина
 
    Отмест	Име
 
    Отмест  Вид           Име
 
   Отместванията започват от  %#tx:
 
  Начало на заглавието на програмата:           
 Таблицата %s е празна.
 
 Следните ключове са по избор:
 
%s:     формат на файл %s
 
%s: Открит е отделен файл със сведения за проследяване: %s
 
Азбучник за архив:
 
Не можа да се извлече съдържанието на раздел '%s'.
 
Разглобяване на раздел %s:
 
Разтоварване на CTF раздел '%s' от свързания файл %s:
 
Разтоварване на CTF раздел '%s':
 
Шестнайсетично разтоварване на раздел '%s' от свързания файл %s:
 
Шестнайсетично разтоварване на раздел '%s':
 
В свързания файл: %s 
 Таблицата '%s', с LTO-имена, е празна!
 
Липсва сведение за версия в свързания файл '%s'.
 
Липсва сведение за версия в текущия файл.
 
Възможностите за -P/--private ключ са:
 
Програмни заглавия:
 
Разделът '%s' съдържа %d запис:
 
Разделът '%s' съдържа %d записа:
 
Разделът '.conflict' съдържа %zu запис:
 
Разделът '.conflict' съдържа %zu записа:
 
Разделът '.liblist' съдържа %zu запис:
 
Разделът '.liblist' съдържа %zu записа:
 
Заглавие на раздел:
 
Заглавия на раздели от свързания файл '%s':
 
Заглавия на раздели:
 
Таблицата с имена '%s' е с нулева стойност за sh_entsize!
 
Празен раздел %s.
 
начален адрес 0x                              Използване на текущите стойности за времева отметка и номер на потребител или група при изходящи библиотеки
                              Използване на текущите стойности за времева отметка и номер на потребител или група при изходящи библиотеки (по подразбиране)
                              Използване на нула за времева отметка и номер на потребител или група при изходящи библиотеки
                              Използване на нула за времева отметка и номер на потребител или група при изходящи библиотеки (по подразбиране)
           Флагове: %08x          възможна <машина>: arm[_interwork], i386, mcore[-elf]{-le|-be}, thumb
        %s -M [<mri-скрипт]
        [<повреден>]
        [<неизвест.>: 0x%x],        --add-stdcall-underscore Добавяне на подчертавка към stdcall имена в интерфейсната библиотека.
       --exclude-symbols <опис> Без изнасяне на <опис>
       --export-all-symbols   Изнасяне на всички имена в .def
       --identify-strict      Причинява --identify да рапортува грешка при много DLLs.
       --leading-underscore   Всички имена да са с подчертавка за представка.
       --no-default-excludes  Изчиства подразбиращите се имена за изключване
       --no-export-all-symbols  Изнасяне само на описаните имена
       --no-leading-underscore Всички имена да са без подчертавка за представка.
       --plugin ИМЕ       Зарежда зададената приставка
       --target=BFD–ИМЕ   Задава BFD–ИМЕ за формата на целевия обект
       --use-nul-prefixed-import-tables Използване на idata$4 и idata$5 без представка.
      --dyn-syms          Показване на таблица за имена
      --lto-syms          Показване на таблиците с LTO-имена
      --yydebug                 Включва проследяване на разбора
     Аргументи: %s
     DW_MACRO_%02x аргументи:      DW_MACRO_%02x е без аргументи
     Описание:  Номер на образ: %.*s
   Име на образ: %.*s
 Номер на свързване: %.*s
        Място:      Име на модул   : %s
     Име на модул   : <липсва>
    Версия на модул : %s
    Версия на модул : <липсва>
      Име: %s
     Отмест.  Начало           Край             Израз
     Отмест   Начало   Край
      Версия:       Версия: %#x
    --add-indirect         Добавяне на непреките извиквания към файла с "изнасяния".
    --add-stdcall-alias    Добавяне на псевдоними без @<n>
    --as <име>             Използване на <име> за асемблер
    --def <defфайл>        Име на входящ .def файл
    --dllname <име>       Име на входящ dll, за поставяне в изходящата библиотека.
    --dlltool-name <име> По подразбиране "dlltool"
    --driver-flags <флагове> Припокрива подразбиращите се флагове на ld
    --driver-name <име> По подразбиране "gcc"
    --dry-run              Показва какво ще се пусне
    --entry <вход>         Задава друга входна точка на DLL
    --exclude-symbols <спис> Изключване на <спис> от .def
    --export-all-symbols     Изнасяне на всички имена в .def
    --image-base <осн>     Задава основен адрес на образа
    --implib <изх_име>     Синоним за --output-lib
    --leading-underscore     Входни точки с подчертавка.
    --machine <машина>
    --mno-cygwin           Създаване на Mingw DLL
    --no-default-excludes    Без имена за изключване по подразбиране
    --no-export-all-symbols  Изнасяне на имена само от .drectve 
    --no-idata4           Без създаване на раздел idata$4
    --no-idata5           Без създаване на раздел idata$5
    --no-leading-underscore  Входни точки без подчертавка
    --nodelete             Запазване на временните файлове.
    --output-def <defфайл> Име на изходящ .def файл
    --output-exp <изх_име> Създаване на файл с "изнасяния".
    --output-lib <изх_име> Създаване на библиотека с "изнасяния".
    --quiet, -q            Безмълвна работа
    --target <машина>      i386-cygwin32 или i386-mingw32
    --verbose, -v          Подробно
    --version              Извежда версията на dllwrap
    -A --add-stdcall-alias    Добавяне на псевдоними без @<n>.
    -C --compat-implib        Създаване на обратно съвместима библиотека за внасяне.
    -D --dllname <име>        Име на входящо dll в интерфейсната библиотека.
    -F --linker-flags <флагове> Подава <флагове> към свързването.
    -I --identify <внас_библ> Рапортува името на DLL свързан с <внас_библ>.
    -L --linker <име>         Използва <име> за свързване.
    -M --mcore-elf <из_име>   Обработване на mcore-elf обектни файлове в <изх_име>.
    -S --as <име>             Използване на <име> за асемблер.
    -U                     Добавяне на подчертавки в .lib
    -U --add-underscore       Добавяне на подчертавка към всички имена в интерфейсната библиотека.
    -V --version              Показване на версията на програмата.
    -a --add-indirect         Добавяне на dll indirects към файла с "изнасяния".
    -b --base-file <оснфайл> Добавя основен файл при свързване.
    -c --no-idata5            Без създаване на раздел idata$5.
    -d --input-def <defфайл>  Име на .def файл за прочитане като вход.
    -e --output-exp <изх_име> Създаване на файл с "изнасяния".
    -f --as-flags <флагове>   Продаване на <флагове> към асемблера.
    -h --help                 Показване на това сведение.
    -k                     Премахване на @<n> от изнесените имена
    -k --kill-at              Премахване на @<n> от изнесените имена.
    -l --output-lib <изх_име> Създаване на интерфейсна библиотека.
    -m --machine <машина>     Създаване на DLL за <машина>.  [по подразбиране: %s]
    -n --no-delete            Запазване на временни файлове (при повтаряне запазване в повече).
    -p --ext-prefix-alias <предст> Добавяне на псевдоними с <предст>.
    -t --temp-prefix <предст> Използване на <предст> при създаване на име за временен файл.
    -v --verbose              С подробности.
    -x --no-idata4            Без създаване на раздел idata$4.
    -y --output-delaylib <изх_име> Създаване на delay-import библиотека.
    -z --output-def <defфайл> Име на .def файл за създаване.
    0 (*местен*)        1 (*всеобщ*)       @<файл>                   Прочитане на команди от <файл>.
    @<файл>                Прочитане на команди от <файл>
  Номер на образ: %.*s
        Език: %.*s
    Отместване за запис %u
 Размер на указ.:  %d
     Дял със спомогателни:
    Вид на частта: %s (%x)
     Версия:        %d
   %#06zx:    Име от азбучник: %lx   %#06zx:    Име: %s   %#06zx: Родител %d, име от азбучник: %ld
   %#06zx: Родител %d: %s
   %#06zx: Версия: %d  Флагове: %s   %#06zx:  Версия: %d   (Започва се с отместване: 0x%lx)   --plugin <име>               Зарежда указаната приставка
   --plugin <п> - зареждане на указаната приставка
   --target=BFD–ИМЕ - задава BFD–ИМЕ за формата на целевия обект
   --thin       - създаване на архив "посредник"
   -B                     Също като --format=bsd
   -D                           Използване на нула като времева отметка за изобразените имена
  -U                           Използване на настоящата времева отметка за изобразените имена (по подразбиране)
   -D                           Използване на нула като времева отметка за изобразените имена (по подразбиране)
  -U                           Използване на настоящата времева отметка за изобразените имена
   -F, --file-offsets             Включване на отмесвания при показване на сведения.
   -H --help                    Извежда това помощно съобщение
  -v --verbose                 Подробно - показва какво се прави
  -V --version                 Извежда сведение за версията
   -H --help              Показване на това сведение.
   -H, --help               Показване на това сведение
   -I --input-target <bfdиме>       Приема, че входния файл е във формат <bfdиме>
  -O --output-target <bfdиме>      Създава изходящ файл във формат <bfdиме>
  -B --binary-architecture <арх>   Задава изходяща архитектура, ако входа е без
  -F --target <bfdиме>             Задава входния и изходния формат на <bfdиме>
     --debugging                   Преобразува сведенията за проследяване, ако е възможно
  -p --preserve-dates              Запазва времевите отметки за промяна и достъп във изхода
   -S, --source             Смесване на програмен код с разасемблерано.
   -V, --version          Показване на версията на програмата.
   -W, --no-weak          Пренебрегване на неустойчиви имена
   -X 32_64               (пренебрегнат)
   -b, --target=BFD–ИМЕ           Задава BFD–ИМЕ за формата на целевия обект
   -e                     (пренебрегнат)
   -f --print-file-name      Преди всеки низ извежда името на файла
  -n <число>                Намира и извежда всяка последователност от
    --bytes=<число>          най-малко <число> знака (по подразбиране 4).
  -t --radix={o,d,x}        Извежда мястото на низа при основа 8, 10 или 16
  -w --include-all-whitespace Включване на всички знаци за празно като правилни
  -o                        Синоним за --radix=o
  -T --target=<BFD_ИМЕ>     Задава формата на двоичния файл
  -e --encoding={s,S,b,l,B,L} Избира размер на знака и подредба на байтовете:
                            s = 7-битов, S = 8-битов, {b,l} = 16-битов, {B,L} = 32-битов (b или B за старши, l или L за младши)
  -s --output-separator=<низ> Низ използван за разделител в изхода.
  @<файл>                   Прочитане на команди от <файл>
  -h --help                 Показва това сведение
  -v -V --version           Извежда номер на версия на програмата
   -g, --debugging          Показване на сведение за проследяване.
   -h --help                   Показва това сведение
  -v --version                Извежда номер на версия на %s
   -h, --help             Показване на това сведение.
   -i --instruction-dump=<число|име>
                         Разглобява съдържанието на раздел <число|име>
   -l --program-headers   Показване на заглавията на програмата.
   -o                     Също като -A
   -p, --no-sort          Без подреждане на имената
   -r                           Пренебрегнат (съвместимост с rc)
  @<файл>                      Прочитане на команди от <файл>
  -h --help                    Извежда това помощно съобщение
  -V --version                 Извежда сведение за версията
   -s --syms              Показване на таблицата с имена
   -t                           Обновява дата и час на изобразените имена на архива
  -h --help                    Извежда това помощно съобщение
  -v --version                 Извежда сведение за версията
   -t, --syms               Показване на съдържанието на таблиците с имена
   -v --version           Показване номер на версия на readelf
   -v, --version            Показване на версията на програмата.
   <повреден - бележката е твърде малка>
    <повредено име>   @<файл>                  Прочитане на команди от <файл>
   @<файл>                Прочитане на команди от <файл>
   @<файл>      - прочитане на команди от <файл>
   @ФАЙЛ                   Прочитане на команди от ФАЙЛ.
   Размер на адрес: %u
 контролна сума: %#x
   Kонтролна сума:    Брой: %d
   DWARF версия:                %d
    DWARF версия:   %u
       Папка: %s
   Вход	Дир	Час	Разм	Име
   Файл: %lx   Файл: %s   Име на файл:  %s
 Флагове Флагове:                             0x%lx%s
   Флагове: %s  Версия: %d
   Основни възможности:
  Ном:          Азбучник: %d  Брой: %d      Име:      %s
   Без опции характерни за подражаване
              Колони:       %u
      Брой на прогр.заглавия:         %u    Брой заглавия на раздели:         %u   Запазени записи:         %u

        Използвани записи:  %u
   Отмествания за записи: %u
   Размер на отместването:      %d
 Таблица с отмествания
   Отместване:                  %#tx
   Опции за %s:
   Флагове подадени към DLLTOOL:
   Размер на указател:      %d
   Остатъка се подава, непроменен, към езиковата програма
   Размер на част:           %d
   Размер на част:  %u
 Размер на прогр. заглавие:           %u (байта)
 Размер на загл.на раздели:           %u (байта)
  Размер на заглавието:               %u (байта)
 Размер табл.
   Непознат ГНУ признак: %s
   Непознат признак:
   Неподдържана версия (%d)
   Версия:                              %d
   Версия:                            %d%s
   Версия:                      %d
   Версия:                   %d
    Версия:                 %u
    Версия:      %u
   [-X32]       - пренебрегва 64-битови обекти
   [-X32_64]    - приема 32- и 64-битови обекти
   [-X64]       - пренебрегва 32-битови обекти
   [-g]         - 32-бита малък архив
   [D]          - използване на нула за времева отметка и номер на потребител или група
   [D]          - използване на нула за времева отметка и номер на потребител или група (по подразбиране)
   [N]          - използване на [брой] от имена
   [O]          - показва отместването на файловете в архива
   [P]          - използване на пълни имена за пътища ако съвпадат
   [S]          - без създаване на таблица за имена
   [T]          - забранен, да се използва --thin в замяна
   [D]          - използване на настоящата времева отметка и номер на потребител или група
   [D]          - използване на настоящата времева отметка и номер на потребител или група (по подразбиране)
   [V]          - показване номер на версия
   [a]          - поставяне на файлове след [член-име]
   [b]          - поставяне на файлове преди [член-име] (също като [i])
   [c]          - без предупреждение, ако трябва да се създаде библиотека
   [f]          - отрязване на вмъкнати имена на файлове
   [o]          - запазване на първоначалните дати
   [s]          - създаване на азбучник на архива (виж ranlib)
   [u]          - да се заместят само файловете, които са по-нови от текущото съдържание на архива
   [v]          - с подробности
   d            - изтриване на файлове от архива
 флагове:             %08x
   m[ab]        - преместване на файлове в архива
   бр. имена  :   %d
   p            - извеждане на файлове намерени в архива
   q[f]         - бързо добавяне на файлове към архива
   r[ab][f][u]  - замества съществуващ или вмъква нови файлове в архива
   s            - държи се като ranlib
   t[O][v]      - показване съдържанието на архива
    версия:           %08x
    версия:           %u
    версия:    0x%08x     x[o]         - изваждане на файлове от архива
  (Отместване в файл: 0x%lx)  (байта в файла)
  (байта в файла)
  Начало на заглавието на раздел:            (байта)
  (вградено от)   (списък с местоположения)  (няма низове):
  (начало == край)  (начало > край)  <%d><%lx>: ...
  <повреден: извън обхват>  <без записи>  <неизвестен>  Трябва да се зададе поне един от следните ключове:
  Преобразува адрес към двойката номер на ред/име на файл.
  Копира двоичен файл, възможно е преобразуване при обработката
  DW_MACINFO_define - ред : %d макрос : %*s
  DW_MACINFO_end_file
  DW_MACINFO_start_file - ред: %d ном.файл: %d
  DW_MACINFO_undef - ред : %d макрос : %*s
  DW_MACINFO_vendor_ext - конст. : %d низ : %*s
  DW_MACRO_%02x
  DW_MACRO_%02x -  DW_MACRO_define - ред : %d макрос : %*s
  DW_MACRO_define_strp - ред : %d макрос : %s
  DW_MACRO_end_file
  DW_MACRO_start_file - ред: %d ном.файл: %d
  DW_MACRO_start_file - ред: %d ном.файл: %d файл: %s%s%s
  DW_MACRO_undef - ред : %d макрос : %*s
  DW_MACRO_undef_strp - ред : %d макрос : %s
  Показване на сведенията от обект <файлове>.
  Показва печатаемите низове в [файлове] (станд. изход по подразбиране)
  Показва размерите на разделите на двоичните файлове
  Създаване на азбучник за ускоряване достъпа до архивите
  Ако на командния ред не са зададени адреси, те ще бъдат прочетени от стандартния вход
 Ако не се зададени входящи файлове се подразбира a.out
  Изброяване на имената от [файл/-ове] (a.out по подразбиране).
  Нищо
  Възможностите са:
  Извеждане на разбираемо от човек обяснение за COFF обектен файл
  премахва имена и раздели от файловете
  Възможностите са:
  Опциите са:
  -A|-B|-G  --format={sysv|berkeley|gnu}  Избира начин за извеждане (по подразбиране %s)
  -o|-d|-x  --radix={8|10|16}         Показва числата осмично, десетично или шестнадесетично
  -t        --totals                  Показва сумарен размер (само за Berkeley)
  -f                                  Пренебрегнат
            --common                  Показва сумарен размер за *COM* имена
            --target=<bfdиме>         Задава формата на двоичния файл
            @<файл>                   Прочита опциите от <файл>
  -h|-H|-?  --help                    Показва това сведение
  -v|-V     --version                 Показва версията на програмата

  Опциите са:
  -h --help        Показва това сведение
  -v --version     Извежда номер на версия на програмата
  Опциите за:
  -i --input=<файл>            Име на входящ файл
  -o --output=<файл>           Име на изходящ файл
  -J --input-format=<формат>   Задава входящ формат
  -O --output-format=<формат>  Задава изходящ формат
  -F --target=<цел>            Задава COFF резултат
     --preprocessor=<прог>     Да се използва прог за преработка на rc-файл
     --preprocessor-arg=<арг>  Допълнителен аргумент за преработка
  -I --include-dir=<дир>       Включване на директория при преработка на на rc-файл
  -D --define <име>[=<стой>]   Определя ИМЕ при преработка на rc-файл
  -U --undefine <име>          Не определя ИМЕ при преработка на rc-файл
  -v --verbose                 Подробно - уведомява за извършваните действия
  -c --codepage=<codepage>     Задава кодова страница по подразбиране
  -l --language=<стой>         Задава езика при четене на rc-файл
     --use-temp-file           Използва се временен файл, вместо popen, за прочитане
                               на резултата от преработката
     --no-use-temp-file        Използва се popen (по подразбиране)
  The options are:
  -q --quick       (Остаряло - пренебрегва се)
  -n --noprescan   Да не се извършва претърсване за преобразуване на общи променливи в определения
  -d --debug       Показва сведения за проследяване на случващото се
  @<файл>          Прочита опциите от <файл>
  -h --help        Показва това сведение
  -v --version     Извежда версията на програмата
  Командите са:
  @<файл>                      Прочитане на команди от <файл>
  Командите са:
  @<файл>                Прочитане на команди от <файл>
  -a --addresses         Показва адреси
  -b --target=<bfd_име>  Установява формата на двоичния файл
  -e --exe=<изпълним>    Установява името на входящия файл (по подразбиране е a.out)
  -i --inlines           Развиване на вградени функции
  -j --section=<име>     Прочита относителни към раздела отмествания вместо адреси
  -p --pretty-print      По-разбираемо за хора извеждане
  -s --basenames         Премахва имена на директории
  -f --functions         Показва имена на функции
  -C --demangle[=начин]  Разкодиране на имена на функции
  -R --recurse-limit     Разрешава ограничение в/у рекурсиите при разкодиране.  [По подразбиране]
  -r --no-recurse-limit  Забранява ограничение в/у рекурсиите при разкодиране
  -h --help              Показва това сведение
  -v --version           Показва версия на програмата

  Командите са:
  @<файл>                Прочитане на команди от <файл>
  -h --help              Показване на това сведение
  -v --version           Показване на версията на програмата

  Неподдържана версия
  Неизвестен код на макрос: %02x
  [без DW_AT_frame_base]  на   уточнители към команда:
  команди:
  опции за подражаване: 
  флагове   : %08lx (  основни уточнители:
 дължина: %08x
  възможни:
  запазено  : %08x
 #редове %d  #източници %d %08x: <неизвестен> %s
 (заглавие %s, данни %s)
 %s завърши с код за изход %d %s не е библиотека %s е невалиден архив данни за раздел '%s' раздел %s не завършва с нула
 %s: %s %s: Не може да се отвори "входен" архив %s
 %s: Не може да се отвори "изходен" архив %s
 %s: не може да се отвори временен файл (%s)
 %s: Грешка:  %s: Пропадна прочитането на ELF заглавие
 %s: Пропадна преместването на ELF заглавие
 %s: Пропадна обновяването на ELF заглавие: %s
 %s: Открит е отделен файл с обекти за проследяване: %s

 %s: Открит е допълнителен файл със сведения за проследяване: %s

 %s: Съвпадащи формати: %s: от името на образа са премахнати съставките за път - '%s'. %s: Не успя прочитането на раздел %s: %s %s: Несъответстващ EI_ABIVERSION: %d не е %d
 %s: Несъответстващ EI_OSABI: %d не е %d
 %s: Несъответстващa e_machine: %d не е %d
 %s: Несъответстващ e_type: %d не е %d
 %s: Несъответстващ входящ EI_CLASS: %d не е %d
 %s: Несъответстващ изходящ EI_CLASS: %d не е %d
 %s: Неподдържана EI_VERSION: %d не е %d
 %s: Предупр.:  %s: негодно име на файлов архив
 %s: погрешно число: %s %s: не може да се намери файлов модул %s
 %s: не може да се отвори файл %s
 %s: не може да се намери раздел %s %s: не може да се получат адреси от архива %s: не можа да се прочете заглавието на архива
 %s: не можа да се прочете азбучник на архив
 %s: не успя преместването към член на архива
 %s: не можа да се достигне първото заглавие в архива
 %s: не можа да се постигне следващото заглавие на архива
 %s: неуспех при пропускането на архивната таблица с имена
 %s: файлът %s не е архив
 %s: неправилен размер на заглавие на архив: %ld
 %s: сгрешен входящ формат %s: сгрешена основа %s: не е файл в COFF формат %s: mmap () пропадна
 %s: липсва "изображение на архива" за обновяване %s: няма отворен архив
 %s: няма отворен "изходен" архив
 %s: не е зададен "изходен" архив
 %s: липсват имена %s: не е динамичен обект %s: пропадна отпечатването на сведения за проследяване %s: stat () пропадна
 %s: поддържани архитектури: %s: поддържани формати: %s: поддържани цели: %s: архивът е с азбучник, но е без имена
 %s: празен азбучник на архив
 %s: очаква се азбучник на архив с 0x%lx записа от %d байта, но размерът е само 0x%lx
 %s: неочакван край на файл (EOF) %s: предупреждение:  %s: предупреждение: неизвестен размер за полето '%s' на структурата '%s' не е обикновен файл
 '%s': Няма такъв файл '%s': Няма такъв файл
 (%s в сведение за рамка) (DW_OP_GNU_variable_value в сведение за рамка) (DW_OP_call_ref в сведение за рамка) (Неизвестно местоположение %#x) (Потребителско местоположение %#x) (основен адрес за азбучник)  (основен адрес на запис за избор)
 (основен адрес)
 (определен като вграден и вграден) (определен като вграден, но пренебрегнат) (в клас) (азбучник в .debug_addr)  (вграден) (не) (не е вграден) (извън клас) (начало == край) (начало > край) (неопределен) (непозната достъпност) (непознат случай) (непознато споразумение) (непозната подредба) (непознат тип) (непозната действителност) (непозната видимост) (неразпознат) (без знак) (потребителски тип) (потребителски) (потребителски) )
 *и двете* *повреден* *неправилен* *неопределен* , <неизвестен AMDGPU ГПУ тип: %#x> , <неизвестен MeP ЦПУ тип> , <неизвестна sramecc стойност: %#x> , <неизвестна xnack стойност: %#x> , <неизвестен> , Основа:  , преместваем , преместваема-библ , неизвестен , неизвестно двоично програмно описание (ABI) , неизвестен процесор , неизвестна архитектура за инструкции (ISA) , неизвестни флагове: %#x , неизвестна версия на v850 архитектура .debug_sup раздел е повреден или празен
 .note.gnu.build-id е с твърде голям размер за данни
 .note.gnu.build-id е с твърде малък размер за данни
 .note.gnu.build-id раздел е повреден или празен
 32-битови преместваеми данни 4-байта
 4-байта
 64-битови преместваеми данни 8-байта
 8-байта
 :
  няма имена
 : разновидност на архитектура:  : повторна стойност
 : очаква се директория
 : очаква се лист
 : неизвестен : присъства неизвестен бит за допълнителен флаг <Край на списък>
 <Край на списък>

 <нищо> <особен за ОС> <особен за ОС>: %d <особен за ПРОЦЕСОР> <особен за приложение тип %#x данни:  <повреден GNU_HWCAP>
 <повреден азбучник> <повреден азбучник на таблица с низове: %3ld>
  <повредена низова отметка> <повреден азбучник с имена> <повредена отметка>
 <повреден: %14ld> <повреден> <повреден>
 <твърде голямо непряко отместване за азбучник> <местен>: %d <без раздел .debug_line_str > <без раздел .debug_str > <без раздел .debug_str.dwo> <без раздел .debug_str_offsets> <без раздел .debug_str_offsets.dwo> <без нулев байт в края на раздел .debug_line_str> <без нулев байт в края на раздел .debug_str> <без нулев байт в края на раздел .debug_str> <липсват връзки> <няма имена> <без низове> <нищо> <не е намерен> <твърде голямо отместване> <други>: %x <особен за процесор>: %d <особен за процесор тип %#x данни:  <азбучника е твърде голям> <повредени времеви данни> <неизвестен MeP тип съпроцесор> <непознат тип> <неизвестен: %d>
 <неизвестен: %x> <неизвестен:_%d> <неизвестен>: %d <неизвестен>: %d/%d <непознат>: %lx <неизвестен>: %x <неизвестен>: 0x%x Липсващ
 Добавени "изнасяния" към изходния файл Добавяне на "изнасяния" към изходния файл Приложение
 Библиотека за проверка Помощна библиотека с имена за търсене BFD заглавен файл версия %s
 Пропадна отварянето член на CTF: %s Пропадна отварянето на CTF член: %s
 Пропадна отварянето на CTF: %s Пропадна отварянето на CTF: %s
 Не може да се създаде .lib файл: %s: %s Заедно не може LIBRARY(библиотека) и NAME(програма) Не може да се отвори .lib файл: %s: %s Не може да се отвори def-файл: %s не може да се отвори файл '%s'
 Не може да се създаде запис с библиотечни зависимости. Записа с библиотечни зависимости не може да се направи четим. Записа с библиотечни зависимости не може да се направи записваем. Не може да се създаде mcore-elf dll от архива: %s Не може да се премахне типе на записа с библиотечни зависимости. Не може да се зададе обектния формат на записа с библиотечни зависимости. Записа с библиотечни зависимости не може да се зададе като двоичен. Не може да се запише записа с библиотечни зависимости. Грешка при контролна сума Съдържание на раздел %s:

 Съдържание на CTF раздел %s:
 Съдържание на раздел %s: Съдържание на раздел %s, зареден от %s:

 Съдържание на SFrame раздел %s: Преобразува COFF обектен файл в SYSROFF обектен файл
 Авторско право: 2022, Фондация за свободен софтуер.
 Повреден признак
 Повреден раздел (debuglink): %s
 Не можа да се открие '%s'.  Системна грешка: %s
 Не можа да се определи вградения тип за разкодиране
 Библиотечният файл е създаден Създаване на библиотечен файл: %s Създаване на stub файл: %s Текущият отворен архив е %s
 DLLTOOL име     : %s
 DLLTOOL опции   : %s
 DRIVER име      : %s
 DRIVER опции    : %s
 DWO не се поддържа.
 DW_MACRO_start_file е използвано, но липсва отместване за .debug_line.
 DW_OP_GNU_push_tls_address или DW_OP_HP_unknown Изтриване на временен основен файл %s Изтриване на временен def файл %s Изтриване на временен exp файл %s Възстановеното име не е функция
 Зависима библиотека за проверка Таблица с папки Завърши четенето на %s Край на последователност

 Грешка, повторен EXPORT с номер: %s Изключване на: %s FPU-2.0
 FPU-3.0
 Пропадна извеждането на възстановено име на шаблон
 %s: Пропадна прочитането на CIE сведение
 Пропадна записа на CS-струkтура Пропадна записването на TR-блок Пропадна записването на контролна сума Таблица с файлове Име                                  Номер ред      Начален адрес       Изглед  Израз
 Библиотека с имена за търсене Флагове: Създаден на файл с "изнасяния" Създаване на файл с "изнасяния" : %s Import библиотека '%s' задава две или повече dlls В архив %s:
 Във вграден архив %s:
 Нечетим входящ файл '%s'
 Описание версия: %s Вътрешна грешка: Неизвестен тип машина: %d Вътрешна грешка: не достига заделено място за флаговете на раздела Неправилна ABIVERSION: %s
 Неправилен тип на запис за местоположение %d
 Неправилна опция '-%c'
 Сгрешена основа: %s
 Неизвестен тип на списък със записи за обхват %d
 Неправилен раздел %u в табличния запис %td
 Неправилиен размет от %u за възможност на MIPS.
 Неправилно vd_next поле от %lx
 Неправилно vda_next поле от %lx
 Неправилно vn_next поле от %lx
 Неправилно vna_next поле от %lx
 Запазване на временен основен файл %s Запазване на временен def файл %s Запазване на временен exp файл %s LIBRARY(библиотека): %s базов адрес: %x Таблицата '%s' с LTO-имена съдържа:
 LTO-имена Неотменим път за търсене на споделени библиотеки: [%s] Път за търсене на споделени библиотеки: [%s] Име на споделена библиотека: [%s] Списък от блокове Списък от източници Списък от имена Не се поддържа машина '%s' Раздел от паметта %s+%x Липсва допълнително сведение за нужните версии
 Липсва сведение за нужните версии
 Трябва да се зададе поне една от опциите -o или --dllname NAME(програма): %s базов адрес: %x НИЩО NONE (Нищо) Име                   Стойн.          Клас         Тип          Размер           Ред   Дял

 Име                   Стойн.  Клас         Тип          Размер   Ред   Дял

 Име от азбучник: %ld
 Име: %s
 Липсва раздел %s

 В архива няма входна точка %s.
 Няма име на файл след -fo флаг.
 В раздел .debug_info липсва списък с местоположения!
 Няма част с име '%s'
 В раздел .debug_info липсва списък с обхват
 Липсва раздел за таблица с низове с име '%s'
 Липсва раздел за имена с име '%s'
 Нищо Нищо
 Излишен обект: [%s]
 Само -X 32_64 се поддържа Само DWARF 2 и 3 обществени имена се поддържат текущо
 Отворен временен файл: %s Особеност за операционната система: %lx Опцията -I е забранена за задаване на формат за входящия файл. Моля използвайте -J.
 Недостиг на памет Недостиг на памет
 Недостиг на памет при заделянето на %u колони за рамка на dwarf масиви
 Недостиг на памет при заделяне за име на DWO-файл
 Недостиг на памет при заделяне на място за данни за строежа на файл
 Недостиг на памет при заделяне на място за име на inote
 Недостиг на памет при четене на %zu групи
 Недостиг на памет при четене на имена от азбучник на архива
 От името на dll са премахнати съставките за път - '%s'. Размер на указател + размер на част не е степен на две.
 Извежда четимо представяне на SYSROFF обектен файл
 Обработен def-файл Определенията са обработени Обработка на def-файл: %s Обработване на определенията Особен за процесор: %lx RELR преместваеми данни Прочитането на раздел %s не успя поради: %s Премествания за %s (%u)
 Подавайте доклади за грешки на %s
 Подавайте доклади за грешки на %s.
 Сканиране на обектния файл %s Празен раздел %s
 Разделът %s е твърде малък за %u запис
 Разделът %s е твърде малък за %u записа
 Разделът, %s, е твърде малък за съдържанието на CU/TU заглавие
 Разделът %s е твърде малък, за да съдържа стойност на указател от друг раздел!
 Разделът %s не е намерен Разделът, %s, е твърде малък за таблиците с отмествания и размер
 Разделът, %s, е твърде малък за сборния shndx
 В раздел '%s' липсват данни за разтоварване.
 Определението за раздел изисква размер на раздела Раздели:
 Части и раздели:
 Споделена библиотека: [%s] Източник %s Отместване в стека %x Самостоятелно приложение Нагазване в сведенията от раздел %s в %s Поддържани архитектури: Поддържани цели: Име %s, отметка %d, брой %d Синтактична грешка в def-файл %s:%d Таблица на отместване %#tx
 Разделът %s съдържа повреден или неподдържан номер на версия: %d.
 Разделът %s съдържа таблица без отместване
 Разделът %s съдържа неподдържан размер за избор на част: %d.
 Разделът %s съдържа повреден или неподдържан номер на версия: %d.
 Раздел %s съдържа връзки към dwo-файл/-ове:

 Твърде малък раздел с възможности за MIPS.
 Намерен е %ld неизползван байт в края на раздел %s
 Намерени са %ld неизползвани байта в края на раздел %s
 Открита е дупка [%#tx - %#tx] в раздел %s.
 Открито е припокриване [%#tx - %#tx] в раздел %s.
 Тази програма е свободен софтуер: можете да я разпространявате под условията
на Всеобщ Публичен Лиценз ГНУ версия 3 или по ваш избор, следваща версия.
Тази програма е без гаранции.
 Времева отметка: %s Пробва се файл: %s Истина
 Тип НЕПОЗНАТ:  Не може да се определи име на dll за '%s' (не е библиотека за внасяне?) Не можа дa се зареди def-файл: %s
 Не можа да се зареди раздел .note.gnu.build-id
 Не може да се зареди/направи разбор на раздел .debug_info, така че не може да се разтълкува раздела %s.
 Не можа да се намери раздел %s
 Не можа да се намери раздел %s!
 Не можа де се отвори основен файл: %s Не можа дa се отвори def-файл: %s Не можа да се отвори обектния файл: %s: %s Не може да се отвори временен файл на асемблер: %s Неопределено име Неочаквано разкодиране за "varargs"
 Неочакван тип при 3-та вер. на arglist за разкодиране на имена
 Неизвестен Неизвестен
 Неизвестна АТ стойност: %lx Непозната стойност за FORM: %lx Неизвестен IDX стойност: %lx Неизвестен OSABI: %s
  Неизвестен код: 0x%02x
 Неизвестен тип запис за местоположение 0x%x.
 Неизвестен тип машина: %s
 Непознат тип: %s
 Неразпозната място COFF-име: %d Неразпознат тип за COFF-име: %d Неразпозната видимост за COFF-име: %d Неразпознат клас: %d Неразпознат тип: %d Неразпозната H8300 подархитектура: %ld Неразпознат XCOFF тип %d
 Неразпозната буквена опция за проследяване '%c'
 Неразпозната опция за проследяване '%s'
 Неразпозната част при разкодиране на име %d
 Неразпознат вграден тип за разкодиране
 Неразпозната форма: %#lx
 Неразпознат клас: %d Неразпозната стойност за видимост: %u
 Неподдържана архитектура: %d Неподдържан размер за записване на цяло число: %d Неподдържан размер за четене: %d Неподдържана версия %lu.
 Неизползвани байтове в края на раздел
 Употреба %s <опции> <обектни файлове>
 Употреба: %s <опции> <файлове>
 Употреба: %s <опции> <обектни файлове>
 Употреба: %s <опци-я/-и> вх-файлове
 Употреба: %s [опции за подражаване] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <име>] [член-име] [брой] архивен-файл файл...
 Употреба: %s [опции за подражаване] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [член-име] [брой] архивен-файл файл...
 Употреба: %s [команда(-и)] [адрес(-и)]
 Употреба: %s [опции] [файлове]
 Употреба: %s [опция/-и] [входящ-файл]
 Употреба: %s [опци-я/-и] [вх-файл] [изх-файл]
 Употреба: %s [команда(-и)] вх-файл
 Употреба: %s [опци-я/-и] вх-файл [изх-файл]
 Употреба: %s [команди] архив
 Употреба: readelf <опции> elf-файлове
 Използва се файл: %s При използването на опциите --size-sort и --undefined-only заедно ВЕРСИЯ %d.%d
 Стойността на 'N' трябва да е положителна. Версия %d
 Версия %lu
 Видимо Предупреждение, пренебрегване на повторен EXPORT %s %d,%d Предупреждение: типа (%d) за машина не се поддържа при отложени внасяния. Предупреждение: %s: %s
 Предупреждение: '%s' е с отрицателен размер. Може би е много голям Предупреждение: '%s' е директория Предупреждение: '%s' не е обикновен файл Предупреждение: промяна на размера на типа от %d на %d
 Предупреждение: не може да се намери '%s', причина: %s Къде 'N' има смисъл само с команди 'x' и 'd'. 'u' няма смисъл с опция 'D'. 'u' има смисъл само с команда 'r'. 'x' не може да се използва в архиви "посредници" (thin archives). архитектура: %s,  аргументи масив [%d] от неправилно кодирано име '%s'
 bfd_open не успя да отвори stub файл: %s: %s bfd_open не успя да отвори stub файл: %s: %s водещ старши байт блокове не може да се определи типът на файла '%s'; да се използва -J флаг не можа да се създаде %s файл '%s' за изход.
 не можа да се разглоби за архитектура %s
 не може да се отвори %s '%s': %s подразбираща се BFD цел не може да се установи на '%s': %s не можа де се използва зададената машина %s не може да се изтрие %s: %s не можа да се отвори входящ файл %s преместванията не се четат не можа да се прочете заглавието на раздела не може да се прочетат заглавията на частта не можа да се прочете дължината на таблицата с низове cie=неправилен код Сгънатия раздел, %s, е твърде малък за съдържанието на заглавие
 повреден .debug_sup раздел: неправилно поле LEB128 за контролна сума
 повреден .debug_sup раздел: дължината на контролна сума е по-голяма от остъчната дължина на раздела
 повреден .debug_sup раздел: името не завършва с "нулев" знак
 повреден .debug_sup раздел: име на файл в допълнителнен раздел
 повреден .debug_sup раздел: is_supplementary не е 0 или 1
 повреден .debug_sup раздел: твърде малък размер
 повреден .debug_sup раздел: версия < 5 не можа да се създаде временен файл, при записване на архива не може да се определи типа на име с номер %ld
 не можа да се намери отделен файл за разтоварване '%s'
 не може да се отвори файл за разтоварване на раздел създаване на %s debug_add_to_current_namespace: липсва текущ файл debug_end_block: опит за затваряне на най-горния блок debug_end_block: липсва текущ блок debug_end_common_block: не е внедрен debug_end_function: липсва текуща функция debug_end_function: не са затворени някой от блоковете debug_find_named_type: няма текуща съставна част debug_get_real_type: циклично сведение за проследяване на %s
 debug_make_undefined_type: неподдържан начин debug_name_type: липсва текущ файл debug_record_function: липсва извикване на debug_set_filename debug_record_label: не е внедрен debug_record_line: липсва текуща част debug_record_parameter: липсва текуща функция debug_record_variable: липсва текущ файл debug_start_block: липсва текущ блок debug_start_common_block: не е внедрен debug_start_source: липсва извикване на debug_set_filename debug_tag_type: опитана е отметка в повече debug_tag_type: липсва текущ файл debug_write_type: сблъскване с неправилен тип подразбиране disassemble_fn върна дължина %d dwo_id непозната подредба на байтове определение на изброим изброим, указващ към %s грешка грешка: началният адрес не може да е преди крайния грешка: адресът за спиране трябва да е след началния не успя да се отвори отделен файл за проследяване: %s
 не успя да се отвори водещ временен файл: %s не успя да се отвори водещ временен файл: %s: %s не успя да се отвори краен временен файл: %s не успя да се отвори краен временен файл: %s: %s пропадна прочитането на броя записи от базовия файл името на файла в .debug_sup раздел е повредено
 флагове 0x%08x:
 функция функция функция връщаща с деца входящият и изходящият файл трябва да са различни изглежда входящият файл не е в UFT16.
 Ширината за прескачане трябва да е положителна вътрешна грешка -- тази команда не е осъществена вътрешна грешка при определяне признаците на файл %s сгрешен аргумент за --format: %s сгрешен аргумент за -U/--unicode: %s указана е неправилна кодова-страница.
 сгрешен аргумент за цяло число %s сгрешена минимална дължина на низ %d сгрешена опция -f
 дължина %d [ ред : %d макрос : %s
 водещ младши байт памет
 липсва тип на азбучник не във файла липсва раздел .loader
 липсва тип на аргумент в кодирания низ
 без деца в архива липсва входна точка %s
 няма входна точка %s в архива %s! не е предвиден файл с определения за изнасяне.
Ще се създаде един, но може би не такъв, какъвто се очаква без сведение без сведение за име с номер %ld
 не е зададен входящ файл  не е зададена операция липсват ресурси няма имена
 нищо не е установен
 числено препълване опцията -P/--private не се поддържа за този файл възможности друго недостиг на памет при заделяне за име на .debug_sup връзка
 недостиг на памет при анализ на преместванията
 указател към програмно заглавия pwait върна: %s не успя четенето на раздел %s от %s: %s име на ресурс пуска: %s %s раздел %s %d %d адрес %x размер %x брой %d премествания %u разделът '%s, зададен от -j опция, не е намерен във входящите файлове твърде къс раздел .loader
 съдържание на раздел определение на раздел в %x размер %x
 подпис размер %d  най-малък за съжаление, тази програма е създадена без поддръжка на приставки
 stab_int_type: неправилен размер %u string_hash_lookup не успя: %s низове определение на структура структура указваща към %s структура указваща към НЕПОЗНАТА структура подпроцесът получи сигнал за прекъсване %d имена изпробван: %s
 указани са две различни опции за операция тип не можа да се помени подредбата на байтовете за '%s' не можа да се отвори файл '%s' споменат от .debug_sup раздел.
 не можа да се отвори файл '%s' за вход.
 не можа де се отвори изходящият файл %s не можа да се прочете съдържанието на %s неизвестен непознато C++ име непознат начин за разкодиране '%s' неизвестен формат неизвестен формат '%s' неизвестен MAC неизвестена стойност: %x
 безимен $vb тип неразпознат тип за подредба (--endian) '%s' неразпозната -E опция неразпознато C++ съкращение неразпознат аргумент за --disassembler-color неразпознат аргумент за --visualize-option неразпознат тип за кръстосана отпратка неразпознат: %-7lx неизползвано5 неизползвано6 неизползвано7 определен от потребител:  променлива променл. %d определние за версия допълнеително определние за версия нужни версии нужни версии, допълнение чакане: %s предупреждение Предупреждение: не може да се зареди раздел .note няма да има извеждане, защото неопределените имена нямат размер. да да
 PRIx64 PRIu64 PRId64 set Address to %#
 DW_FORM_strp offset too big: %#
 DW_FORM_line_strp offset too big: %#
 string index of % converts to an offset of %# which is too big for section %s indirect offset too big: %#
 Offset into section %s too big: %#
 Debug info is corrupted, abbrev size (%#) is larger than abbrev section size (%#)
 Debug info is corrupted, abbrev offset (%#) is larger than abbrev section size (%#)
 User TAG value: %# Unknown TAG value: %# %c% byte block:  size: %  offset: %  DW_FORM_GNU_strp_alt offset (%#) too big or no string sections available
 %c(offset: %#): %s %c(indirect string, offset: %#): %s %c(indirect line string, offset: %#): %s %c(indexed string: %#): %s %c(offset: %#) %s %c(alt indirect string, offset: %#) %s loc_offset % too big
 %c(index: %#): %#   (Unknown inline attribute value: %#) (implementation defined: %#) (unknown: %#) Offset %# used as value for DW_AT_import attribute of DIE at offset %#tx is too big.
    Length:        %# (%s)
    Abbrev Offset: %#
    Signature:     %#
    Type Offset:   %#
    DWO ID:        %#
     .debug_abbrev.dwo:       %#  %#zx
     .debug_line.dwo:         %#  %#zx
     .debug_loc.dwo:          %#  %#zx
     .debug_str_offsets.dwo:  %#  %#zx
 CU at offset %# contains corrupt or unsupported version number: %d.
 CU at offset %# contains corrupt or unsupported unit type: %d.
 	(Unknown format content type %) corrupt .debug_sup section: there are %# extra, unused bytes at the end of the section
   Checksum Len: %
   Length:                      %
 Debug info is corrupted, %s header at %#lx has length %#
 .debug_info offset of %# in %s section does not point to a CU header.
   Length:                              %
   Offset into .debug_info section:     %#
   Size of area in .debug_info section: %
   Offset:                      %#
   Offset into .debug_line:     %#
  DW_MACRO_import - offset : %#
  DW_MACRO_define_sup - lineno : %d macro offset : %#
  DW_MACRO_undef_sup - lineno : %d macro offset : %#
  DW_MACRO_import_sup - offset : %#
 (with offset %#)  Location list starting at offset %# is not terminated.
   Length:          %#
 Location lists in %s section start at %# rather than %#
 There is a hole [%#tx - %#] in %s section.
 There is an overlap [%#tx - %#] in %s section.
 Offset %# is bigger than %s section size.
 View Offset %# is bigger than %s section size.
 Debug info is corrupted, %s header at %# has length %#
   Length:                   %
   Offset into .debug_info:  %#
     Length: %#
 Section %s is too small %#
 Range list starting at offset %# is not terminated.
 The length field (%#) in the debug_rnglists header is wrong - the section is too small
  Table at Offset: %#:
 
  Offset: %#, Index: %#
 Range lists in %s section start at %#
 Corrupt pointer size (%d) in debug entry at offset %#
 Corrupt offset (%#) in range entry %u
   %s: <corrupt len %>
 Debug info is corrupted, %s header at %#tx has length %#
 There are %# extraneous bytes at the end of the section
   [%3d] Signature:  %#  Sections:  %s %s%c0x% never used 
Section '%s' has an invalid size: %#.
 Unable to seek to %# for %s
 Out of memory allocating % bytes for %s
 Unable to read in % bytes of %s
   % offset
   %<PRIu64> offsets
 <unknown addend: %> There is %d program header, starting at offset %
 There are %d program headers, starting at offset %<PRIu64>
 Section %s has an invalid sh_entsize of %#
 Section %s has an invalid sh_size of %#
 Size (%#) of section %s is not a multiple of its sh_entsize (%#)
 Out of memory reading % symbols
 There is %d section header, starting at offset %#:
 There are %d section headers, starting at offset %#<PRIx64>:
 Section %d has invalid sh_entsize of %
 
In linked file '%s' section '%s' at offset %# contains % bytes:
 
'%s' relocation section at offset %# contains % bytes:
  at offset %# contains % entry:
  at offset %#<PRIx64> contains %<PRId64> entries:
 Invalid offset % in table entry %td
  at offset %# contains % entries:
 
Unwind section '%s' at offset %# contains % entry:
 
Unwind section '%s' at offset %#<PRIx64> contains %<PRIu64> entries:
 Interface Version: <corrupt: %> Out of memory allocating space for % dynamic entries
 Invalid number of dynamic entries: %
 Out of memory reading % dynamic entries
 Unable to read in % bytes of dynamic data
 Out of memory allocating % bytes for dynamic symbol info
 
In linked file '%s' the dynamic section at offset %# contains % entry:
 
In linked file '%s' the dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:
 
Dynamic section at offset %# contains % entry:
 
Dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:
 <corrupt time val: %  Addr: 0x%016   Offset: 0x%08  Link: %u (%s)
 
In linked file '%s' the version symbols section '%s' contains % entry:
 
In linked file '%s' the version symbols section '%s' contains %<PRIu64> entries:
 
Version symbols section '%s' contains % entry:
 
Version symbols section '%s' contains %<PRIu64> entries:
 
In linked file '%s' the dynamic symbol table contains % entry:
 
In linked file '%s' the dynamic symbol table contains %<PRIu64> entries:
 
Symbol table for image contains % entry:
 
Symbol table for image contains %<PRIu64> entries:
 
In linked file '%s' symbol section '%s' contains % entry:
 
In linked file '%s' symbol section '%s' contains %<PRIu64> entries:
 
Symbol table '%s' contains % entry:
 
Symbol table '%s' contains %<PRIu64> entries:
 
In linked file '%s: the dynamic info segment at offset %# contains %d entry:
 
In linked file '%s: the dynamic info segment at offset %#<PRIx64> contains %d entries:
 
Dynamic info segment at offset %# contains %d entry:
 
Dynamic info segment at offset %#<PRIx64> contains %d entries:
   <unknown tag %>:  %-bytes
 <corrupt symbol index: %> 
Library list section '%s' contains % entries:
 
Library list section '%s' contains %<PRIu64> entries:
 задава адреса на %#
 DW_FORM_strp твърде голямо отместване:  %#
 DW_FORM_line_strp твърде голямо отместване: %#
 Азбучникът % се преобразува към отместване от %#, което е твърде голямо за раздел %s твърде голямо непряко отместване: %#
 Отместване в раздел %s е твърде голямо: %#
 Повредено сведение за проследяване, размерът (%#) е по-голям от размера на раздела (%#)
 Повредено сведение за проследяване, отместването (%#) е по-голямо от размера на раздел (%#)
 Потребителска стойност за TAG: %# Непозната стойност за TAG: %# %c% байта блок:  размер: %  отместване: %  DW_FORM_GNU_strp_alt отместването (%#) е твърде голямо или липсва раздел за низове
 %c(отместване: %#): %s %c(непряк низ с отместване: %#): %s %c(непряк низ за ред с отместване: %#): %s %c(низ от азбучник: %#): %s %c(отместване: %#) %s %c(друг непряк низ на отместване: %#) %s твърде голямо отместване от %
 %c(азбучник: %#): %#   (Непозната стойност за вграждане: %#) (определен при внедряване: %#) (неизвестен: %#) Отместването %#, използвано като стойност за признак DW_AT_import на DIE на отместване %#tx е твърде голямо.
    Дължина:       %# (%s)
       Отместване: %#
       Подпис:     %#
    Вид Отмест.:   %#
    DWO Ном:       %#
     .debug_abbrev.dwo:       %#  %#zx
     .debug_line.dwo:         %#  %#zx
     .debug_loc.dwo:          %#  %#zx
     .debug_str_offsets.dwo:  %#  %#zx
 Съставната част при отместване %#  съдържа повреден или неподдържан номер на версия: %d.
 Съставната част при отместване %# съдържа повреден или неподдържан тип за част: %d.
 	(неизвестен формат за съдържание %) повреден .debug_sup раздел: намерени са %# излишни и неизползваеми байта в края на раздел
   Дължина контролна сума: %
   Дължина:                     %
 Повредено сведение за проследяване - заглавието %s, на %#lx, има дължина %#
 .debug_info отместването от %# в раздел %s не сочи към заглавие на съставна част.
   Дължина:                             %
   Отместване в .debug_info раздел:     %#
   Размер на област в .debug_info раздел: %
   Отместване:                  %#
   Отместване в .debug_line:    %#
  DW_MACRO_import - отместване : %#
  DW_MACRO_define_sup - ред : %d отместване : %#
  DW_MACRO_undef_sup - ред : %d отместване : %#
  DW_MACRO_import_sup - отместване : %#
 (с отместване %#)  Списъкът с местоположения, започнал от отместване %#, не е завършен.
    Дължина:        %#
 Списъка с местоположения в раздел %s започва от %# вместо от %#
 Открита е дупка [%#tx - %#] в раздел %s.
 Открито е припокриване [%#tx - %#] в раздел %s.
 Отместването %# е по-голямо от размера на раздел %s.
 Отместването, на изгледа, %# е по-голямо от размера на раздел %s.
 Повредено сведение за проследяване - заглавието %s, на %#, има дължина %#
   Дължина:                  %
   Отместване в .debug_info: %#
    Дължина: %#
 Разделът %s е твърде малък %#
 Списъкът, започнат на отместване %#, не е завършен.
 Дължината на поле (%#) в заглавие debug_rnglists е грешна - разделът е твърде малък
  Таблица с отместване: %#:
 
  Отместване: %#, Указател: %#
 В раздел %s списъкът с обхват започва от %#
 Счупен размер на указател (%d) в запис за проследяване с отместване %#
 Счупено отместване (%#) е запис за обхват %u
   %s: <счупена дължина %>
 Повредено сведение за проследяване - заглавието %s, на %#tx, има дължина  %#
 Намерени са %# излишни байта в края на раздел
   [%3d]    Подпис:  %#  Раздели:  %s %s%c0x% не е използван 
Раздел '%s' е с неправилен размер: %#.
 Не може да се премести до %# за %s
 Недостиг на памет при заделяне на % байта за %s
 Не можа да се прочетат % байта от %s
   % отместване
   % отмествания
 <неизвестно събираемо: %> Има %d заглавие на програма започващо от %
 Има %d заглавия на програма започващи от %
 Раздел %s е с неправилен sh_entsize от %#
 Раздел %s е с неправилен sh_size от %#
 Размерът (%#) на раздел %s не е кратен на неговите sh_entsize (%#)
 Недостиг на памет при четене на % имена
 Има %d заглавие на раздел започващо от %#:
 Има %d заглавия на раздели започващи от %#:
 Раздел %d е с неправилен sh_entsize от %
 
В свързания файл '%s', раздел '%s' с отместване %# съдържа % байта:
 
'%s', раздел за премествания с отместване %# съдържа % байта:
  на отместване %# се съдържа % запис:
  на отместване %# се съдържат % записа:
 Неправилно отместване % в табличния запис %td
  на отместване %# се съдържат % записа:
 
Раздел за размотаване '%s' с отместване %# съдържа % запис:
 
Раздел за размотаване '%s' с отместване %# съдържа % записа:
 Описание версия: <счупен: %> Недостиг на памет при заделяне на място за % динамични записи
 Неправилен брой на динамични записи: %
 Недостиг на памет при четене на % динамични записи
 Не можаха да се прочетат % байта от динамичните данни
 Недостиг на памет при заделяне на % байта за сведение на динамично име
 
В свързания файл '%s', раздел с отместване %# съдържа % запис:
 
В свързания файл '%s', раздел с отместване %# съдържа % записа:
 
Динамичен раздел с отместване %# съдържа % запис:
 
Динамичен раздел с отместване %# съдържа % записa:
 <повредена стойност за време: %  Адрес: 0x%016   Отместване: 0x%08  Връзка: %u (%s)
 
В свързания файл '%s', разделът за имена на версии '%s' съдържа % запис:
 
В свързания файл '%s', разделът за имена на версии '%s' съдържа % записа:
 
Разделът за имена на версии '%s' съдържа % запис:
 
Разделът за имена на версии '%s' съдържа % записа:
 
В свързания файл '%s', таблицата с имена съдържа % запис:
 
В свързания файл '%s', таблицата с имена съдържа % записа:
 
Таблицата с имена съдържа % запис:
 
Таблицата с имена съдържа % записа:
 
В свързания файл '%s', разделът с имена '%s' съдържа % запис:
 
В свързания файл '%s', разделът с имена '%s' съдържа % записа:
 
Таблицата с имена '%s' съдържа % запис:
 
Таблицата с имена '%s' съдържа % записа:
 
В свързания файл '%s', раздел за динамични сведения с отместване %# съдържа %d запис:
 
В свързания файл '%s', раздел за динамични сведения с отместване %# съдържа %d записа:
 
Раздел за динамични сведения с отместване %# съдържа %d запис:
 
Раздел за динамични сведения с отместване %# съдържа %d записа:
   <неизвестна отметка %>:  %-байта
 <повреден азбучник с имена: %> 
Разделът с библиотечен списък '%s' съдържа % запис:
 
Разделът с библиотечен списък '%s' съдържа % записа:
                                                                                                                                                           (   H$  1Ld$LHH    H  H    H    LH    LH    H    HE   HH    `      H     H    HE1    AuEt
   H    H  H    HB`I    I uþ
   H    
   H      E1D$6  A      E7  AB   ALD$DDHHD$        I    DH    H    H    H    It$
HH@  DL4M  H    H    It$HH    H    It$HE1LL    H   HD   H    HH   HcD  L0  H8      A    IWH    H    AH    H    AWH    H    AW H    H    AWH    H    II@:D$AA9KH$  eH+%(   uQH  1[]A\A]A^A_    EAA   DDH    H    YH    H        D      SH_xH    H[    D      Hx    f    USHH  H@  HtH   HtH    H@  H    H1H    H@  HH       H[]    D      AU
   ATUSHHXeH%(   HD$P1HHHH    H  DC8IHCHH    D   A     
  H    HH  1    HH  H    b  HL         @u~L    X  HH  LHLP      Aą     uwHH  H    H    HD$PeH+%(      HXD[]A\A]    H   L    hL    H V     \C8tHH  p8Hx       IH^HH  H      %       	    	Љ  L    HA    H    AA    H    H        f.         HeH%(   HD$1tSu/HT$D$        D$HT$eH+%(   u@H        HT$D$     D$1HT$fD$    D$    f    tu                     H    H    H            H        ff.     @     AW   AVAUATUSHHHH  eH%(   HD$1HT$D$        HH  Dd$L   AMu-P8H@MH               E1H       LH        H      L    IHt~H@  E   AL   HH  D    Ls    H    Ņ    HH  D       HD$eH+%(   u5H[]A\A]A^A_       LH        HH      @     SHH  H1II       H          uHH  H@       [    H        AOAWEH    H  AVUAUEG    H    AMAUEH    H  UEE    X    H  H        t$H             H    H  D          H        H        H  H        H        H  T$H               H  H            @H        UI  Et@AH    IJI    LEEH        Hk   A      H    L$    L$   A      D   UI  H                H  NH    VDFH    HD$eH+%(   ujAL$AT$AH    I  ED$H []A\A]A^A_    LLHT$L$    H        At$L$E1HT$        H  H            H    A        H        L        H  H            A   h   H  @   H            H  H        H   []A\A]A^A_    H  H        H  H        H  H        H  H    A             ǃt
          H    D\$DD$XL$H4$    H4$L$DD$XD\$        AWAVAUEATIULSHARt$MtD$@A9rH        1ɉM HDH        MuH        E    E119D$tdHcHM<AW	AwD!9u	D!9uEH    IH    HDH        AG	A	A   uEtH        H        HtE Z[]A\A]A^A_    HRH  H    D	    EtH        R   H    f   HA    e   HA    d   H    AEH           H       H    H        1D$H\$       H    2   H       H    2   H       H    2   H    ?   H    2   H    1H    2   H       H    2   H       H    2   H    `   H    2   H    <   H    2   H       H    2   H       H    2   H    
   H    2   H       H    2   H       H    2   H       H    2   H       H    2   H       H    2   H       H    2   H    |$ tH        H    A       o   H    o   HD    H    D	    AuHEH    `      HEH    H p    9   H    H        H          @tx   H       HA      $D:<$tZH   AH    A4    Hﾞ       2   H\$H    M   H    AH        H        @   H      <tMtHD   H$D       H    DH           H    $H        H        A   H      <tMtHD   H$D       H    DH           H    $H        H        D  H  C7<tAA  tH        H    A      H        B   H    <t8At2DHﾐ   D    DH           H    H    E1    H        HEa  D9   D   H    DH    A       HD$    <   H       H    <   H       H    <   H       H    <   H    LH    A      H        Lu Mt
A   H    A      H        HEHHt
AZ  H    L}0      E1I? E  AID9}H        AԾ   H    EuH    HD$eH+%(   U  H []A\A]A^A_    IH    p    <   HމD$Ix    I<   Hx    I<   Hx      @ufI   HP    H           H    <   H       H    <   H    H        MvcHH    p    H[{DH        I  HtuH        HH    L$H$p    H$L$HR    H  H        H    H        H            ֋T$H        H        H            H        H        T$H    D    H        H        L    H        MUH    H  DE        DA   UH  ADEME1H    A       1D$    @H  AVH    DEDL$          H߾       ZDL$    =         }    MUH    H  DE        At{MUD\$H    H  DE    D\$E1D$ DL$$DLh  HEH߉D\$E1DL$D$    E1D\$Dl  D$       MUD\$H    H  DE    D\$IE MUH  @ 
  DEH        IE(1HHH0    MUHuA          H       H߉       IE Hߺ   :   `    H        HcEIuHHHHJ0IMH  HqHLj0HAM8   HIEIE Dp@%   E  `     H    꾐   H߃?A    AHH       AԾ   H    IE Hp?     @ƙp   ҃Bj !A   A   jH    ]A\    MUH    H  DE       1HA   H    DHkA  A8      E1HHLh      1l      EH            IE Dp@%   EHr8mA      AH߃Hp     MUH    H  DE        D$MH    UH  PATD$ PAVD$8PAS_  PDL$<DE    H8    LT$MH    UH  AVATD$PD_  DE    LT$ H    MUEH    H  DE        DDH        AH        H    H        H            KDCELH  [H    ]A\A]A^A_    Ap  H    A\          LL    H        @   H             @:(tHH=    uHpH            H        H    HE H    p    A   EjT$DL    ^        LL    H            LL    H            I  H            AI  H        E8t    L       L    1҉L        HpH            LL    H        @tFH             @:(tHH=    uHpH            H            Al  H    AP          AJ  H            @H    H    H    HE    A          H            I  H        L          L        HP(   %
      t$,   L        H            H            H        I  H    D    L        AH        L    L        LL    AƇP  
IǇh     AǇL         IEPH    HD@DA     A;m`rLL    AE8   IU(   %
      IU(     @ u
  @    IE@H @A  t@   L       L       L       L    A      L       L   Ń    1L       @վ   L        IU(AE8   %
  
    LLE1    DH            I  H        L    H        I  H        d   L    Q   LA    >   L    =   L    @EH        d   L    e   LA    >   L    =   L    L   	       LA    <   L    EDDH           L       LA       LA       L       L    @EEH           L       L    H        L    H        Ht$L    DH        L    H        I  H            H        I  H              L        H        HE T$ H    p    :   L]8    HU H    ABr    T$,I  H    DD$(L$$       L    IWHDH    @8     H HD@p?A  t1@ƙp   ҃Bj!A   Lj     AYAZ    A      H        1        H                 H  H            H  H    VIIHH    I  `   H߃ I      X    H  H            H  H            H  H            H  H            H  H            H  H            H          ƃ4  A
       H  H    DD$DT$D\$        D\$DT$DD$    H    H    H  HEH            DEH    H    HEH  H    L$DT$DL$    L$DL$DT$B41A@   D      H    H    H  HEH               H  H    DT$DL$    DL$DT$    H  H    DT$D\$DL$      DL$D\$DT$s  =       A@       EH      DL$H  t2H        DL$    H  H        AU     EH    H    H    HE    DL$    H  H            H    H    H  HEH    DD$DT$D\$DL$L$      L$DL$D\$DT$DD$tQEH    L$H    HEH    DD$DT$D\$DL$    L$DD$DT$D\$DL$EH    H    H  HDH    L$DD$DT$D\$DL$    =     DL$D\$DT$DD$L$          H  H    DD$D$    EEDD$    DL$A   A         E1E11Ɂ   H  H    L$DT$DL$    L$DL$DT$B41A@   D    E1    H          ƃ4  A
       H        ƃ4  A    H        ƃ4  A    H            H            H            H  H          T$Dd$Ճ`
   A      H        t$ H|$1    H|$       |$,           H  H            A@   H    H    H    HDEH    H  HDH               H        t$ H|$1    H|$       |$,           A    mH  H    $    $    H    H    H  HEH            H  H            H0     H    H      H    H  H            H        H            Ht2HHD@A?  uA   ҃AAX   H@  H    H         B+   H    I        H        I$@  H       H$HHH   HcD  H0  Huk      H    I$  D          I$@  H4$H    HD$0eH+%(     H8[]A\A]A^A_    B0uc   HA   LD   JA   j     ^t0HI$  H          D       TMt$ LHt!H9X(uIAAF8 t}   +u?Mt:HA   ALL   JA   j    Yt1A   H    HH            H@mMvL    LA    AF9u#H    HH        L    vEH    H    I$  HEH        L    HI   D@   H   Aҁ   uWj A   Lj    A]Z  HI$  H          D       L    jA   Lj     AZA[  ID$1A<$ W  H?A<$ ]  ID$D   A<$ d  ID$D   A<$ A[  ID$H= Ѐd  ID8@N  LL$    L$P8	 P8A<$   ID$P:ȃA<$   IT$BH    H    H    L    HD$ HT$H4$1HD$ HD$(I$@  HL$H   I$@  HL$H       H          H|$    HL  I$@     H       1HI$@  H   I$@  H    H        H        A<$ ID$   @<ID$   A<$       L    I9A$ID$   t`   @=I8BID$uEA<$ @  @>I1R?8ID$@<d?   AD$   Af MAD$   AAD$P==QE;  x  IA   LHAF8	 AF8HI      D@H   j jA҉    AXAYA$  @uWIA<$ IT$@a     A<$ X  ID$H    A<$ L  IT$   HA   A   L   H      j jA    LL    A<$ ^_   ID$D   LL    H        L    A$  %   p!H;   BAD$P:_H    HH        L    >AT$=AD$   DB   f AD$   AT$f¸ H            H            H        H        H        H        H                H        H                t$H    H$E1    H$D$A9	  AuH    H$    H$H   H    H$B40I    H$AG HL    A7H            HH    p    L    H        HL    H        HK(       H        HS(     Hr!I@  H   H            %
  	    H            H    A    H    H@  LH    HD$(eH+%(   u:H0D[]A\A]A^    H        AtH            H        D4      LHAAAD    H      DH      uH    A@   H        qH    A    H        IH            H        H        HH  A8HAH           L    H@     H    H       1HC=     HH  tNL  MtBE1H       LH        HtE   1LkA    HH  A8ME   HAH                   AWAVAUATUSHL-    eH%(   HD$1M  LL,$    IH    H    IHu  A> tE1LHH    H    LHHcH    tIIu릺   H    LH9HF    uFI|11    H    H    11    HHuHH   uA	   H    I,LH9HF    E 8  D$.,{}D$ <:  HH    HL9s ,AAE <{t$,tN   <}t'L|$LtAtAuE1E1H]   AƸH]DDA   AH]tExAA   A rHuH    HtH9sIHA7@uH11H    DD	w.IcIcH=         tDDH        HH,$<:Mcu$1I|1I    HI$       H    LH9HFIH    I$    u    wpH        H    Ht.D  t@  QD  0@      HD$eH+%(   t    H[]A\A]A^A_                                kmemdup             Z]agikkm                                                      	                                                                                                           "             %0            %             *              -             1              20             2              3             5             7              8             <              =             G              H             K              L             O              P             [$@             ]              ^             `             i             m              n0             n              o             p              t             u             w              x             y             |                                                                                                                                                   T                                                                    m0             )                           9             .              /             2             7             8	              :             >             @	0             @              A             F              G             K             R	@             R             S             T             U             e0             e             k             u             z            z             |	              }                                       %0             
              
                           %                           	                                                                               
0                                                                                %@                          	             0                           
             	             )                           a            
              0             	              
             	              0             	              
             	              %p             `                                                                                
                                                       %             H              I             L             N            P             V
              X             [              \             ]0             ^             `             i
              k             o*0             q"             y&              z"                                                                                                                        
              
                                                                                                                      B             R                                                                                :                          c                                                      0                                        #0             /K              A             Y             Z              ]             ^             a3       " eYj$@ @h>@ @h@<`>`Bh@xM0 Lp90 j^Q 1W 
jv  Q^Q0 9` 0pj^r0@~100MW@ 1 eX`@xj " ` x@hx j j jx P0j Hj]jj Hj]j&z =z nx=z =1=21Ny eXfxf1f21?f|@fh<x x eXf ePf eHf1f21Ny eXf1f21f0@<x jj2<x W@i>i e AW  e@aj^Q qx e@ z =z x=z  j  eA e^ e@ h j  " xe e>00

0T0xe e 4T 4x  44 x4  @ 10z0?| eXy 0jp]@j >] y j] ]x0 yjp] e@<i<Zi<i<i<Dyj  eY j^S0q
jv  S^ eX  eAj  eXW e@jp] <Jyj]j]Li"j$jj~  eY e@O0 Plajp]@<hy(j] eLAj] eLAjp] eXf0d1d21[d(0dl0dy yda121ddi<x e A@~p] eXBjp]j~  ]j  j] eLA<i Dji1j	yj	&j*i21j]
& e^Pj" jt @jx @j  e]?0dXzdsdtdsd2tj^ eA"0j$jx 	yhj^j&	 j0jj~ jxjH J! L! N%~zj	jjn"rn&njЁ1	j e
Zԉ~1F1 ^ eY06ze e1&j0 dȈd~LjLjԘ eVdp0dd !%<\z!j^jv yjv @?dj;v jԁ <lzQj^ eB <x  ^1F1j j]j j] e<ZH	0 e]z;v;&1 zjj^ eA0ze e1;&1 eZjjz j&z@
jH eB@
j eZ eBzjJL!N!H	F	;j&zzzzzzzjjj eBzjד&	(j
jF1j	
	8jzz;z;v;&1 eZk {
k{
kǓ&	08k\k	\k
\k8*{181j1j j] 8]jp eVC0{H e\C6{ eZ2k10eF1 j^j j]j]
& e^j  e^F1 ^1 e<Z eY0 e]jdk^{zj eZ j^k8z{80 @j 	B! 
D!jp e|C@1@1@1	B1
D1h	  <y<x yk y yjp]#j]j] e A eA<{!j^1j1j0j00jjjS1j&11j j] ]=j& eCj	j&21j&5j&216j&&5j& e^ e^&<xk{k kk@<x Ǔ&	8k eA<XlP1p eA? j :0edBl> @le "|e0 e]?*d# e]?*d "De"d eBD@j e0 e]?s@j :0jt  eAdjj]dldtdt jbtdt#dJtd^taj^ e]Qq eBD\|Qj`]Q\dT|^lAj^ e^D!j^ e^DjV]0 eAX|<l|<Xlll@<Xlp|j^vlxlx||hjv  ^|qj^@Qd e^ eA \ eA e^e00N0 j Q]Nj"<Xlp e^ i0?| \ eA0 <y <^||h eA e^DX10`1j j]0j] eA<x  e^DLe(> 1f fQ4L=(?d|e> 10e eLj"j e eTj"j ee eLj"je eUj"jl0Qu Q]Q 1 e6E? >6u e^<x 0 e]<x ?Re<x  ReQj`] Q]Qj`]Q 1<x 0 =Pe<x ? >Pe<x P}p	 Fm0j  =\d 1jx eX^|jV] e^D e^1j^ e^D? j et4j^ ebE0b}\m~?ae044pm@e0@e f~u@e~} e~]jjjj }e0}e0AuA 1j  eEu0 1 eRu00R 1f~1e 54d0 j^
jv  QFe0j Hj^jjj Hj^j]j&e1	}j
e21
& eFj^}m~e1j	j
004l0l0l0l0l0l0l0l4=d(Ud( eF.d(fd( lR0 l j l  l$e0j Dj^1;(~0j jj$f e@F jj 1	0~jP4f j	j:fj>fj	Bnjj Dj^ j];&1;\nj  e e^ eTf
& eFj j `nbn|n|n|ndd0 fpffv`f=d( e`F&	~n b e^ e^ e^ e^00000004l21l21l21l21l21l21l21l25~&	njnB~1jv4jv
e	

BfAfj^jA 10jv  FB 14A~14e"1jjB       	                      
                                                                                                                                                     %                  0   +                  @   2                   P   8                   `   >                   p   D                                                                              @                             `                                                        	                                                                                                                                      @                                                                                                                                                                                                  	              	                            PxxP                i8`8                    u`                        xa                        x!                        8`                        xq                    xr                    xs                    xt                    xu                    xv                    x                        x                        x                        x                        x                        x                        x                        x                        x                                                                                  !                                                                                                                          b                  b                                   b                                                   xx                xx                xx                xx                P                  P                 Q                  Q                 S                                                                          xP                        xU                        `8                        x`                        xp                        x                                                                          x                        P                                                  x                        x                                          ??                                          pp                                                                                      @@                                                                                                                                                                                                                                                                  @@                                                                                                                                              @@                                                                                                                  @@                                                                                                                  @@                                            @@                                                          @@                                                                                                                                                                                          @@              @@                                                                                                                                  @@                                                                                                                  @@                                                                                                                                @@                                                                                                                                              @@                                                                                                                                @@                                                                                                                                @@                                                          @@                                                        pp                                                                                                    @@                                                            @@              ``                                                                                                                                                                            @@                                                                                                                                  @@                                                                                                           
                                                                                                                                                                                               strcat  strnlen __fortify_strlen        aic7xxx                                                                                                                                                                                                   xP    Px                         `8    i8                         u`                         xa                         x!                         8`                         xq                         xr                         xs                         xt                         xu                         xv                         x                         x                         x                         x                         x                         x                         x                         x                         x                                                                                            !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      b                               b                                                             b                                                       x    x                         x    x                         x    x                         x    x                         P                              P                               Q                              Q                               S                                                                                                                          xP                         xU                         `8                         x`                         xp                         x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         x                         P                          Q                          R                          S                          T                          U                          V                          W                          X                          Y                          Z                          [                          \                          ]                          ^                          _                                                                                                                                                                                                                                                                                                                                                                                                                                                          x                         x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Sense   Bogus resid sgptr value 0x%x
 %s: BMOV not supported
 ahc_loadseq: Could not malloc  %d instructions downloaded
  DT %s:%c:%d:%d:  Ensuring async
 Ultra  Ultra160  Ultra2  Wide Single %s:  %s%s Channel %c, SCSI Id=%d,  %d/%d SCBs %d SCBs %s: No SCB space found
 Inactive SCB in untaggedQ
 :( | 
 %s[0x%x]   %s%s )  Card was paused
 HCNT = 0x%x SCBPTR = 0x%x
 STACK:  0x%x 
SCB count = %d
 Kernel NEXTQSCB = %d
 Card NEXTQSCB = %d
 QINFIFO entries:  %d  Waiting Queue entries:  %d:%d  Disconnected Queue entries:  QOUTFIFO entries:  Sequencer Free SCB List:  Sequencer SCB Info:  
%3d  Pending list:  ( ) Kernel Free SCB list:  Untagged Q(%d):  critical section loop qinpos = %d, SCB index = %d
 Loop 1
 Inactive SCB in qinfifo
 First/Second Qinfifo fixup
 for safety scb_index = %d, next = %d
 Waiting List traversal
 Inactive SCB in Waiting List
 Inactive SCB on pending list
  Tag Have Haven't LVD SE non- Sending Sense
 SXFRCTL0 == 0x%x
 SEQCTL == 0x%x
 Unknown protocol violation.
 Abort%s Message Sent
 INITIATOR_MSG_OUT  PHASEMIS %s
  byte 0x%x
 INITIATOR_MSG_IN Asserting ATN for response
 Unknown REQINIT message type %s: Spurious SCSI interrupt
 %s: Someone reset channel %c
 %s:%c:%d:  	CRC Value Mismatch
 	Illegal CRC packet request
 	Unexpected %sDT Data Phase
 Selection Timeout SCB %d - Abort%s Completed.
 Bus Device Reset 80.0 40.0 33.0 20.0 16.0 13.4 10.0 8.0 6.67 5.7 5.0 4.4 4.0 3.6 in Data-out phase in Data-in phase in DT Data-out phase in DT Data-in phase in Command phase in Message-out phase in Status phase in Message-in phase while idle in unknown phase Illegal Host Access Sequencer Parity Error Data-path Parity Error PCI Error detected CIOBUS Parity Error NONE aic7770 aic7850 aic7855 aic7859 aic7860 aic7870 aic7880 aic7895 aic7895C aic7890/91 aic7896/97 aic7892 aic7899 %s: Received a Master Abort
 %s: Received a Target Abort
 %s: Signaled a Target Abort
 is not Secondary   Primary  %s: Manual SE Termination
 %s: Manual LVD Termination
 %s: BIOS eeprom %s present
 en dis , parity checking enabled fast slow %s: Reading SEEPROM... checksum error
 done.
 %s: No SEEPROM available.
 Adaptec 2930CU SCSI adapter Adaptec 2940 SCSI adapter Adaptec 3940 SCSI adapter Adaptec 2944 SCSI adapter Adaptec 3944 SCSI adapter Adaptec 4944 SCSI adapter Adaptec aic7850 SCSI adapter Adaptec aic7855 SCSI adapter Adaptec aic7859 SCSI adapter Adaptec aic7870 SCSI adapter SCSISEQ SXFRCTL0 SCSISIGI SCSIRATE SSTAT0 SSTAT1 SSTAT2 SSTAT3 SIMODE0 SIMODE1 SCSIBUSL SBLKCTL SEQ_FLAGS LASTPHASE SEQCTL SRAM_BASE ERROR DFCNTRL DFSTATUS SCSIPHASE SCB_BASE SCB_CONTROL SCB_SCSIID SCB_LUN SCB_TAG SCB_XFERLEN_ODD LID TWIN_CHNLB OID TWIN_TID TID DISCONNECTED ULTRAENB MK_MESSAGE TAG_ENB DISCENB TARGET_SCB STATUS_RCVD SCB_TAG_TYPE DATA_OUT_PHASE DATA_IN_PHASE MSG_OUT_PHASE MSG_IN_PHASE COMMAND_PHASE STATUS_PHASE DATA_PHASE_MASK FIFOEMP FIFOFULL DFTHRESH HDONE MREQPEND FIFOQWDEMP DFCACHETH PRELOAD_AVAIL FIFORESET FIFOFLUSH DIRECTION HDMAEN HDMAENACK SDMAEN SDMAENACK SCSIEN WIDEODD PRELOADEN ILLHADDR ILLSADDR ILLOPCODE SQPARERR DPARERR MPARERR PCIERRSTAT CIOPARERR LOADRAM SEQRESET STEP BRKADRINTEN FASTMODE FAILDIS PAUSEDIS PERRORDIS MSGI IOI CDI P_DATAOUT P_BUSFREE P_DATAIN P_COMMAND P_MESGOUT P_STATUS PHASE_MASK P_MESGIN NO_DISCONNECT SPHASE_PENDING DPHASE_PENDING CMDPHASE_PENDING TARG_CMD_PENDING DPHASE NO_CDB_SENT TARGET_CMD_IS_TAGGED NOT_IDENTIFIED XCVR SELWIDE ENAB20 SELBUSB ENAB40 AUTOFLUSHDIS DIAGLEDON DIAGLEDEN ENREQINIT ENPHASECHG ENSCSIPERR ENBUSFREE ENPHASEMIS ENSCSIRST ENATNTARG ENSELTIMO ENDMADONE ENSPIORDY ENSDONE ENSWRAP ENIOERR ENSELINGO ENSELDI ENSELDO OFFCNT U2OFFCNT SCSICNT DUAL_EDGE_ERR CRCREQERR CRCENDERR CRCVALERR EXP_ACTIVE SHVALID OVERRUN SFCNT REQINIT PHASECHG SCSIPERR BUSFREE PHASEMIS SCSIRSTI ATNTARG SELTO DMADONE SPIORDY SDONE SWRAP IOERR SELINGO SELDI SELDO TARGET SINGLE_EDGE ENABLE_CRC WIDEXFER SXFR_ULTRA2 SOFS SXFR ACKI REQI BSYI SELI ATNI P_DATAOUT_DT P_DATAIN_DT CLRCHN SCAMEN SPIOEN CLRSTCNT FAST20 DFPEXP DFON SCSIRSTO ENAUTOATNP ENAUTOATNI ENAUTOATNO ENRSELI ENSELI ENSELO TEMODE %s: Slave Alloc %d
 >
         
 global_tag_depth Setting Global Tags= %d
 tag_info tag_info[%d:%d] = %d
 verbose ,. include/scsi/scsi_transport.h (scsi%d:%c:%d:%d):  n ABORT  TARGET RESET  not  6 CDB:  0x%x Command not found
 Command already completed
 Unable to deliver message
 Recovery code sleeping
 Timer Expired
 Recovery code awake
 aic7xxx_abort returns 0x%x
 scsi%d Slave Configure
 SCB %d done'd twice
 Stopping for safety Set CAM_UNCOR_PARITY
 0x%x  Locking max tag count at %d
 Recovery SCB completes
 extended no_reset allow_memio debug periodic_otag pci_parity seltime dv aic7xxx  DT  %d.%03dMB/s transfers %dKB/s transfers  (%d.%03dMHz%s, offset %d ,   ( %dbit) 7.0 %s
 No Serial EEPROM
 Serial EEPROM:
 0x%.4x  Channel %c  	User:  	Goal:  	Curr:  		Commands Queued %ld
 		Commands Active %d
 		Command Openings %d
 		Max Tagged Openings %d
 ahc_pci:%d:%d:%d aic7xxx   Handled %sResidual of %d bytes
 (%s:%c:%d:%d): Sending PPR bus_width %x, period %x, offset %x, ppr_options %x
  (%s:%c:%d:%d): Sending SDTR period %x, offset %x
       %s: ahc_alloc_tstate - Target already allocated 
%s: Program too large for instruction memory size of %d!
      Unknown opcode encountered in seq program       %s: Features 0x%x, Bugs 0x%x, Flags 0x%x
       %s: WARNING no command for scb %d (cmdcmplt)
QOUTPOS = %d
      Attempt to queue invalid SCB tag %x:%x
 %s: target %d synchronous at %sMHz%s, offset = 0x%x
    %s: target %d using asynchronous transfers
     %s: target %d using %dbit transfers
    (%s:%c:%d:%d): Sending WDTR %x
  Unsupported adapter type.  Ignoring
   %s: WARNING - Failed chip reset!  Trying to initialize anyway.
 aic7xxx: cannot malloc softc!
  Twin Channel, A SCSI Id=%d, B SCSI Id=%d, primary %c,   %s: Downloading Sequencer Program...    %s: ahc_init_scbdata - Unable to allocate initial scbs
 %s: unable to allocate ahc_tmode_tstate.  Failing attach
       %s: hardware scb %u bytes; kernel scb %u bytes; ahc_dma %u bytes
       %s: Host Adapter Bios disabled.  Using default SCSI device parameters
  >>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
%s: Dumping Card State %s, at SEQADDR 0x%x
 ACCUM = 0x%x, SINDEX = 0x%x, DINDEX = 0x%x, ARG_2 = 0x%x
       
<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>
     %s: Infinite loop in critical section
  found = %d, qinstart = %d, qinfifionext = %d
   Waiting List inconsistency. SCB index == %d, yet numscbs == %d. (%s:%c:%d:%d): PPR Rejected. Trying WDTR/SDTR
  (%s:%c:%d:%d): refuses WIDE negotiation.  Using 8bit transfers
 (%s:%c:%d:%d): refuses synchronous negotiation. Using asynchronous transfers
   (%s:%c:%d:%d): refuses tagged commands.  Performing non-tagged I/O
     %s:%c:%d: Message reject for %x -- ignored
     (%s:%c:%d:%d): Received SDTR period %x, offset %x
	Filtered to period %x, offset %x
    (%s:%c:%d:%d): Target Initiated SDTR
   (%s:%c:%d:%d): Received WDTR %x filtered to %x
 (%s:%c:%d:%d): requested %dBit transfers.  Rejecting...
        (%s:%c:%d:%d): Target Initiated WDTR
   (%s:%c:%d:%d): Target Initiated PPR
    (%s:%c:%d:%d): Initiator Initiated PPR
 (%s:%c:%d:%d): Received PPR width %x, period %x, offset %x,options %x
	Filtered to width %x, period %x, offset %x, options %x
  Disconnected List inconsistency. SCB index == %d, yet numscbs == %d.    Disconnected List Loop. cur SCBPTR == %x, prev SCBPTR == %x.    %s: %s on %c:%d. %d SCBs aborted
       %s: brkadrint, %s at seqaddr = 0x%x
    ahc_intr - referenced scb not valid during seqint 0x%x scb(%d)
 %s: Interrupted for status of 0???
     SCB %d: requests Check Status
  %s:%c:%d: no active SCB for reconnecting target - issuing BUS DEVICE RESET
     SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, ARG_1 == 0x%x ACCUM = 0x%x
    SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, SINDEX == 0x%x
 SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, SCB_TAG == 0x%x, SCB_CONTROL == 0x%x
      SCSIBUSL == 0x%x, SCSISIGI == 0x%x
     %s:%c:%d: Warning - unknown message received from target (0x%x).  Rejecting
    Target did not send an IDENTIFY message. LASTPHASE = 0x%x.
     No SCB found during protocol violation
 No or incomplete CDB sent to device.
   Completed command without status.
      %s: Issued Channel %c Bus Reset. %d SCBs aborted
       Protocol violation %s.  Attempting to abort.
   %s:%c:%d: unknown scsi bus phase %x, lastphase = 0x%x.  Attempting to continue
 %s:%c:%d: Missed busfree. Lastphase = 0x%x, Curphase = 0x%x
    ahc_intr: HOST_MSG_LOOP bad phase 0x%x
 HOST_MSG_LOOP with invalid SCB %x
      Bus Device Reset Message Sent
  ahc_intr: AWAITING_MSG for an SCB that does not have a waiting message
 SCSIID = %x, target_mask = %x
  SCB = %d, SCB Control = %x, MSG_OUT = %x SCB flags = %x HOST_MSG_LOOP interrupt with no active message  Target MSGIN with no active message     data overrun detected %s.  Tag == 0x%x.
        %s seen Data Phase.  Length = %ld.  NumSGs = %d.
       sg[%d] - Addr 0x%x%x : Length %d
       %s:%c:%d:%d: Attempt to issue message failed
   %s: No free or disconnected SCBs
       Bogus TAG after DMA.  SCBPTR %d, tag %d, our tag %d
    %s: BTT calculation out of range
       SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, SINDEX == 0x%x
, A == 0x%x
     ahc_intr: seqint, intstat == 0x%x, scsisigi = 0x%x
     %s: Transceiver State Has Changed to %s mode
   parity error detected %s. SEQADDR(0x%x) SCSIRATE(0x%x)
 	No terminal CRC packet received
       %s: ahc_intr - referenced scb not valid during SELTO scb(%d, %d)
       Saw Selection Timeout for SCB 0x%x
     Unexpected busfree %s
SEQADDR == 0x%x
  %s: Missing case in ahc_handle_scsiint. status = %x
    Unable to clear parity error.  Resetting bus.
  Infinite interrupt loop, INTSTAT = %x   Illegal Sequencer Address referenced    Illegal Opcode in sequencer program     Scratch or SCB Memory Parity Error      ahc_write_seeprom: unsupported seeprom type %d
 RAID functionality unsupported
 %s: PCI error Interrupt at seqaddr = 0x%x
      %s: Data Parity Error Detected during address or write data phase
      %s: Signal System Error Detected
       %s: Data Parity Error has been reported via PERR#
      %s: Latched PCIERR interrupt with no status bits set
   %s: WARNING WARNING WARNING WARNING
%s: Too many PCI parity errors observed as a target.
%s: Some device on this bus is generating bad parity.
%s: This is an error *observed by*, not *generated by*, this controller.
%s: PCI parity error checking has been disabled.
%s: WARNING WARNING WARNING WARNING
   adapter at unexpected slot %d
unable to map to a channel
       %s: internal 50 cable %s present        , internal 68 cable %s present  
%s: external cable %s present
 %s: Illegal cable configuration!!. Only two connectors on the adapter may be used at a time!
   %s: 68 pin termination Enabled
 %s: %sHigh byte termination Enabled
    %s: 50 pin termination Enabled
 %s: %sLow byte termination Enabled
     %s: Primary Low Byte termination Enabled
       %s: Primary High Byte termination Enabled
      %s: Enabling 39Bit Addressing
  %s: Low byte termination %sabled
       %s: Using left over BIOS settings
      %s: External SRAM, %s access%s, %dbytes/SCB
    Adaptec 2902/04/10/15/20C/30C SCSI adapter      Adaptec 1480A Ultra SCSI adapter        Adaptec 2940A Ultra SCSI adapter        Adaptec 2940A/CN Ultra SCSI adapter     Adaptec 2930C Ultra SCSI adapter (VAR)  Adaptec 398X SCSI RAID adapter  Adaptec 2940 Ultra SCSI adapter Adaptec 3940 Ultra SCSI adapter Adaptec 2944 Ultra SCSI adapter Adaptec 3944 Ultra SCSI adapter Adaptec 398X Ultra SCSI RAID adapter    Adaptec 4944 Ultra SCSI adapter Adaptec 2930 Ultra SCSI adapter Adaptec 2940 Pro Ultra SCSI adapter     Adaptec 2940/CN Ultra SCSI adapter      Adaptec 2930 Ultra2 SCSI adapter        Adaptec 2940B Ultra2 SCSI adapter       Adaptec 2940 Ultra2 SCSI adapter (OEM)  Adaptec 2940 Ultra2 SCSI adapter        Adaptec 2950 Ultra2 SCSI adapter        Adaptec aic7890/91 Ultra2 SCSI adapter (ARO)    Adaptec AAA-131 Ultra2 RAID adapter     Adaptec 29160 Ultra160 SCSI adapter     Adaptec (Compaq OEM) 29160 Ultra160 SCSI adapter        Adaptec 29160N Ultra160 SCSI adapter    Adaptec 29160C Ultra160 SCSI adapter    Adaptec 29160B Ultra160 SCSI adapter    Adaptec 19160B Ultra160 SCSI adapter    Adaptec aic7892 Ultra160 SCSI adapter (ARO)     Adaptec 2915/30LP Ultra160 SCSI adapter Adaptec 2940/DUAL Ultra SCSI adapter    Adaptec 3940A Ultra SCSI adapter        Adaptec 3944A Ultra SCSI adapter        Adaptec aic7895 Ultra SCSI adapter (ARO)        Adaptec 3950B Ultra2 SCSI adapter       Adaptec 3950D Ultra2 SCSI adapter       Adaptec aic7896/97 Ultra2 SCSI adapter (ARO)    Adaptec 3960D Ultra160 SCSI adapter     Adaptec (Compaq OEM) 3960D Ultra160 SCSI adapter        Adaptec aic7899 Ultra160 SCSI adapter (ARO)     Adaptec aic7860 Ultra SCSI adapter      Adaptec aic7880 Ultra SCSI adapter      Adaptec aic7890/91 Ultra2 SCSI adapter  Adaptec aic7892 Ultra160 SCSI adapter   Adaptec aic7895 Ultra SCSI adapter      Adaptec aic7896/97 Ultra2 SCSI adapter  Adaptec aic7899 Ultra160 SCSI adapter   Adaptec aic7810 RAID memory controller  Adaptec aic7815 RAID memory controller  %s: SCSI bus reset delivered. %d SCBs aborted.
 Too few segs for dma mapping.  Increase AHC_NSEG
       drivers/scsi/aic7xxx/aic7xxx_osm.c      Attempting to queue a%s message
        %s:%d:%d:%d: Is not an active device
   %s:%d:%d:%d: Command found on untagged queue
   %s: At time of recovery, card was %spaused
     %s:%d:%d:%d: Cmd aborted from QINFIFO
  Device is active, asserting ATN
        Device is disconnected, re-queuing SCB
 aic7xxx_dev_reset returns 0x%x
 4aic7xxx: scsi_add_host failed
        4aic7xxx: WARNING: Insufficient tag_info instances
aic7xxx: for installed controllers. Using defaults
aic7xxx: Please update the aic7xxx_tag_info array in
aic7xxx: the aic7xxx_osm..c source file.
   ahc_send_async: Unexpected async event  Tagged Queuing enabled.  Depth %d
      Copied %d bytes of sense data:  ahc_proc_write_seeprom: incorrect buffer size
  ahc_proc_write_seeprom: cksum verification failed
      ahc_proc_write_seeprom: unsupported adapter type
       ahc_proc_write_seeprom: No Serial EEPROM
       aic7xxx: Unable to allocate serial eeprom buffer.  Write failing
       aic7xxx: Writing Serial EEPROM
 Adaptec AIC7xxx driver version: %s
     Allocated SCBs: %d, SG List Length: %d

        Target %d Negotiation Settings
 	Channel %c Target %d Lun %d Settings
  		Device Queue Frozen Count %d
 4aic7xxx: No suitable DMA available.
  3aic7xxx: no multichannel peer found!
 ahc_pci_read_config: Read size too big  ahc_pci_write_config: Write size too big        aic7xxx: PCI Device %d:%d:%d failed memory mapped test.  Using PIO.
    aic7xxx: PCI%d:%d:%d MEM region 0x%llx unavailable. Cannot memory map device.
  aic7xxx: PCI%d:%d:%d IO region 0x%llx[0..255] unavailable. Cannot map device.
  AB  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                (  0  (                                          (    0  8  @  8  0  (                     @                                                                                                         (    0  8  P  8  0  (                     P  X  `  X  P  8  0  (                     P  8  0  (                                                                                            (    0  8  0  (                                          (                                                                        (    0  8    8  0  (                                            (                 (                                      (                 (                                                                                                                                                                  (  0  X  0  (                   X  0  (                   X                                                                                                                               (                                                                     (    0  8  0  (                                                                                                                                                                       (  0  (                   0  (                   0                                             (    0  8  P  8  0  (                     P  8  0  (                     P                         (  0  (                   0  (                   0                                   (    0  8  X  8  0  (                     X  8  0  (                     X  8  0  (                     X                                                                       (  0  (                         0  (                   0                                                                                                                                                       (                 (                         (    0  8  P  X  `  h  p  x      P  X  `  X  P  X  `  h  p  x      P  X  `  h  p  x          P  X  `  h  p  x          P  8  0  (                           P                                                                                                         (    0  8  X  8  0  (                     X                         (    0  8  X                         (    0  8  @  8  0  (                     @  8  0  (                                            (    0  8  `  h  `  h  `  h  `  8  0  (                     `                         (    0  8  h  8  0  (                     h  p  x  p  h  p  x  p  h  p  x  p  h                   (                                    (    0  8  H  P  H  8  0  (                     H                         (    0  8  `  h  p  h  `  h  `  h  p  h  `  h  `  h  `  h  `  8  0  (                     `                         (    0  8  @  H  P  8  0  (                                            (    0  8                8  0  (                                              (    0  8    8  0  (                                                                                                   8  @  H  P  8  (  0  (         P  0      X  8  0  (                     X  0     (  P  8  0  (                     P  X                   (    0  8  @  8  0  (                     X  8  0  (                     X  @  `  h  p  h  p  x  p  h  p  x            h  p  x    h  H  `  8  0  (                                                          (  0  (                                                                       (    0  8  H  8  0  (                                            (    0  8  P  8  0  (                     P                  P                                                                                                                                                                                                                         (    0  8  0  (                     8                                                                                                                     (    0  8  P  8  0  (                     P                                                                                                                                                                                                                                                                 (                 (                 (                                                                                     (    0  8    8  0  (                       8  0  (                                                       H            H            H                 (         P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (    0  8  x  8  0  (                     x  8  0  (                     x  8  0  (                     x                       (                 (                 (                                                  (    0  8  p  8  0  (                     p                                           (  P  (                 P                         (  0  h  p  x  p  h  0  (                   h                         (  0  h  p  x  p  h  0  (                   h                       (  h  p  x  p  h  (                 h                         (    0  8  p  x    x  p  8  0  (                     p                         (    0  8  p                                                                                                                                                                                                                     (    (                                                                                                (                 (                 (      (                                                                      0               0               0               0                     H               H                   (    0  8  p  8  0  (                     p               p      p  8  0  (                     p  x  p  x  p  x    x  p  x    x  p  x    x  p  x    x  p        (  0  H  p                         (    0  8  P  8  0  (                                                                            (  0  `                         (    0  8  P 8  0  (                     P       `  0  (                   `                                                                       (    (                                                                                              (    0  8  H  8  0  (                     H                                    H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        parm=aic7xxx:period-delimited options string:
	verbose			Enable verbose/diagnostic logging
	allow_memio		Allow device registers to be memory mapped
	debug			Bitmask of debug values to enable
	no_probe		Toggle EISA/VLB controller probing
	probe_eisa_vl		Toggle EISA/VLB controller probing
	no_reset		Suppress initial bus resets
	extended		Enable extended geometry on all controllers
	periodic_otag		Send an ordered tagged transaction
				periodically to prevent tag starvation.
				This may be required by some older disk
				drives or RAID arrays.
	tag_info:<tag_str>	Set per-target tag depth
	global_tag_depth:<int>	Global tag depth for every target
				on every bus
	seltime:<int>		Selection Timeout
				(0/256ms,1/128ms,2/64ms,3/32ms)

	Sample modprobe configuration file:
	#	Toggle EISA/VLB probing
	#	Set tag depth on Controller 1/Target 1 to 10 tags
	#	Shorten the selection timeout to 128ms

	options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'
 parmtype=aic7xxx:charp version=7.0 license=Dual BSD/GPL description=Adaptec AIC77XX/78XX SCSI Host Bus Adapter driver author=Maintainer: Hannes Reinecke <hare@suse.de> srcversion=F8188FAC3AB005B07D0C08B alias=pci:v00009004d00007815sv*sd*bc01sc00i* alias=pci:v00009004d00001078sv*sd*bc01sc00i* alias=pci:v00009005d000000CFsv*sd*bc01sc00i* alias=pci:v00009005d000000CEsv*sd*bc01sc00i* alias=pci:v00009005d000000CDsv*sd*bc01sc00i* alias=pci:v00009005d000000CCsv*sd*bc01sc00i* alias=pci:v00009005d000000CBsv*sd*bc01sc00i* alias=pci:v00009005d000000CAsv*sd*bc01sc00i* alias=pci:v00009005d000000C9sv*sd*bc01sc00i* alias=pci:v00009005d000000C8sv*sd*bc01sc00i* alias=pci:v00009005d000000C7sv*sd*bc01sc00i* alias=pci:v00009005d000000C6sv*sd*bc01sc00i* alias=pci:v00009005d000000C5sv*sd*bc01sc00i* alias=pci:v00009005d000000C4sv*sd*bc01sc00i* alias=pci:v00009005d000000C3sv*sd*bc01sc00i* alias=pci:v00009005d000000C2sv*sd*bc01sc00i* alias=pci:v00009005d000000C1sv*sd*bc01sc00i* alias=pci:v00009005d000000C0sv*sd*bc01sc00i* alias=pci:v00009005d0000005Fsv*sd*bc01sc00i* alias=pci:v00009005d0000005Esv*sd*bc01sc00i* alias=pci:v00009005d0000005Dsv*sd*bc01sc00i* alias=pci:v00009005d0000005Csv*sd*bc01sc00i* alias=pci:v00009005d0000005Bsv*sd*bc01sc00i* alias=pci:v00009005d0000005Asv*sd*bc01sc00i* alias=pci:v00009005d00000059sv*sd*bc01sc00i* alias=pci:v00009005d00000058sv*sd*bc01sc00i* alias=pci:v00009005d00000057sv*sd*bc01sc00i* alias=pci:v00009005d00000056sv*sd*bc01sc00i* alias=pci:v00009005d00000055sv*sd*bc01sc00i* alias=pci:v00009005d00000054sv*sd*bc01sc00i* alias=pci:v00009005d00000053sv*sd*bc01sc00i* alias=pci:v00009005d00000052sv*sd*bc01sc00i* alias=pci:v00009005d00000051sv*sd*bc01sc00i* alias=pci:v00009005d00000050sv*sd*bc01sc00i* alias=pci:v00009004d00007895sv*sd*bc01sc00i* alias=pci:v00009005d0000008Fsv*sd*bc01sc00i* alias=pci:v00009005d0000008Esv*sd*bc01sc00i* alias=pci:v00009005d0000008Dsv*sd*bc01sc00i* alias=pci:v00009005d0000008Csv*sd*bc01sc00i* alias=pci:v00009005d0000008Bsv*sd*bc01sc00i* alias=pci:v00009005d0000008Asv*sd*bc01sc00i* alias=pci:v00009005d00000089sv*sd*bc01sc00i* alias=pci:v00009005d00000088sv*sd*bc01sc00i* alias=pci:v00009005d00000087sv*sd*bc01sc00i* alias=pci:v00009005d00000086sv*sd*bc01sc00i* alias=pci:v00009005d00000085sv*sd*bc01sc00i* alias=pci:v00009005d00000084sv*sd*bc01sc00i* alias=pci:v00009005d00000083sv*sd*bc01sc00i* alias=pci:v00009005d00000082sv*sd*bc01sc00i* alias=pci:v00009005d00000081sv*sd*bc01sc00i* alias=pci:v00009005d00000080sv*sd*bc01sc00i* alias=pci:v00009005d0000001Fsv*sd*bc01sc00i* alias=pci:v00009005d0000001Esv*sd*bc01sc00i* alias=pci:v00009005d0000001Dsv*sd*bc01sc00i* alias=pci:v00009005d0000001Csv*sd*bc01sc00i* alias=pci:v00009005d0000001Bsv*sd*bc01sc00i* alias=pci:v00009005d0000001Asv*sd*bc01sc00i* alias=pci:v00009005d00000019sv*sd*bc01sc00i* alias=pci:v00009005d00000018sv*sd*bc01sc00i* alias=pci:v00009005d00000017sv*sd*bc01sc00i* alias=pci:v00009005d00000016sv*sd*bc01sc00i* alias=pci:v00009005d00000015sv*sd*bc01sc00i* alias=pci:v00009005d00000014sv*sd*bc01sc00i* alias=pci:v00009005d00000013sv*sd*bc01sc00i* alias=pci:v00009005d00000012sv*sd*bc01sc00i* alias=pci:v00009005d00000011sv*sd*bc01sc00i* alias=pci:v00009005d00000010sv*sd*bc01sc00i* alias=pci:v00009004d00008078sv*sd*bc01sc00i* alias=pci:v00009004d00007078sv*sd*bc01sc00i* alias=pci:v00009004d00006078sv*sd*bc01sc00i* alias=pci:v00009004d00003860sv*sd*bc01sc00i* alias=pci:v00009004d00005578sv*sd*bc01sc00i* alias=pci:v00009004d00005078sv*sd*bc01sc00i* alias=pci:v00009005d000000C3sv00009005sd0000FFFFbc01sc00i* alias=pci:v00009005d000000C0sv00000E11sd0000F620bc01sc00i* alias=pci:v00009005d000000C0sv00009005sd0000F620bc01sc00i* alias=pci:v00009005d00000053sv00009005sd0000FFFFbc01sc00i* alias=pci:v00009005d00000051sv00009005sd0000B500bc01sc00i* alias=pci:v00009005d00000051sv00009005sd0000FFFFbc01sc00i* alias=pci:v00009005d00000050sv00009005sd0000F500bc01sc00i* alias=pci:v00009005d00000050sv00009005sd0000FFFFbc01sc00i* alias=pci:v00009004d00007890sv00009004sd00007893bc01sc00i* alias=pci:v00009004d00007895sv00009004sd00007894bc01sc00i* alias=pci:v00009004d00007895sv00009004sd00007892bc01sc00i* alias=pci:v00009004d00007895sv00009004sd00007891bc01sc00i* alias=pci:v00009005d00000083sv00009005sd0000FFFFbc01sc00i* alias=pci:v00009005d00000081sv00009005sd000062A1bc01sc00i* alias=pci:v00009005d00000080sv00009005sd0000E220bc01sc00i* alias=pci:v00009005d00000080sv00009005sd00006220bc01sc00i* alias=pci:v00009005d00000080sv00009005sd000062A0bc01sc00i* alias=pci:v00009005d00000080sv00000E11sd0000E2A0bc01sc00i* alias=pci:v00009005d00000080sv00009005sd0000E2A0bc01sc00i* alias=pci:v00009005d00000013sv00009005sd00000003bc01sc00i* alias=pci:v00009005d0000001Fsv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d0000001Esv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d0000001Dsv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d0000001Csv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d0000001Bsv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d0000001Asv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000019sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000018sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000017sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000016sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000015sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000014sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000013sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000012sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000011sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000010sv00009005sd0000000Fbc01sc00i* alias=pci:v00009005d00000010sv00009005sd0000E100bc01sc00i* alias=pci:v00009005d00000010sv00009005sd0000A180bc01sc00i* alias=pci:v00009005d00000010sv00009005sd00002180bc01sc00i* alias=pci:v00009005d00000010sv00009005sd0000A100bc01sc00i* alias=pci:v00009005d00000011sv00009005sd00000181bc01sc00i* alias=pci:v00009004d00000078sv*sd*bc01sc00i* alias=pci:v00009004d00008778sv*sd*bc01sc00i* alias=pci:v00009004d00008878sv*sd*bc01sc00i* alias=pci:v00009004d00008678sv*sd*bc01sc00i* alias=pci:v00009004d00008378sv*sd*bc01sc00i* alias=pci:v00009004d00008578sv*sd*bc01sc00i* alias=pci:v00009004d00008478sv*sd*bc01sc00i* alias=pci:v00009004d00008278sv*sd*bc01sc00i* alias=pci:v00009004d00008178sv*sd*bc01sc00i* alias=pci:v00009004d00007678sv*sd*bc01sc00i* alias=pci:v00009004d00007578sv*sd*bc01sc00i* alias=pci:v00009004d00007478sv*sd*bc01sc00i* alias=pci:v00009004d00007378sv*sd*bc01sc00i* alias=pci:v00009004d00007278sv*sd*bc01sc00i* alias=pci:v00009004d00007178sv*sd*bc01sc00i* alias=pci:v00009004d00006038sv*sd*bc01sc00i* alias=pci:v00009004d00002178sv*sd*bc01sc00i* alias=pci:v00009004d00006178sv*sd*bc01sc00i* alias=pci:v00009004d00006075sv*sd*bc01sc00i* alias=pci:v00009004d00003860sv00009004sd00003869bc01sc00i* alias=pci:v00009004d00005078sv00009004sd00007850bc01sc00i* depends=scsi_mod,scsi_transport_spi retpoline=Y intree=Y name=aic7xxx vermagic=6.1.0-35-amd64 SMP preempt mod_unload modversions                                 $             j    scsi_dma_map                                            ;JQ    free_irq                                                {^    scsi_report_device_reset                                k}    __udelay                                                :J    wait_for_completion_timeout                                 pci_enable_device                                       /z%    complete                                                (U    scsi_remove_host                                        /t    simple_strtol                                           `    pci_dev_put                                             ׂ    scsi_report_bus_reset                                   Ǡ    spi_populate_sync_msg                                   %z    __pci_register_driver                                   S9    iounmap                                                 UZ    spi_display_xfer_agreement                              =    scsi_dma_unmap                                          z    kfree                                                       pci_set_power_state                                     4    _raw_spin_lock_irqsave                                  q    pci_unregister_driver                                       fortify_panic                                           5    __release_region                                        m    __fentry__                                              T    pci_read_config_dword                                   pHe    __x86_indirect_thunk_rax                                oc    spi_release_transport                                   ~    _printk                                                 V
    __stack_chk_fail                                        *    spi_populate_width_msg                                      strnlen                                                 rP    scsi_host_put                                           Ւ    request_threaded_irq                                    ti    spi_populate_ppr_msg                                    `(E    sdev_prefix_printk                                      ).rp    dma_alloc_attrs                                         D    scsi_scan_host                                          A    pci_read_config_word                                    Z    strncmp                                                 ra2    seq_putc                                                F    panic                                                   	̀    ioremap                                                  .ў    kmalloc_large                                           p\    _raw_spin_unlock_irqrestore                             l    ioport_resource                                         ŏW    memset                                                  {    scsi_is_host_device                                     c    strlcat                                                 w    pci_set_master                                          (f    param_ops_charp                                         9[    __x86_return_thunk                                      C0R    dma_get_required_mask                                   9-    kstrdup                                                 ?<    sprintf                                                 }    dma_free_attrs                                          ƹ[    spi_attach_transport                                    l߅    strsep                                                      scmd_printk                                             Hq    pci_write_config_byte                                   y    sg_next                                                 A̴f    kmemdup                                                 ʑ    seq_printf                                              /    __x86_indirect_thunk_r9                                 )      simple_strtoul                                          +    seq_puts                                                O/f    scsi_done                                               K    pci_get_slot                                            /-    scsi_unblock_requests                                   ϗ    dma_set_mask                                                 kmalloc_trace                                           ۏa    scsi_block_requests                                     F    scsi_add_host_with_dma                                  SAD    pci_read_config_byte                                    SMu    strlen                                                  U5w    iomem_resource                                          j    scsi_host_alloc                                         4    strchr                                                  "    pci_write_config_word                                   $    spi_dv_device                                           i    scsi_change_queue_depth                                     msleep                                                  Cƚ    scsi_device_lookup_by_target                            E:#    __kmalloc                                               
]    pci_write_config_dword                                  1Y    kmalloc_caches                                              __request_region                                        e:X    module_layout                                                   B           C          ?          s	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       aic7xxx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0  GCC: (Debian 12.2.0-14+deb12u1) 12.2.0         R  R  L<  ;              	)  ;      ;     ;    <    <    &<    <<    `<    ~< "   < (   < 0   < @   <      <     <    =    =    *=    5=    E=    T=    d    c= 	   t= 
   =    =    = 
   =    =    =    =    =    >    >     *> !   <> "   N> #   b> $   f> U   r>    >    >      >     >    >    >    >    >    >    >    >    ? 	   ? 
   ?    .?    <? 
   H?    `?    w?    ? 	     ?    ?    ?    ?    ?    ?    ?    ?    @ 	   @    !   @ 	     .@    ;@    H@    T@    ]@    j@    w@    @    @ 	   @      %  g       &               @ |  0  ,  F     U    @   - `      @ `      @ 0    @ ]     @ ]     a  *    @ `      U       A      A      -A      CA      XA       mA    @  [        ;      ; -            F       Z k   @  *       A 
     A 
     A G    A      A c     #u    @  [      Z       A G    A G @  A G   A G   A G  	  A G @	  A G 	  A I 	  B @  
  B    @
  B    `
 7B    a
 QB    b
 aB    c
      d
 
     e
 \    f
 B    g
 `     h
 B    i
 -     j
 e    k
 B    l
 B    m
 F    n
 B    o
 B    p
 B    q
 B    r
 B    s
 B    t
 B    u
 C    v
 C    w
 "C    x
 0C    y
 >C    z
 MC    {
 ]C    |
 lC    }
 zC    ~
 C    
 C    
 C    
 C    
 C    
 C    
 C    
 C    
 D    
 D    
 *D    
 <D    
 PD    
 `D    
      
 sD    
 D    
 D    
 D    
 D    
 D    
 D    
 D    
 D    
 D    
   E K   
  E ]   
  *E         @  L3  `     
 Q     ;E     
  NE ]    
  \E ]   @
  gE ]   `
  qE ]   
  {E   
  E    %  x	 o  @<  QW  Q  @=  s K @>  ʬ k   >  E Q   >  E k    ?  E    @?  E    `?  E =  ?  E    ?  E G   @  E A  A  E    @A   F   A         
C 
F B  0  F `       F `      (F `      5F *    BF -    LF G     WF `      eF `     nF       wF   @  F D    F ~ @  F    F 0    F F     W  0     F ]   @  F    `  F      F      F      F     
  G    @
  
G    `
  G -   
      
  G    
  h       (G       2G    @      P  >G    `  /E      PG      b       \G       D    @  V       \      iG     uG     G     G     G     G     "C     G     G     G     G I    G S     H S    H       H       .H    @  D             >H       HH      h        TH } @  `H     mH   )  wH k    A     @A  Z   A         E        B H   @  H M     - `   @   Ժ `      "    @  H 0    ;      [        R      H     H     H     H     H ]      H ]      (G    @  I    `  A 
     W  L   Z k     I             H %I               J 9I      KI    [I    kI    zI    I           C I      h  O              I      I     I    I    J   (    M     #J `   @   ,J R     %  g     7J       AJ       NJ    @  ϲ      K      _J      gJ      qJ      |J O   J      J D     J      J N @  J R    J    @  J    `  J      J      J c            W     @  J      J c    6     	         
P        N K 9  p  \        K V @   y[ X    P                3  Z @  0  \   2  \   "K V    0K V @  >K ^   OK ^   gK ^    K ^ @  K ^   K `   K `    K b @  K d   K f   K h     j @  K l   
\ j   L n    L p @  (L r   bC b   3L t    +}  v @  =L x   JL z   ^L |    iL    @  ; X    (G      h           	  >G    	  /E     	  b     @	  \G    	  D    	  2G     
      
  sL     
  L    @
 L    A
 L    C
 L    D
 "C    E
 G    F
 H    `
  L %  
  L %  
  z -      L    @        
       F     U        P        T       
        F     &          W       
       F        Y       
       M            k          [       
       U        ]       
       M        _       
        M        a       
       I        c       
        I        e       
       F               g       
        F        i       
       M               k       
       F               m       
K                o       
       M           U                 q       
             F        s       
       F     ?                 u       
=0      U        w       
K       U        y       
       F               { L      L    
M    M    (M    2M    AM    WM           S jM   `  M Q     M Q @  M Q   M  	  M     
  M     
  M    @
  M    `
  M    
  M    
 N j 
                
       F     EG      EG      -           N   X            -N        "     @   8N    `   rN      CN      MN      PN      3       WN      [N      cN      kN      sN      wN      N      N              N      N     N     N       N    @  N    `  N     N     N G    O      O    'O    5O    DO    SO      bO      mO $     O f     3  @   O f    =     O f    O  @  O f   O    O f    O  @  O f   O    O f    O  @  O f   O    	P f    P  @  P f   &P    3P f    @P  @  MP j   \P    kP d    xP    @ P    A P    B P    C P    D P    E P    F P    G P    H P    I P    J       
        I                      
        F                       P     Q    Q    Q    +Q    ;Q    DQ    TQ    eQ    uQ 	   Q 
   Q    Q    Q 
   Q    Q    Q     R    R    "R    3R    @R    OR    cR    sR    R    R    R    R    R @   R ?            R    R    S    S    &S    6S @   KS     ^S    jS    vS    S    S     S         )      f )       )     3      J )  8   S  @   S )  `   S )  h   S )  p   S +  x   S                )                   )        S      
T    U T    T            "T     2T    @T              ~, :     {             ; PT     cT      sT W       {T  @   T     T      y      x
      bJ  @   T             T    W   T           
       k       W   T           
        k                                                T     T    U    
U    U    %U    1U    =U    IU    UU    aU 	   nU 
   zU    U    U 
   U    U    U    U    U         !     U     U    U    U    U    U    V     V @   (V    7V    CV    QV    `V    gV    wV     V  @  V    V    V    V    V    V    V     V  W  W    W   .W V =W  LW 1` [W 1b kW v zW  W              W     W    W    W    W    W    X     X @   .X              6X     @X    TX    dX    xX    X     X @   X    X    X    X    X    Y    Y     #Y  @  5Y    JY    ^Y    jY    {Y    Y   @ Y    Y    Y    Y    Y    Y    Z     "Z     +Z      6Z T       GZ T       WZ )  @   cZ      6Z T       GZ T       WZ )  @   oZ )  H   }Z )  P   Z )  X            Z      Z T              Z                 )        Z 
  @   Z      Pm	 T   `   Z T      Z T      - )     Z )     ; )     2 )     Z )     Z )     Z )       )     Z                )         Z      >  T       &  T                [      
[       [      #[ W   @   /[                                    8[     A[    V[    g[    q[    [     [ @   [    [    [    [    [    [     \     \  @  \              [         h   #\         @   (\     6\  @  =\ È          ň    G\  @      N\ W     [\                       d\      m\  @                    v\      z\               ~\      \  @           =\ =    2      \  @   \     \     \     \   @  \    \ ܈ 	      
  \  @
  "    
  \ ݈ 
  \     ]  @  ] ш @  "] ш                       1]  @  =] )    < )    E] )    R] )    ^] #B    g] #B     o]  @  ]     ; 
     ] 
     ] )    ] )    ]      ]     ] )  @  ] )  H  ] )  P  F ؈ `  ]    ]    ^   @  ^   `  ^     *^    6^     G^  @  Z^ W     n^ W     z^      ^      ^   @  ^   `  ^     s         ?          @  ^    `  ^      ^     ^             ^      "       _ W   @   _ T      #_ T             Ĉ          /_               /_      \   h  9_ ƈ     C_ Ɉ @   L_  @@  R_  @  [_ ʈ @  a_   A  k_  @A  w_ W   A  _  A  _   B  _ W   @B  _  B  _ ǈ B  _ )   C  _ )  C  ^ )  C                            _       Z )      _ )     * ̈    _ )     KS w               )        _       )      _ )     rN )       )     "  )      	` )  (   `      Z )       ͈     ͈ 8   B  ͈ h   )`   8  z^ Ј     :` ӈ    D`     S`     \`     g`                ш    @          ҈ q`                   Έ       `      `       `         )  @                 
Ԉ `   @   ` 0B      `      `     `      `   0  ` <  @  =     !=              `     `    a    2a    Ia    _a    ׈ la      va      a  @   a      a )      a )     a 
     a T       a       c" )  0   a )  8   a )  @   a )  H   a )  P   a )  X   	b )  `   b )  h   b      *b ڈ     8b ۈ     Bb    ވ        ߈       
        È Qb                   
       È          eb             Ȉ            و       nb      b      b *     b      b   @  ,  F   h  T     b T     b                                       ψ        ֈ        f        ˈ          b     b    b    b     b      b        c        c   @       `   ;      ; 
      5              c     +c    8c    Fc              Xc     hc    }c    c              c     c    c    c              c    c     d     d @   'd     ;d 
  0   D         Ld        b   @   Ud :    ed            wd      d      d   @  d   `                     I                d ߕ      d                                                 
        Ո                        Έ                Q        D        و                            ;B  @          
	            
              
       
        :                   S          
                                        I d       d    x         
    
e F e           
    b I 3     )e           
    b I "     :e           
    b I      Oe           
    b I rN    de           
    U   xe            
    e È   e    "       
    e È ; 
       ;      e    $       
    e È e    & e    M        
   e È      ; 
   ;    2   5    T   e    )       
    e È S M Ï  z  e    + f    " f    &       
   e È /f k   <f    / Of    &       
   e È E ~ mf    2       
   e È f     f    4       
    e È f     f    6       
   e È f     d[  k   vb   Hg    k        f    8       
    e È f  )  k      f    :       
   e È f  )  :       f  f    <       
    e È f  f    >     
  
   e È [   y  x
  f W   g W       
g k   bJ  g    g       'g  /g    @       
    U Bg    B Vg    B jg    B       
   S M zg    F g    F       
    b I g    I       
   b I g    K       
   
e F  U g    M       
   ,  F g    O       
    e È i  2   o #B  p     g    Q h    Q       
    e È i  2     )  h    T       
)  e È i  2   h    V       
     2   h    X 'h    "        
  6h              Ah    Lh    Xh    eh      Р )      ph )     k  _      )      - )  (              )        vh        ?       A  )  @   ֡  )  H   h    `        
a h      ;  )      h )     h ?   @          
c          h     h    h           J        \              
f h       T        T     	Y T     	U  T     Р T     <h  T     i      i T        T     	Y T     	U  T     Р T     <h  T     %i       T        T     	p  T     
Р T     <h  T     1i      =i T        T     	Y T     	U  T     Р T     <h  T     Hi      =i T        T     	p  T     
Р T     <h  T     Ti        T      =i T       T     	p  T     
Р T     <h  T     `i      li h     ti i     |i j     i k     i l     i m     *       T                                  
o i      5k )      i    @          
q            r              
s            d    
          
u            Ո              
w            B     
         
y i     ?      i ~     J  T   @  
i T   J  
i T   T         
|        {            }              
            g              
          i     i    i    
j            b        h        j        }                    f                                         d        ͈        ^ j    &       
   h   ـ        p    A    *j  5j   @j           
   e È Sj  _j   kj  uj           
   e È j     j    "       
   e È ; 
   j    j     j    & j    ) j    &       
   e È      ; 
   ;    2   k         ~    k           
   e È         ; 
   ;      T   Q   (k           
   e È      ; 
   ;    2   5    T   Q   Ck           
    e È Vk    _k     sk    " k    "       
   e È        ; 
   ;    2   5  k           
    e È k   k           
  e È k   k     k     k     k    &       
    e È $    k     l     l           
    e È d[  ?   &l     :l    &       
    b  k   C
  Il         Nl     \l           
   e È     kl     ul      l    &       
    e È   ?   l           
    e È     l     l           
È /f k     ?   l    É       
    e È Ï    \ :t ?   l    l    ŉ       
   e È Ï  l    ǉ       
   e È *   l   G    l    ɉ m    &       
    e È Ï      "        	`   m    ̉       
    e È Ï      "    (m    Ή       
    e È Ï  ;m    Љ Rm    & am    Љ       
    Ï  ]       ;   ; 
   5  sm    ԉ m    Љ m    &       
    e È Ï  rN   *        m    ؉       
    e È Ï  m       "    	`   *        m    ډ       
   e È Ï  m    m  m    ܉       
  e È Z    n   n    މ       
  e È    	`   n   n           
  e È      	`  5  *n           
 e È Bn   ; 
   Jn     [n    & mn    & ~n    & n           
ʈ e È   n     n    " n    "       
 e È 2   n     n    "       
 e È n           
    e È i    A    n           
  e È i    n           
    e È i    A  T   o           
T   e È i    
o           
    e È i    A    o           
  e È i    o           
 e È ; 
   ]   *   m  &o           
    e È   [     :o     Jo    & Vo    & `o     no     ~o     o     o     o     o     o     o     o     o     p     p     0p     Ap     Rp     cp     tp     p     p     p     p     p     p     p              p     q    q     q   (   )q È     0q   @   Bq   `   Sq      eq     mq      sq      zq      q      q      q              q                      
!            "              
#                
   t   
e F q    &       
   
e F u  ?        q    (       
    t     q    * q     q       r       r   @           wc  /           
-        ,          r     'r    :r    Mr               .    >          
1        . `r     or     r     r     r     r     r     r     r     s     s     *s     ?s     Rs     ds     ws     s     s     s     s     s     s     s     	t    & t     *t    &       
)  e È 7t    N       
    e È A  )  Ct    P       
    ~a  % Pt    R       
   e È ~a  % dt    T       
    e È ~a  % `   xt  t    V t           
    e È $    t    t    t    t    Y       
   e È %  3 t    [       
3 ^  t    ]            b              
_            b              
a            b              
c            b              
e            b    	          
g            b              
i            b              
k            b    
          
m            b              
o            b              
q       
   t   u     u    s u    s 0u    s Eu    s [u    s nu    s u    s u    s u    s u    s u    s u    s u    s v    s v    s )v    s ;v    s Mv    s ^v    s ov    s v    s v    s v    s v    s v    s                           
 v     v     w       w    x         
    ^  S    A  T   rN    (w           
T   ^  S    rN    =w     Qw    [O  iw    D  w    C  w    C         
t                 V          
 w      &  )      a             
            )                      
      w           
   ~a  % d[    5]   p    w     w     w    R       
    ~a  %   x     u_long sam_status SAM_STAT_GOOD SAM_STAT_CHECK_CONDITION SAM_STAT_CONDITION_MET SAM_STAT_BUSY SAM_STAT_INTERMEDIATE SAM_STAT_INTERMEDIATE_CONDITION_MET SAM_STAT_RESERVATION_CONFLICT SAM_STAT_COMMAND_TERMINATED SAM_STAT_TASK_SET_FULL SAM_STAT_ACA_ACTIVE SAM_STAT_TASK_ABORTED scsi_msg_byte COMMAND_COMPLETE EXTENDED_MESSAGE SAVE_POINTERS RESTORE_POINTERS DISCONNECT INITIATOR_ERROR ABORT_TASK_SET MESSAGE_REJECT MSG_PARITY_ERROR LINKED_CMD_COMPLETE LINKED_FLG_CMD_COMPLETE TARGET_RESET ABORT_TASK CLEAR_TASK_SET INITIATE_RECOVERY RELEASE_RECOVERY TERMINATE_IO_PROC CLEAR_ACA LOGICAL_UNIT_RESET SIMPLE_QUEUE_TAG HEAD_OF_QUEUE_TAG ORDERED_QUEUE_TAG IGNORE_WIDE_RESIDUE ACA QAS_REQUEST BUS_DEVICE_RESET ABORT scsi_host_status DID_OK DID_NO_CONNECT DID_BUS_BUSY DID_TIME_OUT DID_BAD_TARGET DID_ABORT DID_PARITY DID_ERROR DID_RESET DID_BAD_INTR DID_PASSTHROUGH DID_SOFT_ERROR DID_IMM_RETRY DID_REQUEUE DID_TRANSPORT_DISRUPTED DID_TRANSPORT_FAILFAST DID_TRANSPORT_MARGINAL scsi_disposition NEEDS_RETRY SUCCESS FAILED QUEUED SOFT_ERROR ADD_TO_MLQUEUE TIMEOUT_ERROR SCSI_RETURN_NOT_HANDLED FAST_IO_FAIL blist_flags_t scsi_device_state SDEV_CREATED SDEV_RUNNING SDEV_CANCEL SDEV_DEL SDEV_QUIESCE SDEV_OFFLINE SDEV_TRANSPORT_OFFLINE SDEV_BLOCK SDEV_CREATED_BLOCK scsi_vpd scsi_device same_target_siblings budget_map device_blocked restarts starved_entry max_queue_depth last_queue_full_depth last_queue_full_count last_queue_full_time queue_ramp_up_period last_queue_ramp_up scsi_level inq_periph_qual inquiry_mutex inquiry_len inquiry vpd_pg0 vpd_pg83 vpd_pg80 vpd_pg89 vpd_pgb0 vpd_pgb1 vpd_pgb2 sdev_target sdev_bflags eh_timeout manage_system_start_stop manage_runtime_start_stop manage_shutdown force_runtime_start_on_system_start lockable borken sdtr wdtr tagged_supported simple_tags was_reset expecting_cc_ua use_10_for_rw use_10_for_ms set_dbd_for_ms read_before_ms no_report_opcodes no_write_same use_16_for_rw skip_ms_page_8 skip_ms_page_3f skip_vpd_pages try_vpd_pages use_192_bytes_for_3f no_start_on_add allow_restart no_start_on_resume start_stop_pwr_cond no_uld_attach select_no_atn fix_capacity guess_capacity retry_hwerror last_sector_bug no_read_disc_info no_read_capacity_16 try_rc_10_first security_supported wce_default_on no_dif broken_fua lun_in_cdb unmap_limit_for_ws rpm_autosuspend ignore_media_change silence_suspend no_vpd_size queue_stopped offline_already disk_events_disable_depth supported_events max_device_blocked iorequest_cnt iodone_cnt ioerr_cnt iotmo_cnt sdev_gendev sdev_dev dma_drain_len dma_drain_buf sg_timeout sg_reserved_size bsg_dev access_state state_mutex sdev_state quiesced_by sdev_data Scsi_Host __devices __targets starved_list default_lock host_lock scan_mutex eh_abort_list eh_cmd_q ehandler eh_action host_wait hostt transportt tagset_refcnt tagset_freed host_blocked host_failed host_eh_scheduled host_no eh_deadline last_reset max_channel max_id max_lun max_cmd_len can_queue cmd_per_lun sg_prot_tablesize opt_sectors dma_boundary active_mode host_self_blocked reverse_ordering tmf_in_progress async_scan eh_noresume host_tagset short_inquiry no_scsi2_lun_in_cdb work_q_name work_q tmf_work_q max_host_blocked prot_capabilities prot_guard_type n_io_port dma_channel shost_state shost_gendev shost_dev shost_data scsi_target starget_sdev_user reap_ref single_lun pdt_1f_for_no_lun no_report_luns expecting_lun_change target_busy target_blocked max_target_blocked starget_data scsi_device_handler scsi_target_state STARGET_CREATED STARGET_RUNNING STARGET_REMOVE STARGET_CREATED_REMOVE STARGET_DEL scsi_data_buffer scsi_cmnd_submitter SUBMITTED_BY_BLOCK_LAYER SUBMITTED_BY_SCSI_ERROR_HANDLER SUBMITTED_BY_SCSI_RESET_IOCTL scsi_cmnd eh_entry abort_work eh_eflags budget_token jiffies_at_alloc prot_op prot_type prot_flags submitter cmd_len sc_data_direction cmnd sdb prot_sdb underflow transfersize resid_len sense_len sense_buffer extra_len host_scribble scsi_host_template queuecommand init_cmd_priv exit_cmd_priv eh_abort_handler eh_device_reset_handler eh_target_reset_handler eh_bus_reset_handler eh_host_reset_handler slave_alloc slave_configure slave_destroy target_alloc target_destroy scan_finished change_queue_depth mq_poll dma_need_drain bios_param show_info eh_timed_out eh_should_retry_cmd host_reset proc_name tag_alloc_policy track_queue_depth supported_mode emulated skip_settle_delay shost_groups sdev_groups rpm_autosuspend_delay scsi_host_state SHOST_CREATED SHOST_RUNNING SHOST_CANCEL SHOST_DEL SHOST_RECOVERY SHOST_CANCEL_RECOVERY SHOST_DEL_RECOVERY scsi_transport_template host_attrs target_attrs device_attrs user_scan device_size device_private_offset target_private_offset host_size create_work_queue eh_strategy_handler spi_transport_attrs min_period max_offset max_width iu max_iu qas max_qas wr_flow rd_strm rti pcomp_en hold_mcs initial_dv support_sync support_wide support_dt support_dt_only support_ius support_qas dv_pending dv_in_progress dv_mutex spi_signal_type SPI_SIGNAL_UNKNOWN SPI_SIGNAL_SE SPI_SIGNAL_LVD SPI_SIGNAL_HVD spi_host_attrs signalling spi_function_template get_period get_offset get_width set_width get_iu set_iu get_dt set_dt get_qas set_qas get_wr_flow set_wr_flow get_rd_strm set_rd_strm get_rti set_rti get_pcomp_en set_pcomp_en get_hold_mcs set_hold_mcs get_signalling set_signalling deny_binding show_period show_offset show_width show_iu show_dt show_qas show_wr_flow show_rd_strm show_rti show_pcomp_en show_hold_mcs CAM_REQ_INPROG CAM_REQ_CMP CAM_REQ_ABORTED CAM_UA_ABORT CAM_REQ_CMP_ERR CAM_BUSY CAM_REQ_INVALID CAM_PATH_INVALID CAM_SEL_TIMEOUT CAM_CMD_TIMEOUT CAM_SCSI_STATUS_ERROR CAM_SCSI_BUS_RESET CAM_UNCOR_PARITY CAM_AUTOSENSE_FAIL CAM_NO_HBA CAM_DATA_RUN_ERR CAM_UNEXP_BUSFREE CAM_SEQUENCE_FAIL CAM_CCB_LEN_ERR CAM_PROVIDE_FAIL CAM_BDR_SENT CAM_REQ_TERMIO CAM_UNREC_HBA_ERROR CAM_REQ_TOO_BIG CAM_UA_TERMIO CAM_MSG_REJECT_REC CAM_DEV_NOT_THERE CAM_RESRC_UNAVAIL CAM_REQUEUE_REQ CAM_DEV_QFRZN CAM_STATUS_MASK AC_GETDEV_CHANGED AC_INQ_CHANGED AC_TRANSFER_NEG AC_LOST_DEVICE AC_FOUND_DEVICE AC_PATH_DEREGISTERED AC_PATH_REGISTERED AC_SENT_BDR AC_SCSI_AEN AC_UNSOL_RESEL AC_BUS_RESET ac_code scsi_sense_data cmd_spec_info add_sense_code add_sense_code_qual fru sense_key_spec extra_bytes ahc_dev_softc_t ahc_io_ctx_t bus_size_t BUS_SPACE_MEMIO BUS_SPACE_PIO bus_space_tag_t bus_space_handle_t bus_dma_segment ds_addr ds_len bus_dma_segment_t ahc_linux_dma_tag bus_dma_tag_t bus_dmamap_t bus_dma_filter_t bus_dmamap_callback_t AHC_NONE AHC_CHIPID_MASK AHC_AIC7770 AHC_AIC7850 AHC_AIC7855 AHC_AIC7859 AHC_AIC7860 AHC_AIC7870 AHC_AIC7880 AHC_AIC7895 AHC_AIC7895C AHC_AIC7890 AHC_AIC7896 AHC_AIC7892 AHC_AIC7899 AHC_VL AHC_EISA AHC_PCI AHC_BUS_MASK ahc_chip AHC_FENONE AHC_ULTRA AHC_ULTRA2 AHC_WIDE AHC_TWIN AHC_MORE_SRAM AHC_CMD_CHAN AHC_QUEUE_REGS AHC_SG_PRELOAD AHC_SPIOCAP AHC_MULTI_TID AHC_HS_MAILBOX AHC_DT AHC_NEW_TERMCTL AHC_MULTI_FUNC AHC_LARGE_SCBS AHC_AUTORATE AHC_AUTOPAUSE AHC_TARGETMODE AHC_MULTIROLE AHC_REMOVABLE AHC_HVD AHC_AIC7770_FE AHC_AIC7850_FE AHC_AIC7860_FE AHC_AIC7870_FE AHC_AIC7880_FE AHC_AIC7890_FE AHC_AIC7892_FE AHC_AIC7895_FE AHC_AIC7895C_FE AHC_AIC7896_FE AHC_AIC7899_FE ahc_feature AHC_BUGNONE AHC_TMODE_WIDEODD_BUG AHC_AUTOFLUSH_BUG AHC_CACHETHEN_BUG AHC_CACHETHEN_DIS_BUG AHC_PCI_2_1_RETRY_BUG AHC_PCI_MWI_BUG AHC_SCBCHAN_UPLOAD_BUG ahc_bug AHC_FNONE 