summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html4.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht2301
1 files changed, 988 insertions, 1313 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index f5263a5ad98..155d392ed7e 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html4.4ht 2008-09-06-23:50 %
-% Copyright (C) 1997--2008 Eitan M. Gurari %
+% html4.4ht 2009-04-18-11:05 %
+% Copyright (C) 1997--2009 Eitan M. Gurari %
% %
% This work may be distributed and/or modified under the %
% conditions of the LaTeX Project Public License, either %
@@ -24,10 +24,11 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2008-09-06-23:50}
+\immediate\write-1{version 2009-04-18-11:05}
\exit:ifnot{8859-6,%
CJK,%
+IEEEtran,%
JHEP,%
Preamble,%
ProTex,%
@@ -50,7 +51,6 @@ amsproc,%
amstex1,%
amsthm,%
apa,%
-aps,%
arabicore,%
array,%
article,%
@@ -68,6 +68,7 @@ chapterbib,%
color,%
colortbl,%
context,%
+covington,%
cp1250,%
cp1252,%
cp1256,%
@@ -81,6 +82,7 @@ croatian,%
curve,%
czech,%
danish,%
+debug,%
diagram,%
diagrams,%
doc,%
@@ -91,6 +93,8 @@ emulateapj,%
endfloat,%
endnotes,%
english,%
+enumerate,%
+enumitem,%
epigraph,%
eplain,%
epsf,%
@@ -179,9 +183,11 @@ prosper,%
psfig,%
pst-all,%
pstricks,%
+reading,%
report,%
res,%
resume,%
+revtex4,%
rlbabel,%
romanian,%
rotating,%
@@ -246,8 +252,22 @@ xy}
\fi
\:CheckOption{no-DOCTYPE} \if:Option
- \Configure{PROLOG}{VERSION,*XML-STYLESHEET}
+ \:CheckOption{no-VERSION} \if:Option
+ \Configure{PROLOG}{*XML-STYLESHEET}
+ \else
+ \Configure{PROLOG}{VERSION,*XML-STYLESHEET}
+ \Log:Note{to remove the <?xml version=...?> processing instruction
+ use the command line option `no-VERSION'}
+
+ \fi
\else
+ \:CheckOption{no-VERSION} \if:Option
+ \Configure{PROLOG}{DOCTYPE,*XML-STYLESHEET}
+ \else
+ \Log:Note{to remove the <?xml version=...?> processing instruction
+ use the command line option `no-VERSION'}
+
+ \fi
\Log:Note{to remove the DOCTYPE declaration
use the command line option `no-DOCTYPE'}
\fi
@@ -1289,6 +1309,10 @@ switches of tex4ht.c)
{\IgnorePar\EndP\HCode{</div>}\ShowPar}
{\HCode{<br />}} {}
\Css{li p.indent { text-indent: 0em }}
+\Css{li p:first-child{ margin-top:0em; }}
+\Css{li p:last-child, li div:last-child { margin-bottom:0.5em; }}
+\Css{li p\string ~ul:last-child,
+ li p\string ~ol:last-child{ margin-bottom:0.5em; }}
\ConfigureEnv{trivlist}
{}{\ShowPar
}{}{}
@@ -1337,7 +1361,7 @@ switches of tex4ht.c)
\ConfigureEnv{enumerate}
{}{\ShowPar
}{}{}
-\:CheckOption{li-} \if:Option
+\:CheckOption{enumerate-} \if:Option
\ConfigureList{enumerate}%
{\EndP\HCode{<ol \a:enumerate:\space
class="enumerate\expandafter\the\csname @enumdepth\endcsname"
@@ -1355,24 +1379,46 @@ switches of tex4ht.c)
c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
}
\else
- \ConfigureList{enumerate}%
- {\EndP\HCode{<ol \a:enumerate:\space
+ \:CheckOption{enumerate+} \if:Option
+ \ConfigureList{enumerate}%
+ {\EndP\HCode{<dl \a:LRdir class="enumerate">}%
+ \PushMacro\end:itm
+ \global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+ \EndP\HCode{</dd></dl>}\ShowPar}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="enumerate">}\bgroup \bf}
+ {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}}
+\Css{dd.enumerate {margin-left: 2em;}}
+\Css{dt.enumerate {float:left;
+ clear:left;
+ margin-right:0.5em;
+ margin-left:0.5em;
+ text-align:right; }}
+
+ \else
+ \ConfigureList{enumerate}%
+ {\EndP\HCode{<ol \a:enumerate:\space
class="enumerate\expandafter\the\csname @enumdepth\endcsname"
\a:LRdir
>}\PushMacro\end:itm
\global\let\end:itm=\empty
}
- {\PopMacro\end:itm \global\let\end:itm \end:itm
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
%
\EndP\HCode{</li></ol>}\ShowPar
}
- {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+ {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
}
- {{\Configure{Link}{li}{}{ class="enumerate" id=}{}%
+ {{\Configure{Link}{li}{}{ class="enumerate" id=}{}%
\let\EndLink=\empty \AnchorLabel }%
}
+ \Log:Note{for enumerated list elements with valued data,
+ use the command line option `enumerate+'}
+
+ \fi
\Log:Note{for enumerated list elements li's with value attributes,
- use the command line option `li-'}
+ use the command line option `enumerate-'}
\fi
\:CheckOption{css2} \if:Option
\bgroup
@@ -1434,7 +1480,12 @@ switches of tex4ht.c)
\ht:special{t4ht@+\string&\#x#2;}X%
\fi
}
- {\Picture+{ \a:@Picture{#1}}#2{#3}\EndPicture}
+ {\expandafter\ifx \csname a:#1-css\endcsname\relax
+ \Picture+{ \a:@Picture{#1}}#2{#3}\EndPicture
+ \else
+ \csname a:#1-css\endcsname #3\csname b:#1-css\endcsname
+ \fi
+ }
\expandafter\let\csname ring-num\endcsname=\def
\fi
@@ -1496,9 +1547,11 @@ switches of tex4ht.c)
{}
\ConfigureEnv{verbatim}{\env:verb{verbatim}}{\endenv:verb}{}{}
\ConfigureEnv{verbatim*}{\env:verb{verbatim}}{\endenv:verb}{}{}
+\HAssign\verbatimN 0
\def\env:verb#1{\ifinner\else \vfill\break\fi
\IgnorePar\EndP \HAssign\Verb:N=0
- \HCode{<div class="#1"\a:LRdir>}\EndNoFonts}
+ \gHAdvance\verbatimN by 1
+ \HCode{<div class="#1" id="verbatim-\verbatimN"\a:LRdir>}\EndNoFonts}
\def\endenv:verb{\NoFonts
\EndP \ht:special{t4ht=</div>}\ShowPar \par{\HCondtrue\noindent}%
}
@@ -1865,7 +1918,6 @@ switches of tex4ht.c)
\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\'\endcsname
@@ -1873,7 +1925,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\^\endcsname
@@ -1881,14 +1932,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\~\endcsname
\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname
@@ -1897,19 +1946,16 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\ddot\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\r\endcsname
\mathring{A{00C5}a{00E5}U{016E}u{016F}%
-%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -1918,7 +1964,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -1945,14 +1990,12 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\u\endcsname
\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\vec\endcsname
@@ -1964,7 +2007,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname OT1\string\=\endcsname
@@ -1987,7 +2029,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -1995,7 +2036,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -2003,14 +2043,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -2018,13 +2056,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -2033,7 +2068,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -2043,7 +2077,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -2063,7 +2096,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -2078,7 +2110,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -2089,47 +2120,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -2143,7 +2167,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -2153,13 +2176,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -2169,7 +2190,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -2177,7 +2197,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -2544,7 +2563,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
%
\ifvmode \IgnorePar\fi \EndP
\HCode{<!--l. \the\inputlineno-->%
-<div class="crosslinks"><p class="noindent">}}
+%
+ <div class="crosslinks"><p class="noindent">}}
{\HCode{</p></div>}\par\ShowPar}
\Css{div.footnotes{border-top:solid 1px black;
border-bottom:solid 1px black;
@@ -2795,6 +2815,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{table.tabular {margin-left: auto;
margin-right: auto;}}
\fi
+\Css{td p:first-child{ margin-top:0em; }}
+\Css{td p:last-child{ margin-bottom:0em; }}
\Configure{multicolumn}
{\let\col:Css\empty
\Configure{VBorder}
@@ -2898,25 +2920,26 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\HCode{</div>}\d:HA}
\Configure{arrayparbox}{\ShowPar}
\fi
- \let\VBorder\empty \let\AllColMargins\empty
- \Configure{VBorder}
- {\let\VBorder\empty \let\AllColMargins\empty
- \global\let\GROUPS\empty \HAssign\NewGroup = 0
- \gHAdvance\Next:TableNo by 1 \global\let\TableNo=\Next:TableNo }
- {\xdef\VBorder{\VBorder\ifnum \NewGroup> 0 </colgroup>\fi}
- \HAssign\NewGroup = 0 \gdef\GROUPS{rules="groups"}}
- {\Advance:\NewGroup by 1
- \ifnum \NewGroup=1 \xdef\VBorder{\VBorder<colgroup
- id="TBL-\TableNo-\ar:cnt g">}\fi
- \xdef\VBorder{\VBorder<col\Hnewline id="TBL-\TableNo
- -\ar:cnt"\xml:empty>}\xdef\AllColMargins{\AllColMargins1}}
- {\xdef\AllColMargins{\AllColMargins 0}}
- \Configure{HBorder}
- {<tr\Hnewline class="hline">} {<td><hr\xml:empty></td>} {</tr>}
- {<tr\Hnewline class="cline">}
- {<td></td>} {<td><hr\xml:empty></td>} {</tr>}
- {<tr\Hnewline class="vspace" style="font-size:\HBorderspace">}
- {<td\Hnewline>\string&nbsp;</td>} {</tr>}
+\let\VBorder\empty \let\AllColMargins\empty
+\Configure{VBorder}
+ {\let\VBorder\empty \let\AllColMargins\empty
+ \global\let\GROUPS\empty \HAssign\NewGroup = 0
+ \gHAdvance\Next:TableNo by 1 \global\let\TableNo=\Next:TableNo }
+ {\xdef\VBorder{\VBorder\ifnum \NewGroup> 0 </colgroup>\fi}
+ \HAssign\NewGroup = 0 \gdef\GROUPS{rules="groups"}}
+ {\Advance:\NewGroup by 1
+ \ifnum \NewGroup=1 \xdef\VBorder{\VBorder<colgroup
+ id="TBL-\TableNo-\ar:cnt g">}\fi
+ \xdef\VBorder{\VBorder<col\Hnewline id="TBL-\TableNo
+ -\ar:cnt"\xml:empty>}\xdef\AllColMargins{\AllColMargins1}}
+ {\xdef\AllColMargins{\AllColMargins 0}}
+\Configure{HBorder}
+ {<tr\Hnewline class="hline">} {<td><hr\xml:empty></td>} {</tr>}
+ {<tr\Hnewline class="cline">}
+ {<td></td>} {<td><hr\xml:empty></td>} {</tr>}
+ {<tr\Hnewline class="vspace" style="font-size:\HBorderspace">}
+ {<td\Hnewline>\string&nbsp;</td>}
+ {</tr>}
\Configure{putHBorder}{\HCode{\HBorder}}
\HAssign\Next:TableNo0 \global\let\TableNo=\Next:TableNo
\Css{.hline hr, .cline hr{ height : 1px; margin:0px; }}
@@ -2990,25 +3013,23 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{float}
{\ifOption{refcaption}{}{\csname par\endcsname\ShowPar \leavevmode}}
{\:xhtml{\IgnorePar\EndP}\HCode{<hr class="float"\xml:empty><div
- class="float"\Hnewline><table
- class="float"><tr class="float"><td class="float"\Hnewline
- >}}
+ class="float"\Hnewline>}}
{\ifvmode \IgnorePar \fi\EndP
- \HCode{</td></tr></table></div><hr
+ \HCode{</div><hr
class="endfloat" />}\csname par\endcsname\ShowPar}
\ConfigureEnv{figure}
{\:xhtml{\IgnorePar\EndP}\HCode{<hr class="figure"\xml:empty><div
- class="figure"\Hnewline><table
- class="figure"><tr class="figure"><td class="figure"\Hnewline>}%
+ class="figure"\Hnewline>}%
\bgroup \Configure{float}{\ShowPar}{}{}%
}
{\egroup
- \:xhtml{\IgnorePar\EndP}\HCode{</td></tr></table></div><hr
+ \:xhtml{\IgnorePar\EndP}\HCode{</div><hr
class="endfigure"\xml:empty>}\ShowPar
\par}
{}{}
-\Css{div.float img, div.float .caption {text-align:center;}}
-\Css{div.figure img, div.figure .caption {text-align:center;}}
+\Css{div.float, div.figure {margin-left: auto; margin-right: auto;}}
+\Css{div.float img {text-align:center;}}
+\Css{div.figure img {text-align:center;}}
\Configure{textellipsis} {\ht:special{t4ht@+\string&{35}x2026{59}}x}
\ifOption{charset=iso-8859-7}
{\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -3043,7 +3064,6 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -3051,7 +3071,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -3059,14 +3078,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -3074,13 +3091,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -3089,7 +3103,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -3117,7 +3130,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\u\expandafter\endcsname
@@ -3125,7 +3137,6 @@ x{1E8B}Y{1E8E}y{1E8F}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -3139,7 +3150,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -5420,14 +5430,15 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\Configure{endlikeparagraph}
@@ -5696,6 +5707,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -5824,24 +5836,90 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\IgnorePar\EndP\HCode{<h2 class="likechapterHead"\a:LRdir>}}
{\HCode{</h2>}\IgnoreIndent}
-\:CheckOption{2} \if:Option
-\else
- \:CheckOption{3} \if:Option \else
- \:CheckOption{4} \if:Option \else
- \:CheckOption{5} \if:Option \else
- \:CheckOption{6} \if:Option \else
- \:CheckOption{7} \if:Option \else
- \fi
- \fi
- \fi
- \fi
- \fi
- \if:Option
- \Css{.sectionToc, .likesectionToc {margin-left:2em;}}
- \Css{.subsectionToc, .likesubsectionToc {margin-left:4em;}}
- \Css{.subsubsectionToc, .likesubsubsectionToc {margin-left:6em;}}
- \fi
-\fi
+% \:CheckOption{2} \if:Option
+% \else
+% \:CheckOption{3} \if:Option \else
+% \:CheckOption{4} \if:Option \else
+% \:CheckOption{5} \if:Option \else
+% \:CheckOption{6} \if:Option \else
+% \:CheckOption{7} \if:Option \else
+% \fi
+% \fi
+% \fi
+% \fi
+% \fi
+% \if:Option
+% \Css{.sectionToc, .likesectionToc {margin-left:2em;}}
+% \Css{.subsectionToc, .likesubsectionToc {margin-left:4em;}}
+% \Css{.subsubsectionToc, .likesubsubsectionToc {margin-left:6em;}}
+% \fi
+% \fi
+\Css{
+.chapterToc,
+.likechapterToc
+ {margin-left:0em;}}
+\Css{
+.chapterToc \string~ .likesectionToc,
+.chapterToc \string~ .sectionToc,
+.likechapterToc \string~ .likesectionToc,
+.likechapterToc \string~ .sectionToc
+ {margin-left:2em;}}
+\Css{
+.chapterToc \string~ .likesectionToc \string~ .likesubsectionToc,
+.chapterToc \string~ .likesectionToc \string~ .subsectionToc,
+.chapterToc \string~ .sectionToc \string~ .likesubsectionToc,
+.chapterToc \string~ .sectionToc \string~ .subsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .likesubsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .subsectionToc,
+.likechapterToc \string~ .sectionToc \string~ .likesubsectionToc,
+.likechapterToc \string~ .sectionToc \string~ .subsectionToc
+ {margin-left:4em;}}
+\Css{.chapterToc \string~ .likesectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.chapterToc \string~ .likesectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.chapterToc \string~ .likesectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc,
+.chapterToc \string~ .likesectionToc \string~ .subsectionToc \string~ .subsubsectionToc,
+.chapterToc \string~ .sectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.chapterToc \string~ .sectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.chapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc,
+.chapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .subsubsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc,
+.likechapterToc \string~ .likesectionToc \string~ .subsectionToc \string~ .subsubsectionToc,
+.likechapterToc \string~ .sectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.likechapterToc \string~ .sectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.likechapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc
+.likechapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .subsubsectionToc
+ {margin-left:6em;}}
+
+\Css{
+.likesectionToc ,
+.sectionToc
+ {margin-left:0em;}}
+\Css{
+.likesectionToc \string~ .likesubsectionToc,
+.likesectionToc \string~ .subsectionToc,
+.sectionToc \string~ .likesubsectionToc,
+.sectionToc \string~ .subsectionToc
+ {margin-left:2em;}}
+\Css{.likesectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.likesectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.likesectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc,
+.likesectionToc \string~ .subsectionToc \string~ .subsubsectionToc,
+.sectionToc \string~ .likesubsectionToc \string~ .likesubsubsectionToc,
+.sectionToc \string~ .likesubsectionToc \string~ .subsubsectionToc,
+.sectionToc \string~ .subsectionToc \string~ .likesubsubsectionToc,
+.sectionToc \string~ .subsectionToc \string~ .subsubsectionToc
+ {margin-left:4em;}}
+\Css{
+.likesubsectionToc,
+.subsectionToc
+ {margin-left:0em;}}
+\Css{
+.likesubsectionToc \string~ .subsubsectionToc,
+.subsectionToc \string~ .subsubsectionToc,
+ {margin-left:2em;}}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8045,14 +8123,15 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\Configure{endlikeparagraph}
@@ -8321,6 +8400,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -10660,14 +10740,15 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\Configure{endlikeparagraph}
@@ -10936,6 +11017,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -11222,6 +11304,22 @@ height="\the\Gin@req@height"
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{debug}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Css{dd.thebibliography {margin-left: 7em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+\Configure{subfieldlabel}
+ {\HCode{<span class="subfieldlabel">}}
+ {\HCode{</span>}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsart}
@@ -11304,6 +11402,7 @@ height="\the\Gin@req@height"
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\let\\\space \def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\shorttitle}}
@@ -11372,14 +11471,15 @@ height="\the\Gin@req@height"
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\:CheckOption{no-bib} \if:Option\else
@@ -11495,7 +11595,6 @@ height="\the\Gin@req@height"
\csname GRAVEmathaccentV\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\HRestore\acute
@@ -11507,7 +11606,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\HRestore\hat
@@ -11525,7 +11623,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\csname TILDEmathaccentV\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\HRestore\ddot
@@ -11549,7 +11646,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\HRestore\dot
@@ -11564,7 +11660,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\HRestore\breve
@@ -11575,7 +11670,6 @@ x{1E8B}Y{1E8E}y{1E8F}%
\csname BREVEmathaccentV\endcsname{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\HRestore\bar
@@ -11610,7 +11704,6 @@ e{0115}G{011E}\i{012D}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
@@ -11670,7 +11763,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\space\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar\par}
\ConfigureToc{part}
{\HCode{<span class="partToc" \a:LRdir>}\toc:Mark{part}}
@@ -13780,7 +13873,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ShowPar\noindent
\HCode{<span class="subsectionHead"\a:LRdir>}\begingroup\bf
\TitleMark\space}
- {.\endgroup\HCode{</span>}\IgnorePar\par}
+ {.\endgroup\HCode{</span>}\IgnorePar\par\ShowPar}
\Configure{subsubsection}{}{}
{\ShowPar\noindent
\HCode{<span class="subsubsectionHead"\a:LRdir>}\begingroup\it
@@ -13884,6 +13977,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\let\\\space \def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\shorttitle}}
@@ -13952,14 +14046,15 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\:CheckOption{no-bib} \if:Option\else
@@ -14075,7 +14170,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\csname GRAVEmathaccentV\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\HRestore\acute
@@ -14087,7 +14181,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\HRestore\hat
@@ -14105,7 +14198,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\csname TILDEmathaccentV\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\HRestore\ddot
@@ -14129,7 +14221,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\HRestore\dot
@@ -14144,7 +14235,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\HRestore\breve
@@ -14155,7 +14245,6 @@ x{1E8B}Y{1E8E}y{1E8F}%
\csname BREVEmathaccentV\endcsname{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\HRestore\bar
@@ -14190,7 +14279,6 @@ e{0115}G{011E}\i{012D}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
@@ -14250,7 +14338,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\space\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar\par}
\ConfigureToc{part}
{\HCode{<span class="partToc" \a:LRdir>}\toc:Mark{part}}
@@ -16313,7 +16401,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark\space \HtmlParOff}
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{subsubsection}{}{}
{\ifvmode \IgnorePar \fi \EndP
\bgroup \IgnorePar\HCode{<h5 class="subsubsectionHead"\a:LRdir>}%
@@ -16511,6 +16599,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\let\\\space \def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\shorttitle}}
@@ -16579,14 +16668,15 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\:CheckOption{no-bib} \if:Option\else
@@ -16702,7 +16792,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\csname GRAVEmathaccentV\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\HRestore\acute
@@ -16714,7 +16803,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\HRestore\hat
@@ -16732,7 +16820,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\csname TILDEmathaccentV\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\HRestore\ddot
@@ -16756,7 +16843,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\HRestore\dot
@@ -16771,7 +16857,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\HRestore\breve
@@ -16782,7 +16867,6 @@ x{1E8B}Y{1E8E}y{1E8F}%
\csname BREVEmathaccentV\endcsname{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\HRestore\bar
@@ -16817,7 +16901,6 @@ e{0115}G{011E}\i{012D}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
@@ -16877,7 +16960,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\space\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar\par}
\ConfigureToc{part}
{\HCode{<span class="partToc" \a:LRdir>}\toc:Mark{part}}
@@ -18940,7 +19023,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark\space \HtmlParOff}
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{subsubsection}{}{}
{\ifvmode \IgnorePar \fi \EndP
\bgroup \IgnorePar\HCode{<h5 class="subsubsectionHead"\a:LRdir>}%
@@ -19035,7 +19118,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ConfigureEnv{subequations}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="subequations">}}
- {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19064,6 +19147,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsppt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19269,7 +19353,6 @@ Y{0178}\i{00EF}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -19277,7 +19360,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -19285,14 +19367,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -19300,13 +19380,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -19315,7 +19392,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -19325,7 +19401,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -19345,7 +19420,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -19360,7 +19434,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -19371,47 +19444,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -19425,7 +19491,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -19435,13 +19500,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -19451,7 +19514,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -19459,7 +19521,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -19473,7 +19534,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
@@ -19483,7 +19543,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ngerman}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19505,7 +19564,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{plain}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19785,7 +19843,12 @@ Y{0178}\i{00EF}%
\ht:special{t4ht@+\string&\#x#2;}X%
\fi
}
- {\Picture+{ \a:@Picture{#1}}#2{#3}\EndPicture}
+ {\expandafter\ifx \csname a:#1-css\endcsname\relax
+ \Picture+{ \a:@Picture{#1}}#2{#3}\EndPicture
+ \else
+ \csname a:#1-css\endcsname #3\csname b:#1-css\endcsname
+ \fi
+ }
\expandafter\let\csname ring-num\endcsname=\def
\fi
@@ -19929,11 +19992,11 @@ Y{0178}\i{00EF}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{biblatex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{thebibliography}%
+ \HAssign\bibN=0
+\Configure{thebibliography}%
{\ifvmode \IgnorePar\fi \EndP
\EndP\HCode{<dl \a:LRdir class="thebibliography">}%
\PushMacro\end:itm
@@ -19942,11 +20005,14 @@ Y{0178}\i{00EF}%
\PopMacro\end:itm \global\let\end:itm \end:itm
\EndP\HCode{</dd></dl>}\ShowPar}
{\ifvmode \IgnorePar\fi \EndP
+ \gHAdvance\bibN by 1
\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ id="bib-\bibN"
class="thebibliography">}\bgroup \bf}
{\ifvmode \IgnorePar\fi \EndP
- \egroup\HCode{</dt><dd\Hnewline class="thebibliography">}\par\ShowPar}
-\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+ \gHAdvance\bibN by 1
+ \egroup\HCode{</dt><dd\Hnewline
+ id="bib-\bibN" class="thebibliography">}\par\ShowPar}
\Configure{printshorthands}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<dl class="printshorthands"><dt class="printshorthands">}}
@@ -19955,6 +20021,139 @@ Y{0178}\i{00EF}%
\HCode{</dd><dt class="printshorthands">}}
{\HCode{</dt><dd class="printshorthands">}\par\ShowPar}
\Css{dt.printshorthands{float:left; clear:left; margin-right:1em;}}
+\Configure{finentry}
+ {\hbox{\HCode{<!--finentry-->}}}
+ {\hbox{\HCode{<!--/finentry-->}}}
+\NewConfigure{printfield-entrykey}{2}
+\Configure{printfield-entrykey}
+ {\HCode{<span class="entrykey">}}
+ {\HCode{</span>}}
+\Configure{biblatex-style}
+ {authortitle}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authortitle-comp}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authortitle-tcomp}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authortitle-icomp}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authortitle-ibid}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authoryear}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authoryear-ibid}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {authoryear-comp}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {verbose}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {verbose-ibid}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {verbose-note}
+ {\Css{dd.thebibliography { text-indent: -2em; margin-left: 2em;}}
+\Css{dd.thebibliography p:first-child{ text-indent: -2em; }}
+\Css{dt.thebibliography{float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {alphabetic-verb}
+ {\Css{dd.thebibliography {margin-left: 5em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {alphabetic}
+ {\Css{dd.thebibliography {margin-left: 5em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {numeric}
+ {\Css{dd.thebibliography {margin-left: 2.5em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {numeric-verb}
+ {\Css{dd.thebibliography {margin-left: 2.5em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {numeric-comp}
+ {\Css{dd.thebibliography {margin-left: 2.5em;}}
+\Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+}
+\Configure{biblatex-style}
+ {draft}
+ {
+ \Css{dd.thebibliography {margin-left: 2.5em;}}
+ \Css{dt.thebibliography {float:left; clear:left; margin-right:1em;}}
+ }
+\Configure{biblatex-style}
+ {reading}
+ {
+ \Css{.entrykey {float:right; margin-top:-1.25em;}}
+ }
+\Configure{biblatex-style}{verbose-trad1}{}
+\Configure{biblatex-style}{verbose-trad2}{}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{reading}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{entryhead:name}
+ {\hbox{\HCode{<!--entryhead:name-->}%
+ \Css{dd\#bib-\bibN\space p:last-child
+ {border-bottom:solid black 1px}}%
+ }}
+ {\hbox{\HCode{<!--/entryhead:name-->}}}
+\Configure{entryhead:full}
+ {\hbox{\HCode{<!--entryhead:full-->}%
+ \Css{dd\#bib-\bibN\space p:last-child
+ {border-bottom:solid black 1px}}%
+ }}
+ {\hbox{\HCode{<!--/entryhead:full-->}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19975,6 +20174,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{letter}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20090,6 +20290,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{seslideb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20147,6 +20348,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{url}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20181,6 +20383,7 @@ Y{0178}\i{00EF}%
{¦}{&#x015A;}
{¬}{&#x0179;}
{¯}{&#x017B;}
+ { }{+}
{}{}
% \else
@@ -20205,7 +20408,7 @@ Y{0178}\i{00EF}%
}
\def\set:spaceso#1#2!*?: {%
\tmp:toks\expandafter{\the\tmp:toks #1}%
- \if :#2:\else \set:spaces#2!*?: \fi
+ \if !#2!\else \set:spaces#2!*?: \fi
}
\else
@@ -20413,7 +20616,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{array}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20439,6 +20641,8 @@ Y{0178}\i{00EF}%
\Css{table.tabular {margin-left: auto;
margin-right: auto;}}
\fi
+\Css{td p:first-child{ margin-top:0em; }}
+\Css{td p:last-child{ margin-bottom:0em; }}
\Configure{multicolumn}
{\let\col:Css\empty
\Configure{VBorder}
@@ -20542,25 +20746,26 @@ Y{0178}\i{00EF}%
\HCode{</div>}\d:HA}
\Configure{arrayparbox}{\ShowPar}
\fi
- \let\VBorder\empty \let\AllColMargins\empty
- \Configure{VBorder}
- {\let\VBorder\empty \let\AllColMargins\empty
- \global\let\GROUPS\empty \HAssign\NewGroup = 0
- \gHAdvance\Next:TableNo by 1 \global\let\TableNo=\Next:TableNo }
- {\xdef\VBorder{\VBorder\ifnum \NewGroup> 0 </colgroup>\fi}
- \HAssign\NewGroup = 0 \gdef\GROUPS{rules="groups"}}
- {\Advance:\NewGroup by 1
- \ifnum \NewGroup=1 \xdef\VBorder{\VBorder<colgroup
- id="TBL-\TableNo-\ar:cnt g">}\fi
- \xdef\VBorder{\VBorder<col\Hnewline id="TBL-\TableNo
- -\ar:cnt"\xml:empty>}\xdef\AllColMargins{\AllColMargins1}}
- {\xdef\AllColMargins{\AllColMargins 0}}
- \Configure{HBorder}
- {<tr\Hnewline class="hline">} {<td><hr\xml:empty></td>} {</tr>}
- {<tr\Hnewline class="cline">}
- {<td></td>} {<td><hr\xml:empty></td>} {</tr>}
- {<tr\Hnewline class="vspace" style="font-size:\HBorderspace">}
- {<td\Hnewline>\string&nbsp;</td>} {</tr>}
+\let\VBorder\empty \let\AllColMargins\empty
+\Configure{VBorder}
+ {\let\VBorder\empty \let\AllColMargins\empty
+ \global\let\GROUPS\empty \HAssign\NewGroup = 0
+ \gHAdvance\Next:TableNo by 1 \global\let\TableNo=\Next:TableNo }
+ {\xdef\VBorder{\VBorder\ifnum \NewGroup> 0 </colgroup>\fi}
+ \HAssign\NewGroup = 0 \gdef\GROUPS{rules="groups"}}
+ {\Advance:\NewGroup by 1
+ \ifnum \NewGroup=1 \xdef\VBorder{\VBorder<colgroup
+ id="TBL-\TableNo-\ar:cnt g">}\fi
+ \xdef\VBorder{\VBorder<col\Hnewline id="TBL-\TableNo
+ -\ar:cnt"\xml:empty>}\xdef\AllColMargins{\AllColMargins1}}
+ {\xdef\AllColMargins{\AllColMargins 0}}
+\Configure{HBorder}
+ {<tr\Hnewline class="hline">} {<td><hr\xml:empty></td>} {</tr>}
+ {<tr\Hnewline class="cline">}
+ {<td></td>} {<td><hr\xml:empty></td>} {</tr>}
+ {<tr\Hnewline class="vspace" style="font-size:\HBorderspace">}
+ {<td\Hnewline>\string&nbsp;</td>}
+ {</tr>}
\Configure{putHBorder}{\HCode{\HBorder}}
\HAssign\Next:TableNo0 \global\let\TableNo=\Next:TableNo
\Css{.hline hr, .cline hr{ height : 1px; margin:0px; }}
@@ -20650,12 +20855,12 @@ Y{0178}\i{00EF}%
{\NoFonts \ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark \HtmlParOff}
- {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par\ShowPar}
\Configure{subsectionTITLE+}{\thesubsection \space#1}
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
\HCode{<h4 class="likesubsectionHead"\a:LRdir>}\HtmlParOff }
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsectionTITLE+}{#1}
\ConfigureMark{subsubsection}
{\ifHeadingNumbered \HCode{<span class="titlemark">}\mw@seccntformat
@@ -20691,7 +20896,7 @@ Y{0178}\i{00EF}%
\Configure{section}{}{}
{\NoFonts \ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \EndNoFonts \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \EndNoFonts \ShowPar \IgnoreIndent \par}
\Configure{sectionTITLE+}{\thesection\space#1}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
@@ -22860,6 +23065,7 @@ Y{0178}\i{00EF}%
\def\text@command##1{##1}\let\selectfont\empty
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
+\def\mbox{\hbox}%
\let\\\space \def\TeX{TeX}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
@@ -22943,14 +23149,15 @@ Y{0178}\i{00EF}%
\def\end:theidx{\HCode{</p>}}}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\ConfigureEnv{thebibliography}{\IgnorePar}{\ShowPar\par}{}{}
@@ -23112,12 +23319,12 @@ Y{0178}\i{00EF}%
{\NoFonts \ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark \HtmlParOff}
- {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par\ShowPar}
\Configure{subsectionTITLE+}{\thesubsection \space#1}
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
\HCode{<h4 class="likesubsectionHead"\a:LRdir>}\HtmlParOff }
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsectionTITLE+}{#1}
\ConfigureMark{subsubsection}
{\ifHeadingNumbered \HCode{<span class="titlemark">}\mw@seccntformat
@@ -23153,7 +23360,7 @@ Y{0178}\i{00EF}%
\Configure{section}{}{}
{\NoFonts \ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \EndNoFonts \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \EndNoFonts \ShowPar \IgnoreIndent \par}
\Configure{sectionTITLE+}{\thesection\space#1}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
@@ -25348,6 +25555,7 @@ Y{0178}\i{00EF}%
\def\text@command##1{##1}\let\selectfont\empty
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
+\def\mbox{\hbox}%
\let\\\space \def\TeX{TeX}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
@@ -25431,14 +25639,15 @@ Y{0178}\i{00EF}%
\def\end:theidx{\HCode{</p>}}}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\ConfigureEnv{thebibliography}{\IgnorePar}{\ShowPar\par}{}{}
@@ -25601,12 +25810,12 @@ Y{0178}\i{00EF}%
{\NoFonts \ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark \HtmlParOff}
- {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \EndNoFonts \IgnoreIndent\egroup\par\ShowPar}
\Configure{subsectionTITLE+}{\thesubsection \space#1}
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
\HCode{<h4 class="likesubsectionHead"\a:LRdir>}\HtmlParOff }
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsectionTITLE+}{#1}
\ConfigureMark{subsubsection}
{\ifHeadingNumbered \HCode{<span class="titlemark">}\mw@seccntformat
@@ -25642,7 +25851,7 @@ Y{0178}\i{00EF}%
\Configure{section}{}{}
{\NoFonts \ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \EndNoFonts \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \EndNoFonts \ShowPar \IgnoreIndent \par}
\Configure{sectionTITLE+}{\thesection\space#1}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
@@ -27837,6 +28046,7 @@ Y{0178}\i{00EF}%
\def\text@command##1{##1}\let\selectfont\empty
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
+\def\mbox{\hbox}%
\let\\\space \def\TeX{TeX}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
@@ -27920,14 +28130,15 @@ Y{0178}\i{00EF}%
\def\end:theidx{\HCode{</p>}}}
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\ConfigureEnv{thebibliography}{\IgnorePar}{\ShowPar\par}{}{}
@@ -28080,6 +28291,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{CJK}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28175,7 +28387,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{fancyvrb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28214,22 +28425,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{xy}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{xypic}
- {\Picture*{}} {\EndPicture}
-\def\:tempc{\HCode{<span class="Xy">}X\HCode{<span
- class="Y">}Y\HCode{</span>}}
-\HLet\Xy\:tempc
-\Css{span.Xy span.Y{ position:relative; top:0.35ex;left:-0.25em;}}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\endinput\empty\empty\empty\empty\empty\empty
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{epsf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{epsfsetgraph}
@@ -28241,7 +28436,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{psfig}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28266,7 +28460,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{color}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28526,6 +28719,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multind}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29251,9 +29445,12 @@ Y{0178}\i{00EF}%
{=}{\HCode{ style="vertical-align:baseline; white-space:nowrap;"}}
{|}{\HCode{ style="vertical-align:middle; white-space:nowrap;"}}
{_}{\HCode{ style="vertical-align:bottom; white-space:nowrap;"}}
- {p}{\HCode{ style="white-space:wrap; text-align:left;"}\Protect\a:HColWidth}
- {m}{\HCode{ style="white-space:nowrap; text-align:left; vertical-align:middle;"}}
- {b}{\HCode{ style="white-space:nowrap; text-align:left; vertical-align:baseline;"}}
+ {p}{\HCode{ style="white-space:wrap; text-align:left;"}%
+ \Protect\a:HColWidth}
+ {m}{\HCode{ style="white-space:nowrap;
+ text-align:left; vertical-align:middle;"}}
+ {b}{\HCode{ style="white-space:nowrap; text-align:left;
+ vertical-align:baseline;"}}
{}
\Configure{bTABLE}
@@ -29441,7 +29638,6 @@ Y{0178}\i{00EF}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tabulary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29511,6 +29707,8 @@ Y{0178}\i{00EF}%
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ntheorem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29728,6 +29926,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{rlbabel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29752,6 +29951,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{hebtex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29815,7 +30015,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{abidir}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29842,6 +30041,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{koi8-r}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29852,7 +30052,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{frenchb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29910,6 +30109,7 @@ Y{0178}\i{00EF}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -30029,7 +30229,6 @@ description">}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30041,6 +30240,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{titlesec}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30051,10 +30251,10 @@ description">}%
\Configure{subsection}{}{}
{\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
\TitleMark\space}
- {\HCode{</h4>}\IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsection}{}{}
{\EndP\bgroup \IgnorePar\HCode{<h4 class="likesubsectionHead"\a:LRdir>}}
- {\HCode{</h4>}\IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\IgnoreIndent\egroup\par\ShowPar}
\ConfigureMark{subsubsection}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble \else
\csname thetitlesubsubsection\endcsname\fi}
@@ -30072,10 +30272,10 @@ description">}%
\Configure{section}{}{}
{\IgnorePar \EndP\IgnorePar\HCode{<h3 class="sectionHead"\a:LRdir>}
\TitleMark\space}
- {\HCode{</h3>}\IgnoreIndent\par}
+ {\HCode{</h3>}\IgnoreIndent\par \ShowPar}
\Configure{likesection}{}{}
{\IgnorePar \EndP\IgnorePar\HCode{<h3 class="likesectionHead"\a:LRdir>}}
- {\HCode{</h3>}\IgnoreIndent\par}
+ {\HCode{</h3>}\IgnoreIndent\par \ShowPar}
\fi
@@ -30132,6 +30332,7 @@ description">}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mdwtab}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30171,7 +30372,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multirow}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30248,7 +30448,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{subfigure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30324,7 +30523,7 @@ description">}%
\Configure{section}{}{}
{\IgnorePar \EndP\IgnorePar\HCode{<h3 class="sectionHead"\a:LRdir>}
\TitleMark{. \space}}
- {\HCode{</h3>}\IgnoreIndent \par}
+ {\HCode{</h3>}\IgnoreIndent \ShowPar \par}
\ConfigureEnv{references}
{\IgnorePar\EndP\Tg<div class="references">}
{\IgnorePar\EndP\Tg</div>} {}{}
@@ -30335,7 +30534,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{picins}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30971,685 +31169,144 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{aps}
+ \ConfigureHinput{revtex4}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ifx \@authoraddress\:UnDef
-
-\else
- \def\tocpart#1#2#3{\par
- \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1~~\fi #2\HCode{</span>}\par}%
-\def\toclikepart#1#2#3{\\HCode{<span class="parlikepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
-\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
- {line-height: 200\%; font-weight:bold; font-size:110\%;}}
-%
-\expandafter\ifx \csname @chapter\endcsname\relax
- \def\tocsection#1#2#3{\par
- \HCode{<span class="sectionToc" \a:LRdir>}\def\:temp{#1}\ifx \:temp\empty\else
- #1 \fi #2\HCode{</span>}\par}
- \def\toclikesection#1#2#3{\par
- \HCode{<span class="likesectionToc" \a:LRdir>}#2\HCode{</span>}\par}%
- \def\tocsubsection#1#2#3{\par\ \toc:num{subsection}{#1}{#2}\par}
- \def\toclikesubsection#1#2#3{\par\
- \HCode{<span class="likesubsectionToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocsubsubsection#1#2#3{\par
- \ \ \toc:num{subsubsection}{#1}{#2}\par}
- \def\toclikesubsubsection#1#2#3{\par
- \ \ \HCode{<span class="likesubsubsectionToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocparagraph#1#2#3{\par\ \ \toc:num{paragraph}{#1}{#2}\par}
- \def\toclikeparagraph#1#2#3{\par\ \
- \HCode{<span class="likeparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocsubparagraph#1#2#3{\par
- \ \ \ \ \toc:num{subparagraph}{#1}{#2}\par}
- \def\toclikesubparagraph#1#2#3{\par
- \ \ \ \ \HCode{<span class="likesubparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
-\else
- \Css{.chapterToc a, .chapterToc, .likechapterToc a, .likechapterToc,
- .appendixToc a, .appendixToc
- {line-height: 200\%; font-weight:bold;}}
-%
- \def\tocchapter#1#2#3{\par
- \HCode{<span class="chapterToc" \a:LRdir>}#1 #2\HCode{</span>}\par}
- \def\toclikechapter#1#2#3{\par
- \HCode{<span class="likechapterToc" \a:LRdir>}#2\HCode{</span>}\par}%
- \def\tocappendix#1#2#3{\par
- \HCode{<span class="appendixToc" \a:LRdir>}#1 #2\HCode{</span>}\par}
- \def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
- \def\toclikesection#1#2#3{\par\
- \HCode{<span class="likesectionToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocsubsection#1#2#3{\par\ \ \toc:num{subsection}{#1}{#2}\par}
- \def\toclikesubsection#1#2#3{\par
- \ \ \HCode{<span class="likesubsectionToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocsubsubsection#1#2#3{\par
- \ \ \ \toc:num{subsubsection}{#1}{#2}\par}
- \def\toclikesubsubsection#1#2#3{\par
- \ \ \ \HCode{<span class="likesubsubsectionToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocparagraph#1#2#3{\par\ \ \ \toc:num{paragraph}{#1}{#2}\par}
- \def\toclikeparagraph#1#2#3{\par
- \ \ \ \HCode{<span class="likeparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
- \def\tocsubparagraph#1#2#3{\par
- \ \ \ \ \ \toc:num{subparagraph}{#1}{#2}\par}
- \def\toclikesubparagraph#1#2#3{\par
- \ \ \ \ \ \HCode{<span class="likesubparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
-\fi
-\def\toc:num#1#2#3{\def\:temp{#1#2}%
- \HCode{<span class="#1Toc" \a:LRdir>}\ifx \:temp\empty
- \else \def\:temp{#2}\ifx\:temp\empty\else #2 \fi \fi #3\HCode{</span>}}
-% \def\:SPAN#1#2{\HCode{<span class="#1">}#2\HCode{</span>}}
-\:CheckOption{4} \if:Option
- \expandafter\ifx \csname @chapter\endcsname\relax
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,appendix,section%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection\fi}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection,likesubsection\fi}
-\fi
-%
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
- \:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,%
- appendix,section,subsection}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection,likesubsection,subsection}
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \fi
-\fi
-%
- \else
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{chapter,likechapter,appendix,part}
-\CutAt{likechapter,appendix,part}
-\CutAt{appendix,chapter,likechapter,part}
-\:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,subsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,subsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,subsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,likesection,subsection,likesubsection}
- \fi
-\fi
-%
-
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,appendix,section%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection\fi}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection,likesubsection\fi}
-\fi
-%
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
- \:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,%
- appendix,section,subsection}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection,likesubsection,subsection}
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,subsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,subsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,subsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,likesection,subsection,likesubsection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \fi
-\fi
-%
- \fi
-\else\:CheckOption{3} \if:Option
- \expandafter\ifx \csname @chapter\endcsname\relax
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,appendix,section%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection\fi}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection,likesubsection\fi}
-\fi
-%
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
- \:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,%
- appendix,section,subsection}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection,likesubsection,subsection}
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,subsubsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{section,/likesection,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \MiniToc:At{likesection,/section,/chapter,/likechapter,/appendix,/part,%
- subsection,likesubsection,subsubsection,likesubsubsection}
- \fi
-\fi
-%
- \else
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{chapter,likechapter,appendix,part}
-\CutAt{likechapter,appendix,part}
-\CutAt{appendix,chapter,likechapter,part}
-\:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,subsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,subsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,subsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,likesection,subsection,likesubsection}
- \fi
-\fi
-%
-
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
- \:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,appendix,section%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection\fi}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection,likesubsection\fi}
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,subsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,subsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,subsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,likesection,subsection,likesubsection}
- \fi
-\fi
-%
- \fi
-\else\:CheckOption{2} \if:Option
- \expandafter\ifx \csname @chapter\endcsname\relax
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
- \:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}{part,chapter,appendix,section%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection\fi}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,chapter,likechapter,%
- appendix,section,likesection%
- \expandafter\ifx \csname @chapter\endcsname\relax
- ,subsection,likesubsection\fi}
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
-%
- \else
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
- \CutAt{chapter,likechapter,appendix,part}
-\CutAt{likechapter,appendix,part}
-\CutAt{appendix,chapter,likechapter,part}
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,subsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,subsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,subsection}
- \fi
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{chapter,/likechapter,/appendix,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{likechapter,/appendix,/chapter,/part,%
- section,likesection,subsection,likesubsection}
- \MiniToc:At{appendix,/chapter,/likechapter,/part,%
- section,likesection,subsection,likesubsection}
- \fi
-\fi
-%
- \:CheckOption{notoc*} \if:Option
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
+ \ConfigureSec{section}
+ {\ifvmode \IgnorePar \fi \EndP
+ \HCode{<h3 class="sectionHead"\a:LRdir>}\IgnorePar}
+ {\lowercase{\HCode{</h3>}}}
+ {}{}
+\ConfigureSec{subsection}
+ {\ifvmode \IgnorePar \fi \EndP
+ \HCode{<h4 class="subsectionHead"\a:LRdir>}\IgnorePar}
+ {\lowercase{\HCode{</h4>}}}
+ {}{}
+\ConfigureSec{subsubsection}
+ {\ifvmode \IgnorePar \fi \EndP
+ \HCode{<h5 class="subsubsectionHead"\a:LRdir>}\IgnorePar}
+ {\lowercase{\HCode{</h5>}}}
+ {}{}
+\ConfigureSec{paragraph}
+ {\ifvmode \IgnorePar \fi \EndP
+ \HCode{<h5 class="paragraphHead"\a:LRdir>}\IgnorePar}
+ {\lowercase{\HCode{</h5>}}}
+ {}{}
+\ConfigureSec{subparagraph}
+ {\ifvmode \IgnorePar \fi \EndP
+ \HCode{<h5 class="subparagraphHead"\a:LRdir>}\IgnorePar}
+ {\lowercase{\HCode{</h5>}}}
+ {}{}
- \MiniToc:At{part,/likepart,chapter,likechapter,appendix,%
- section,likesection}
- \MiniToc:At{likepart,/part,chapter,likechapter,appendix,%
- section,likesection}
- \fi
-\fi
+\Configure{maketitle}
+ {\ifvmode \IgnorePar\fi \EndP {\Configure{maketitle}{}{}{}{}%
+\a:NoSection \let\leavevmode\empty \let\not@math@alphabet\:gobbleII
+\def\text@command##1{##1}\let\selectfont\empty
+\def\check@icl ##1\check@icr{}%
+\let\thanks\:gobble
+\def\mbox{\hbox}%
+\let\\\space \def\TeX{TeX}%
+\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
+\def\footnotemark[##1]{}%
+\def\a:ttl##1##2//{##1//}%
+\let\large=\empty
+\let \bf=\empty
+\let \centering=\empty
+\def \ignorespaces##1\vskip##2//{##1}%
+\Tag{TITLE+}{\@title//}%
+}%
%
- \fi
-\else\:CheckOption{1} \if:Option
- \CutAt{part}
-\CutAt{likepart}
-\:CheckOption{notoc*} \if:Option
- \Configure{tableofcontents*}
- {part,chapter,appendix}
-\else
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}
- {part,likepart,chapter,likechapter,appendix}
-\fi
-
-
-\else
- \Log:Note{for automatic sectioning pagination,
- use the command line option `1', `2', or `3'}%
-\fi \fi \fi \fi
-
-\:CheckOption{1} \if:Option
- \:CheckOption{notoc*} \if:Option
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,section,subsection}
- \fi
- \Configure{tableofcontents*}{part,section}
-\else
- \:CheckOption{nominitoc} \if:Option
- \else
- \Log:Note{to eliminate mini tables of
- contents, use the command line option `nominitoc'}
-
- \MiniToc:At{part,/likepart,section,likesection,%
- subsection,likesubsection}
- \fi
- \Log:Note{for tocs without * entries, use
- command line option `notoc*'}
-
- \Configure{tableofcontents*}{part,likepart,section,likesection}
-\fi
-
-\fi
-\ConfigureMark{subsubsection}
- {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
- \else
- \HCode{<span class="titlemark">}\@seccntformat{subsubsection}%
- \HCode{</span>}\fi}
-\Configure{subsubsectionTITLE+}{\ifnum \c:secnumdepth>\c@secnumdepth
- \ifnum \c@secnumdepth > 0
- \thesubsubsection\space
- \fi\fi #1}
-
-\Configure{subsubsection}{}{}
- {\ifvmode \IgnorePar \fi \EndP
- \bgroup \IgnorePar\HCode{<h5 class="subsubsectionHead"\a:LRdir>}%
- \TitleMark\space \HtmlParOff}
- {\HCode{</h5>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
-\Configure{likesubsubsection}{}{}
- {\ifvmode \IgnorePar\fi \EndP\bgroup\IgnorePar
- \HCode{<h5 class="likesubsubsectionHead"\a:LRdir>}\HtmlParOff}
- {\HCode{</h5>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
+ \HCode{<div class="maketitle">}\par\ShowPar}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\NoFonts\IgnorePar\HCode{<h2 class="titleHead"\a:LRdir>}\IgnorePar}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{</h2>}\IgnoreIndent\EndNoFonts}
+\Css{h2.titleHead{text-align:center;}}
+\Css{div.maketitle{ margin-bottom: 2em;}}
+\Configure{thanks author date and}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="thanks" \a:LRdir>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="author" \a:LRdir>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
+ {\lowercase{\HCode{<span class="date" \a:LRdir>}}}
+ {\HCode{</span>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
+\Configure{doauthor}
+ {\HCode{<span class="author" \a:LRdir>}}
+ {\HCode{</span>}}
+\Css{div.author{margin-top:2em;text-align:center;}}
-\Configure{endlikesubsubsection}
- {subsubsection,subsection,likesubsection,section,%
- likesection,chapter,likechapter,appendix,part,likepart}
-\Configure{endlikeparagraph}
- {paragraph,subsubsection,likesubsubsection,subsection,%
- likesubsection,section,%
- likesection,chapter,likechapter,appendix,part,likepart}
-\Configure{endsubparagraph}
- {likesubparagraph,likeparagraph,subsubsection,likesubsubsection,%
- subsection,likesubsection,section,%
- likesection,chapter,likechapter,appendix,part,likepart}
-\Configure{endlikesubparagraph}
- {subparagraph,likeparagraph,subsubsection,likesubsubsection,%
- subsection,likesubsection,section,%
- likesection,chapter,likechapter,appendix,part,likepart}
+\Configure{affil}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div\Hnewline class="affil">}}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{</div>}\IgnorePar}
+\Css{.affil {text-align:center}}
+\Configure{RRAPformat}
+ {\ifvmode\IgnorePar\fi \EndP \HCode{<div class="RRAP">}}
+ {\ifvmode\IgnorePar\fi \EndP \HCode{</div>}}
+\Configure{received}
+ {\lowercase{\HCode{<span class="received" \a:LRdir>}}}
+ {\HCode{</span>}}
+\Configure{revised}
+ {\lowercase{\HCode{<span class="revised" \a:LRdir>}}}
+ {\HCode{</span>}}
+\Configure{accepted}
+ {\lowercase{\HCode{<span class="accepted" \a:LRdir>}}}
+ {\HCode{</span>}}
+\Configure{published}
+ {\lowercase{\HCode{<span class="published" \a:LRdir>}}}
+ {\HCode{</span>}}
+\Css{div.RRAP{margin-top:1em;margin-bottom:1em;text-align:center;}}
+\Configure{abstract}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="abstract">}\par \ShowPar}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Css{.abstract{margin:1em;}}
+\Configure{pacs}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="pacs">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Css{.pacs{margin-left:1em;}}
+\Configure{keywords}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="keywords">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Css{.keywords{margin-left:1em;}}
+\ConfigureEnv{thebibliography}{\par\leavevmode}{\ShowPar}{}{}
+\ConfigureList{thebibliography}%
+ {\ifvmode\IgnorePar\fi \EndP \HCode{<div
+ class="thebibliography">}\let\en:bib=\empty}
+ {\en:bib \ifvmode\IgnorePar\fi \EndP \HCode{</div>}}
+ {\en:bib\def\en:bib{\csname bibliography2\endcsname
+\EndP}%
+ \Configure{HtmlPar}
+ {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
+ {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
+ {\Tg</p>} {\Tg</p>}%
+\par\ShowPar
+ \HCode{<span class="biblabel">}\Configure{HtmlPar}
+ {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
+ {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
+ {\Tg</p>} {\Tg</p>}%
+}
+ {\HCode{<span class="bibsp">}\:nbsp
+ \:nbsp\:nbsp\HCode{</span></span>}}
-\ifx \part\:UnDef \else
- \Configure{endpart}{likepart}
+\Configure{endnote}
+ {\HCode{<span class="endnote">}}
+ {\HCode{</span>}}
+\Configure{footnotebody}
+ {\HCode{<span class="footnote-body" \a:LRdir>}}
+ {\HCode{</span>}}
+\Configure{frontpagefootnote}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="frontpagefootnotes">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\HCode{<div class="frontpagefootnote">}}
+ {\HCode{</div>}}
+\Css{.frontpagefootnote{margin-left:1em;}}
+\Configure{endpart}{likepart}
\Configure{endlikepart}{endpart}
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
@@ -31663,8 +31320,6 @@ description">}%
\Configure{likepartTITLE+}{#1}
\Css{h1.partHead{text-align: center}}
-\fi
-
\Configure{endsection}
{likesection,chapter,likechapter,appendix,part,likepart}
\Configure{endlikesection}
@@ -31672,7 +31327,8 @@ description">}%
\ConfigureMark{section}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
\else
- \HCode{<span class="titlemark">}\thesection\HCode{</span>}\fi }
+ \HCode{<span class="titlemark">}\@seccntformat{section}%
+ \HCode{</span>}\fi }
\Configure{sectionTITLE+}{\ifnum \c:secnumdepth>\c@secnumdepth
\ifnum \c@secnumdepth > 0
\thesection\space
@@ -31680,22 +31336,40 @@ description">}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
- \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark.\space\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \par}
+ \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\space\HtmlParOff}
+ {\HCode{</h3>}\HtmlParOn\ShowPar \IgnoreIndent \par}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
\EndP\IgnorePar\HCode{<h3 class="likesectionHead"\a:LRdir>}\HtmlParOff}
- {\HCode{</h3>}\HtmlParOn \IgnoreIndent \par}
+ {\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar \par}
\Configure{likesectionTITLE+}{#1}
-\Css{h3.sectionHead, h3.likesectionHead {text-align:center;}}
-
\Configure{endsubsection}
{likesubsection,section,likesection,chapter,%
likechapter,appendix,part,likepart}
\Configure{endlikesubsection}
{subsection,section,likesection,chapter,%
likechapter,appendix,part,likepart}
+\ConfigureMark{subsubsection}
+ {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
+ \else
+ \HCode{<span class="titlemark">}\@seccntformat{subsubsection}%
+ \HCode{</span>}\fi}
+\Configure{subsubsectionTITLE+}{\ifnum \c:secnumdepth>\c@secnumdepth
+ \ifnum \c@secnumdepth > 0
+ \thesubsubsection\space
+ \fi\fi #1}
+
+\Configure{subsubsection}{}{}
+ {\ifvmode \IgnorePar \fi \EndP
+ \bgroup \IgnorePar\HCode{<h5 class="subsubsectionHead"\a:LRdir>}%
+ \TitleMark\space \HtmlParOff}
+ {\HCode{</h5>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
+\Configure{likesubsubsection}{}{}
+ {\ifvmode \IgnorePar\fi \EndP\bgroup\IgnorePar
+ \HCode{<h5 class="likesubsubsectionHead"\a:LRdir>}\HtmlParOff}
+ {\HCode{</h5>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
+
\ConfigureMark{subsection}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
\else
@@ -31718,11 +31392,12 @@ description">}%
\Configure{likesubsectionTITLE+}{#1}
-\Css{h4.subsectionHead {text-align:center;}}
-
\Configure{endsubsubsection}
{likesubsubsection,subsection,likesubsection,section,%
likesection,chapter,likechapter,appendix,part,likepart}
+\Configure{endlikesubsubsection}
+ {subsubsection,subsection,likesubsection,section,%
+ likesection,chapter,likechapter,appendix,part,likepart}
\Configure{endparagraph}
{likeparagraph,subsubsection,likesubsubsection,subsection,%
@@ -31730,221 +31405,74 @@ description">}%
likesection,chapter,likechapter,appendix,part,likepart}
\Configure{paragraph}{}{}
{\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup\bf}
- {\endgroup\HCode{</span>}\IgnorePar}
+ {\endgroup\HCode{</span>}\par\IgnorePar}
\Configure{likeparagraph}{}{}
{\ShowPar\IgnoreIndent\HCode{<span class="likeparagraphHead"\a:LRdir>}}
- {\HCode{</span>}\IgnorePar}
+ {\HCode{</span>}\par\IgnorePar}
\Css{.paragraphHead, .likeparagraphHead
{ margin-top:2em; font-weight: bold;}}
-\ConfigureMark{subparagraph}{}
\Configure{subparagraph}{}{}
{\ShowPar\HCode{<span class="subparagraphHead"\a:LRdir>}\begingroup\bf
\TitleMark\space}
{\endgroup\HCode{</span>}\IgnorePar}
-\Configure{likesubparagraph}{}{}
- {\ShowPar\HCode{<span class="likesubparagraphHead"\a:LRdir>}\begingroup\bf}
- {\endgroup\HCode{</span>}\IgnorePar}
-\Css{.subparagraphHead, .likesubparagraphHead
- { font-weight: bold;}}
-
-\ConfigureEnv{abstract}{\:xhtml{\IgnorePar\EndP}\HCode
- {<table\Hnewline class="abstract"><tr><td\Hnewline>}}
- {\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
-\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
-\Css{table.abstrac {width:100\%;}}
-
-\Configure{maketitle}
- {\ifvmode \IgnorePar\fi \EndP {\Configure{maketitle}{}{}{}{}%
-\a:NoSection \let\leavevmode\empty \let\not@math@alphabet\:gobbleII
-\def\text@command##1{##1}\let\selectfont\empty
-\def\check@icl ##1\check@icr{}%
-\let\thanks\:gobble
-\let\\\space \def\TeX{TeX}%
-\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
-\def\footnotemark[##1]{}%
-\def\a:ttl##1##2//{##1//}%
-\let\large=\empty
-\let \bf=\empty
-\let \centering=\empty
-\def \ignorespaces##1\vskip##2//{##1}%
-\Tag{TITLE+}{\@title//}%
-}%
-%
- \HCode{<div class="maketitle">}}
- {\HCode{</div>}}
- {\NoFonts\IgnorePar\HCode{<h2 class="titleHead"\a:LRdir>}\IgnorePar}
- {\HCode{</h2>}\IgnoreIndent\EndNoFonts}
-\Css{h2.titleHead{text-align:center;}}
-\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
-\:CheckOption{fn-in}\if:Option
- \Configure{thanks author date and}
- {\SaveEndP\global\setbox\fn:box=\vtop\bgroup\ShowPar
- \ifvoid\fn:box\else \csname unvbox\endcsname\fn:box\fi}
- {\EndP\egroup\RecallEndP }
- {\HCode{<div class="author" \a:LRdir>}}{\HCode{</div>}}
- {\HCode{<div class="date" \a:LRdir>}}{\HCode{</div>}}
- {\HCode{<br class="and" \a:LRdir/>}}
- {\HCode{<br />}}
-\Configure{thank}
- {\csname a:thank-mark\endcsname
-\Link{tk-\the\c@footnote}{\ifx
- \footnote\thanks kt-\the\c@footnote\fi}}
- {\EndLink \csname b:thank-mark\endcsname
-}
- {\HCode{<p>}\protect\Link{\ifx \footnote\thanks kt-\the\c@footnote
- \fi}{tk-\the\c@footnote}\csname a:thank-mark\endcsname
-}
- {\csname b:thank-mark\endcsname
-\protect\EndLink}
- {\HCode{</p>}}
-
-\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
- font-style:italic; }}
-
-\else
- \Configure{thanks author date and}
- {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="thanks" \a:LRdir>}}
- {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="author" \a:LRdir>}}
- {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<div class="date" \a:LRdir>}}
- {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and" />}}
- {\HCode{<br />}}
-\Configure{thank}
- {\csname a:thank-mark\endcsname
-\Link{tk-\the\c@footnote}{}}
- {\EndLink \csname b:thank-mark\endcsname
-}
- {\HCode{<br />}\protect\Link{}{tk-\the\c@footnote}\protect
- \EndLink \csname a:thank-mark\endcsname
-}
- {\csname b:thank-mark\endcsname
-} {}
-
-\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
- font-style:italic; }}
-\Css{div.author{white-space: nowrap;}}
-
-\fi
-
-\Configure{address}
- {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="address">}}
- {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
-
-\ConfigureEnv{thebibliography}{\IgnorePar}{\ShowPar\par}{}{}
-
-\:CheckOption{no-bib} \if:Option\else
- \:CheckOption{mouseover} \if:Option
- \ConfigureList{thebibliography}%
- {\ifvmode\IgnorePar\fi\EndP \js:on
-\HCode{<div
- class="thebibliography">}\let\en:bib=\empty}
- {\en:bib \ifvmode\IgnorePar\fi\EndP \HCode{</div>}}
- {\en:bib\def\en:bib{\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-\csname bibliography2\endcsname
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-%
-%
- \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-%
-\HCode{<!--}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-%
-\HCode{</div></bibitem>\Hnewline}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
-%
-\HCode{-->}
-}\HCode{<!--}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
-%
-\HCode{<bibitem>}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Set1 bib }%
-%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Set2 bib }%
-%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-%
-\HCode{<div class="js">}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-%
-\HCode{-->}%
-\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-%
-%
- \Configure{HtmlPar}
- {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
- {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
- {\Tg</p>} {\Tg</p>}%
-\par\ShowPar
- \leavevmode \ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
-\HCode{<span
- class="biblabel">}\Configure{HtmlPar}
- {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
- {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
- {\Tg</p>} {\Tg</p>}%
-}
- {\HCode{<span class="bibsp">}\:nbsp
- \:nbsp\:nbsp\HCode{</span></span>}\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
-}
-
- \else
- \ConfigureList{thebibliography}%
- {\ifvmode\IgnorePar\fi \EndP \HCode{<div
- class="thebibliography">}\let\en:bib=\empty}
- {\en:bib \ifvmode\IgnorePar\fi \EndP \HCode{</div>}}
- {\en:bib\def\en:bib{\csname bibliography2\endcsname
-\EndP}%
- \Configure{HtmlPar}
- {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
- {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
- {\Tg</p>} {\Tg</p>}%
-\par\ShowPar
- \HCode{<span class="biblabel">}\Configure{HtmlPar}
- {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
- {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
- {\Tg</p>} {\Tg</p>}%
+\Css{.subparagraphHead { font-weight: bold;}}
+\ConfigureEnv{widetext}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="widetext">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
+ {}{}
+\ConfigureEnv{ruledtabular}
+ {\ifvmode \IgnorePar\fi \HCode{<div class="ruledtabular">}}
+ {\ifvmode \IgnorePar\fi \HCode{</div>}}
+ {}{}
+\Css{div.ruledtabular table {
+ border-top: black 1px double;
+ border-bottom: black 1px double}}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
+ \cur:th\:currentlabel\space-->}%
}
- {\HCode{<span class="bibsp">}\:nbsp
- \:nbsp\:nbsp\HCode{</span></span>}}
-
- \fi
- \Css{p.bibitem { text-indent: -2em; margin-left: 2em;
- margin-top:0.6em; margin-bottom:0.6em; }}
-\Css{p.bibitem-p { text-indent: 0em; margin-left: 2em;
- margin-top:0.6em; margin-bottom:0.6em; }}
-
-\fi
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
+\Configure{abstractheading}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="abstractheading">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
+\Css{div.abstractheading{text-align:center}}
+\Configure{preprint}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="preprint">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
+\Css{div.preprint{text-align:right}}
-\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{aa}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\Configure{subtitle institute}
@@ -32318,6 +31846,7 @@ description">}%
\def\text@command##1{##1}\let\selectfont\empty
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
+\def\mbox{\hbox}%
\let\\\space \def\TeX{TeX}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\Tag{TITLE+}{\@title}}%
@@ -32424,7 +31953,7 @@ description">}%
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
\HCode{<h4 class="likesubsectionHead"\a:LRdir>}\HtmlParOff }
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsectionTITLE+}{#1}
\def\tocpart#1#2#3{\par
\HCode{<span class="partToc" \a:LRdir>}\if !#1!\else
@@ -33107,6 +32636,7 @@ description">}%
\def\text@command##1{##1}\let\selectfont\empty
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
+\def\mbox{\hbox}%
\let\\\space \def\TeX{TeX}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\Tag{TITLE+}{\@title}}%
@@ -33748,7 +33278,7 @@ description">}%
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
\HCode{<h4 class="likesubsectionHead"\a:LRdir>}\HtmlParOff }
- {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par}
+ {\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsectionTITLE+}{#1}
\def\tocpart#1#2#3{\par
\HCode{<span class="partToc" \a:LRdir>}\if !#1!\else
@@ -33935,6 +33465,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -34576,6 +34107,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -34594,7 +34126,6 @@ description">}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{llncs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34622,6 +34153,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -34745,7 +34277,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{8859-6}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34787,6 +34318,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{verbatim}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34802,6 +34334,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{prosper}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34813,6 +34346,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -34958,6 +34492,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{beamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35410,6 +34945,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -35432,12 +34968,13 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{foils}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{foilheads} {}{}
- {\IgnorePar\EndP\HCode{<h1 class="foilheadsHead"\a:LRdir>}}
- {\HCode{</h1>}\IgnorePar}
+ \Configure{foilhead} {}{}
+ {\IgnorePar\EndP\HCode{<h2 class="foilheadHead" \a:LRdir>}}
+ {\HCode{</h2>}\par\ShowPar}
\ConfigureEnv{Theorem}{\par\leavevmode}{\ShowPar}{}{}
\ConfigureEnv{Lemma}{\par\leavevmode}{\ShowPar}{}{}
\ConfigureEnv{Corollary}{\par\leavevmode}{\ShowPar}{}{}
@@ -35448,22 +34985,81 @@ description">}%
\ConfigureEnv{thebibliography}{\par\leavevmode}{\ShowPar}{}{}
\:CheckOption{1} \if:Option
- \CutAt{foilheads}
- \ConfigureToc{foilheads}{}{ *\ }{}{}
-\Configure{tableofcontents*}{foilheads}
+ \CutAt{foilhead}
+ \ConfigureToc{foilhead}{}{ *\ }{}{}
+\Configure{tableofcontents*}{foilhead}
+\Css{div.tableofcontents{margin-top:2em;}}
%
\else
\Log:Note{for pagination of slides,
use the command line option `1'}
\fi
-
+{\Configure{Needs}{Font\string_Size: #1}\Needs{\@ptsize}}
+\Css{h2.foilheadHead{text-align:center;}}
+\Configure{maketitle}
+ {\ifvmode \IgnorePar\fi \EndP {\Configure{maketitle}{}{}{}{}%
+\a:NoSection \let\leavevmode\empty \let\not@math@alphabet\:gobbleII
+\def\text@command##1{##1}\let\selectfont\empty
+\def\check@icl ##1\check@icr{}%
+\let\thanks\:gobble
+\def\TeX{TeX}%
+\def\mbox{\hbox}%
+\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
+\def\footnotemark[##1]{}%
+\Tag{TITLE+}{\@title}}
+%
+ \HCode{<div class="maketitle">}%
+ \bgroup
+ \Configure{tabular}{}{}{}{}{\ifnum \HRow>1 \HCode{<br />}\fi}{}%
+ \ConfigureEnv{tabular}{}{}{}{}%
+ }
+ {\egroup \ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\NoFonts
+ \IgnorePar \EndP
+ \HCode{<h1 class="titleHead"\a:LRdir>}\IgnorePar}
+ {\HCode{</h1>}\IgnoreIndent\EndNoFonts}
+\Configure{author date}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="author" \a:LRdir>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" \a:LRdir>}}
+ {\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
+\Configure{thank}
+ {\csname a:thank-mark\endcsname
+\Link{tk-\the\c@footnote}{}}
+ {\EndLink \csname b:thank-mark\endcsname
+}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="thank">}%
+ \IgnorePar
+ \protect\Link{}{tk-\the\c@footnote}\protect
+ \EndLink \csname a:thank-mark\endcsname
+}
+ {\csname b:thank-mark\endcsname
+}
+ {\ifvmode \IgnorePar\fi \EndP\HCode{</div>}}
+\Css{h1.titleHead{text-align:center;}}
+\Css{div.author{margin-top:3em;text-align:center;}}
+\Css{div.date{margin-top:2em;text-align:center;}}
+\Css{div.thank{margin-top:3em;}}
+\Css{div.thank + div.thank{margin-top:0em;}}
+\Configure{crosslinks+}
+ {\IgnorePar\EndP \NoFonts
+ \HCode{<!--l. \the\inputlineno-->%
+%
+ <div class="crosslinks"><p class="noindent">}}
+ {\HCode{</p></div>}\par\ShowPar \EndNoFonts}
+ {%
+ \ifvmode \IgnorePar\fi \EndP
+ \HCode{<!--l. \the\inputlineno-->%
+%
+ <div class="crosslinks"><p class="noindent">}\NoFonts }
+ {\EndNoFonts\HCode{</p></div>}\par\ShowPar}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slidesec}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35478,6 +35074,23 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{xy}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{xypic}
+ {\Picture*{}} {\EndPicture}
+\def\:tempc{\HCode{<span class="Xy">}X\HCode{<span
+ class="Y">}Y\HCode{</span>}}
+\HLet\Xy\:tempc
+\Css{span.Xy span.Y{ position:relative; top:0.35ex;left:-0.25em;}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pictex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{pictex}
@@ -35490,7 +35103,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{diagrams}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35546,6 +35158,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{endfloat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35584,6 +35197,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pgf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35603,7 +35217,6 @@ description">}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{overpic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35716,6 +35329,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{resume}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35767,7 +35381,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{curve}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35814,6 +35427,87 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{enumitem}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureList{enumerate}%
+ {\EndP\HCode{<dl \a:LRdir class="enumerate-enumitem">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP\HCode{</dd></dl>}\ShowPar}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="enumerate-enumitem">}\bgroup \bf}
+ {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate-enumitem">}}
+\Css{dt.enumerate-enumitem{float:left; clear:left;
+ margin-left:1em; margin-right:1em;}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{IEEEtran}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureList{thebibliography}%
+ {\ifvmode\IgnorePar\fi \EndP \HCode{<div
+ class="thebibliography">}\let\en:bib=\empty}
+ {\en:bib \ifvmode\IgnorePar\fi \EndP \HCode{</div>}}
+ {\en:bib\def\en:bib{\csname bibliography2\endcsname
+\EndP}%
+ \Configure{HtmlPar}
+ {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
+ {\EndP\HCode{<p class="bibitem" \a:LRdir>}}
+ {\Tg</p>} {\Tg</p>}%
+\par\ShowPar
+ \HCode{<span class="biblabel">}\Configure{HtmlPar}
+ {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
+ {\EndP\HCode{<p class="bibitem-p" \a:LRdir>}}
+ {\Tg</p>} {\Tg</p>}%
+}
+ {\HCode{<span class="bibsp">}\:nbsp
+ \:nbsp\:nbsp\HCode{</span></span>}}
+
+\Css{p.bibitem { text-indent: -2em; margin-left: 2em;
+ margin-top:0.6em; margin-bottom:0.6em; }}
+\Css{p.bibitem-p { text-indent: 0em; margin-left: 2em;
+ margin-top:0.6em; margin-bottom:0.6em; }}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{enumerate}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureList{enumerate}%
+ {\EndP\HCode{<dl \a:LRdir class="enumerate">}%
+ \PushMacro\end:itm
+ \global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+ \EndP\HCode{</dd></dl>}\ShowPar}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="enumerate">}\bgroup \bf}
+ {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}}
+\Css{dd.enumerate {margin-left: 2em;}}
+\Css{dt.enumerate {float:left;
+ clear:left;
+ margin-right:0.5em;
+ margin-left:0.5em;
+ text-align:right; }}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{linguex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{ex}
@@ -35838,6 +35532,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cgloss4e}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35872,6 +35567,66 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{covington}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{tsent}
+ {\HCode{<span class="tsent">}}
+ {\HCode{</span>}}
+ {\HCode{<br />}}
+\Css{.tsent {display:table-cell;
+ display:inline-block;
+ padding-right:0.2em;
+ padding-top:0em;
+ padding-bottom:0em;
+ padding-left:0em;
+ margin:0em; }}
+\Configure{gll}
+ {\ifvmode \IgnorePar\fi \EndP
+ \bgroup
+ \ConfigureEnv{flushleft}
+ {\ifvmode \IgnorePar\fi \EndP}
+ {\ShowPar}
+ {\EndP\IgnorePar
+ \HCode{<div class="gll"\Hnewline>}\IgnorePar}
+ {\IgnorePar\EndP\HCode{</div>}}%
+ \Configure{HtmlPar}{}{}{}{}%
+ }
+ {}
+ {\egroup}
+\Css{dd.alist p{margin-top:0.2em}}
+
+\ConfigureEnv{exercise}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{<div class="Exercise">}}
+ {\ifvmode\IgnorePar\fi \EndP \HCode{</div>}} {}{}
+\ConfigureList{reflist}%
+ {\EndP\HCode{<dl \a:LRdir class="reflist">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP\HCode{</dd></dl>}\ShowPar}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="reflist">}\bgroup \bf}
+ {\egroup\HCode{</dt><dd\Hnewline class="reflist">}\par\ShowPar}
+\Css{dd.reflist p.indent { text-indent: -2em; }}
+\Configure{sentence}
+ {\bgroup
+ \ConfigureEnv{flushleft}
+ {\ifvmode \IgnorePar\fi \EndP}{\ShowPar
+}
+ {\EndP\IgnorePar
+ \HCode{<div class="sentence"\Hnewline>}\ShowPar\endgraf}
+ {\IgnorePar\EndP\HCode{</div>}}%
+ }
+ {\egroup}
+\Css{div.sentence {text-align:left;}}
+\Configure{glt}{\newline}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36062,13 +35817,14 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{subeqnarray}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureEnv{subeqnarray}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="subeqnarray">}}
- {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par\ShowPar}
{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36098,7 +35854,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{sistyle}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36120,6 +35875,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{chapterbib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36327,7 +36083,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{booktabs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36376,6 +36131,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{gloss}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36488,7 +36244,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tugboat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36643,6 +36398,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -36691,6 +36447,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -36745,7 +36502,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{rotating}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36758,6 +36514,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{boxedminipage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36818,7 +36575,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{paralist}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36901,7 +36657,7 @@ description">}%
{\para:enumII} {\para:enumIII} {\para:enumIV}
\else
- \:CheckOption{li-} \if:Option
+ \:CheckOption{enumerate-} \if:Option
\ConfigureList{enumerate}%
{\if@plnewenum
\EndP \HCode{<dl \a:LRdir class="enumerate">}%
@@ -36980,6 +36736,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pifont}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37027,21 +36784,29 @@ description">}%
{\HCode{</span>}}
\Log:Note{to ensure proper alignments use
fixed size fonts (see listings.dtx)}
+\HAssign\listings:Depth = 0
\Configure{listings}
{\ifvmode \IgnorePar\fi \EndP
{\everypar{}\leavevmode}\HCode{<!--l. \the\inputlineno-->}%
- \HCode{<pre class="listings">}%
+ \ifnum \listings:Depth=0 \HCode{<pre class="listings">}\else
+ \HCode{<span class="listings-nested">}\fi
+ \gHAdvance\listings:Depth by 1
+ }
+ {\gHAdvance\listings:Depth by -1
+ \ifnum \listings:Depth=0 \HCode{</pre>}\else
+ \HCode{</span>}\fi
}
- {{\everypar{}\leavevmode}\HCode{</pre>}}
{\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x%
\HCode{<br /><span class="label">}}
{\HCode{</span>}}%
\Configure{listings-init}{\special{t4ht@(}}{\special{t4ht@)}}
+\HAssign\listingN=0
\ConfigureEnv{lstlisting}
{\ifvmode \IgnorePar\fi \EndP
+ \gHAdvance\listingN by 1
\HCode{<!--l. \the\inputlineno-->}%
\gdef\start:LstLn{%
- \HCode{<div class="lstlisting">}%
+ \HCode{<div class="lstlisting" id="listing-\listingN">}%
\gdef\start:LstLn{\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x%
\HCode{<br />}}}
\bgroup
@@ -37144,7 +36909,6 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{lineno}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37160,6 +36924,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{epigraph}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37197,7 +36962,6 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{floatflt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37262,6 +37026,7 @@ description">}%
\def\check@icl ##1\check@icr{}%
\let\thanks\:gobble
\def\TeX{TeX}%
+\def\mbox{\hbox}%
\def\gobble:font##1##2{##2}\:TITLE: \no:fonts
\def\footnotemark[##1]{}%
\Tag{TITLE+}{\@title}}
@@ -37401,14 +37166,15 @@ description">}%
\fi
\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
- \:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- style="vertical-align:baseline;" class="caption"><td class="id">}}
- {: } {\HCode{</td><td \Hnewline class="content">}}
- {\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
+ \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
+ ><span class="id">}}
+ {: } {\HCode{</span><span \Hnewline class="content">}}
+ {\HCode{</span></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
-\Css{.caption td.id{font-weight: bold; white-space: nowrap; }}
-\Css{table.caption {text-align:center;}}
+\Css{div.caption {text-indent:-2em; margin-left:3em; margin-right:1em;
+ text-align:left;}}
+\Css{div.caption span.id{font-weight: bold; white-space: nowrap; }}
\Configure{proof}
{\ifvmode\IgnorePar\fi\EndP
@@ -37540,6 +37306,7 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{endnotes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37554,7 +37321,6 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{web}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37581,6 +37347,7 @@ description">}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{exerquiz}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37729,11 +37496,14 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\NAME:{ id=}
\:CheckProtexOption{[[]]}\if:Option
- \Configure{FrameCode}
+ \HAssign\ShowCodeN = 0
+\Configure{FrameCode}
{\ifvmode \IgnorePar\fi \EndP
+ \gHAdvance\ShowCodeN by 1
\ifx \par:end\empty \HCode{<p></p>}\fi
%
- \HCode{<div class="ShowCode">\ifx \:test\:minus
+ \HCode{<div class="ShowCode"
+ id="ShowCode-\ShowCodeN">\ifx \:test\:minus
\else<div class="head">\fi}\par\IgnorePar}
{\ifvmode \IgnorePar\fi \EndP
\HCode{</div></div>}}
@@ -38097,7 +37867,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{syntax}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38110,6 +37879,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{soul}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38255,7 +38025,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp850}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38266,6 +38035,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp852}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38296,7 +38066,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp1252}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38307,6 +38076,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp437}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38337,7 +38107,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{norsk}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38348,6 +38117,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{polish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38378,7 +38148,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{romanian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38388,7 +38157,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -38396,7 +38164,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -38404,14 +38171,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -38419,13 +38184,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38434,7 +38196,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38444,7 +38205,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38464,7 +38224,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -38479,7 +38238,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -38490,47 +38248,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -38544,7 +38295,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -38554,13 +38304,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -38570,7 +38318,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -38578,7 +38325,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -38591,6 +38337,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{russianb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38653,7 +38400,6 @@ Y{0178}\i{00EF}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -38661,7 +38407,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -38669,14 +38414,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -38684,13 +38427,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38699,7 +38439,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38709,7 +38448,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38729,7 +38467,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -38744,7 +38481,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -38755,47 +38491,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -38809,7 +38538,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -38819,13 +38547,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -38835,7 +38561,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -38843,7 +38568,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -38856,7 +38580,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slovene}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38866,7 +38589,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -38874,7 +38596,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -38882,14 +38603,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -38897,13 +38616,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38912,7 +38628,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38922,7 +38637,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -38942,7 +38656,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -38957,7 +38670,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -38968,47 +38680,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -39022,7 +38727,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -39032,13 +38736,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -39048,7 +38750,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -39056,7 +38757,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -39069,6 +38769,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{spanish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39090,7 +38791,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
}
\Configure{es@accent}
{\string\OT1\string\"}
@@ -39098,14 +38798,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
\Configure{es@accent}
{\string\OT1\string\~}
{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
}
@@ -39134,7 +38832,6 @@ Y{1EF8}y{1EF9}\i{0129}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ukraineb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39145,6 +38842,7 @@ Y{1EF8}y{1EF9}\i{0129}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{usorbian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39175,7 +38873,6 @@ Y{1EF8}y{1EF9}\i{0129}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{austrian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39186,6 +38883,7 @@ Y{1EF8}y{1EF9}\i{0129}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{catalan}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39205,7 +38903,6 @@ Y{1EF8}y{1EF9}\i{0129}%
\csname T1\string\`\endcsname{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\'\expandafter\endcsname
@@ -39213,7 +38910,6 @@ w{1E81}y{1EF3}\i{00EC}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\^\expandafter\endcsname
@@ -39221,14 +38917,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{circ}{#1}} {\b:accents{circ}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\~\expandafter\endcsname
\csname T1\string\~\endcsname{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\"\expandafter\endcsname
@@ -39236,13 +38930,10 @@ Y{1EF8}y{1EF9}\i{0129}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
-\expand:after{\expand:after{\Configure{accent}}%
- \csname T1\string\r\endcsname}%
- \csname T1\string\r\endcsname{A{00C5}a{00E5}U{016E}u{016F}%
-%
+\expand:after{\Configure{accent}}\csname T1\string\r\endcsname
+ \mathring{A{00C5}a{00E5}U{016E}u{016F}%
{}{}}
{\a:accents{ring}{#1}} {\b:accents{ring}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -39251,7 +38942,6 @@ Y{0178}\i{00EF}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\a:accents{cedil}{#1}} {\b:accents{cedil}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -39261,7 +38951,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
\expand:after{\expand:after{\Configure{accent}}%
\csname T1\string\H\endcsname}%
\csname T1\string\H\endcsname{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}}{\b:accents{Huml}{#1}{#2}}
\expand:after{\expand:after{\Configure{accent}}%
@@ -39281,7 +38970,6 @@ C{00C7}c{00E7}G{0122}g{0123}%
{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}}{\b:accents{breve}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\vec\expandafter\endcsname
@@ -39296,7 +38984,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}}{\b:accents{check}{#1}{#2}}
\expand:after{\Configure{accent}}\csname T1\string\=\expandafter\endcsname
@@ -39307,47 +38994,40 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{accent}\`\grave{A{00C0}E{00C8}I{00CC}N{01F8}O{00D2}U{00D9}W{1E80}%
Y{1EF2}a{00E0}e{00E8}i{00EC}n{01F9}o{00F2}u{00F9}%
w{1E81}y{1EF3}\i{00EC}%
-%
{}{}}
{\a:accents{grave}{#1}} {\b:accents{grave}{#1}{#2}}
\Configure{accent}\'\acute{A{00C1}C{0106}D{010E}E{00C9}G{01F4}I{00CD}L{0139}N{0143}%
O{00D3}R{0154}S{015A}U{00DA}Y{00DD}Z{0179}a{00E1}c{0107}%
d{010F}e{00E9}g{01F5}i{00ED}l{013A}n{0144}o{00F3}r{0155}%
s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
-%
{}{}}
{\a:accents{acute}{#1}} {\b:accents{acute}{#1}{#2}}
\Configure{accent}\^\hat{A{00C2}E{00CA}I{00CE}O{00D4}U{00DB}a{00E2}e{00EA}%
i{00EE}o{00F4}u{00FB}C{0108}c{0109}G{011C}g{011D}%
H{0124}h{0125}J{0134}j{0135}S{015C}s{015D}W{0174}%
w{0175}Y{0176}y{0177}Z{1E90}z{1E91}\i{00EE}\j{0135}%
-%
{}{}}
{\a:accents{hat}{#1}} {\b:accents{hat}{#1}{#2}}
\Configure{accent}\~\tilde{A{00C3}N{00D1}O{00D5}a{00E3}n{00F1}o{00F5}I{0128}%
i{0129}U{0168}u{0169}V{1E7C}v{1E7D}E{1EBC}e{1EBD}%
Y{1EF8}y{1EF9}\i{0129}%
-%
{}{}}
{\a:accents{tilde}{#1}} {\b:accents{tilde}{#1}{#2}}
\Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
Y{0178}\i{00EF}%
-%
{}{34}}
{\a:accents{uml}{#1}} {\b:accents{uml}{#1}{#2}}
\Configure{accent}\c\c{K{0136}k{0137}L{013B}l{013C}N{0145}n{0146}%
R{0156}r{0157}S{015E}s{015F}T{0162}t{0163}%
E{0228}e{0229}D{1E10}d{1E11}H{1E28}h{1E29}%
C{00C7}c{00E7}G{0122}g{0123}%
-%
{}{}}
{\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{o{0151}O{0150}U{0170}u{0171}%
-%
{}{}}
{\a:accents{Huml}{#1}} {\b:accents{Huml}{#1}{#2}}
\Configure{accent}\b\b{{}{}}
@@ -39361,7 +39041,6 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\dot\dot{C{010A}c{010B}E{0116}e{0117}G{0120}g{0121}%
@@ -39371,13 +39050,11 @@ f{1E1F}H{1E22}h{1E23}M{1E40}m{1E41}N{1E44}%
n{1E45}P{1E56}p{1E57}R{1E58}r{1E59}S{1E60}%
s{1E61}T{1E6A}t{1E6B}W{1E86}w{1E87}X{1E8A}%
x{1E8B}Y{1E8E}y{1E8F}%
-%
{}{}}
{\a:accents{dot}{#1}} {\b:accents{dot}{#1}{#2}}
\Configure{accent}\u\breve{g{011F}I{012C}i{012D}O{014E}o{014F}%
U{016C}u{016D}A{0102}a{0103}E{0114}%
e{0115}G{011E}\i{012D}%
-%
{}{}}
{\a:accents{breve}{#1}} {\b:accents{breve}{#1}{#2}}
\Configure{accent}\vec\vec{{}{}}
@@ -39387,7 +39064,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\check\check{C{010C}c{010D}D{010E}d{010F}%
@@ -39395,7 +39071,6 @@ E{011A}e{011B}L{013D}l{013E}N{0147}n{0148}R{0158}r{0159}%
S{0160}s{0161}T{0164}t{0165}Z{017D}z{017E}A{01CD}a{01CE}I{01CF}%
i{01D0}O{01D1}o{01D2}U{01D3}u{01D4}G{01E6}g{01E7}K{01E8}k{01E9}%
j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-%
{}{}}
{\a:accents{check}{#1}} {\b:accents{check}{#1}{#2}}
\Configure{accent}\=\bar{{}{}}
@@ -39418,7 +39093,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{danish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39429,6 +39103,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{dutch}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39459,7 +39134,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{estonian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39470,6 +39144,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{finnish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39500,7 +39175,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{greek}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39628,6 +39302,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{exam}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%