summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/tei.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
commit873660d1a83ece926fe7206288dda9c36b349c1b (patch)
treea48f77125c309a355b5d0eb58d6b24446abe9d62 /Master/texmf-dist/tex/generic/tex4ht/tei.4ht
parent2939242967231097459df0fc3150fabc2f639111 (diff)
generic 1
git-svn-id: svn://tug.org/texlive/trunk@613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tei.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tei.4ht1784
1 files changed, 1784 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tei.4ht b/Master/texmf-dist/tex/generic/tex4ht/tei.4ht
new file mode 100644
index 00000000000..5ffff604e8d
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/tei.4ht
@@ -0,0 +1,1784 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% tei.4ht 2005-02-21-19:09 %
+% Copyright (C) 2000--2005 Eitan M. Gurari %
+% Sebastian Rahtz %
+% %
+% This work may be distributed and/or modified under the %
+% conditions of the LaTeX Project Public License, either %
+% version 1.3 of this license or (at your option) any %
+% later version. The latest version of this license is %
+% in %
+% http://www.latex-project.org/lppl.txt %
+% and version 1.3 or later is part of all distributions %
+% of LaTeX version 2003/12/01 or later. %
+% %
+% This work has the LPPL maintenance status "maintained".%
+% %
+% This Current Maintainer of this work %
+% is Eitan M. Gurari. %
+% %
+% If you modify this program your changing its signature %
+% with a directive of the following form will be %
+% appreciated. %
+% \message{signature} %
+% %
+% gurari@cse.ohio-state.edu %
+% http://www.cse.ohio-state.edu/~gurari %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\immediate\write-1{version 2005-02-21-19:09}
+
+\exit:ifnot{Preamble,%
+amsart,%
+amsthm,%
+article,%
+book,%
+fontmath,%
+graphics,%
+latex,%
+ltugboat,%
+ltugproc,%
+plain,%
+report,%
+tex4ht,%
+url}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{Preamble}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{html}{xml}
+\edef\Preamble{\Preamble,refcaption}
+\Configure{PROLOG}{VERSION,DOCTYPE,*XML-STYLESHEET}
+\:CheckOption{no-DOCTYPE} \if:Option
+ \Configure{PROLOG}{VERSION,*XML-STYLESHEET}
+\fi
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{tex4ht}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \if:latex \Hinclude{\input #1.4ht}{latex}
+
+\else \ifx \contextversion\Un:def
+ \Hinclude{\input #1.4ht}{plain}
+ \def\:temp{t}%
+ \ifx \eplain\:temp
+ \Hinclude{\input #1.4ht}{eplain}
+ \fi
+ \def\:temp{M\kern-.111em\lower.6ex\hbox{E}\kern-.075emX}
+\ifx \nM@X\:temp
+ \expandafter\ifx\csname emulateplain\endcsname\relax \else
+ \Hinclude{\input #1.4ht}{mex}
+\fi\fi
+
+ \ifx \d@nger\:UnDef \else
+ \let\leftheadline\empty
+ \let\rightheadline\empty
+ \Hinclude{\input #1.4ht}{manmac}
+ \fi
+\else
+ \Hinclude{\input #1.4ht}{context}
+\fi
+ \fi
+\Configure{HTML}
+ {\HCode{<TEI.2>}}
+ {\HCode{</TEI.2>}}
+\Configure{HEAD}
+ {\HCode{<teiHeader type="text" status="new"><fileDesc>}}
+ {\HCode{</fileDesc>\Hnewline
+ <revisionDesc><list
+ type="simple"><item></item></list></revisionDesc>\Hnewline
+ </teiHeader>}}
+\Configure{TITLE}
+ {\HCode{<titleStmt><title></title></titleStmt>\Hnewline}}
+ {}
+\Configure{TITLE+}
+ {\HCode{<publicationStmt> <p></p> </publicationStmt>\Hnewline
+ <sourceDesc><p>\FileName\space from \jobname.tex
+ (TeX4ht, \:today)</p></sourceDesc>\Hnewline
+ }}
+\Configure{BODY}
+ {\ifTag{TITLE+}%
+ {\HCode{<text><front>}\PushStack\text:stack{front}}%
+ {\HCode{<text><body>}\PushStack\text:stack{body}\ShowPar
+ \csname par\endcsname}%
+ }
+ {\IgnorePar\EndP \PopStack\text:stack\:temp \def\:tempa{front}%
+ \HCode{</\:temp>\ifx\:temp\:tempa <body><p></p></body>\fi</text>}}
+
+\Configure{HtmlPar}
+ {\EndP\HCode{<!--l. \the\inputlineno-->%
+ \ifnum\P:level=0 <div type="p">\fi
+ <p>}\gHAdvance\P:level by 1 }
+ {\EndP\HCode{<!--l. \the\inputlineno-->%
+ \ifnum\P:level=0 <div type="p">\fi
+ <p>}\gHAdvance\P:level by 1 }
+ {\gHAdvance\P:level by -1 \HCode{</p>\ifnum\P:level=0 </div>\fi }}
+ {\gHAdvance\P:level by -1 \HCode{</p>\ifnum\P:level=0 </div>\fi }}
+
+\Configure{Link}{ref}{ target=}{ id=}{\empty}
+
+
+\Configure{VERSION}
+ {\HCode{<?xml version="1.0"?>\Hnewline}}
+\Configure{VERSION}
+ {\HCode{<?xml version="1.0"?>\Hnewline}}
+\Configure{DOCTYPE}
+ {\HCode{<!DOCTYPE TEI.2 [<!ENTITY \% TEI.dtd PUBLIC\Hnewline
+ "-//TEI//DTD TEI Lite XML ver. 1.3//"\Hnewline
+ "teixlite.dtd">
+\Hnewline \%TEI.dtd; \Hnewline
+%
+}\immediate\write16{--- file \jobname.ent ---}\HCode{%
+<!ENTITY \% ENT-\jobname.ent SYSTEM "\jobname.ent">
+ \Hnewline \%ENT-\jobname.ent; \Hnewline
+%
+]>}}
+\HAssign\ent:cnt = 0
+\Configure{Preamble}
+ {}
+ {{\ifdim \lastskip>\z@ \unskip\fi
+ \IgnorePar\parindent\z@ \leavevmode}%
+ \def\Decl##1{{\everypar{}%
+ \ht:special{t4ht>\jobname.ent}\hbox{\HCode{##1\Hnewline}}%
+ \ht:special{t4ht>\FileName}}}
+ \Decl{\:NOTATIONs}\let\:NOTATIONs=\:UnDef
+%
+ }
+\let\:NOTATIONs=\empty
+\def\Decl#1{\edef\:NOTATIONs{\:NOTATIONs#1\Hnewline}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{latex}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \expandafter\let\csname tex4ht:4ht\endcsname\empty
+\def\no:dupl#1#2{%
+ \expandafter\ifx \csname #1:4ht\endcsname\relax
+ \expandafter\let \csname #1:4ht\endcsname\empty
+ \expand:after{#2}%
+ \fi
+}
+
+\Hinclude{\input #1.4ht}{fontmath}
+\Hinclude{\@ifpackageloaded{colortbl}{%
+ \no:dupl{array}{\input array.4ht}%
+ \no:dupl{color}{\input color.4ht}%
+ \no:dupl{colortbl}{\input colortbl.4ht}%
+ }{}}{colortbl}
+
+\def\h:input#1.#2.#3!*?: {%
+ \:CheckOption{no_#1}\if:Option
+ \let\:temp\empty
+ \else
+ \let\:temp\empty
+ \no:dupl{#1}{%
+ \openin15 #1.4ht
+ \ifeof15
+ \:CheckOption{debug}\if:Option
+ \:warning{No configuration file for
+ #1.\if .#2.tex\else #2\fi}%
+ \fi
+ \let\:temp\empty
+ \else
+ \def\:temp{\input #1.4ht }%
+ \fi \closein15
+ }%
+ \fi \:temp}
+\edef\:temp{\noexpand\Hinclude
+ {\noexpand\h:input ##1..!*?: }{\@filelist}}
+\:temp
+
+\expandafter\let\csname tex4ht:4ht\endcsname\empty
+\def\no:dupl#1#2{%
+ \expandafter\ifx \csname #1:4ht\endcsname\relax
+ \expandafter\let \csname #1:4ht\endcsname\empty
+ \expand:after{#2}%
+ \fi
+}
+
+\Hinclude{\ifx \PsfigVersion\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input psfig.4ht}}\fi}
+ {psfig}
+\Hinclude{\:CheckOption{#1}
+ \if:Option \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {pictex}
+\Hinclude{%
+ \expandafter\ifx \csname PSTricksLoaded\endcsname\relax\else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {pstricks}
+\Hinclude{%
+ \ifx \:DraCatCodes\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {dratex}
+\Hinclude{%
+ \ifx \xyloaded\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {xy}
+
+\Hinclude{%
+ \ifx \epsfsetgraph\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {epsf}
+
+\Hinclude{%
+ \ifx \diagram@help@messages\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {diagrams}
+
+\Hinclude{%
+ \ifx \figvisu\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {fig4tex}
+
+\Hinclude{}
+ {pctable}
+\Hinclude{%
+ \:CheckOption{xhtml}\if:Option \fi}
+ {xhtml}
+\Hinclude{\:CheckOption{#1}
+ \if:Option\else \:CheckOption{ShowFont}\fi
+ \if:Option\else \:CheckOption{frames-}\fi
+ \if:Option\else \:CheckOption{frames}\fi
+ \if:Option\else \:CheckOption{image-maps}\fi
+ \if:Option\else \:CheckOption{java}\fi
+ \if:Option\else \:CheckOption{javascript}\fi
+ \if:Option \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {th4}
+\Hinclude{\ifx \sethebrew\:UnDef\else \ifx \ArabTeX\:UnDef\else
+ \no:dupl{#1}{\expand:after{\input hebtex.4ht}}\fi \fi}
+ {hebtex}
+
+\Configure{InsertTitle}{\let\label=\lb:l
+ \let\ref=\o:ref \Configure{ref}{}{}{}}
+\Configure{AfterTitle}{\let\index=\:index
+ \let\ref=\:ref \let\label=\lb:l }
+\Configure{NoSection}
+ {\let\sv:index=\index \let\sv:label=\label \let\sv:ref=\ref
+ \let\sv:newline=\newline \def\newline{ }%
+ \let\sv:setfontsize=\@setfontsize \let\@setfontsize=\:gobbleIII
+ \let\index=\@gobble \let\label=\@gobble \let\ref=\@gobble
+ }
+ {\let\index=\sv:index \let\label=\sv:label \let\ref=\sv:ref
+ \let\newline=\sv:newline \let\@setfontsize=\sv:setfontsize
+ }
+
+\Configure{TITLE}
+ {\HCode{<titleStmt>\Hnewline
+ <title>\ifTag{TITLE+}{\LikeRef{TITLE+}}{}</title>\Hnewline
+ <author>\ifTag{)author)}{\LikeRef{)author)}}{}</author>\Hnewline
+ </titleStmt>\Hnewline
+ }}
+ {}%
+
+\ConfigureEnv{verbatim}
+ {\ifinner\else \vfill\break\fi
+ \IgnorePar\EndP\HCode{<p rend="verbatim">}\EndNoFonts}
+ {\NoFonts \ht:special{t4ht=</p>}\ShowPar\par}
+ {} {}
+\ConfigureEnv{verbatim*}
+ {\ifinner\else \vfill\break\fi
+ \IgnorePar\EndP\HCode{<p rend="verbatim-star">}\EndNoFonts}
+ {\NoFonts \HCode{</note><p>}\ShowPar\par}
+ {} {}
+\Configure{verbatim}{\:nbsp}{\a:sp}
+\ConfigureEnv{flushleft}
+ {\IgnorePar\EndP\HCode{<div type="flushleft">}%
+ \gHAdvance\P:level by 1 }
+ {\IgnorePar\EndP\gHAdvance\P:level by -1 \HCode{</div>}}
+ {}{}
+\ConfigureEnv{flushright}
+ {\IgnorePar\EndP\HCode{<div type="flushright">}%
+ \gHAdvance\P:level by 1 }
+ {\IgnorePar\EndP\gHAdvance\P:level by -1 \HCode{</div>}}
+ {}{}
+\ConfigureList{flushleft}
+ {}{}
+ {} {\par\ShowPar}
+\ConfigureList{flushright}
+ {}{}
+ {} {\par\ShowPar}
+
+\ConfigureList{trivlist}%
+ {\EndP\HCode{<list type="gloss">}\let\end:itm=\empty}
+ {\EndP\HCode{</item></list>}\ShowPar}
+ {\end:itm\def\end:itm{\EndP\Tg</item>}\HCode{<label>}\bgroup \bf}
+ {\egroup\HCode{</label><item\Hnewline>}}
+\ConfigureList{list}%
+ {\EndP\HCode{<list type="gloss">}\let\end:itm=\empty}
+ {\EndP\HCode{</item></list>}\ShowPar}
+ {\end:itm\def\end:itm{\EndP\Tg</item>}\HCode{<label>}\bgroup \bf}
+ {\egroup\HCode{</label><item\Hnewline>}}
+\ConfigureList{itemize}%
+ {\EndP\HCode{<list type="bulleted">}\let\end:itm=\empty}
+ {\EndP\HCode{</item></list>}\ShowPar}
+ {\end:itm\def\end:itm{\EndP\Tg</item>}\DeleteMark}
+ {\HCode{<item>}}
+\ConfigureList{enumerate}%
+ {\EndP\HCode{<list type="ordered"\Hnewline>}\let\end:itm=\empty}
+ {\EndP\HCode{</item></list>}\ShowPar}
+ {\end:itm\def\end:itm{\EndP\Tg</item>}\DeleteMark}
+ {\HCode{<item>}\AnchorLabel}
+\Configure{cite}{}{}{\Link}{\EndLink}
+\Configure{bibitem}{\Link}{\EndLink}
+
+\Configure{tabular}
+ {\gHAdvance\tabularN by 1 \PushStack\tabular:N\tabularN
+\let\prevR:max=\R:max \let\prevC:max=\C:max \gHAssign\C:max=0
+\expandafter\ifx \csname cw:rc-\tabularN\endcsname \relax
+ \tmp:toks{ }%
+\else
+ \expandafter\expandafter\expandafter\tmp:toks
+ \expandafter\expandafter\expandafter{\csname
+ cw:rc-\tabularN\endcsname}%
+\fi
+%
+ \HCode{<table\Hnewline \the\tmp:toks
+ >}}
+ {\HCode{</table>}%
+ \PopStack\tabular:N\i:var \expandafter\tmp:toks\expandafter{\Clr}%
+%
+\Tag{rc-\i:var}{rend="\the\tmp:toks
+" rows="\R:max" cols="\C:max"}
+\global\let\R:max=\prevR:max \global\let\C:max=\prevC:max
+}
+ {\gHAssign\R:max=\HRow
+\HCode{<row role="data">}}
+ {\HCode{</row>}}
+ {\HAssign\i:var=\HCol \HAdvance\i:var by \HMultispan
+\HAdvance\i:var by -1 \ifnum \C:max<\i:var \gHAssign\C:max=\i:var \fi
+%
+ \HCode{<cell\Hnewline cols="\HMultispan" rows="1" role="data">}}
+ {\HCode{</cell>}}
+\HAssign\tabularN=0
+\Configure{hline}{}
+\Configure{//[]}{}
+
+\Configure{centerline}
+ {\ifvmode \IgnorePar \fi \EndP\HCode{<p \Hnewline
+ rend="centerline">}}
+ {\EndP\HCode{</p>}\ShowPar}
+\Configure{leftline}
+ {\ifvmode \IgnorePar \fi \EndP\HCode{<p \Hnewline
+ rend="leftline">}}
+ {\EndP\HCode{</p>}\ShowPar}
+\Configure{rightline}
+ {\ifvmode \IgnorePar \fi \EndP\HCode{<p \Hnewline
+ rend="rightline">}}
+ {\EndP\HCode{</p>}\ShowPar}
+
+\:CheckOption{new-accents} \if:Option
+ \:CheckOption{accent-} \if:Option
+ \Configure{HAccent}\acute{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\bar{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\breve{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\check{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\ddot{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\dot{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\grave{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\hat{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\tilde{AOaoNn{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\vec{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\widehat{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\widetilde{}{\Picture+{}}{\EndPicture}
+\fi
+\:CheckOption{mathaccent-} \if:Option
+ \Configure{HAccent}\"{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\'{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\.{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\={}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\H{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\^{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\`{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\b{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\c{Cc{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\d{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\t{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\u{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\v{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\~{AOaoNn{}}{\Picture+{}}{\EndPicture}
+\fi
+\Configure{accent}{*}
+ {<!--tex4ht:accent\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end accent-->}
+\Configure{mathaccent}{*}
+ {<!--tex4ht:mathaccent\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end mathaccent-->}
+\Configure{accented}{*}
+ {<!--tex4ht:accented\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end accented-->}
+\Configure{accenting}{*}
+ {<!--tex4ht:accenting\Hnewline-->}
+ {<!--tex4ht:end accenting-->}
+
+\else
+ \Configure{accent}\`\grave{A{A}E{E}I{I}O{O}U{U}%
+ a{a}e{e}i{i}\i{i}o{o}u{u}{}{}}
+ {\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
+\Configure{accent}\'\acute{A{A}E{E}I{I}O{O}U{U}Y%
+ {Y}a{a}e{e}i{i}\i{i}o{o}u{u}y{y}{}{}}
+ {\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
+\Configure{accent}\^\hat{A{A}E{E}I{I}O{O}U{U}a{a}%
+ e{e}i{i}\i{i}o{o}u{u}{}{}}
+ {\a:accents{circ}{#1}} {\b:accents{hat}{#1}{#2}}
+\Configure{accent}\~\tilde{A{A}O{O}a{a}o{o}N{N}n{n}{}{}}
+ {\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
+\Configure{accent}\"\ddot{A{A}E{E}I{I}O{O}U{U}Y%
+ {Y}a{a}e{e}i{i}\i{i}o{o}u{u}y{y}{}{34}}
+ {\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
+\Configure{accent}\c\c{C{C}c{c}{}{}}
+ {\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
+\Configure{accent}\t\t{{}{}}
+ {\a:accents{udot}{#1}} {\b:accents{udot}{#1}{#2}}
+\Configure{accent}\H\H{{}{}} {}{\b:accents{Huml}{#1}{#2}}
+\Configure{accent}\.\dot{{}{}} {}{\b:accents{dot}{#1}{#2}}
+\Configure{accent}\u\breve{{}{}}{}{\b:accents{breve}{#1}{#2}}
+\Configure{accent}\vec\vec{{}{}}{}{\b:accents{vec}{#1}{#2}}
+\Configure{accent}\v\check{{}{}}{}{\b:accents{check}{#1}{#2}}
+\Configure{accent}\=\bar{{}{}} {}{\b:accents{bar}{#1}{#2}}
+\Configure{accent}\widetilde\widetilde{{}{}}
+ {}{\b:accents{widetilde}{#1}{#2}}
+\Configure{accent}\widehat\widehat{{}{}}
+ {}{\b:accents{widehat}{#1}{#2}}
+
+\fi
+\let\^^_=\v
+
+\let\@acci=\' \let\@accii=\` \let\@acciii=\=
+
+\Configure{equation}
+ {} {\HCode{<title>}} {\HCode{</title>}}
+\ConfigureEnv{equation}
+ {\IgnorePar\EndP
+ \HCode{<div rend="equation"><p rend="equation">}}
+ {\HCode{</p></div>}\ShowPar\par}
+ {}{}
+
+\Configure{verb}{}{}
+\Configure{obeylines}
+ {\ifvmode \EndP
+ \HCode{<div rend="obeylines-v">}%
+ \gdef\ob:ln{div}%
+ \else \HCode{<emph rend="obeylines-h">}%
+ \gdef\ob:ln{emph}%
+ \fi
+ }
+ {\ht:special{t4ht=</\ob:ln>}\ShowPar} {\hbox{\HCode{<br />}}}
+
+\gHAssign\P:level=0
+\Configure{newline}{\HCode{<!--br/-->}}
+\ConfigureEnv{minipage}
+ {\IgnorePar\EndP\HCode{<note rend="minipage">}}
+ {\IgnorePar\EndP\HCode{</note>}\ShowPar}
+ {}{}
+\Configure{newtheorem}
+ {\IgnorePar\EndP\HCode{<note rend="newtheorem"><title>}}
+ {\HCode{</title>}\ShowPar\par}
+ {\IgnorePar\EndP\HCode{</note>}\ShowPar\par}
+
+\Configure{@TITLE}{\def\LaTeX{LaTeX}\let\fontencoding=\:gobble
+ \let\fontfamily=\:gobble \let\fontseries=\:gobble
+ \let\fontshape=\:gobble \let\usefont=\:gobbleIV }
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{book}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \HAssign\DivLevel=0
+\HAssign\DivCount=0
+\def\OpenDiv#1{%
+ \IgnorePar\EndP \PopStack\text:stack\:temp \def\:tempa{body}%
+ \ifx \:temp\:tempa \else \HCode{</\:temp><body>}\fi
+ \PushStack\text:stack{body}%
+ \ifnum \DivLevel>0 \ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \gHAdvance\P:level by 1
+ \HCode{</div>}%
+\fi\fi
+%
+ \gHAdvance\DivLevel by 1
+ \HCode{<!--l. \the\inputlineno--><div\Hnewline
+ type="#1">}\gHAdvance\P:level by 1 }
+\def\CloseDiv#1{%
+ \IgnorePar\EndP \gHAdvance\P:level by -1 \HCode{</div><!--end #1-->}%
+ \gHAdvance\DivLevel by -1
+}
+\def\CloseHead{\HCode{</head>}%
+ \gHAdvance\DivCount by 1
+\Tag{dv)\DivCount}{\DivLevel}%
+\HAdvance\DivLevel by 1
+\HAdvance\DivCount by 1
+\ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \HCode{<div type="preamble"><p></p>}%
+ \gHAdvance\P:level by 1
+\fi
+\HAdvance\DivLevel by -1
+\HAdvance\DivCount by -1
+\ShowPar\par}
+
+
+\Configure{maketitle}
+ {{\Configure{maketitle}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{TITLE+}{\@title}}%
+\HCode{<titlePage>}}
+ {\HCode{</titlePage>}}
+ {\HCode{<title>}}
+ {\HCode{</title>}}
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{)author)}{\@author}}%
+\HCode{<author>}}
+ {\HCode{</author>}}
+ {\HCode{<date>}} {\HCode{</date>}}
+ {\HCode{<!--and-->}}
+ {}
+
+\ConfigureList{thebibliography}%
+ {\IgnorePar\EndP
+ \HCode{<div rend="thebibliography"><listBibl>}\let\en:bib=\empty}
+ {\en:bib\HCode{</listBibl></div>}}
+ {\en:bib\def\en:bib{\HCode{</bibl>}}%
+ \HCode{<!--l. \the\inputlineno--><!--}\Configure{HtmlPar}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {} {}
+}
+ {\HCode{--><bibl>}}
+
+\ConfigureEnv{figure}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<note rend="figure">}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</note>}}
+ {}{}
+\Configure{caption}
+ {}{}
+ {\HCode{<title>}} {\HCode{</title>}}
+
+\Configure{tableofcontents}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{<divGen type="toc"/>}}
+ {} {}{}{}
+\ConfigureToc{likeparagraph}{}{}{}{}
+\ConfigureToc{likepart}{}{}{}{}
+\ConfigureToc{likesection}{}{}{}{}
+\ConfigureToc{likesubparagraph}{}{}{}{}
+\ConfigureToc{likesubsection}{}{}{}{}
+\ConfigureToc{likesubsubsection}{}{}{}{}
+\ConfigureToc{paragraph}{}{}{}{}
+\ConfigureToc{part}{}{}{}{}
+\ConfigureToc{section}{}{}{}{}
+\ConfigureToc{subparagraph}{}{}{}{}
+\ConfigureToc{subsection}{}{}{}{}
+\ConfigureToc{subsubsection}{}{}{}{}
+
+\ConfigureToc{appendix}{}{}{}{}
+\ConfigureToc{chapter}{}{}{}{}
+\ConfigureToc{likechapter}{}{}{}{}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{report}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \HAssign\DivLevel=0
+\HAssign\DivCount=0
+\def\OpenDiv#1{%
+ \IgnorePar\EndP \PopStack\text:stack\:temp \def\:tempa{body}%
+ \ifx \:temp\:tempa \else \HCode{</\:temp><body>}\fi
+ \PushStack\text:stack{body}%
+ \ifnum \DivLevel>0 \ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \gHAdvance\P:level by 1
+ \HCode{</div>}%
+\fi\fi
+%
+ \gHAdvance\DivLevel by 1
+ \HCode{<!--l. \the\inputlineno--><div\Hnewline
+ type="#1">}\gHAdvance\P:level by 1 }
+\def\CloseDiv#1{%
+ \IgnorePar\EndP \gHAdvance\P:level by -1 \HCode{</div><!--end #1-->}%
+ \gHAdvance\DivLevel by -1
+}
+\def\CloseHead{\HCode{</head>}%
+ \gHAdvance\DivCount by 1
+\Tag{dv)\DivCount}{\DivLevel}%
+\HAdvance\DivLevel by 1
+\HAdvance\DivCount by 1
+\ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \HCode{<div type="preamble"><p></p>}%
+ \gHAdvance\P:level by 1
+\fi
+\HAdvance\DivLevel by -1
+\HAdvance\DivCount by -1
+\ShowPar\par}
+
+
+\Configure{maketitle}
+ {{\Configure{maketitle}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{TITLE+}{\@title}}%
+\HCode{<titlePage>}}
+ {\HCode{</titlePage>}}
+ {\HCode{<docTitle><titlePart type="main">}}
+ {\HCode{</titlePart></docTitle>}}
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{)author)}{\@author}}%
+\HCode{<docAuthor>}}
+ {\HCode{</docAuthor>}}
+ {\HCode{<docDate>}} {\HCode{</docDate>}}
+ {\HCode{<!--and-->}}
+ {}
+
+\ConfigureList{thebibliography}%
+ {\IgnorePar\EndP
+ \HCode{<div rend="thebibliography"><listBibl>}\let\en:bib=\empty}
+ {\en:bib\HCode{</listBibl></div>}}
+ {\en:bib\def\en:bib{\HCode{</bibl>}}%
+ \HCode{<!--l. \the\inputlineno--><!--}\Configure{HtmlPar}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {} {}
+}
+ {\HCode{--><bibl>}}
+
+\ConfigureEnv{figure}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<note rend="figure">}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</note>}}
+ {}{}
+\Configure{caption}
+ {}{}
+ {\HCode{<title>}} {\HCode{</title>}}
+
+\Configure{tableofcontents}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{<divGen type="toc"/>}}
+ {} {}{}{}
+\ConfigureToc{likeparagraph}{}{}{}{}
+\ConfigureToc{likepart}{}{}{}{}
+\ConfigureToc{likesection}{}{}{}{}
+\ConfigureToc{likesubparagraph}{}{}{}{}
+\ConfigureToc{likesubsection}{}{}{}{}
+\ConfigureToc{likesubsubsection}{}{}{}{}
+\ConfigureToc{paragraph}{}{}{}{}
+\ConfigureToc{part}{}{}{}{}
+\ConfigureToc{section}{}{}{}{}
+\ConfigureToc{subparagraph}{}{}{}{}
+\ConfigureToc{subsection}{}{}{}{}
+\ConfigureToc{subsubsection}{}{}{}{}
+
+\ConfigureToc{appendix}{}{}{}{}
+\ConfigureToc{chapter}{}{}{}{}
+\ConfigureToc{likechapter}{}{}{}{}
+
+\ConfigureEnv{abstract}
+ {\IgnorePar\EndP\HCode{<div type="abstract">}%
+ \gHAdvance\P:level by 1 }
+ {\IgnorePar\EndP\gHAdvance\P:level by -1 \HCode{</div>}}
+ {\HCode{<head>}}
+ {\HCode{</head>}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \HAssign\DivLevel=0
+\HAssign\DivCount=0
+\def\OpenDiv#1{%
+ \IgnorePar\EndP \PopStack\text:stack\:temp \def\:tempa{body}%
+ \ifx \:temp\:tempa \else \HCode{</\:temp><body>}\fi
+ \PushStack\text:stack{body}%
+ \ifnum \DivLevel>0 \ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \gHAdvance\P:level by 1
+ \HCode{</div>}%
+\fi\fi
+%
+ \gHAdvance\DivLevel by 1
+ \HCode{<!--l. \the\inputlineno--><div\Hnewline
+ type="#1">}\gHAdvance\P:level by 1 }
+\def\CloseDiv#1{%
+ \IgnorePar\EndP \gHAdvance\P:level by -1 \HCode{</div><!--end #1-->}%
+ \gHAdvance\DivLevel by -1
+}
+\def\CloseHead{\HCode{</head>}%
+ \gHAdvance\DivCount by 1
+\Tag{dv)\DivCount}{\DivLevel}%
+\HAdvance\DivLevel by 1
+\HAdvance\DivCount by 1
+\ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \HCode{<div type="preamble"><p></p>}%
+ \gHAdvance\P:level by 1
+\fi
+\HAdvance\DivLevel by -1
+\HAdvance\DivCount by -1
+\ShowPar\par}
+
+
+\Configure{maketitle}
+ {{\Configure{maketitle}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{TITLE+}{\@title}}%
+\HCode{<titlePage>}}
+ {\HCode{</titlePage>}}
+ {\HCode{<docTitle><titlePart type="main">}}
+ {\HCode{</titlePart></docTitle>}}
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{)author)}{\@author}}%
+\HCode{<docAuthor>}}
+ {\HCode{</docAuthor>}}
+ {\HCode{<docDate>}} {\HCode{</docDate>}}
+ {\HCode{<!--and-->}}
+ {}
+
+\Configure{part}
+ {\OpenDiv{part}} {\CloseDiv{part}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{section}
+ {\OpenDiv{section}} {\CloseDiv{section}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subsection}
+ {\OpenDiv{subsection}} {\CloseDiv{subsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subsubsection}
+ {\OpenDiv{subsubsection}} {\CloseDiv{subsubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{paragraph}
+ {\OpenDiv{paragraph}} {\CloseDiv{paragraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subparagraph}
+ {\OpenDiv{subparagraph}} {\CloseDiv{subparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likepart}
+ {\OpenDiv{likepart}} {\CloseDiv{likepart}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesection}
+ {\OpenDiv{likesection}} {\CloseDiv{likesection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubsection}
+ {\OpenDiv{likesubsection}} {\CloseDiv{likesubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubsubsection}
+ {\OpenDiv{likesubsubsection}} {\CloseDiv{likesubsubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likeparagraph}
+ {\OpenDiv{likeparagraph}} {\CloseDiv{likeparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubparagraph}
+ {\OpenDiv{likesubparagraph}} {\CloseDiv{likesubparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{endsection}
+ {likesection,chapter,likechapter,appendix,part,likepart}
+\Configure{endlikesection}
+ {section,chapter,likechapter,appendix,part,likepart}
+\Configure{endsubsection}
+ {likesubsection,section,likesection,chapter,%
+ likechapter,appendix,part,likpart}
+\Configure{endlikesubsection}
+ {subsection,section,likesection,chapter,%
+ likechapter,appendix,part,likpart}
+\Configure{endsubsubsection}
+ {likesubsubsection,subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikesubsubsection}
+ {subsubsection,subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endparagraph}
+ {likeparagraph,subsubsection,likesubsubsection,subsection,%
+ likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikeparagraph}
+ {paragraph,subsubsection,likesubsubsection,subsection,%
+ likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endsubparagraph}
+ {likesubparagraph,likeparagraph,subsubsection,likesubsubsection,%
+ subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikesubparagraph}
+ {subparagraph,likeparagraph,subsubsection,likesubsubsection,%
+ subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\ifx \part\:UnDef \else
+ \Configure{endpart}{likepart}
+ \Configure{endlikepart}{endpart}
+\fi
+
+\ConfigureList{thebibliography}%
+ {\IgnorePar\EndP
+ \HCode{<div rend="thebibliography"><listBibl>}\let\en:bib=\empty}
+ {\en:bib\HCode{</listBibl></div>}}
+ {\en:bib\def\en:bib{\HCode{</bibl>}}%
+ \HCode{<!--l. \the\inputlineno--><!--}\Configure{HtmlPar}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {\HCode{<!--l. \the\inputlineno--><gap desc="bib p"/>}}
+ {} {}
+}
+ {\HCode{--><bibl>}}
+
+\ConfigureEnv{figure}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<note rend="figure">}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</note>}}
+ {}{}
+\Configure{caption}
+ {}{}
+ {\HCode{<title>}} {\HCode{</title>}}
+
+\Configure{tableofcontents}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{<divGen type="toc"/>}}
+ {} {}{}{}
+\ConfigureToc{likeparagraph}{}{}{}{}
+\ConfigureToc{likepart}{}{}{}{}
+\ConfigureToc{likesection}{}{}{}{}
+\ConfigureToc{likesubparagraph}{}{}{}{}
+\ConfigureToc{likesubsection}{}{}{}{}
+\ConfigureToc{likesubsubsection}{}{}{}{}
+\ConfigureToc{paragraph}{}{}{}{}
+\ConfigureToc{part}{}{}{}{}
+\ConfigureToc{section}{}{}{}{}
+\ConfigureToc{subparagraph}{}{}{}{}
+\ConfigureToc{subsection}{}{}{}{}
+\ConfigureToc{subsubsection}{}{}{}{}
+
+\ConfigureEnv{abstract}
+ {\IgnorePar\EndP\HCode{<div type="abstract">}%
+ \gHAdvance\P:level by 1 }
+ {\IgnorePar\EndP\gHAdvance\P:level by -1 \HCode{</div>}}
+ {\HCode{<head>}}
+ {\HCode{</head>}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{fontmath}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{mathit}{\ifmathml\else \HCode{<hi rend="it">}\fi}
+ {\ifmathml\else \HCode{</hi>}\fi}
+\Configure{mathbf}{\ifmathml\else \HCode{<hi rend="bf">}\fi}
+ {\ifmathml\else \HCode{</hi>}\fi}
+\Configure{mathtt}{\ifmathml\else \HCode{<hi rend="tt">}\fi}
+ {\ifmathml\else \HCode{</hi>}\fi}
+\Configure{mathsf}{\ifmathml\else \HCode{<hi rend="sf">}\fi}
+ {\ifmathml\else \HCode{</hi>}\fi}
+\Configure{mathrm}{\ifmathml\else \HCode{<hi rend="rm">}\fi}
+ {\ifmathml\else \HCode{</hi>}\fi}
+\Configure{textbf}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="bf">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textit}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="it">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textrm}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="rm">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textup}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="up">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textsc}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="sc">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textsf}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="sf">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{textsl}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="sl">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{texttt}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<hi rend="tt">}\fi}
+ {\ifmathml\else
+ \HCode{</hi>}\egroup \RecallEndP
+\fi}
+\Configure{emph}{\ifmathml\else
+ \leavevmode\SaveEndP\bgroup
+\Configure{HtmlPar}
+ {\HCode{<!--br role="newline" /-->}}
+ {\HCode{<!--br role="newline" /-->}}
+ {}{}%
+\HCode{<emph>}\fi}
+ {\ifmathml\else
+ \HCode{</emph>}\egroup \RecallEndP
+\fi}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{graphics}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \def\:tempc#1{%
+ \Decl{<!NOTATION #1 SYSTEM "" >}
+ \Configure{graphics*}
+ {#1}
+ {\HCode{<figure entity="fg-ent\ent:cnt" />%
+ <!--width="\the\Gin@req@width"
+ height="\the\Gin@req@height"-->}%
+ \Decl{<!ENTITY fg-ent\ent:cnt\space SYSTEM
+ "\csname Gin@base\endcsname.#1" NDATA #1>}%
+ \gHAdvance\ent:cnt by 1
+ }}
+\:tempc{eps}
+\:tempc{jpg}
+\:tempc{pdf}
+\:tempc{png}
+\:tempc{tif}
+\:tempc{gif}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{amsart}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \HAssign\DivLevel=0
+\HAssign\DivCount=0
+\def\OpenDiv#1{%
+ \IgnorePar\EndP \PopStack\text:stack\:temp \def\:tempa{body}%
+ \ifx \:temp\:tempa \else \HCode{</\:temp><body>}\fi
+ \PushStack\text:stack{body}%
+ \ifnum \DivLevel>0 \ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \gHAdvance\P:level by 1
+ \HCode{</div>}%
+\fi\fi
+%
+ \gHAdvance\DivLevel by 1
+ \HCode{<!--l. \the\inputlineno--><div\Hnewline
+ type="#1">}\gHAdvance\P:level by 1 }
+\def\CloseDiv#1{%
+ \IgnorePar\EndP \gHAdvance\P:level by -1 \HCode{</div><!--end #1-->}%
+ \gHAdvance\DivLevel by -1
+}
+\def\CloseHead{\HCode{</head>}%
+ \gHAdvance\DivCount by 1
+\Tag{dv)\DivCount}{\DivLevel}%
+\HAdvance\DivLevel by 1
+\HAdvance\DivCount by 1
+\ifnum \DivLevel=0\LikeRef{dv)\DivCount}\relax
+ \HCode{<div type="preamble"><p></p>}%
+ \gHAdvance\P:level by 1
+\fi
+\HAdvance\DivLevel by -1
+\HAdvance\DivCount by -1
+\ShowPar\par}
+
+\Configure{maketitle}
+ {{\Configure{maketitle}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{TITLE+}{\@title}}%
+\HCode{<titlePage>}}
+ {\HCode{</titlePage>}}
+ {\HCode{<docTitle><titlePart type="main">}}
+ {\HCode{</titlePart></docTitle>}}
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{)author)}{\@author}}%
+\HCode{<docAuthor>}}
+ {\HCode{</docAuthor>}}
+ {\HCode{<docDate>}} {\HCode{</docDate>}}
+ {\HCode{<!--and-->}}
+ {}
+
+\Configure{authors}
+ {\HCode{<docAuthor>}} {\HCode{</docAuthor>}}
+\Configure{setdate}
+ {\HCode{<docDate>}} {\HCode{</docDate>}}
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{)author)}{\@author}}%
+\HCode{<docAuthor>}}
+ {\HCode{</docAuthor>}}
+ {\HCode{<date>}} {\HCode{</date>}}
+ {\HCode{<!--and-->}}
+ {}
+
+\Configure{part}
+ {\OpenDiv{part}} {\CloseDiv{part}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{section}
+ {\OpenDiv{section}} {\CloseDiv{section}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subsection}
+ {\OpenDiv{subsection}} {\CloseDiv{subsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subsubsection}
+ {\OpenDiv{subsubsection}} {\CloseDiv{subsubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{paragraph}
+ {\OpenDiv{paragraph}} {\CloseDiv{paragraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{subparagraph}
+ {\OpenDiv{subparagraph}} {\CloseDiv{subparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likepart}
+ {\OpenDiv{likepart}} {\CloseDiv{likepart}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesection}
+ {\OpenDiv{likesection}} {\CloseDiv{likesection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubsection}
+ {\OpenDiv{likesubsection}} {\CloseDiv{likesubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubsubsection}
+ {\OpenDiv{likesubsubsection}} {\CloseDiv{likesubsubsection}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likeparagraph}
+ {\OpenDiv{likeparagraph}} {\CloseDiv{likeparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{likesubparagraph}
+ {\OpenDiv{likesubparagraph}} {\CloseDiv{likesubparagraph}}
+ {\HCode{<head>}} {\CloseHead}
+\Configure{endsection}
+ {likesection,chapter,likechapter,appendix,part,likepart}
+\Configure{endlikesection}
+ {section,chapter,likechapter,appendix,part,likepart}
+\Configure{endsubsection}
+ {likesubsection,section,likesection,chapter,%
+ likechapter,appendix,part,likpart}
+\Configure{endlikesubsection}
+ {subsection,section,likesection,chapter,%
+ likechapter,appendix,part,likpart}
+\Configure{endsubsubsection}
+ {likesubsubsection,subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikesubsubsection}
+ {subsubsection,subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endparagraph}
+ {likeparagraph,subsubsection,likesubsubsection,subsection,%
+ likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikeparagraph}
+ {paragraph,subsubsection,likesubsubsection,subsection,%
+ likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endsubparagraph}
+ {likesubparagraph,likeparagraph,subsubsection,likesubsubsection,%
+ subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\Configure{endlikesubparagraph}
+ {subparagraph,likeparagraph,subsubsection,likesubsubsection,%
+ subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likpart}
+\ifx \part\:UnDef \else
+ \Configure{endpart}{likepart}
+ \Configure{endlikepart}{endpart}
+\fi
+
+\ifx \deferred@thm@head\:UnDef\else
+ \Configure{newtheorem}
+ {\par\HCode{<title rend="newtheorem-ams">}\IgnorePar\par}
+ {\HCode{</title>}}
+ {}
+\fi
+\ifx \deferred@thm@head\:UnDef\else
+ \Configure{proof}
+ {\IgnorePar\EndP\HCode{<note rend="proof"><title>}}
+ {\HCode{</title>}\ShowPar\par}
+ {\IgnorePar\EndP\HCode{</note>}\ShowPar\par}
+
+\fi
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{amsthm}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{proof}
+ {\IgnorePar\EndP\HCode{<note rend="proof"><title>}}
+ {\HCode{</title>}\ShowPar\par}
+ {\IgnorePar\EndP\HCode{</note>}\ShowPar\par}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{plain}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \expandafter\let\csname tex4ht:4ht\endcsname\empty
+\def\no:dupl#1#2{%
+ \expandafter\ifx \csname #1:4ht\endcsname\relax
+ \expandafter\let \csname #1:4ht\endcsname\empty
+ \expand:after{#2}%
+ \fi
+}
+
+\Hinclude{\def\:temp{\ht:everypar={\setbox0=\lastbox\ht:everypar={}}}%
+ \ifx \NoindentAfter\:temp
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {osudeG}
+\Hinclude{\ifx\amstexloaded@\relax
+ \no:dupl{#1}{
+ \ifx \Space@\:UnDef \expand:after{\input #1.4ht} %
+ \else \input vanilla.4ht \fi}%
+ \fi}
+ {amstex}
+\Hinclude{\expandafter\ifx \csname amsppt.sty\endcsname\relax \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {amsppt}
+\Hinclude{\ifx \texinfoversion\:UnDef\else
+ \no:dupl{#1}{\expand:after{\input texinfo.4ht}}\fi}
+ {texinfo}
+\Hinclude{\ifx \thistubstyle\:UnDef\else
+ \no:dupl{#1}{\expand:after{\input tugboat.4ht}}\fi}
+ {tugboat}
+
+\expandafter\let\csname tex4ht:4ht\endcsname\empty
+\def\no:dupl#1#2{%
+ \expandafter\ifx \csname #1:4ht\endcsname\relax
+ \expandafter\let \csname #1:4ht\endcsname\empty
+ \expand:after{#2}%
+ \fi
+}
+
+\Hinclude{\ifx \PsfigVersion\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input psfig.4ht}}\fi}
+ {psfig}
+\Hinclude{\:CheckOption{#1}
+ \if:Option \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {pictex}
+\Hinclude{%
+ \expandafter\ifx \csname PSTricksLoaded\endcsname\relax\else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {pstricks}
+\Hinclude{%
+ \ifx \:DraCatCodes\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {dratex}
+\Hinclude{%
+ \ifx \xyloaded\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {xy}
+
+\Hinclude{%
+ \ifx \epsfsetgraph\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {epsf}
+
+\Hinclude{%
+ \ifx \diagram@help@messages\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {diagrams}
+
+\Hinclude{%
+ \ifx \figvisu\:UnDef \else
+ \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {fig4tex}
+
+\Hinclude{}
+ {pctable}
+\Hinclude{%
+ \:CheckOption{xhtml}\if:Option \fi}
+ {xhtml}
+\Hinclude{\:CheckOption{#1}
+ \if:Option\else \:CheckOption{ShowFont}\fi
+ \if:Option\else \:CheckOption{frames-}\fi
+ \if:Option\else \:CheckOption{frames}\fi
+ \if:Option\else \:CheckOption{image-maps}\fi
+ \if:Option\else \:CheckOption{java}\fi
+ \if:Option\else \:CheckOption{javascript}\fi
+ \if:Option \no:dupl{#1}{\expand:after{\input #1.4ht}}\fi}
+ {th4}
+\Hinclude{\ifx \sethebrew\:UnDef\else \ifx \ArabTeX\:UnDef\else
+ \no:dupl{#1}{\expand:after{\input hebtex.4ht}}\fi \fi}
+ {hebtex}
+
+\:CheckOption{new-accents} \if:Option
+ \:CheckOption{accent-} \if:Option
+ \Configure{HAccent}\acute{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\bar{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\breve{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\check{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\ddot{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\dot{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\grave{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\hat{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\tilde{AOaoNn{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\vec{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\widehat{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\widetilde{}{\Picture+{}}{\EndPicture}
+\fi
+\:CheckOption{mathaccent-} \if:Option
+ \Configure{HAccent}\"{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\'{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\.{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\={}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\H{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\^{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\`{AEIOUaeiou{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\b{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\c{Cc{}}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\d{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\t{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\u{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\v{}{\Picture+{}}{\EndPicture}
+ \Configure{HAccent}\~{AOaoNn{}}{\Picture+{}}{\EndPicture}
+\fi
+\Configure{accent}{*}
+ {<!--tex4ht:accent\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end accent-->}
+\Configure{mathaccent}{*}
+ {<!--tex4ht:mathaccent\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end mathaccent-->}
+\Configure{accented}{*}
+ {<!--tex4ht:accented\Hnewline font="}{" char="}{" type="}{"-->}
+ {<!--tex4ht:end accented-->}
+\Configure{accenting}{*}
+ {<!--tex4ht:accenting\Hnewline-->}
+ {<!--tex4ht:end accenting-->}
+
+\else
+ \Configure{accent}\`\grave{A{A}E{E}I{I}O{O}U{U}%
+ a{a}e{e}i{i}\i{i}o{o}u{u}{}{}}
+ {\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
+\Configure{accent}\'\acute{A{A}E{E}I{I}O{O}U{U}Y%
+ {Y}a{a}e{e}i{i}\i{i}o{o}u{u}y{y}{}{}}
+ {\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
+\Configure{accent}\^\hat{A{A}E{E}I{I}O{O}U{U}a{a}%
+ e{e}i{i}\i{i}o{o}u{u}{}{}}
+ {\a:accents{circ}{#1}} {\b:accents{hat}{#1}{#2}}
+\Configure{accent}\~\tilde{A{A}O{O}a{a}o{o}N{N}n{n}{}{}}
+ {\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
+\Configure{accent}\"\ddot{A{A}E{E}I{I}O{O}U{U}Y%
+ {Y}a{a}e{e}i{i}\i{i}o{o}u{u}y{y}{}{34}}
+ {\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
+\Configure{accent}\c\c{C{C}c{c}{}{}}
+ {\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
+\Configure{accent}\t\t{{}{}}
+ {\a:accents{udot}{#1}} {\b:accents{udot}{#1}{#2}}
+\Configure{accent}\H\H{{}{}} {}{\b:accents{Huml}{#1}{#2}}
+\Configure{accent}\.\dot{{}{}} {}{\b:accents{dot}{#1}{#2}}
+\Configure{accent}\u\breve{{}{}}{}{\b:accents{breve}{#1}{#2}}
+\Configure{accent}\vec\vec{{}{}}{}{\b:accents{vec}{#1}{#2}}
+\Configure{accent}\v\check{{}{}}{}{\b:accents{check}{#1}{#2}}
+\Configure{accent}\=\bar{{}{}} {}{\b:accents{bar}{#1}{#2}}
+\Configure{accent}\widetilde\widetilde{{}{}}
+ {}{\b:accents{widetilde}{#1}{#2}}
+\Configure{accent}\widehat\widehat{{}{}}
+ {}{\b:accents{widehat}{#1}{#2}}
+
+\fi
+\let\^^_=\v
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{url}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Decl{<!NOTATION URL SYSTEM "" >}
+\Configure{url}{%
+ \urlLink[xr-ent\ent:cnt]{}{}#1\EndurlLink
+ \Decl{<!ENTITY xr-ent\ent:cnt\space SYSTEM "#1" NDATA URL>}%
+ \gHAdvance\ent:cnt by 1
+}
+\LinkCommand\urlLink{xref,doc}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{ltugboat}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{address}
+ {\HCode{<byline rend="address">}}
+ {\HCode{</byline>}}
+\Configure{netaddress}
+ {\HCode{<byline rend="netaddress">}}
+ {\HCode{</byline>}}
+\Configure{PersonalURL}
+ {\HCode{<byline rend="PersonalURL">}}
+ {\HCode{</byline>}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{ltugproc}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{maketitle}
+ {{\Configure{maketitle}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\Tag{TITLE+}{\@title}}%
+\HCode{<titlePage>}%
+ \bgroup \Configure{centerline}
+ {\HCode{<byline rend="centerline">}}
+ {\HCode{</byline>}}
+ }
+ {\egroup \HCode{</titlePage>}}
+ {\HCode{<docTitle>}}
+ {\HCode{</docTitle>}}
+
+\Configure{thanks author date and}{}{}
+ {{\Configure{thanks author date and}{}{}{}{}{}{}{}{}%
+\let\leavevmode=\empty \let\not@math@alphabet=\:gobbleII
+\def\text@command##1{##1}\let\selectfont=\empty \let\\=\empty
+\no:fonts \def\check@icl ##1\check@icr{}%
+\:TITLE: \a:NoSection
+\count@\authornumber
+\@tempcnta0
+\let\:temp\relax
+\let\@author\empty
+\loop
+ \ifnum\count@>0
+ \advance\@tempcnta by \@ne
+ \edef\@author{\@author \ifx\@author\empty\else, \fi
+ \:temp{\number\@tempcnta}}%
+ \advance\count@ by \m@ne
+\repeat
+\let\ignorespaces\empty
+\let\unskip\empty
+\def\:temp##1{\csname theauthor##1\endcsname}%
+\Tag{)author)}{\@author}}%
+\HCode{<docAuthor>}}
+ {\HCode{</docAuthor>}}
+ {\HCode{<docDate>}} {\HCode{</docDate>}}
+ {\HCode{<!--and-->}}
+ {}
+\ConfigureEnv{abstract}
+ {}{} {}{}
+\Configure{abstract}
+ {\bgroup
+ \HCode{<epigraph rend="abstract"><p>}\IgnoreIndent\par}
+ {\ifvmode\IgnorePar\fi \EndP\HCode{</p></epigraph>}\egroup}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+\endinput
+