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.4ht3401
1 files changed, 2045 insertions, 1356 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 86ccffe40cb..929a7b18d30 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 2005-10-22-16:24 %
-% Copyright (C) 1997--2005 Eitan M. Gurari %
+% html4.4ht 2006-12-04-10:05 %
+% Copyright (C) 1997--2006 Eitan M. Gurari %
% %
% This work may be distributed and/or modified under the %
% conditions of the LaTeX Project Public License, either %
@@ -24,7 +24,7 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2005-10-22-16:24}
+\immediate\write-1{version 2006-12-04-10:05}
\exit:ifnot{CJK,%
JHEP,%
@@ -60,6 +60,7 @@ color,%
colortbl,%
context,%
croatian,%
+curve,%
czech,%
danish,%
diagrams,%
@@ -120,6 +121,7 @@ manmac,%
mdwlist,%
memoir,%
mex,%
+mfpic,%
minitoc,%
mls,%
moreverb,%
@@ -148,12 +150,14 @@ plain,%
polish,%
polski,%
portuges,%
+powerdot,%
prosper,%
psfig,%
pst-all,%
pstricks,%
report,%
res,%
+resume,%
rlbabel,%
romanian,%
rotating,%
@@ -201,7 +205,8 @@ xy}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{Preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{PROLOG}{VERSION,DOCTYPE,*XML-STYLESHEET}
+
+\Configure{PROLOG}{VERSION,DOCTYPE,*XML-STYLESHEET}
\:CheckOption{mouseover} \if:Option
\:CheckOption{xhtml} \if:Option \else
\:CheckOption{DOCTYPE} \if:Option
@@ -231,46 +236,101 @@ xy}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tex4ht}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \:CheckOption{4}
+ \NewConfigure{frames-altDOCTYPE}{1}
+\Configure{frames-altDOCTYPE}
+ {\:CheckOption{xhtml} \if:Option
+
+\Configure{VERSION}
+ {\HCode{<?xml version="1.0" encoding="\expandafter\ifx \csname a:charset\endcsname\relax
+ \expandafter\:encoding\A:charset
+ \else \expandafter\:encoding\a:charset\fi"
+ ?>\Hnewline}}
+%
+\Configure{DOCTYPE}
+ {\HCode{<!DOCTYPE html \xhtml:DOCTYPE> \Hnewline
+ <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
+ \Hnewline}}
+\def\xhtml:DOCTYPE{PUBLIC
+ "-//W3C//DTD XHTML 1.0 Transitional//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"\Hnewline
+ \space\space
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"}
+\Configure{@DOCTYPE}
+ {<!ENTITY \% xhtml.dtd \xhtml:DOCTYPE>\Hnewline\%xhtml.dtd; \Hnewline}
+%
+ \def\:DTD{xhtml}
+\else
+ \Configure{DOCTYPE}{\IgnorePar\HCode
+ {<!DOCTYPE html PUBLIC
+ "-//W3C//DTD HTML 4.01 Transitional//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"
+ \Hnewline\space\space "http://www.w3.org/TR/html4/loose.dtd">
+ \Hnewline}}
+%
+\fi
+}
+\:CheckOption{7}
+ \if:Option \else \:CheckOption{6}\fi
+ \if:Option \else \:CheckOption{5}\fi
+ \if:Option \else \:CheckOption{4}\fi
\if:Option \else \:CheckOption{3}\fi
\if:Option \else \:CheckOption{2}\fi
-\if:Option \:CheckOption{sec-filename}\fi
+ \if:Option \else \:CheckOption{1}\fi
\if:Option
- \Configure{CutAt-filename}{%
- \ifx \:NxtNwFN\:Undef
- \tmp:toks={#2}%
- \immediate\openout15=\jobname .tmp
- \immediate\write15{\string\next{\the\tmp:toks}}%
- \immediate\closeout15
- \bgroup
- \def\next{\xdef\:temp}%
- \csname no:catcodes\endcsname{32}{47}{9}%
- \csname no:catcodes\endcsname{58}{64}{9}%
- \csname no:catcodes\endcsname{91}{91}{9}%
- \csname no:catcodes\endcsname{93}{96}{9}%
- \csname no:catcodes\endcsname{126}{126}{9}%
- \input \jobname .tmp
- \egroup
- \tmp:cnt=0 \uniq:fn
- \fi
- }
- \def\uniq:fn{%
- \expandafter\ifx
- \csname ct:fn\:temp
- \ifnum \tmp:cnt>0 \the\tmp:cnt\fi\endcsname\relax
- \expandafter\global\expandafter\let
- \csname ct:fn\:temp
- \ifnum\tmp:cnt>0 \the\tmp:cnt\fi
- \endcsname=\def
- \ifx \:temp\empty \else
- \NextFile{\:temp
- \ifnum \tmp:cnt>0 \the\tmp:cnt\fi .\:html}%
- \fi
- \else
- \advance\tmp:cnt by 1 \expandafter\uniq:fn
- \fi
- }
+ \:CheckOption{sec-filename}
+ \if:Option
+ \Configure{CutAt-filename}{%
+ \ifx \:NxtNwFN\:Undef
+ \tmp:toks={#2}%
+ \immediate\openout15=\jobname .tmp
+ \immediate\write15{\string\next{\the\tmp:toks}}%
+ \immediate\closeout15
+ \bgroup
+ \def\next{\xdef\:temp}%
+ \csname no:catcodes\endcsname{32}{47}{9}%
+ \csname no:catcodes\endcsname{58}{64}{9}%
+ \csname no:catcodes\endcsname{91}{91}{9}%
+ \csname no:catcodes\endcsname{93}{96}{9}%
+ \csname no:catcodes\endcsname{126}{126}{9}%
+ \input \jobname .tmp
+ \egroup
+ \tmp:cnt=0 \uniq:fn
+ \fi
+}
+\def\uniq:fn{%
+ \expandafter\ifx
+ \csname ct:fn\:temp
+ \ifnum \tmp:cnt>0 \the\tmp:cnt\fi\endcsname\relax
+ \expandafter\global\expandafter\let
+ \csname ct:fn\:temp
+ \ifnum\tmp:cnt>0 \the\tmp:cnt\fi
+ \endcsname=\def
+ \ifx \:temp\empty \else
+ \NextFile{\:temp
+ \ifnum \tmp:cnt>0 \the\tmp:cnt\fi .\:html}%
+ \fi
+ \else
+ \advance\tmp:cnt by 1 \expandafter\uniq:fn
+ \fi
+}
+
+ \else
+ \Log:Note{For section filenames that reflect on
+ their titles use the command line
+ option `sec-filename'}
+ \fi
\fi
+\def\getClass#1{\expandafter
+ \ifx \csname a:#1Class\endcsname\relax\else
+ \csname a:#1Class\endcsname
+ \fi}
+\def\afterGetClass#1{\csname b:#1Class\endcsname}
\if:latex \Hinclude{\input #1.4ht}{latex}
\else \ifx \contextversion\Un:def
@@ -312,14 +372,18 @@ xy}
\:CheckOption{jpg} \if:Option
\Configure{Picture}{.jpg}
\else
- \Log:Note{for jpg bitmaps, use the `jpg'
- command line option}
+ \Log:Note{for jpg bitmaps of pictures, use the `jpg'
+ command line option. (Character bitmaps are controled only by `g' records of tex4ht.env and `-g'
+switches of tex4ht.c)
+}
\fi
\:CheckOption{gif} \if:Option
\Configure{Picture}{.gif}
\else
- \Log:Note{for gif bitmaps, use the `gif'
- command line option}
+ \Log:Note{for gif bitmaps of pictures, use the `gif'
+ command line option. (Character bitmaps are controled only by `g' records of tex4ht.env and `-g'
+switches of tex4ht.c)
+}
\fi
\:CheckOption{hooks++} \if:Option
\else \:CheckOption{hooks+}
@@ -467,16 +531,26 @@ xy}
\ifx \a:DOCTYPE\relax
\:CheckOption{frames} \if:Option
\:CheckOption{xhtml} \if:Option
+
+\Configure{VERSION}
+ {\HCode{<?xml version="1.0" encoding="\expandafter\ifx \csname a:charset\endcsname\relax
+ \expandafter\:encoding\A:charset
+ \else \expandafter\:encoding\a:charset\fi"
+ ?>\Hnewline}}
+%
\Configure{DOCTYPE}
- {\HCode{<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//\expandafter
+ {\HCode{<!DOCTYPE html PUBLIC
+ "-//W3C//DTD XHTML 1.0 Frameset//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
\fi
"
- \Hnewline "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\Hnewline}}
+ \Hnewline
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\Hnewline}}
\else
\Configure{DOCTYPE}
- {\HCode{<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//\expandafter
+ {\HCode{<!DOCTYPE html PUBLIC
+ "-//W3C//DTD HTML 4.01 Frameset//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
\fi
@@ -503,22 +577,24 @@ xy}
%
\Configure{DOCTYPE}
{\HCode{<!DOCTYPE html \xhtml:DOCTYPE> \Hnewline
- <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
- \Hnewline}}
+ <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
+ \Hnewline}}
\def\xhtml:DOCTYPE{PUBLIC
- "-//W3C//DTD XHTML 1.0 Transitional//\expandafter
+ "-//W3C//DTD XHTML 1.0 Transitional//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
\fi
"\Hnewline
- \space\space "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"}
+ \space\space
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"}
\Configure{@DOCTYPE}
{<!ENTITY \% xhtml.dtd \xhtml:DOCTYPE>\Hnewline\%xhtml.dtd; \Hnewline}
%
\def\:DTD{xhtml}
\else
\Configure{DOCTYPE}{\IgnorePar\HCode
- {<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//\expandafter
+ {<!DOCTYPE html PUBLIC
+ "-//W3C//DTD HTML 4.01 Transitional//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
\fi
@@ -567,9 +643,6 @@ xy}
>}\HCode{<div id="overDiv"
style="position:absolute;
visibility:hidden; z-index:1000;"></div>
- <script language="JavaScript" src="overlib.js"
- type="text/javascript" ></script>\Hnewline
-<!--http://www.bosrup.com/web/overlib/ (Erik Bosrup)-->%
}%
\ShowPar\par \let\Frame:Name=\empty}
{\IgnorePar\:xhtml{\EndP}\PopStack\BODY:stack\:temp
@@ -588,50 +661,18 @@ xy}
\:xhtml{\RecallEndP}}%
\fi
%
- \:CheckOption{xhtml} \if:Option
-
-\Configure{VERSION}
- {\HCode{<?xml version="1.0" encoding="\expandafter\ifx \csname a:charset\endcsname\relax
- \expandafter\:encoding\A:charset
- \else \expandafter\:encoding\a:charset\fi"
- ?>\Hnewline}}
-%
-\Configure{DOCTYPE}
- {\HCode{<!DOCTYPE html \xhtml:DOCTYPE> \Hnewline
- <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
- \Hnewline}}
-\def\xhtml:DOCTYPE{PUBLIC
- "-//W3C//DTD XHTML 1.0 Transitional//\expandafter
-\ifx \csname a:dtd-lang\endcsname\relax EN\else
- \csname a:dtd-lang\endcsname
-\fi
-"\Hnewline
- \space\space "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"}
-\Configure{@DOCTYPE}
- {<!ENTITY \% xhtml.dtd \xhtml:DOCTYPE>\Hnewline\%xhtml.dtd; \Hnewline}
-%
- \def\:DTD{xhtml}
-\else
- \Configure{DOCTYPE}{\IgnorePar\HCode
- {<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//\expandafter
-\ifx \csname a:dtd-lang\endcsname\relax EN\else
- \csname a:dtd-lang\endcsname
-\fi
-"
- \Hnewline\space\space "http://www.w3.org/TR/html4/loose.dtd">
- \Hnewline}}
-%
-\fi
+ \csname a:frames-altDOCTYPE\endcsname
%
\HPage[tex4ht-p1]{table of contents}%
- \Link{}{tex4ht-toc}\EndLink
+ \par \ShowPar \Link{}{tex4ht-toc}\EndLink
\bgroup
- \Configure{Link}{a}{target="tex4ht-main" href=}{ name=}{}
+ \Configure{Link}{a}{target="tex4ht-main" href=}{ id=}{}
\b:frames
\egroup
\def\Frame:Name{main}
- \EndHPage{tex4ht-p1} \Tg<br />
- \HPage[tex4ht-p2]{text}\Link{}{tex4ht-body}\EndLink
+ \EndHPage{tex4ht-p1} \expandafter\Tg<br />
+ \HPage[tex4ht-p2]{text}\par\ShowPar
+ \Link{}{tex4ht-body}\EndLink
}
{\EndHPage{tex4ht-p2}}
\NewConfigure{frames}{2}
@@ -648,9 +689,6 @@ xy}
\csname a:!BODY\endcsname >}\HCode{<div id="overDiv"
style="position:absolute;
visibility:hidden; z-index:1000;"></div>
- <script language="JavaScript" src="overlib.js"
- type="text/javascript" ></script>\Hnewline
-<!--http://www.bosrup.com/web/overlib/ (Erik Bosrup)-->%
}%
\ShowPar\par}
{\IgnorePar\:xhtml{\EndP}\HCode{\Hnewline
@@ -677,7 +715,7 @@ xy}
http-equiv="Content-Type" content="application/xhtml+xml;
\expandafter\ifx \csname a:charset\endcsname\relax\A:charset
\else \a:charset\fi"\xml:empty>\Hnewline}}
-\Configure{html}{xht}
+\Configure{ext}{xht}
\else \Log:Note{for file extension name xht, use the command line option `xht'}%
\Configure{@HEAD}{\HCode{<meta
@@ -689,20 +727,22 @@ xy}
\Configure{@HEAD}{\HCode{<meta
name="generator" content="TeX4ht
(http://www.cse.ohio-state.edu/\string
- ~gurari/TeX4ht/mn.html)"\xml:empty>\Hnewline}}
+ ~gurari/TeX4ht/)"\xml:empty>\Hnewline}}
\Configure{@HEAD}{\HCode{<meta
name="originator" content="TeX4ht
(http://www.cse.ohio-state.edu/\string
- ~gurari/TeX4ht/mn.html)"\xml:empty>\Hnewline
+ ~gurari/TeX4ht/)"\xml:empty>\Hnewline
<!--\space\expandafter\:gobbleM\meaning
\Preamble\space-->\Hnewline}}
\immediate\write-1{TeX4ht package options:
\expandafter\:gobbleM\meaning\Preamble}
\Configure{@HEAD}
- {\HCode{<meta name="src" content="\jobname.tex"\xml:empty>\Hnewline}}
+ {\HCode{<meta name="src"
+ content="\jobname.tex"\xml:empty>\Hnewline}}
\Configure{@HEAD}
- {\HCode{<meta name="date" content="\:today"\xml:empty>\Hnewline}}
+ {\HCode{<meta name="date"
+ content="\:today"\xml:empty>\Hnewline}}
\:CheckOption{css-in} \if:Option
\Log:Note{the inline CSS code is extracted from the input of the
@@ -741,7 +781,10 @@ xy}
\Configure{@HEAD}
{\HCode{%
<script type="text/javascript"
- src="\jobname-js.js"></script>\Hnewline}}
+ src="\jobname-js.js"></script>\Hnewline
+ <script type="text/javascript" src="overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
+<!--http://www.bosrup.com/web/overlib/-->%
+}}
\def\js:on{%
\global\let\js:on=\relax
\HCode{<!--}%
@@ -873,20 +916,21 @@ xy}
the source file.}
\immediate\write-1{}
\immediate\write-1{Use \string\Configure
- {mouseover-XXX}{...} to introduce arguments into the overlib
- function call, and code into a preceding script. XXX stands for
- `cite' or `footnote', the default body is at tex4ht.body,
+ {mouseover-XXX}{...} to introduce extra arguments into the overlib
+ function call `return overlib(...)'. XXX stands for
+ `cite', `footnote', or 'gloss'. The default body is at tex4ht.body,
and the default caption at tex4ht.caption. An empty parameter
- requests no sensitivity of mouse over the specified type of entries.}
+ requests no sensitivity of the mouse for the
+ specified type of entries.}
\immediate\write-1{}
\immediate\write-1{The variant \string\Configure
{mouseover-XXX}[labels]{...} of the above command restricts the
outcome just to the listed labels (i.e., the values listed
in tex4ht.caption).}
\immediate\write-1{}
-\immediate\write-1{The \string\Configure{mouseover-script }{variable-name}
+\immediate\write-1{The \string\Configure{mouseover-script}{variable-name}
{javascript-code} command may be used to introduce code into the
- javascript script, as a content of a global variable when a name is
+ javascript file, as a content of a global variable when a name is
given and as a bare code when the name is not given. To be referenced,
the name must be prefixed by ``tex4ht.'.}
\immediate\write-1{}
@@ -939,6 +983,7 @@ xy}
{\:xhtml{\Tg</p>}}%
\Css{p.noindent { text-indent: 0em }}
+\Css{td p.noindent { text-indent: 0em; margin-top:0em; }}
\Css{p.nopar { text-indent: 0em; }}
\Css{p.indent{ text-indent: 1.5em }}
\NewConfigure{!P}[1]{\expandafter\concat:config\csname a:!P\endcsname{#1}}
@@ -963,7 +1008,7 @@ xy}
\Css{@media print {div.crosslinks {visibility:hidden;}}}
\Configure{halignTR}
- {\HCode{ valign="baseline"}}
+ {\HCode{ style="vertical-align:baseline;"}}
\Configure{halignTBL}
% % {t}{\HCode{ valign="top"}}
% % {b}{\HCode{ valign="baseline"}}
@@ -978,13 +1023,13 @@ xy}
{<}{\HCode{ style="white-space:nowrap; text-align:left;"}}
{-}{\HCode{ style="white-space:nowrap; text-align:center;"}}
{>}{\HCode{ style="white-space:nowrap; text-align:right;"}}
- {^}{\HCode{ valign="top" style="white-space:nowrap;"}}
- {=}{\HCode{ valign="baseline" style="white-space:nowrap;"}}
- {|}{\HCode{ valign="middle" style="white-space:nowrap;"}}
- {_}{\HCode{ valign="bottom" style="white-space:nowrap;"}}
+ {^}{\HCode{ style="vertical-align:top; white-space:nowrap;"}}
+ {=}{\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;" valign="middle"}}
- {b}{\HCode{ style="white-space:nowrap; text-align:left;" valign="baseline"}}
+ {m}{\HCode{ style="white-space:nowrap; text-align:left; vertical-align:middle;"}}
+ {b}{\HCode{ style="white-space:nowrap; text-align:left; vertical-align:baseline;"}}
{}
\NewConfigure{HColWidth}{1}
\Configure{HColWidth}{}
@@ -1029,7 +1074,7 @@ xy}
src="\a:imgdir }{" alt="}{" class="}{\%s}{-\%d}{x-x-\%x}{" />}
\Configure{htf}{3}{+}{<img\Hnewline
src="\a:imgdir }{" alt="}{" class="\%s-}{\%s}{-\%d}{x-x-\%x}%
- {" align="middle" />}
+ {" style="text-align:middle" />}
\Configure{htf}{4}{+}{<span\Hnewline
class="}{}{}{}{}{small-caps">}{</span>}
\Configure{htf}{6}{+}{<u\Hnewline
@@ -1050,6 +1095,8 @@ xy}
{<span\Hnewline class="htf-flip-hor">}{}{}{}{}{}{</span>}
\Configure{htf}{22}{+}
{<sub class="htf">}{}{}{}{}{}{</sub>}
+\Configure{htf}{24}{+}{<span\Hnewline
+ class="}{}{}{}{}{small-caps">}{</span>}
\Configure{htf-css}{4}{.small-caps{font-variant: small-caps; }}
\Configure{htf-css}{10}{.htf-cmbx {font-weight: bold; font-style:normal;}}
\Configure{htf-css}{12}{.htf-calligraphy {font-family:cursive}}
@@ -1125,7 +1172,7 @@ xy}
%
\Configure{tableofcontents}
{\IgnorePar\EndP\HCode{<div class="\sec:typ TOCS">}\IgnorePar}
- {}{\IgnorePar\HCode{</div>}\ShowPar}{\HCode{<br\xml:empty>}}{}%
+ {}{\IgnorePar\HCode{</div>}\ShowPar}{\HCode{<br />}}{}%
\ifvmode \IgnorePar\fi \EndP
}
{\let\a:tableofcontents\sv:atoc
@@ -1143,7 +1190,7 @@ xy}
%
\Configure{tableofcontents}
{\IgnorePar\EndP\HCode{<div class="\sec:typ TOCS">}\IgnorePar}
- {}{\IgnorePar\HCode{</div>}\ShowPar}{\HCode{<br\xml:empty>}}{}%
+ {}{\IgnorePar\HCode{</div>}\ShowPar}{\HCode{<br />}}{}%
\ifvmode \IgnorePar\fi \EndP
}
{\let\a:tableofcontents\sv:atoc
@@ -1156,7 +1203,7 @@ xy}
{\IgnorePar\EndP\HCode{<div class="tableofcontents">}\IgnorePar}
{\ifTag{tex4ht-body}{\HCode{<br />}\Link{tex4ht-body}{}Home\EndLink}{}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar}
- {\HCode{<br\xml:empty>}} {}
+ {\HCode{<br />}} {}
\Css{li p.indent { text-indent: 0em }}
\ConfigureEnv{trivlist}
{}{\ShowPar
@@ -1182,21 +1229,27 @@ xy}
\EndP\HCode{</dd></dl>}\ShowPar}
{\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
class="list">}\bgroup \bf}
- {\egroup\HCode{</dt><dd\Hnewline class="list">}}
+ {\egroup\HCode{</dt><dd\Hnewline class="list">}\par\ShowPar}
\ConfigureEnv{itemize}
{\ifvmode \IgnorePar\fi \EndP}{\ShowPar
}
{}{}
\ConfigureList{itemize}%
- {\EndP\HCode{<ul \a:LRdir class="itemize\expandafter\the
+ {\EndP\HCode{<ul \a:LRdir
+ class="\getClass{itemize}itemize\expandafter\the
\csname @itemdepth\endcsname">}%
+ \afterGetClass{itemize}%
\PushMacro\end:itm
\global\let\end:itm=\empty}
{\PopMacro\end:itm \global\let\end:itm \end:itm
\ifvmode \IgnorePar\fi
\EndP\HCode{</li></ul>}\ShowPar}
{\end:itm \global\def\end:itm{\EndP\Tg</li>}\DeleteMark}
- {\HCode{<li class="itemize">}}
+ {\HCode{<li class="\getClass{li}itemize">}\afterGetClass{li}}
+\NewConfigure{itemizeClass}{2}
+\Configure{itemizeClass}{}{}
+\NewConfigure{liClass}{2}
+\Configure{liClass}{}{}
\ConfigureEnv{enumerate}
{}{\ShowPar
}{}{}
@@ -1214,7 +1267,8 @@ xy}
}
{\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
}
- {\HCode{<li class="enumerate">}\AnchorLabel
+ {\HCode{<li class="enumerate" value="\expandafter\the\csname
+ c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
}
\else
\ConfigureList{enumerate}%
@@ -1230,10 +1284,10 @@ xy}
}
{\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
}
- {\HCode{<li class="enumerate" value="\expandafter\the\csname
- c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
+ {{\Configure{Link}{li}{}{ class="enumerate" id=}{}%
+ \let\EndLink=\empty \AnchorLabel }%
}
- \Log:Note{for enumerated list elements li's without value attributes,
+ \Log:Note{for enumerated list elements li's with value attributes,
use the command line option `li-'}
\fi
\:CheckOption{css2} \if:Option
@@ -1310,7 +1364,7 @@ xy}
\fi
}
{\EndP\ob:ln\ShowPar}
- {\hbox{\HCode{<br\xml:empty>}}}
+ {\hbox{\HCode{<br />}}}
\Css{.obeylines-h,.obeylines-v {white-space: nowrap; }}
\Css{div.obeylines-v p { margin-top:0; margin-bottom:0; }}
\Configure{overline}
@@ -1324,7 +1378,7 @@ xy}
class="displaylines">}\IgnorePar}
{\HCode{</table>}}
{\HCode{<tr class="displaylines"><td \Hnewline
- valign="baseline" class="displaylines"
+ style="vertical-align:baseline;" class="displaylines"
>}}{\HCode{</td></tr>}}
\Css{td.displaylines {text-align:center; white-space:nowrap;}}
\def\:zbsp#1{cellpadding="0" border="0" cellspacing="0"\Hnewline
@@ -1340,7 +1394,6 @@ xy}
{\HCode{</p>}\ShowPar}
\Css{.centerline {text-align:center;}}
\Css{.rightline {text-align:right;}}
-\def\tbl:XV#1{table width="100\%"\Hnewline class="#1"}
\:CheckOption{pic-tabular} \if:Option
\ConfigureEnv{tabular}
@@ -1361,17 +1414,18 @@ xy}
\ConfigureEnv{verbatim*}{\env:verb{verbatim}}{\endenv:verb}{}{}
\def\env:verb#1{\ifinner\else \vfill\break\fi
\IgnorePar\EndP \HAssign\Verb:N=0
- \HCode{<\tbl:XV{#1}><tr class="#1"><td\Hnewline
+ \HCode{<table\Hnewline class="#1"><tr class="#1"><td\Hnewline
class="#1">}\HCode{<div class="#1"\a:LRdir>}\EndNoFonts}
\def\endenv:verb{\NoFonts
\EndP \ht:special{t4ht=</div>}\end:TTT \ShowPar \par{\HCondtrue\noindent}%
}
\def\start:fenv#1{\:xhtml{\IgnorePar\EndP}\HCode{<table
\Hnewline width="100\%"
- \:zbsp{flush#1}><tr><td><div align="#1"\Hnewline\a:LRdir>}}
+ \:zbsp{flush#1}><tr><td><div style="text-align:#1"\Hnewline\a:LRdir>}}
\def\end:fenv{\IgnorePar\HCode{</div>}\end:TTT\IgnorePar}
\HAssign\Verb:N=0
\Css{div.verbatim {font-family: monospace; white-space: nowrap; }}
+\Css{table.verbatim {width:100\%;}}
\:CheckOption{pic-fbox} \if:Option
\Configure{fbox}
{\leavevmode\Picture+[]{ \a:@Picture{fbox}}} {\EndPicture}
@@ -1475,7 +1529,8 @@ xy}
{\ifvmode \IgnorePar\fi \EndP}{\ShowPar
}
{\EndP\IgnorePar
- \HCode{<div class="center"\Hnewline>}\ShowPar\endgraf}
+ \HCode{<div class="\getClass{center}"\Hnewline>}\ShowPar\endgraf
+ \afterGetClass{center}}
{\IgnorePar\EndP\HCode{</div>}}
\ConfigureEnv{flushleft}
{\ifvmode \IgnorePar\fi \EndP}{\ShowPar
@@ -1492,6 +1547,8 @@ xy}
\Css{div.center,
div.center div.center {text-align: center;
margin-left:1em; margin-right:1em;}}
+\NewConfigure{centerClass}{2}
+\Configure{centerClass}{center}{}
\Css{div.center div {text-align: left;}}
\Css{div.flushright,
div.flushright div.flushright {text-align: right;}}
@@ -2109,6 +2166,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\HCode{</span>}}
\Css{span.thank-mark{ vertical-align: super }}
\NewConfigure{footnote-text}{2}
+% \Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark sup.textsuperscript,
+ span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\:CheckOption{fn-in}\if:Option
\:CheckOption{mouseover} \if:Option
@@ -2154,7 +2214,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-bk)\endcsname\def
\else \EndLink\fi
}%
-\csname a:footnote-mark\endcsname
+\csname b:footnote-mark\endcsname
%
\expandafter\global\expandafter
\let\csname (fn\FNnum x\minipageNum
@@ -2239,9 +2299,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
>}\HCode{<div id="overDiv"
style="position:absolute;
visibility:hidden; z-index:1000;"></div>
- <script language="JavaScript" src="overlib.js"
- type="text/javascript" ></script>\Hnewline
-<!--http://www.bosrup.com/web/overlib/ (Erik Bosrup)-->%
}%
\ShowPar\par}
{\ifvmode \IgnorePar\fi\EndP
@@ -2334,7 +2391,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
-bk}{}%
\special{t4ht@(}%
}
- {\special{t4ht@)}\EndNoFonts \ifTag{fn\FNnum x\minipageNum
+ {\special{t4ht@)}\EndNoFonts
+ \ifTag{fn\FNnum x\minipageNum
}
{\EndLink}
{\expandafter\ifx\csname (fn\FNnum x\minipageNum
@@ -2397,7 +2455,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
padding-bottom:1ex;
padding-top:0.5ex;
margin-right:15\%; margin-top:2ex;
- font-style:italic; font-size:80\%;}}
+ font-style:italic; font-size:85\%;}}
\Css{div.footnotes p{margin-top:0; margin-bottom:0; text-indent:0;}}
\ifx \fn:box\:UnDef \csname newbox\endcsname\fn:box \fi
\HAssign\body:level=0
@@ -2600,6 +2658,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi \fi
\fi
+\Configure{textsuperscript}
+ {\HCode{<sup class="textsuperscript">}\bgroup \small}
+ {\egroup \HCode{</sup>}}
\:CheckOption{javahelp} \if:Option
\input javahelp.4ht
@@ -2613,7 +2674,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{verb}
{\HCode{<span class="verb"\a:LRdir>}}
{\HCode{</span>}}
-\Configure{centercr}{\ht:special{t4ht=<br\xml:empty>}}
+\Configure{centercr}{\ht:special{t4ht=<br />}}
{\ht:everypar{\ht:everypar{\HtmlPar}}}
\:CheckOption{no-array}\if:Option \else
\:CheckOption{pic-tabular} \if:Option \else
@@ -2646,7 +2707,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\def\begin##1{\bgroup
\def\end####1{\o:end:{####1}\EndPicture\egroup}%
\ifx \EndPicture\:UnDef
- \Picture+{ class="##1" align="middle"}%
+ \Picture+{ class="##1" style="text-align:middle"}%
\else \let\EndPicture\empty\fi
\o:begin:{##1}}%
}
@@ -2663,8 +2724,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{div.td11{ margin-left:5pt; margin-right:5pt; }}
\Configure{halignTB<>}{tabular}{\HCode{class="tabular"\Hnewline
cellspacing="0" cellpadding="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi" id="TBL-\TableNo-"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\:CheckOption{pic-tabular} \if:Option \else
\Configure{tabular}
{\ifvmode \IgnorePar\fi \EndP \halignTB{tabular}\putVBorder }
@@ -2690,8 +2752,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{td.td11{ padding-left:5pt; padding-right:5pt; }}
\Configure{halignTB<>}{array}{\HCode{class="array"\Hnewline
cellpadding="0" cellspacing="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\:CheckOption{pic-array} \if:Option \else
\Configure{array}
{\ifvmode \IgnorePar\fi \EndP\halignTB{array}\putVBorder}
@@ -2740,7 +2803,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\else
\Configure{tabbing}[1.5]{%
\ifvmode \IgnorePar\fi\EndP \leavevmode\ht:special{t4ht=<table
- \Hnewline\:zbsp{tabbing}><tr \Hnewline valign="baseline"
+ \Hnewline\:zbsp{tabbing}><tr \Hnewline style="vertical-align:baseline;"
class="tabbing">}}
{\ht:special{t4ht=</tr></table>}\ShowPar \csname par\endcsname
\Configure{HtmlPar}
@@ -2755,7 +2818,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
%
}
{\ht:special{t4ht=<td \ifx \TabWidth\empty \else
- width="\TabWidth"\fi \Hnewline
+ style="width:\TabWidth;"\fi \Hnewline
class="tabbing\ifx \`\TabType -right\fi">}}
{\ht:special{t4ht=</td>}}
\ConfigureEnv{tabbing}{\IgnorePar\EndP}{}{}{}
@@ -2793,7 +2856,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{@TITLE}{\def\LaTeX{LaTeX}\let\fontencoding\:gobble
\let\fontfamily\:gobble \let\fontseries\:gobble
\let\fontshape\:gobble \let\usefont\:gobbleIV }
-\Configure{newline}{\HCode{<br class="newline"\xml:empty>}}
+\Configure{newline}{\HCode{<br class="newline" />}}
\Configure{float}
{\ifOption{refcaption}{}{\csname par\endcsname\ShowPar \leavevmode}}
{\:xhtml{\IgnorePar\EndP}\HCode{<hr class="float"\xml:empty><div
@@ -2816,6 +2879,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{}{}
\Css{div.float img, div.float .caption {text-align:center;}}
\Css{div.figure img, div.figure .caption {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
\csname T1\string\'\endcsname
@@ -3061,7 +3125,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
.appendixToc a, .appendixToc
{line-height: 200\%; font-weight:bold;}}
%
- \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{#1 #2}\par}
+ \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{\ifnum \c@secnumdepth >\m@ne
+ #1 \fi #2}\par}
\def\toclikechapter#1#2#3{\par\:SPAN{likechapterToc}{#2}\par}%
\def\tocappendix#1#2#3{\par\:SPAN{appendixToc}{#1 #2}\par}
\def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
@@ -3115,8 +3180,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3129,10 +3194,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3146,10 +3209,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3165,7 +3226,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3183,7 +3244,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -3612,8 +3673,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3626,10 +3687,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3643,10 +3702,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -3662,7 +3719,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -4023,8 +4080,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -4037,10 +4094,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -4054,10 +4109,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -4338,8 +4391,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -4352,10 +4405,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -4568,10 +4619,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -4611,8 +4660,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -4736,8 +4785,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -4821,7 +4870,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -4861,9 +4910,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
@@ -4877,21 +4926,21 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{HColumns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
\HColumns{\a:IndexColumns}%
\everypar{\HtmlPar}%
- \Configure{HtmlPar}{}{\HCode{<br class="index-segment"\xml:empty>}}{}{}%
+ \Configure{HtmlPar}{}{\HCode{<br class="index-segment" />}}{}{}%
\par\ShowPar
\let\end:theidx\empty}
{\end:theidx
\ifvmode\IgnorePar\fi \EndP\EndHColumns
\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{%\ifvmode \EndP\fi
% \hbox{\end:theidx\HCode{<p class="theindex">}}%
% \def\end:theidx{\HCode{</p>}}
@@ -4915,9 +4964,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -4947,7 +4996,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -4958,9 +5007,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -4972,6 +5021,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
class="description">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\Configure{enumiii}
+ {\HCode{<span class="roman-numeral">}}
+ {\HCode{</span>}}
+
\:CheckOption{no-bib} \if:Option\else
\:CheckOption{mouseover} \if:Option
\ConfigureList{thebibliography}%
@@ -4984,7 +5037,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -4992,8 +5045,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -5165,10 +5218,13 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -5203,8 +5259,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -5219,7 +5275,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -5230,8 +5286,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -5244,7 +5300,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -5265,7 +5321,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
@@ -5274,7 +5330,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -5289,14 +5345,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\chapter*{\indexname}\fi}
\ConfigureMark{appendix}{\HCode{<span class="titlemark">}%
\appendixname \ \thechapter\HCode{</span>}}
-\Configure{appendix}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
- {\HCode{</h2>}\IgnoreIndent}
\Configure{appendixTITLE+}{\thechapter\space#1}
-\Configure{likechapter}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="likechapterHead"\a:LRdir>}}
- {\HCode{</h2>}\IgnoreIndent}
\Configure{likechapterTITLE+}{#1}
\Configure{endchapter}{likechapter,appendix,part,likepart}
\Configure{endlikechapter}{chapter,appendix,part,likepart}
@@ -5306,12 +5355,19 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\if@mainmatter \ifnum \c@secnumdepth >\m@ne
\HCode{<span class="titlemark">}\chaptername
\ \thechapter\HCode{</span>}\fi \fi}
+\Configure{chapterTITLE+}{\if@mainmatter\thechapter\space\fi#1}
+\renewcommand\thechapter {\if@mainmatter\@arabic\c@chapter\fi}
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \if@mainmatter \TitleMark{\HCode{<br />}}\fi }
+ {\HCode{</h2>}\IgnoreIndent}
+\Configure{appendix}{}{}
+ {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
+ \if@mainmatter \TitleMark{\HCode{<br />}}\fi }
+ {\HCode{</h2>}\IgnoreIndent}
+\Configure{likechapter}{}{}
+ {\IgnorePar\EndP\HCode{<h2 class="likechapterHead"\a:LRdir>}}
{\HCode{</h2>}\IgnoreIndent}
-\Configure{chapterTITLE+}{\if@mainmatter\thechapter\space\fi#1}
-\renewcommand\thechapter {\if@mainmatter\@arabic\c@chapter\fi}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -5349,7 +5405,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
.appendixToc a, .appendixToc
{line-height: 200\%; font-weight:bold;}}
%
- \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{#1 #2}\par}
+ \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{\ifnum \c@secnumdepth >\m@ne
+ #1 \fi #2}\par}
\def\toclikechapter#1#2#3{\par\:SPAN{likechapterToc}{#2}\par}%
\def\tocappendix#1#2#3{\par\:SPAN{appendixToc}{#1 #2}\par}
\def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
@@ -5403,8 +5460,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5417,10 +5474,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5434,10 +5489,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5453,7 +5506,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5471,7 +5524,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -5900,8 +5953,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5914,10 +5967,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5931,10 +5982,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -5950,7 +5999,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -6311,8 +6360,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -6325,10 +6374,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -6342,10 +6389,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -6626,8 +6671,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -6640,10 +6685,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -6856,10 +6899,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -6899,8 +6940,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -7024,8 +7065,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -7109,7 +7150,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -7154,9 +7195,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
@@ -7170,21 +7211,21 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{HColumns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
\HColumns{\a:IndexColumns}%
\everypar{\HtmlPar}%
- \Configure{HtmlPar}{}{\HCode{<br class="index-segment"\xml:empty>}}{}{}%
+ \Configure{HtmlPar}{}{\HCode{<br class="index-segment" />}}{}{}%
\par\ShowPar
\let\end:theidx\empty}
{\end:theidx
\ifvmode\IgnorePar\fi \EndP\EndHColumns
\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{%\ifvmode \EndP\fi
% \hbox{\end:theidx\HCode{<p class="theindex">}}%
% \def\end:theidx{\HCode{</p>}}
@@ -7208,9 +7249,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -7240,7 +7281,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -7251,9 +7292,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -7265,6 +7306,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
class="description">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\Configure{enumiii}
+ {\HCode{<span class="roman-numeral">}}
+ {\HCode{</span>}}
+
\:CheckOption{no-bib} \if:Option\else
\:CheckOption{mouseover} \if:Option
\ConfigureList{thebibliography}%
@@ -7277,7 +7322,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -7285,8 +7330,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -7458,10 +7503,13 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -7496,8 +7544,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -7512,7 +7560,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -7523,8 +7571,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -7537,7 +7585,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -7558,7 +7606,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
@@ -7567,7 +7615,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -7579,23 +7627,17 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
\ConfigureEnv{description}{\IgnorePar}{}{}{}
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\chapter*{\indexname}\fi}
\ConfigureMark{appendix}{\HCode{<span class="titlemark">}%
\appendixname \ \thechapter\HCode{</span>}}
-\Configure{appendix}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
- {\HCode{</h2>}\IgnoreIndent}
\Configure{appendixTITLE+}{\thechapter\space#1}
-\Configure{likechapter}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="likechapterHead"\a:LRdir>}}
- {\HCode{</h2>}\IgnoreIndent}
\Configure{likechapterTITLE+}{#1}
\Configure{endchapter}{likechapter,appendix,part,likepart}
\Configure{endlikechapter}{chapter,appendix,part,likepart}
@@ -7606,10 +7648,17 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ \thechapter\HCode{</span>}}
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \TitleMark{\HCode{<br />}}}
{\HCode{</h2>}\IgnoreIndent\par}
\Configure{chapterTITLE+}{\thechapter\space#1}
\Configure{likechapterTITLE+}{#1}
+\Configure{appendix}{}{}
+ {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
+ \TitleMark{\HCode{<br />}}}
+ {\HCode{</h2>}\IgnoreIndent}
+\Configure{likechapter}{}{}
+ {\IgnorePar\EndP\HCode{<h2 class="likechapterHead"\a:LRdir>}}
+ {\HCode{</h2>}\IgnoreIndent}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -7649,7 +7698,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
.appendixToc a, .appendixToc
{line-height: 200\%; font-weight:bold;}}
%
- \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{#1 #2}\par}
+ \def\tocchapter#1#2#3{\par\:SPAN{chapterToc}{\ifnum \c@secnumdepth >\m@ne
+ #1 \fi #2}\par}
\def\toclikechapter#1#2#3{\par\:SPAN{likechapterToc}{#2}\par}%
\def\tocappendix#1#2#3{\par\:SPAN{appendixToc}{#1 #2}\par}
\def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
@@ -7703,8 +7753,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -7717,10 +7767,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -7734,10 +7782,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -7753,7 +7799,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -7771,7 +7817,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -8200,8 +8246,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8214,10 +8260,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8231,10 +8275,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8250,7 +8292,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -8611,8 +8653,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8625,10 +8667,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8642,10 +8682,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -8926,8 +8964,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -8940,10 +8978,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -9156,10 +9192,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -9199,8 +9233,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -9324,8 +9358,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -9409,7 +9443,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -9454,9 +9488,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
@@ -9470,21 +9504,21 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{HColumns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
\HColumns{\a:IndexColumns}%
\everypar{\HtmlPar}%
- \Configure{HtmlPar}{}{\HCode{<br class="index-segment"\xml:empty>}}{}{}%
+ \Configure{HtmlPar}{}{\HCode{<br class="index-segment" />}}{}{}%
\par\ShowPar
\let\end:theidx\empty}
{\end:theidx
\ifvmode\IgnorePar\fi \EndP\EndHColumns
\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{%\ifvmode \EndP\fi
% \hbox{\end:theidx\HCode{<p class="theindex">}}%
% \def\end:theidx{\HCode{</p>}}
@@ -9508,9 +9542,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -9540,7 +9574,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -9551,9 +9585,9 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\fi
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -9565,6 +9599,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
class="description">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\Configure{enumiii}
+ {\HCode{<span class="roman-numeral">}}
+ {\HCode{</span>}}
+
\:CheckOption{no-bib} \if:Option\else
\:CheckOption{mouseover} \if:Option
\ConfigureList{thebibliography}%
@@ -9577,7 +9615,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -9585,8 +9623,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -9758,10 +9796,13 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -9796,8 +9837,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -9812,7 +9853,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -9823,8 +9864,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -9837,7 +9878,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -9858,15 +9899,16 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -9964,19 +10006,23 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Css{.figure img.graphics {margin-left:10\%;}}
\Configure{graphics*}
{gif}
- {\Picture[\a:GraphicsAlt]{\Gin@base.gif \csname a:Gin-dim\endcsname
+ {{\Configure{Needs}{File: \Gin@base.gif}\Needs{}}%
+ \Picture[\a:GraphicsAlt]{\Gin@base.gif \csname a:Gin-dim\endcsname
}}
\Configure{graphics*}
{png}
- {\Picture[\a:GraphicsAlt]{\Gin@base.png \csname a:Gin-dim\endcsname
+ {{\Configure{Needs}{File: \Gin@base.png}\Needs{}}%
+ \Picture[\a:GraphicsAlt]{\Gin@base.png \csname a:Gin-dim\endcsname
}}
\Configure{graphics*}
{jpg}
- {\Picture[\a:GraphicsAlt]{\Gin@base.jpg \csname a:Gin-dim\endcsname
+ {{\Configure{Needs}{File: \Gin@base.jpg}\Needs{}}%
+ \Picture[\a:GraphicsAlt]{\Gin@base.jpg \csname a:Gin-dim\endcsname
}}
\Configure{graphics*}
{jpeg}
- {\Picture[\a:GraphicsAlt]{\Gin@base.jpeg \csname a:Gin-dim\endcsname
+ {{\Configure{Needs}{File: \Gin@base.jpeg}\Needs{}}%
+ \Picture[\a:GraphicsAlt]{\Gin@base.jpeg \csname a:Gin-dim\endcsname
}}
\NewConfigure{GraphicsAlt}{1}
\Configure{GraphicsAlt}{PIC}
@@ -10056,7 +10102,9 @@ height="\the\Gin@req@height"
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
\ConfigureEnv{description}{\IgnorePar}{}{}{}
-\Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark{ vertical-align: super; font-size:80\%; }}
+% \Css{span.footnote-mark sup.textsuperscript,
+% span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\Configure{translators}
{\par\IgnorePar\EndP \HCode{<div class="translators">}\par\ShowPar}
{\ifvmode \IgnorePar \fi\EndP \HCode{</div>}}
@@ -10075,7 +10123,7 @@ height="\the\Gin@req@height"
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-left:5\%; margin-right:5\%;
- font-size:80\%; line-height: 95\%;}}
+ font-size:85\%; line-height: 95\%;}}
\Css{div.submaketitle div {margin-top:0.5em; margin-bottom:0.5em; }}
\Css{div.submaketitle p { margin-top:0em; margin-bottom:0em; }}
\ConfigureEnv{abstract}
@@ -10187,9 +10235,9 @@ height="\the\Gin@req@height"
\Css{h2.titleHead{text-align:center;}}
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -10210,7 +10258,7 @@ height="\the\Gin@req@height"
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -10218,8 +10266,8 @@ height="\the\Gin@req@height"
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -10492,23 +10540,23 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\HCode{<span class="partToc">}\toc:Mark{part}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{section}
{\HCode{<span class="sectionToc">}\toc:Mark{section}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsection}
{\HCode{<span class="subsectionToc">}~~\toc:Mark{subsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
class="subsubsectionToc">}~~~~\toc:Mark{subsubsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
\csname #1name\endcsname~\fi #2.~~\fi}
@@ -10545,8 +10593,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -10559,10 +10607,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -10576,10 +10622,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -10595,7 +10639,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -10613,7 +10657,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -11042,8 +11086,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11056,10 +11100,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11073,10 +11115,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11092,7 +11132,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -11453,8 +11493,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11467,10 +11507,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11484,10 +11522,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -11768,8 +11804,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -11782,10 +11818,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -11998,10 +12032,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -12041,8 +12073,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -12166,8 +12198,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -12251,7 +12283,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -12271,7 +12303,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\lowercase{\HCode{</span><span class="and">}}and~%
\lowercase{\HCode{</span><span>}}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br />}}
\Configure{endsection}
{part}
\Configure{endsubsection}
@@ -12347,7 +12379,9 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
\ConfigureEnv{description}{\IgnorePar}{}{}{}
-\Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark{ vertical-align: super; font-size:80\%; }}
+% \Css{span.footnote-mark sup.textsuperscript,
+% span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\Configure{translators}
{\par\IgnorePar\EndP \HCode{<div class="translators">}\par\ShowPar}
{\ifvmode \IgnorePar \fi\EndP \HCode{</div>}}
@@ -12366,7 +12400,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-left:5\%; margin-right:5\%;
- font-size:80\%; line-height: 95\%;}}
+ font-size:85\%; line-height: 95\%;}}
\Css{div.submaketitle div {margin-top:0.5em; margin-bottom:0.5em; }}
\Css{div.submaketitle p { margin-top:0em; margin-bottom:0em; }}
\ConfigureEnv{abstract}
@@ -12478,9 +12512,9 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Css{h2.titleHead{text-align:center;}}
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -12501,7 +12535,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -12509,8 +12543,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -12783,23 +12817,23 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\HCode{<span class="partToc">}\toc:Mark{part}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{section}
{\HCode{<span class="sectionToc">}\toc:Mark{section}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsection}
{\HCode{<span class="subsectionToc">}~~\toc:Mark{subsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
class="subsubsectionToc">}~~~~\toc:Mark{subsubsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
\csname #1name\endcsname~\fi #2.~~\fi}
@@ -12836,8 +12870,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -12850,10 +12884,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -12867,10 +12899,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -12886,7 +12916,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -12904,7 +12934,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -13333,8 +13363,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -13347,10 +13377,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -13364,10 +13392,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -13383,7 +13409,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -13744,8 +13770,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -13758,10 +13784,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -13775,10 +13799,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -14059,8 +14081,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -14073,10 +14095,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -14289,10 +14309,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -14332,8 +14350,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -14457,8 +14475,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -14542,7 +14560,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -14576,24 +14594,24 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\HCode{<span class="likepartToc">}}
{\empty}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{chapter}
{\HCode{<span class="chapterToc">}%
\ifx \chaptername\:UnDef\else \chaptername~\fi}
{.~~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{likechapter}
{\HCode{<span class="likechapterToc">}}
{~~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{appendix}
{\HCode{<span class="appendixToc">}%
\ifx \appendixname\:UnDef\else \appendixname~\fi}
{.~~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\Css{.chapterToc a, .chapterToc, .appendixToc a, .appendixToc
{line-height: 200\%; font-weight:bold;}}
\Configure{thanks author date and}
@@ -14605,7 +14623,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date">}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\lowercase{\HCode{</div><div>}}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br />}}
\Css{div.addresses{ margin-top:0.5em; }}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -14616,14 +14634,14 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ \thechapter\HCode{</span>}}
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \TitleMark{\HCode{<br />}}}
{\HCode{</h2>}\IgnoreIndent\par}
\Configure{chapterTITLE+}{\thechapter\space#1}
\ConfigureMark{appendix}{\HCode{<span class="titlemark">}%
\appendixname \ \thechapter\HCode{</span>}}
\Configure{appendix}{}{}
{\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \TitleMark{\HCode{<br />}}}
{\HCode{</h2>}\IgnoreIndent}
\Configure{appendixTITLE+}{\thechapter\space#1}
\Configure{likechapter}{}{}
@@ -14672,6 +14690,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsproc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -14686,7 +14705,9 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
\ConfigureEnv{description}{\IgnorePar}{}{}{}
-\Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark{ vertical-align: super; font-size:80\%; }}
+% \Css{span.footnote-mark sup.textsuperscript,
+% span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\Configure{translators}
{\par\IgnorePar\EndP \HCode{<div class="translators">}\par\ShowPar}
{\ifvmode \IgnorePar \fi\EndP \HCode{</div>}}
@@ -14705,7 +14726,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-left:5\%; margin-right:5\%;
- font-size:80\%; line-height: 95\%;}}
+ font-size:85\%; line-height: 95\%;}}
\Css{div.submaketitle div {margin-top:0.5em; margin-bottom:0.5em; }}
\Css{div.submaketitle p { margin-top:0em; margin-bottom:0em; }}
\ConfigureEnv{abstract}
@@ -14817,9 +14838,9 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Css{h2.titleHead{text-align:center;}}
\Css{div.maketitle{ margin-bottom: 2em; text-align:center; }}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -14840,7 +14861,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -14848,8 +14869,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -15122,23 +15143,23 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\HCode{<span class="partToc">}\toc:Mark{part}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{section}
{\HCode{<span class="sectionToc">}\toc:Mark{section}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsection}
{\HCode{<span class="subsectionToc">}~~\toc:Mark{subsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
class="subsubsectionToc">}~~~~\toc:Mark{subsubsection}}
{\End:Mark}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
\csname #1name\endcsname~\fi #2.~~\fi}
@@ -15175,8 +15196,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15189,10 +15210,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15206,10 +15225,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15225,7 +15242,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15243,7 +15260,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -15672,8 +15689,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15686,10 +15703,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15703,10 +15718,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -15722,7 +15735,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -16083,8 +16096,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -16097,10 +16110,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -16114,10 +16125,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -16398,8 +16407,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -16412,10 +16421,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -16628,10 +16635,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -16671,8 +16676,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -16796,8 +16801,8 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -16881,7 +16886,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -16922,7 +16927,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\lowercase{\HCode{</span><span class="and">}}and~%
\lowercase{\HCode{</span><span>}}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br />}}
\Configure{endsection}
{part}
\Configure{endsubsection}
@@ -16965,7 +16970,6 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsthm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -17033,19 +17037,19 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\IgnorePar\EndP\HCode{<h2 class="amsheadHead"\a:LRdir>}}
{\HCode{</h2>}\IgnoreIndent}
\ConfigureToc{head}
- {\ignorespaces}{ }{}{\HCode{<br\xml:empty>}}
+ {\ignorespaces}{ }{}{\HCode{<br />}}
\Configure{subhead}{}{}
{\IgnorePar\EndP\HCode{<h3 class="amssubheadHead"\a:LRdir>}}
{\HCode{</h3>}\IgnoreIndent}
\ConfigureToc{subhead}
{\:nbsp\:nbsp\:nbsp\:nbsp\ignorespaces} { }
- {} {\HCode{<br\xml:empty>}}
+ {} {\HCode{<br />}}
\Configure{subsubhead}{}{}
{\IgnorePar\EndP\HCode{<h4 class="amssubsubheadHead"\a:LRdir>}}
{\HCode{</h4>}\IgnoreIndent}
\ConfigureToc{subsubhead}
{\:nbsp\:nbsp\:nbsp\:nbsp\:nbsp%
- \:nbsp\:nbsp\:nbsp\ignorespaces} { } {} {\HCode{<br\xml:empty>}}
+ \:nbsp\:nbsp\:nbsp\ignorespaces} { } {} {\HCode{<br />}}
\Configure{block}
{\IgnorePar\EndP
\HCode{<table cellpadding="15"><tr><td>}\IgnorePar\par}
@@ -17056,12 +17060,12 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Configure{roster}
{\IgnorePar\EndP\HCode{<table>}\let\end:item\empty}
{\IgnorePar\end:item\HCode{</table>}\IgnorePar\par}
- {\IgnorePar\end:item \HCode{<tr valign="top"><td>}
+ {\IgnorePar\end:item \HCode{<tr style="vertical-align:top;"><td>}
\def\end:item{\EndP\HCode{</td></tr>}}}
{\:nbsp\EndP\HCode{</td><td>}\ShowPar}
{\IgnorePar\EndP\HCode{<table>}\let\end:iitem\empty}
{\IgnorePar\end:iitem\HCode{</table>}\IgnorePar\par}
- {\IgnorePar\end:iitem\HCode{<tr valign="top"><td>}}
+ {\IgnorePar\end:iitem\HCode{<tr style="vertical-align:top;"><td>}}
{\HCode{</td><td>}
\def\end:iitem{\EndP\HCode{</td></tr>}}}
\Configure{vol}{\HCode{<strong>}}{\HCode{</strong>}}
@@ -17069,7 +17073,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\Configure{paper}{\HCode{<em>}}{\HCode{</em>}}
\Configure{Refs}{\IgnorePar\EndP\HCode{<table class="Refs">}}
{\HCode{</table>}}
-\Configure{ref}{\HCode{<tr valign="top"><td align="right">}}
+\Configure{ref}{\HCode{<tr style="vertical-align:top;"><td style="text-align:right;">}}
{\EndP\HCode{</td></tr>}}{}
\Configure{keyformat}{}{\EndP\HCode{</td><td>}}
@@ -17128,6 +17132,7 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{babel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -17486,7 +17491,7 @@ Y{0178}\i{00EF}%
\fi
}
{\EndP\ob:ln\ShowPar}
- {\hbox{\HCode{<br\xml:empty>}}}
+ {\hbox{\HCode{<br />}}}
\Css{.obeylines-h,.obeylines-v {white-space: nowrap; }}
\Css{div.obeylines-v p { margin-top:0; margin-bottom:0; }}
\Configure{overline}
@@ -17500,7 +17505,7 @@ Y{0178}\i{00EF}%
class="displaylines">}\IgnorePar}
{\HCode{</table>}}
{\HCode{<tr class="displaylines"><td \Hnewline
- valign="baseline" class="displaylines"
+ style="vertical-align:baseline;" class="displaylines"
>}}{\HCode{</td></tr>}}
\Css{td.displaylines {text-align:center; white-space:nowrap;}}
\def\:zbsp#1{cellpadding="0" border="0" cellspacing="0"\Hnewline
@@ -17516,7 +17521,6 @@ Y{0178}\i{00EF}%
{\HCode{</p>}\ShowPar}
\Css{.centerline {text-align:center;}}
\Css{.rightline {text-align:right;}}
-\def\tbl:XV#1{table width="100\%"\Hnewline class="#1"}
\expandafter\let\csname tex4ht:4ht\endcsname\empty
\def\no:dupl#1#2{%
@@ -17607,7 +17611,7 @@ Y{0178}\i{00EF}%
{hebtex}
\Configure{settabs}[1.5]{}{}{}{}{}
-\Configure{line}{\HCode{<br\xml:empty>}}
+\Configure{line}{\HCode{<br />}}
\:CheckOption{new-accents} \if:Option
\:CheckOption{accent-} \if:Option
\Configure{HAccent}\acute{AEIOUYaeiouy{}}{\Picture+{}}{\EndPicture}
@@ -17748,7 +17752,7 @@ Y{0178}\i{00EF}%
\Configure{@BODY}{\plain:indent}
\Configure{settabs}[1.5]{\IgnorePar\EndP\leavevmode
\ht:special{t4ht=<table
- \Hnewline\:zbsp{settabs}><tr \Hnewline valign="baseline"
+ \Hnewline\:zbsp{settabs}><tr \Hnewline style="vertical-align:baseline;"
class="settabs">}}
{\ht:special{t4ht=</tr></table>}}
{\ht:special{t4ht=<td \ifx \TabWidth\empty \else
@@ -17774,7 +17778,7 @@ Y{0178}\i{00EF}%
\Configure{TableOfContents}
{\IgnorePar\EndP \HCode{<div class="TableOfContents">}}{}
{\ifvmode \IgnorePar\fi\EndP
- \HCode{</div>}\ShowPar}{\HCode{<br\xml:empty>}}{}
+ \HCode{</div>}\ShowPar}{\HCode{<br />}}{}
\Configure{insert}
{\IgnorePar\EndP\HCode{<hr class="insert"\xml:empty>}\IgnorePar}
{\IgnorePar\EndP\HCode{<hr class="endinsert"\xml:empty>}\IgnorePar}
@@ -17801,8 +17805,8 @@ Y{0178}\i{00EF}%
{<div class="eqalign"><table class="eqalign">}}
{\HCode{</table></div>}}
{\HCode{<tr \Hnewline class="eqalign"
- valign="middle">}}{\IgnorePar\HCode{</tr>}}
- {\HCode{<td align="\ifnum \HCol=2
+ style="vertical-align:middle;">}}{\IgnorePar\HCode{</tr>}}
+ {\HCode{<td style="text-align:\ifnum \HCol=2
left\else right\fi"\Hnewline class="eqalign\HCol"
style="white-space:nowrap;">}}
{\HCode{</td>}}
@@ -17818,7 +17822,7 @@ Y{0178}\i{00EF}%
{\HCode{<tr\Hnewline class="eqalignno">}}{\IgnorePar\HCode{</tr>}}
{\HCode{\ifnum \HCol=3 <td\Hnewline width="10"
class="eqalignno-sp"></td>\fi
- <td align="\ifnum \HCol=2 left\else right\fi"\Hnewline
+ <td style="text-align:\ifnum \HCol=2 left\else right\fi"\Hnewline
class="eqalignno\HCol">}}
{\HCode{</td>}}
\def\:eqalignno:{\Configure{noalign}
@@ -17838,7 +17842,7 @@ Y{0178}\i{00EF}%
class="leqalignno">}}{\IgnorePar\HCode{</tr>}}
{\HCode{\ifnum \HCol=3 <td\Hnewline width="30"
class="eqalignno-sp"></td>\fi
- <td align="\ifnum \HCol=2 left\else right\fi"\Hnewline
+ <td style="text-align:\ifnum \HCol=2 left\else right\fi"\Hnewline
class="leqalignno\HCol">}}
{\HCode{</td>}}
\def\:leqalignno:{\Configure{noalign}
@@ -17874,10 +17878,13 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{quotation}
{}{}
@@ -17896,6 +17903,10 @@ Y{0178}\i{00EF}%
class="description">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\Configure{enumiii}
+ {\HCode{<span class="roman-numeral">}}
+ {\HCode{</span>}}
+
{\Configure{Needs}{Font\string_Size: #1}\ifcase \@ptsize
\or \Needs{11}\or \Needs{12}\else \fi}
@@ -17918,9 +17929,9 @@ Y{0178}\i{00EF}%
{\HCode{<br />}}
{}{}%
\Configure{HBorder}
- {<br class="hline"/>} {}{}
+ {<br class="hline" />} {}{}
{<br class="cline" />} {}{} {}
- {<br class="vspace"/>} {}{}%
+ {<br class="vspace" />} {}{}%
}
{\egroup}
\Configure{closing}
@@ -18032,6 +18043,257 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{url}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \:CheckOption{url-il2-pl} \if:Option
+\else \:CheckOption{url-enc} \fi
+\if:Option
+ \Configure{string-encoder}{url-encoder}
+% \:CheckOption{url-il2-pl} \if:Option
+ \Configure{url-encoder}
+ {%}{%25}
+ {&}{%26}
+ {'}{%27}
+ {<}{%3C}
+ {>}{%3E}
+ {_}{_}
+ {^}{^}
+ {±}{&#x0105;}
+ {æ}{&#x0107;}
+ {ê}{&#x0119;}
+ {³}{&#x0142;}
+ {ó}{&#x00F3;}
+ {ñ}{&#x0144;}
+ {¶}{&#x015B;}
+ {¼}{&#x017A;}
+ {¿}{&#x017C;}
+ {¡}{&#x0104;}
+ {Æ}{&#x0106;}
+ {Ê}{&#x0118;}
+ {£}{&#x0141;}
+ {Ó}{&#x00D3;}
+ {Ñ}{&#x0143;}
+ {¦}{&#x015A;}
+ {¬}{&#x0179;}
+ {¯}{&#x017B;}
+ {}{}
+
+% \else
+
+% \Log:Note{for il2-pl url encoding,
+% use the command line option 'url-il2-pl'}
+% \fi
+ \Configure{url}%
+ {\tmp:toks={}\set:spaces#1!*?: %
+\edef\:temp{\tmp:toks{\csname url-encoder\expandafter\endcsname
+ \the\tmp:toks !*?: }}\:temp
+%
+ \Link[\noexpand\the\tmp:toks \space
+ class="url"]{}{}{\let\UrlBigBreaks\empty
+ \let\UrlBreaks\empty #1}\EndLink}
+ \def\set:spaces{\futurelet\:temp\set:spacesoo}
+\def\set:spacesoo{%
+ \expandafter\ifx \space\:temp
+ \tmp:toks\expandafter{\the\tmp:toks{ }}%
+ \fi
+ \set:spaceso
+}
+\def\set:spaceso#1#2!*?: {%
+ \tmp:toks\expandafter{\the\tmp:toks #1}%
+ \if :#2:\else \set:spaces#2!*?: \fi
+}
+
+\else
+ \Log:Note{for URL encoding within href
+ use the command line option `url-enc'}
+ \Configure{url}%
+ {\tmp:toks{#1}\Link[\noexpand\the\tmp:toks\space
+ class="url"]{}{}{\let\UrlBigBreaks\empty
+ \let\UrlBreaks\empty #1}\EndLink}
+\fi
+\Configure{path}
+ {\HCode{<span class="path">}\bgroup
+ \Configure{obeylines}{}{}{}%
+ }
+ {\egroup\HCode{</span>}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{hyperref}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{Form}
+ {\IgnorePar\EndP\leavevmode \Tg<form \Hnewline \Attributes>}
+ {\IgnorePar\EndP\Tg</form>}
+
+\NewConfigure{::value}{1}
+\Configure{::value}
+ {\edef\Attributes{\Attributes\space value="\AttributeVal"}}
+\NewConfigure{::name}{1}
+\Configure{::name}
+ {\edef\Attributes{\Attributes\space name="\AttributeVal"}}
+\NewConfigure{::default}{1}
+\Configure{::default}
+ {\let\::default=\AttributeVal}
+\def\get:int#1.#2//{\tmp:cnt=#1 }
+\def\Default:Checked#1{%
+ \ifx #1\Un:Def \let\:temp=\empty \else
+ \let\:temp=\relax
+ \let\:tempa=\relax
+ \edef\:temp{\def\:temp####1#1#1####2//{\def\:temp{####2}}%
+ \:temp \AttributeVal #1=#1#1//%
+ \def\:tempa####1=####2//{\def\noexpand\AttributeVal{####1}}%
+ \:tempa\AttributeVal=//}%
+ \:temp
+ \fi
+}
+
+\NewConfigure{TextField::}{2}
+\Configure{TextField::}{}{ \Tg<input type="text" \Attributes />}
+\NewConfigure{TextField::width}{1}
+\Configure{TextField::width}
+ {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
+ \expandafter\get:int\the\tmp:dim//%
+ \edef\Attributes{\Attributes\space size="\the\tmp:cnt"}}
+\NewConfigure{TextField::default}{1}
+\Configure{TextField::default}
+ {\edef\Attributes{\Attributes\space value="\AttributeVal"}}
+
+\NewConfigure{TextField::multiline}{2}
+\Configure{TextField::multiline}
+ {}
+ { \Tg<textarea
+ \Attributes>\expandafter\set:ln\multiline:value,!*?: %
+ \global\let\multiline:value=\empty \Tg</textarea>}
+
+\let\multiline:value=\empty
+\def\set:ln#1,#2!*?: {#1%
+ \def\:temp{#2}\ifx \:temp\empty \else
+ \hfil\break \def\:temp{\set:ln#2!*?: }%
+ \fi \:temp}
+
+\NewConfigure{multiline::value}{1}
+\Configure{multiline::value}
+ {\let\multiline:value=\AttributeVal}
+
+\NewConfigure{multiline::width}{1}
+\Configure{multiline::width}
+ {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
+ \expandafter\get:int\the\tmp:dim//%
+ \edef\Attributes{\Attributes\space cols="\the\tmp:cnt"}}
+
+\NewConfigure{multiline::height}{1}
+\Configure{multiline::height}
+ {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
+ \expandafter\get:int\the\tmp:dim//%
+ \edef\Attributes{\Attributes\space rows="\the\tmp:cnt"}}
+
+\NewConfigure{TextField::password}{2}
+\Configure{TextField::password}
+ {}{\Tg<input type="password" \Attributes />}
+
+\NewConfigure{ChoiceMenu::radio}{5}
+\Configure{ChoiceMenu::radio}
+ {\IgnorePar\EndP\leavevmode
+ \Tg<div id="form-\form:id">\gHAdvance\form:id by 1 }
+ { }{\IgnorePar\EndP\Tg</div>}
+ {\Default:Checked\radio::default
+ \Tg<input\Hnewline type="radio"
+ \ifx \:temp\empty\else checked="checked" \fi
+ \Attributes\space />}
+ {}
+\NewConfigure{radio::default}{1}
+\Configure{radio::default}
+ {\let\radio::default=\AttributeVal}
+\NewConfigure{ChoiceMenu::combo}{5}
+\Configure{ChoiceMenu::combo}
+ {}
+ {~\Tg<select\Hnewline \Attributes \Hnewline size="1">}
+ {\Tg</select>}
+ {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
+ \Hnewline>}
+ {\Tg</option>}
+\NewConfigure{combo::default}{1}
+\Configure{combo::default}
+ {\let\combo::default=\AttributeVal}
+\NewConfigure{ChoiceMenu::popdown}{5}
+\Configure{ChoiceMenu::popdown}
+ {}{\HCode{\Hnewline <select \Attributes \Hnewline size="1">}}
+ {\Tg</select>}
+ {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
+ \Hnewline>} {\Tg</option>}
+\NewConfigure{ChoiceMenu::}{5}
+\Configure{ChoiceMenu::}
+ {}{\HCode{\Hnewline <select\Hnewline \Attributes>}}{\Tg</select>}
+ {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
+ \Hnewline>} {\Tg</option>}
+\NewConfigure{::menulength}{1}
+\Configure{::menulength}
+ {\edef\Attributes{\Attributes\space size="\AttributeVal"}}
+
+\def\:tempc#1{%
+ \NewConfigure{::#1}{1}%
+ \Configure{::#1}%
+ {\edef\Attributes{\Attributes\space #1="\AttributeVal"}}}
+\:tempc{onclick}
+\:tempc{onblur}
+\:tempc{onchange}
+\:tempc{onclick}
+\:tempc{ondblclick}
+\:tempc{onfocus}
+\:tempc{onkeydown}
+\:tempc{onkeypress}
+\:tempc{onkeyup}
+\:tempc{onmousedown}
+\:tempc{onmousemove}
+\:tempc{onmouseout}
+\:tempc{onmouseover}
+\:tempc{onmouseup}
+\:tempc{onselect}
+
+\NewConfigure{::action}{1}
+\Configure{::action}
+ {\edef\Attributes{\Attributes\space action="\AttributeVal"}}
+\NewConfigure{::method}{1}
+\Configure{::method}
+ {\edef\Attributes{\Attributes\space method="\AttributeVal"}}
+\NewConfigure{PushButton::}{1}
+\Configure{PushButton::}
+ {\leavevmode\Tg<input type="button" \Attributes\space/>}
+\NewConfigure{Reset::}{1}
+\Configure{Reset::}
+ {\leavevmode\Tg<input type="reset" \Attributes\space/>}
+\NewConfigure{Submit::}{1}
+\Configure{Submit::}
+ {\leavevmode\Tg<input type="submit" \Attributes\space/>}
+\NewConfigure{CheckBox::}{2}
+\Configure{CheckBox::}
+ {\leavevmode\Tg<input type="checkbox" \Attributes\space/>}{}
+\NewConfigure{CheckBox::checked}{2}
+\Configure{CheckBox::checked}
+ {\leavevmode\Tg<input type="checkbox" checked="checked"
+ \Attributes\space/>}{}
+\HAssign\form:id=0
+\ifx \@baseurl\@empty \else
+ \Configure{@HEAD}
+ {\HCode{<base href="\:baseurl" />}}
+ \let\:baseurl\@baseurl
+ \let\@baseurl=\@empty
+\fi
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{supertabular}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18050,7 +18312,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{array}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18084,7 +18345,7 @@ Y{0178}\i{00EF}%
\def\begin##1{\bgroup
\def\end####1{\o:end:{####1}\EndPicture\egroup}%
\ifx \EndPicture\:UnDef
- \Picture+{ class="##1" align="middle"}%
+ \Picture+{ class="##1" style="text-align:middle"}%
\else \let\EndPicture\empty\fi
\o:begin:{##1}}%
}
@@ -18101,8 +18362,9 @@ Y{0178}\i{00EF}%
\Css{div.td11{ margin-left:5pt; margin-right:5pt; }}
\Configure{halignTB<>}{tabular}{\HCode{class="tabular"\Hnewline
cellspacing="0" cellpadding="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi" id="TBL-\TableNo-"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\:CheckOption{pic-tabular} \if:Option \else
\Configure{tabular}
{\ifvmode \IgnorePar\fi \EndP \halignTB{tabular}\putVBorder }
@@ -18128,8 +18390,9 @@ Y{0178}\i{00EF}%
\Css{td.td11{ padding-left:5pt; padding-right:5pt; }}
\Configure{halignTB<>}{array}{\HCode{class="array"\Hnewline
cellpadding="0" cellspacing="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\:CheckOption{pic-array} \if:Option \else
\Configure{array}
{\ifvmode \IgnorePar\fi \EndP\halignTB{array}\putVBorder}
@@ -18192,8 +18455,9 @@ Y{0178}\i{00EF}%
\else
\Configure{halignTB<>}{longtable}{\HCode{class="longtable"\Hnewline
cellspacing="0" cellpadding="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\Configure{longtable}
{\IgnorePar\EndP
\HCode{<!--l. \the\inputlineno-->%
@@ -18215,6 +18479,15 @@ Y{0178}\i{00EF}%
\Configure{longtableparbox}{\IgnorePar\leavevmode\ShowPar\par}
\fi
+\:CheckOption{pic-longtable} \if:Option
+ \ConfigureEnv{longtable}
+ {\IgnorePar\EndP\Tg<div class="pic-longtable">\Picture*{}}
+ {\EndPicture\Tg</div>}{}{}
+ \Css{div.pic-longtable {text-align:center;}}
+\else
+ \Log:Note{for pictorial longtable,
+ use the command line option `pic-longtable'}
+\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18443,8 +18716,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18457,10 +18730,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18474,10 +18745,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18493,7 +18762,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18511,7 +18780,7 @@ Y{0178}\i{00EF}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -18940,8 +19209,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18954,10 +19223,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18971,10 +19238,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -18990,7 +19255,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -19351,8 +19616,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -19365,10 +19630,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -19382,10 +19645,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -19666,8 +19927,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -19680,10 +19941,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -19896,10 +20155,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -19939,8 +20196,8 @@ Y{0178}\i{00EF}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -20064,8 +20321,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -20149,7 +20406,7 @@ Y{0178}\i{00EF}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -20184,8 +20441,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -20200,7 +20457,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -20211,8 +20468,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -20225,7 +20482,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -20235,15 +20492,15 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ \ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
+ {} {\HCode{<br />}\hfil\break}
+ {\ \ \ \ } {\HCode{<br />}\hfil\break}
+ {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -20265,7 +20522,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -20273,8 +20530,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -20343,9 +20600,9 @@ Y{0178}\i{00EF}%
\def\:SPAN#1#2{\HCode{<span class="#1">}#2\HCode{</span>}}
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -20359,10 +20616,13 @@ Y{0178}\i{00EF}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -20383,13 +20643,14 @@ Y{0178}\i{00EF}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20642,8 +20903,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -20656,10 +20917,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -20673,10 +20932,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -20692,7 +20949,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -20710,7 +20967,7 @@ Y{0178}\i{00EF}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -21139,8 +21396,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21153,10 +21410,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21170,10 +21425,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21189,7 +21442,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -21550,8 +21803,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21564,10 +21817,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21581,10 +21832,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -21865,8 +22114,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -21879,10 +22128,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -22095,10 +22342,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -22138,8 +22383,8 @@ Y{0178}\i{00EF}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -22263,8 +22508,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -22348,7 +22593,7 @@ Y{0178}\i{00EF}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -22383,8 +22628,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -22399,7 +22644,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -22410,8 +22655,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -22424,7 +22669,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -22434,15 +22679,15 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ \ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
+ {} {\HCode{<br />}\hfil\break}
+ {\ \ \ \ } {\HCode{<br />}\hfil\break}
+ {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -22464,7 +22709,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -22472,8 +22717,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -22542,9 +22787,9 @@ Y{0178}\i{00EF}%
\def\:SPAN#1#2{\HCode{<span class="#1">}#2\HCode{</span>}}
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -22558,10 +22803,13 @@ Y{0178}\i{00EF}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -22582,13 +22830,14 @@ Y{0178}\i{00EF}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -22841,8 +23090,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -22855,10 +23104,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -22872,10 +23119,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -22891,7 +23136,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -22909,7 +23154,7 @@ Y{0178}\i{00EF}%
\CutAt{subparagraph,paragraph,subsubsection,likesubsubsection,%
subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -23338,8 +23583,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -23352,10 +23597,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -23369,10 +23612,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -23388,7 +23629,7 @@ Y{0178}\i{00EF}%
\fi
\CutAt{paragraph,subsubsection,likesubsubsection,subsection,likesubsection,%
- section,likesection,chapter,likechapter,appendix,part}
+ section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -23749,8 +23990,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -23763,10 +24004,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -23780,10 +24019,8 @@ Y{0178}\i{00EF}%
likesubsection,subsection,likesubsubsection,subsubsection}
\fi
- \CutAt{subsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsubsection,subsection,likesubsection,section,likesection,part}
+\CutAt{likesubsubsection,subsection,likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -24064,8 +24301,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\Configure{tableofcontents*}{part,chapter,%
@@ -24078,10 +24315,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -24294,10 +24529,8 @@ Y{0178}\i{00EF}%
appendix,section,likesection,likesubsection,subsection}
\fi
- \CutAt{subsection,section,likesection,%
- chapter,likechapter,appendix,part}
-\CutAt{likesubsection,section,likesection,%
- chapter,likechapter,appendix,part}
+ \CutAt{subsection,section,likesection,part}
+\CutAt{likesubsection,section,likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -24337,8 +24570,8 @@ Y{0178}\i{00EF}%
\fi
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\else
\:CheckOption{notoc*} \if:Option
@@ -24462,8 +24695,8 @@ Y{0178}\i{00EF}%
,subsection,likesubsection\fi}
\fi
- \CutAt{section,likesection,chapter,likechapter,appendix,part}
-\CutAt{likesection,chapter,likechapter,appendix,part}
+ \CutAt{section,likesection,part}
+\CutAt{likesection,part}
\:CheckOption{notoc*} \if:Option
\else
@@ -24547,7 +24780,7 @@ Y{0178}\i{00EF}%
`1', `2', `3', '4', '5', '6', or '7'}%
\fi \fi \fi \fi \fi \fi \fi
\:CheckOption{sec-filename} \if:Option \else
- \Log:Note{for files named after section
+ \Log:Note{for files named derived from section
titles, use the command line option `sec-filename'}%
\fi
@@ -24582,8 +24815,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -24598,7 +24831,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -24609,8 +24842,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -24623,7 +24856,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -24633,15 +24866,15 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
- {\ \ \ \ \ \ \ \ } {\HCode{<br\xml:empty>}\hfil\break}
+ {} {\HCode{<br />}\hfil\break}
+ {\ \ \ \ } {\HCode{<br />}\hfil\break}
+ {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -24663,7 +24896,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -24671,8 +24904,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -24741,9 +24974,9 @@ Y{0178}\i{00EF}%
\def\:SPAN#1#2{\HCode{<span class="#1">}#2\HCode{</span>}}
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureList{description}%
{\EndP\HCode{<dl \a:LRdir class="description">}%
@@ -24757,10 +24990,13 @@ Y{0178}\i{00EF}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{verse}
{\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
@@ -24781,13 +25017,14 @@ Y{0178}\i{00EF}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -24797,7 +25034,6 @@ Y{0178}\i{00EF}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{CJK}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -24855,257 +25091,6 @@ Y{0178}\i{00EF}%
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{url}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \:CheckOption{url-il2-pl} \if:Option
-\else \:CheckOption{url-enc} \fi
-\if:Option
- \Configure{string-encoder}{url-encoder}
-% \:CheckOption{url-il2-pl} \if:Option
- \Configure{url-encoder}
- {%}{%25}
- {&}{%26}
- {'}{%27}
- {<}{%3C}
- {>}{%3E}
- {_}{_}
- {^}{^}
- {^^b1}{&#x0105;}
- {^^e6}{&#x0107;}
- {^^ea}{&#x0119;}
- {^^b3}{&#x0142;}
- {^^f3}{&#x00F3;}
- {^^f1}{&#x0144;}
- {^^b6}{&#x015B;}
- {^^bc}{&#x017A;}
- {^^bf}{&#x017C;}
- {^^a1}{&#x0104;}
- {^^c6}{&#x0106;}
- {^^ca}{&#x0118;}
- {^^a3}{&#x0141;}
- {^^d3}{&#x00D3;}
- {^^d1}{&#x0143;}
- {^^a6}{&#x015A;}
- {^^ac}{&#x0179;}
- {^^af}{&#x017B;}
- {}{}
-
-% \else
-
-% \Log:Note{for il2-pl url encoding,
-% use the command line option 'url-il2-pl'}
-% \fi
- \Configure{url}%
- {\tmp:toks={}\set:spaces#1!*?: %
-\edef\:temp{\tmp:toks{\csname url-encoder\expandafter\endcsname
- \the\tmp:toks !*?: }}\:temp
-%
- \Link[\noexpand\the\tmp:toks \space
- class="url"]{}{}{\let\UrlBigBreaks\empty
- \let\UrlBreaks\empty #1}\EndLink}
- \def\set:spaces{\futurelet\:temp\set:spacesoo}
-\def\set:spacesoo{%
- \expandafter\ifx \space\:temp
- \tmp:toks\expandafter{\the\tmp:toks{ }}%
- \fi
- \set:spaceso
-}
-\def\set:spaceso#1#2!*?: {%
- \tmp:toks\expandafter{\the\tmp:toks #1}%
- \if :#2:\else \set:spaces#2!*?: \fi
-}
-
-\else
- \Log:Note{for URL encoding within href
- use the command line option `url-enc'}
- \Configure{url}%
- {\tmp:toks{#1}\Link[\noexpand\the\tmp:toks\space
- class="url"]{}{}{\let\UrlBigBreaks\empty
- \let\UrlBreaks\empty #1}\EndLink}
-\fi
-\Configure{path}
- {\HCode{<span class="path">}\bgroup
- \Configure{obeylines}{}{}{}%
- }
- {\egroup\HCode{</span>}}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\endinput\empty\empty\empty\empty\empty\empty
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{hyperref}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{Form}
- {\IgnorePar\EndP\leavevmode \Tg<form \Hnewline \Attributes>}
- {\IgnorePar\EndP\Tg</form>}
-
-\NewConfigure{::value}{1}
-\Configure{::value}
- {\edef\Attributes{\Attributes\space value="\AttributeVal"}}
-\NewConfigure{::name}{1}
-\Configure{::name}
- {\edef\Attributes{\Attributes\space name="\AttributeVal"}}
-\NewConfigure{::default}{1}
-\Configure{::default}
- {\let\::default=\AttributeVal}
-\def\get:int#1.#2//{\tmp:cnt=#1 }
-\def\Default:Checked#1{%
- \ifx #1\Un:Def \let\:temp=\empty \else
- \let\:temp=\relax
- \let\:tempa=\relax
- \edef\:temp{\def\:temp####1#1#1####2//{\def\:temp{####2}}%
- \:temp \AttributeVal #1=#1#1//%
- \def\:tempa####1=####2//{\def\noexpand\AttributeVal{####1}}%
- \:tempa\AttributeVal=//}%
- \:temp
- \fi
-}
-
-\NewConfigure{TextField::}{2}
-\Configure{TextField::}{}{ \Tg<input type="text" \Attributes />}
-\NewConfigure{TextField::width}{1}
-\Configure{TextField::width}
- {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
- \expandafter\get:int\the\tmp:dim//%
- \edef\Attributes{\Attributes\space size="\the\tmp:cnt"}}
-\NewConfigure{TextField::default}{1}
-\Configure{TextField::default}
- {\edef\Attributes{\Attributes\space value="\AttributeVal"}}
-
-\NewConfigure{TextField::multiline}{2}
-\Configure{TextField::multiline}
- {}
- { \Tg<textarea
- \Attributes>\expandafter\set:ln\multiline:value,!*?: %
- \global\let\multiline:value=\empty \Tg</textarea>}
-
-\let\multiline:value=\empty
-\def\set:ln#1,#2!*?: {#1%
- \def\:temp{#2}\ifx \:temp\empty \else
- \hfil\break \def\:temp{\set:ln#2!*?: }%
- \fi \:temp}
-
-\NewConfigure{multiline::value}{1}
-\Configure{multiline::value}
- {\let\multiline:value=\AttributeVal}
-
-\NewConfigure{multiline::width}{1}
-\Configure{multiline::width}
- {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
- \expandafter\get:int\the\tmp:dim//%
- \edef\Attributes{\Attributes\space cols="\the\tmp:cnt"}}
-
-\NewConfigure{multiline::height}{1}
-\Configure{multiline::height}
- {\tmp:dim=\AttributeVal \divide\tmp:dim by 6
- \expandafter\get:int\the\tmp:dim//%
- \edef\Attributes{\Attributes\space rows="\the\tmp:cnt"}}
-
-\NewConfigure{TextField::password}{2}
-\Configure{TextField::password}
- {}{\Tg<input type="password" \Attributes />}
-
-\NewConfigure{ChoiceMenu::radio}{5}
-\Configure{ChoiceMenu::radio}
- {\IgnorePar\EndP\leavevmode
- \Tg<div id="form-\form:id">\gHAdvance\form:id by 1 }
- { }{\IgnorePar\EndP\Tg</div>}
- {\Default:Checked\radio::default
- \Tg<input\Hnewline type="radio"
- \ifx \:temp\empty\else checked="checked" \fi
- \Attributes\space />}
- {}
-\NewConfigure{radio::default}{1}
-\Configure{radio::default}
- {\let\radio::default=\AttributeVal}
-\NewConfigure{ChoiceMenu::combo}{5}
-\Configure{ChoiceMenu::combo}
- {}
- {~\Tg<select\Hnewline \Attributes \Hnewline size="1">}
- {\Tg</select>}
- {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
- \Hnewline>}
- {\Tg</option>}
-\NewConfigure{combo::default}{1}
-\Configure{combo::default}
- {\let\combo::default=\AttributeVal}
-\NewConfigure{ChoiceMenu::popdown}{5}
-\Configure{ChoiceMenu::popdown}
- {}{\HCode{\Hnewline <select \Attributes \Hnewline size="1">}}
- {\Tg</select>}
- {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
- \Hnewline>} {\Tg</option>}
-\NewConfigure{ChoiceMenu::}{5}
-\Configure{ChoiceMenu::}
- {}{\HCode{\Hnewline <select\Hnewline \Attributes>}}{\Tg</select>}
- {\Tg<option \ifx\::default\AttributeVal selected="selected"\fi
- \Hnewline>} {\Tg</option>}
-\NewConfigure{::menulength}{1}
-\Configure{::menulength}
- {\edef\Attributes{\Attributes\space size="\AttributeVal"}}
-
-\def\:tempc#1{%
- \NewConfigure{::#1}{1}%
- \Configure{::#1}%
- {\edef\Attributes{\Attributes\space #1="\AttributeVal"}}}
-\:tempc{onclick}
-\:tempc{onblur}
-\:tempc{onchange}
-\:tempc{onclick}
-\:tempc{ondblclick}
-\:tempc{onfocus}
-\:tempc{onkeydown}
-\:tempc{onkeypress}
-\:tempc{onkeyup}
-\:tempc{onmousedown}
-\:tempc{onmousemove}
-\:tempc{onmouseout}
-\:tempc{onmouseover}
-\:tempc{onmouseup}
-\:tempc{onselect}
-
-\NewConfigure{::action}{1}
-\Configure{::action}
- {\edef\Attributes{\Attributes\space action="\AttributeVal"}}
-\NewConfigure{::method}{1}
-\Configure{::method}
- {\edef\Attributes{\Attributes\space method="\AttributeVal"}}
-\NewConfigure{PushButton::}{1}
-\Configure{PushButton::}
- {\leavevmode\Tg<input type="button" \Attributes\space/>}
-\NewConfigure{Reset::}{1}
-\Configure{Reset::}
- {\leavevmode\Tg<input type="reset" \Attributes\space/>}
-\NewConfigure{Submit::}{1}
-\Configure{Submit::}
- {\leavevmode\Tg<input type="submit" \Attributes\space/>}
-\NewConfigure{CheckBox::}{2}
-\Configure{CheckBox::}
- {\leavevmode\Tg<input type="checkbox" \Attributes\space/>}{}
-\NewConfigure{CheckBox::checked}{2}
-\Configure{CheckBox::checked}
- {\leavevmode\Tg<input type="checkbox" checked="checked"
- \Attributes\space/>}{}
-\HAssign\form:id=0
-\ifx \@baseurl\@empty \else
- \Configure{@HEAD}
- {\HCode{<base href="\:baseurl" />}}
- \let\:baseurl\@baseurl
- \let\@baseurl=\@empty
-\fi
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\endinput\empty\empty\empty\empty\empty\empty
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{moreverb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25119,6 +25104,7 @@ Y{0178}\i{00EF}%
{\env:verb{boxedverbatim}}{\endenv:verb}{}{}
\ConfigureEnv{boxedverbatim*}
{\env:verb{boxedverbatim}}{\endenv:verb}{}{}
+\Css{table.boxedverbatim {width:100\%;}}
\ConfigureEnv{boxedverbatim}
{\env:verB{boxedverbatim}}{\endenv:verb}{}{}
\ConfigureEnv{boxedverbatim*}
@@ -25143,6 +25129,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{fancyvrb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25154,7 +25141,7 @@ Y{0178}\i{00EF}%
{\EndP\HCode{</div>}}
{\gHAdvance\fancyvrb:cnt by 1
\ifnum \fancyvrb:cnt>1
- \HCode{<br class="fancyvrb"\xml:empty>}\fi} {}
+ \HCode{<br class="fancyvrb" />}\fi} {}
{\ \ }{}
\Css{P.fancyvrb {white-space: nowrap; margin:0em;}}
\Configure{fancyvrbcolor}
@@ -25182,11 +25169,15 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{epsf}
+ \ConfigureHinput{xy}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{epsfsetgraph}
- {\Picture+[\PicName]{}}
- {\EndPicture}
+ \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;}}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25194,10 +25185,11 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{psfig}
+ \ConfigureHinput{epsf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{psfig} {\Picture+[psfig]{}}{\EndPicture}
-
+ \Configure{epsfsetgraph}
+ {\Picture+[\PicName]{}}
+ {\EndPicture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25206,10 +25198,9 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{xy}
+ \ConfigureHinput{psfig}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{xypic}
- {\Picture*{}} {\EndPicture}
+ \Configure{psfig} {\Picture+[psfig]{}}{\EndPicture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25230,6 +25221,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{color}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25342,7 +25334,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{colortbl}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25376,6 +25367,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{minitoc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25383,19 +25375,19 @@ Y{0178}\i{00EF}%
{\Configure{tableofcontents}
{\HCode{<div class="minitoc"><hr\xml:empty>}\IgnorePar}{}
{\IgnorePar\HCode{<hr\xml:empty></div>}\ShowPar}
- {\HCode{<br\xml:empty>}}{}} {}
+ {\HCode{<br />}}{}} {}
{\HCode{<div class="minitoc-\TocOption">}} {\HCode{</div>}}
\Configure{minilof}
{\Configure{tableofcontents}
{\HCode{<div class="minilof"><hr\xml:empty>}\IgnorePar}{}
{\IgnorePar\HCode{<hr\xml:empty></div>}\ShowPar}
- {\HCode{<br\xml:empty>}}{}} {}
+ {\HCode{<br />}}{}} {}
{\HCode{<div class="minilof-\TocOption">}} {\HCode{</div>}}
\Configure{minilot}
{\Configure{tableofcontents}
{\HCode{<div class="minilot"><hr\xml:empty>}\IgnorePar}{}
{\IgnorePar\HCode{<hr\xml:empty></div>}\ShowPar}
- {\HCode{<br\xml:empty>}}{}} {}
+ {\HCode{<br />}}{}} {}
{\HCode{<div class="minilot-\TocOption">}} {\HCode{</div>}}
\Css{.minitoc-l,.minilot-l,.minilof-l
{text-align:left;margin-left:3em;}}
@@ -25458,7 +25450,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multind}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25551,6 +25542,23 @@ Y{0178}\i{00EF}%
border-style:double;
border:solid thick;
}}
+\Configure{Btrivlist}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<table>}}
+ {\HCode{</table>}}
+ {\HCode{<tr><td \csname Btrivlist-dir\endcsname>}}
+ {\HCode{</td></tr>}}
+\Configure{Btrivlist-dir}
+ {l}{style="white-space:normal; text-align:left;" }
+ {c}{style="white-space:normal; text-align:center;" }
+ {r}{style="white-space:normal; text-align:right;" }
+ {}
+\Configure{Blist}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<table>}}
+ {\HCode{</table>}}
+ {\HCode{<tr>}}
+ {\HCode{</tr>}}
+ {\HCode{<td>}}
+ {\HCode{</td>}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25653,7 +25661,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{vanilla}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25662,7 +25669,7 @@ Y{0178}\i{00EF}%
{\endgroup\IgnorePar\HCode{</div>}}
\Css{div.title {margin-top: 0.5em;}}
\Configure{author}
- {\IgnorePar\EndP\HCode{<br\xml:empty><center>}\IgnorePar\par}
+ {\IgnorePar\EndP\HCode{<br /><center>}\IgnorePar\par}
{\IgnorePar\EndP\HCode{</center>}}
@@ -25670,23 +25677,23 @@ Y{0178}\i{00EF}%
{\EndP\HCode{<center><table\Hnewline
border="0" cellpadding="0" cellspacing="15" class="matrix">}}
{\HCode{</table></center>}\IgnorePar}
- {\HCode{<tr\Hnewline valign="top">}}{\HCode{</tr>}}
+ {\HCode{<tr\Hnewline style="vertical-align:top;">}}{\HCode{</tr>}}
{\HCode{<td>}} {\HCode{</td>}}
\Configure{align}
{\EndP\HCode{<center><table\Hnewline
border="0" cellpadding="0" cellspacing="15" class="align">}}
{\HCode{</table></center>}\IgnorePar}
- {\HCode{<tr\Hnewline valign="top">}}{\HCode{</tr>}}
+ {\HCode{<tr\Hnewline style="vertical-align:top;">}}{\HCode{</tr>}}
{\HCode{<td>}} {\HCode{</td>}}
\Configure{heading}
{}{}{\IgnorePar\EndP\HCode{<h2 class="heading">}}{\HCode{</h2>}}
\ConfigureToc{heading}
- {}{\HCode{<span class="heading">}}{}{\HCode{</span><br\xml:empty>}}
+ {}{\HCode{<span class="heading">}}{}{\HCode{</span><br />}}
\Configure{subheading}
{}{}{\EndP\HCode{<h3 class="subheading">}}{.\HCode{</h3>}}
\ConfigureToc{subheading}
- {}{\HCode{<span class="subheading">}}{}{\HCode{</span><br\xml:empty>}}
+ {}{\HCode{<span class="subheading">}}{}{\HCode{</span><br />}}
\Configure{demo}
{\IgnorePar\EndP\HCode{<div class="demo"><span class="demo">}}
{\HCode{</span>}} {\IgnorePar\EndP\HCode{</div>}}
@@ -25694,7 +25701,7 @@ Y{0178}\i{00EF}%
{\EndP\HCode{<center><table\Hnewline
border="0" cellpadding="0" cellspacing="15" class="aligned">}}
{\HCode{</table></center>}\IgnorePar}
- {\HCode{<tr\Hnewline valign="top">}}{\HCode{</tr>}}
+ {\HCode{<tr\Hnewline style="vertical-align:top;">}}{\HCode{</tr>}}
{\HCode{<td>}} {\HCode{</td>}}
@@ -25799,6 +25806,21 @@ Y{0178}\i{00EF}%
\ConfigureHinput{context}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\catcode`\!=11
+{
+ \def\:tempc{%
+ \catcode`\.=12
+ \gdef\:tempc}
+ \:tempc#1.#2.{#1}
+}
+{\Configure{Needs}{Font\string_Size: #1}%
+ \Needs{\expandafter\:tempc\the\bodyfontsize .}}
+
+\Configure{dolist}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="dolist">}}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{</div>}}
+
\NewConfigure{-@@ly}{2}
\Configure{sectie}
@@ -25807,6 +25829,7 @@ Y{0178}\i{00EF}%
\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="\cur:Name">}%
\else
+ \ifvmode \IgnorePar\fi
\HCode{<span class="\cur:Name">}%
\fi
}
@@ -25814,6 +25837,7 @@ Y{0178}\i{00EF}%
\ifvmode \IgnorePar\fi \EndP
\HCode{</div>}%
\else
+ \ifvmode \IgnorePar\fi
\HCode{</span>}%
\fi
\gHAdvance \sec:Level by -1\relax
@@ -25823,13 +25847,20 @@ Y{0178}\i{00EF}%
\ConfigureMark{#1}
{\HCode{<span class="titlemark">}\finalsectionnumber
\HCode{</span>}}
- \Configure{#1}{}{}
+ \Configure{#1}%
+ {}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
\HCode{<#2 class="#1Head"\a:LRdir>}\NoFonts
- \TitleMark\space\HtmlParOff}
- {\EndNoFonts \HCode{</#2>}\HtmlParOn
+ \TitleMark\space\HtmlParOff
+ \bgroup
+ \let\setstrut=\empty
+ \let\begstrut=\empty
+ \let\endstrut=\empty
+ }
+ {\egroup
+ \EndNoFonts \HCode{</#2>}\HtmlParOn
\IgnoreIndent \par \ShowPar}
- \Configure{chapterTITLE+}{\finalsectionnumber\space##1}
+ \Configure{#1TITLE+}{\finalsectionnumber\space##1}
\ifx \end:secs\empty \else
\edef\:temp{\noexpand\Configure{end#1}{\end:secs}}\:temp
\fi
@@ -25838,17 +25869,18 @@ Y{0178}\i{00EF}%
}
\def\end:secs{}
\def\:tempd#1{\edef\:temp{\noexpand\:tmp{#1}}\:temp}
-\:tempd{\v!hoofdstuk
+
+ \:tempd{\v!chapter
}{h1}
-\:tempd{\v!paragraaf
+ \:tempd{\v!section
}{h2}
-\:tempd{\v!sub \v!paragraaf
+ \:tempd{\v!subsection
}{h3}
-\:tempd{\v!sub \v!sub \v!paragraaf
+ \:tempd{\v!subsubsection
}{h4}
-\:tempd{\v!sub \v!sub \v!sub \v!paragraaf
+ \:tempd{\v!subsubsubsection
}{h5}
-\:tempd{\v!sub \v!sub \v!sub \v!sub \v!paragraaf
+ \:tempd{\v!subsubsubsubsection
}{h5}
\Configure{startstop}
@@ -25865,7 +25897,7 @@ Y{0178}\i{00EF}%
\Configure{placecontent}
{\ifvmode \IgnorePar\fi \EndP
- \def\toc:br{\def\toc:br{\HCode{<br\xml:empty>}}}%
+ \def\toc:br{\def\toc:br{\HCode{<br />}}}%
\HCode{<div class="tableofcontents">}\IgnorePar}
{}
{\IgnorePar\EndP\HCode{</div>}\ShowPar}
@@ -25953,11 +25985,21 @@ Y{0178}\i{00EF}%
{\ifvmode\IgnorePar\fi \EndP
\HCode{</dt><dd class="\currentitemgroup -other%
">}\def\end:dd{\HCode{</dd>}}}
+\Configure{itemize-group}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<dl class="dd-\itemlevel">}\global\let\end:dd=\empty}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</dd></dl>}}
+\Configure{itemize-other-item}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{\ifx\end:dd\empty\else </dd>\fi<dt>}\global\let\end:dd=\relax}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</dt><dd>}\par}
+\Css{dd p{margin-top:-1.2em; margin-bottom:1.7em;}}
\Configure{typing}
{\ifvmode \IgnorePar\fi \EndP \par \ShowPar
\def\verb:par{%
- \HCode{<div class="typing">}%
+ \HCode{<!--l. \the\inputlineno-->%
+<div class="typing">}%
\gdef\verb:par{\HCode{<br />}}}%
}
{\ifvmode \IgnorePar\fi \HCode{</div>}\par}
@@ -25996,21 +26038,37 @@ Y{0178}\i{00EF}%
\Configure{figure}
{\ifvmode \IgnorePar\fi \EndP\HCode{<div class="figure">}}
{\ifvmode \IgnorePar\fi \EndP\HCode{</div>}}
+\Css{div.figure {border-top:solid black 1px; border-bottom:solid black 1px;}}
\Configure{externalfigure}{\Picture[fig]}
+\Configure{placefloat}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{<div class="place-float">}\IgnorePar }
+ {\ifvmode\IgnorePar\fi \EndP\HCode{</div>}}
+\Css{.place-float .framed-border{ border:0px;}}
+\Css{.place-float .framed-border .framed-border{ border:1px solid black;}}
+\Css{.place-float { border-top:1px black solid;
+ border-bottom:1px black solid;
+ margin: 1em;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ }}
\Configure{figure-li}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="entry"><span class="num">}\par\IgnorePar}
{\HCode{</span><span class="title">}}
{\HCode{</span><span class="page"><!--}}
{\HCode{--></span></div>}}
-\Configure{-@@kjfigure}
- {\HCode{<span class="figure-caption">}}
- {\HCode{</span>}}
\Configure{\v!tabulate}
{\ifvmode \IgnorePar\fi
- \EndP \HCode{<pre class="\v!tabulate">}}
- {\ifvmode\IgnorePar\fi\HCode{</pre>}\par}
+ \EndP \HCode{<table class="\v!tabulate">}}
+ {\ifvmode\IgnorePar\fi\HCode{</table>}\par}
+ {\HCode{<tr>}}
+ {\ifvmode \IgnorePar\fi \HCode{</tr>}}
+ {\HCode{<td }\ifx \csname \HAlign :T:D\endcsname\relax \else
+ \csname \HAlign :T:D\endcsname \fi\HCode{>}}
+ {\HCode{</td>}}
+\Css{table.tabulate td {padding-left:0.4em; padding-right:0.4em;}}
\Configure{table}
{\PushStack\Table:Stck\TableNo
@@ -26091,8 +26149,9 @@ Y{0178}\i{00EF}%
\Configure{halignTB}{\HCode{<table }}{\HCode{>}}
\Configure{halignTB<>}{table}{\HCode{class="table"\Hnewline
cellspacing="0" cellpadding="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi" id="TBL-\TableNo-"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\Configure{TABLElongrule}{\HCode{<hr />}}
\Configure{TableHL}
{\TABLEnoalign{%
@@ -26103,30 +26162,67 @@ Y{0178}\i{00EF}%
\HCode{</tr>}}%
}
\Configure{halignTD} {}{}
- {<}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;"}}
- {-}{\HCode{ % align="center"
- style="white-space:nowrap; text-align:center;"}}
- {>}{\HCode{ % align="right"
- style="white-space:nowrap; text-align:right;"}}
- {l}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;"}}
- {c}{\HCode{ % align="center"
- style="white-space:nowrap; text-align:center;"}}
- {r}{\HCode{ % align="right"
- style="white-space:nowrap; text-align:right;"}}
- {^}{\HCode{ valign="top" style="white-space:nowrap;"}}
- {=}{\HCode{ valign="baseline" style="white-space:nowrap;"}}
- {|}{\HCode{ valign="middle" style="white-space:nowrap;"}}
- {_}{\HCode{ valign="bottom" style="white-space:nowrap;"}}
- {p}{\HCode{ % align="left"
- style="white-space:wrap; text-align:left;"}\Protect\a:HColWidth}
- {m}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;" valign="middle"}}
- {b}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;" valign="baseline"}}
+ {<}{\HCode{ style="white-space:nowrap; text-align:left;"}}
+ {-}{\HCode{ style="white-space:nowrap; text-align:center;"}}
+ {>}{\HCode{ style="white-space:nowrap; text-align:right;"}}
+ {l}{\HCode{ style="white-space:nowrap; text-align:left;"}}
+ {c}{\HCode{ style="white-space:nowrap; text-align:center;"}}
+ {r}{\HCode{ style="white-space:nowrap; text-align:right;"}}
+ {^}{\HCode{ style="vertical-align:top; white-space:nowrap;"}}
+ {=}{\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;"}}
{}
+\Configure{bTABLE}
+ {\ifvmode \IgnorePar \fi \EndP
+ \PushStack\Table:Stck\TableNo
+ \gHAdvance\Next:TableNo by 1
+ \global\let\TableNo=\Next:TableNo
+ \HCode{<!--table \TableNo--><table class="bTABLE">}}
+ {\ifvmode \IgnorePar \fi
+ \HCode{</table>}\PopStack\Table:Stck\TableNo }
+ {\ifvmode \IgnorePar \fi \HCode{<!--row \rowTBL--><tr>}}
+ {\ifvmode \IgnorePar \fi \HCode{</tr>}}
+ {\expandafter\ifx \csname bTBL\rowTBL,\colTBL\endcsname\relax
+ \let\need:endTD\relax
+ \ifvmode \IgnorePar \fi \HCode{<!--}%
+ \else
+ \let\need:endTD\def
+ \HCode{<!--cell \rowTBL,\colTBL--><td id="TBL-\TableNo-\rowTBL-\colTBL"
+ \expandafter\expandafter\expandafter\bTBL:sty
+ \csname bTBL\rowTBL,\colTBL\endcsname
+ >}%
+ \Configure{framed}
+ {\Css{td\#TBL-\TableNo-\rowTBL-\colTBL{
+ padding-left:5pt; padding-right:5pt; border:solid black 1px;
+ }}}%
+ {}%
+ \fi
+ }
+ {\ifvmode \IgnorePar \fi \EndP
+ \ifx \need:endTD\def
+ \HCode{</td>}
+ \else
+ \HCode{-->}
+ \fi
+ }
+\def\bTBL:sty#1#2{%
+ \ifnum #1>1 \space rowspan="#1"\fi
+ \ifnum #2>1 \space colspan="#2" style="text-align:center;"\fi
+}
+\Css{table.bTABLE p{margin-top:0em; margin-bottom:0em;}}
+\Css{table.bTABLE{margin-left:10\%; margin-right:10\%;
+ margin-top:1em; margin-bottom:1em;
+ }}
+\Css{table.bTABLE {border-spacing:0px;
+ border-top: solid black 1px;
+ border-bottom: solid black 1px; }}
+
+
\Configure{index}
{\Link{}{in-\nextinternalreference}\EndLink}
\Configure{indexpage}{%
@@ -26147,10 +26243,112 @@ Y{0178}\i{00EF}%
\Css{div.index-env p{margin-top:0em; margin-bottom:0em;}}
\NewConfigure{-@@idindex}{2}
+\Configure{crlf}{\HCode{<br />}}
+
+\Configure{externaldocument}{\Link}{\EndLink}
\Configure{-@@ur}
{\HCode{<span class="url">}}
{\HCode{</span>}}
+\Configure{framed}
+ {\ifvmode
+ \def\end:framed{\ifvmode \IgnorePar\fi\EndP\HCode{</div>}}%
+ \IgnorePar \EndP
+ \HCode{<div class="framed-\ifdim\ruledlinewidth>0em
+ border%
+ \else
+ background%
+ \fi
+"
+>}%
+ \else
+ \def\end:framed{\HCode{</span>}}%
+ \HCode{<span class="framed-\ifdim\ruledlinewidth>0em
+ border%
+ \else
+ background%
+ \fi
+"
+>}%
+ \fi
+ }
+ {\end:framed}
+\Css{.framed-border{border: solid black 1px; }}
+\Css{.framed-background{background-color: \#CCCCCC; }}
+
+\HAssign\fn:c=0
+\Configure{footnote}
+ {\HPage{}}
+ {\EndHPage{}}
+ {\HCode{<sup>}\Link{}{fnc-\fn:c}}
+ {\EndLink\HCode{</sup>}}
+\Configure{footnotemark}
+ {\HCode{<sup>}\gHAdvance\fn:c by 1 \Link{fnc-\fn:c}{}}
+ {\ifvmode\IgnorePar\fi \EndLink\HCode{</sup>}}
+
+\Configure{-@@fm}
+ {\ifvmode
+ \IgnorePar\EndP\HCode{<div class="formula-no">}%
+ \def\end:margp{\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}%
+ \par
+ \else
+ \SaveEndP
+ \HCode{<span class="formula-no">}%
+ \bgroup
+ \Configure{HtmlPar}{\HCode{<br />}}{\HCode{<br />}}{}{}%
+ \def\end:margp{\egroup\HCode{</span>}\RecallEndP}%
+ \fi
+ }
+ {\end:margp}
+\Css{.formula-no {width:5\%; float:right; text-align:right;
+ margin-right:auto; }}
+\Configure{mtable}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<table class="mtable">}}
+ {\HCode{</table>}}
+ {\HCode{<tr>}}
+ {\HCode{</tr>}}
+ {\HCode{<td>}}
+ {\HCode{</td>}}
+\Configure{mathalignment}
+ {\ifvmode \IgnorePar\fi \EndP
+ \Css{table.\currentmathalignment { margin-left:5\%; }}%
+ \Css{td.\currentmathalignment { text-align:left; }}%
+ \HCode{<table class="\currentmathalignment">}}
+ {\HCode{</table>}}
+ {\HCode{<tr class="\currentmathalignment">}}
+ {\HCode{</tr>}}
+ {\HCode{<td class="\currentmathalignment">}}
+ {\HCode{</td>}}
+\NewConfigure{align}{6}
+\Configure{align}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<table class="align">}}
+ {\HCode{</table>}}
+ {\HCode{<tr class="align">}}
+ {\HCode{</tr>}}
+ {\HCode{<td class="align">}}
+ {\HCode{</td>}}
+\Css{table.align { margin-left:5\%; }}
+\Css{td.align { text-align:left; }}
+\Configure{intertext}
+ {\f:mtable\d:mtable\c:mtable\HCode{<td colspan="10"
+ class="intertext">}}
+ {\f:mtable\d:mtable\c:mtable\e:mtable}
+\Css{.intertext {text-align:left;}}
+\Configure{frac}
+ {\Picture+{ class="frac"}\bgroup}
+ {}{}
+ {\egroup\EndPicture}
+\Css{.frac {vertical-align:middle;}}
+
+\def\:temp{LaTeX}
+\HLet\LaTeX\:temp
+
+\Configure{MPcode}
+ {\Picture*[pic]{}}
+ {\EndPicture}
+
\catcode`\!=12
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26164,32 +26362,24 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tabulary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{halignTD} {}{}
- {<}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;"}}
- {-}{\HCode{ % align="center"
- style="white-space:nowrap; text-align:center;"}}
- {>}{\HCode{ % align="right"
- style="white-space:nowrap; text-align:right;"}}
- {l}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;"}}
- {c}{\HCode{ % align="center"
- style="white-space:nowrap; text-align:center;"}}
- {r}{\HCode{ % align="right"
- style="white-space:nowrap; text-align:right;"}}
- {^}{\HCode{ valign="top" style="white-space:nowrap;"}}
- {=}{\HCode{ valign="baseline" style="white-space:nowrap;"}}
- {|}{\HCode{ valign="middle" style="white-space:nowrap;"}}
- {_}{\HCode{ valign="bottom" style="white-space:nowrap;"}}
- {p}{\HCode{ % align="left"
- style="white-space:wrap; text-align:left;"}}
- {m}{\HCode{ % align="left"
- style="white-space:nowrap; text-align:left;" valign="middle"}}
- {b}{\HCode{ % align="left"
- style="white-space:wrap; text-align:left;" valign="baseline"}}
+ {<}{\HCode{ style="white-space:nowrap; text-align:left;"}}
+ {-}{\HCode{ style="white-space:nowrap; text-align:center;"}}
+ {>}{\HCode{ style="white-space:nowrap; text-align:right;"}}
+ {l}{\HCode{ style="white-space:nowrap; text-align:left;"}}
+ {c}{\HCode{ style="white-space:nowrap; text-align:center;"}}
+ {r}{\HCode{ style="white-space:nowrap; text-align:right;"}}
+ {^}{\HCode{ style="white-space:nowrap; vertical-align:top";}}
+ {=}{\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;"}}
+ {m}{\HCode{ style="white-space:nowrap; text-align:left; vertical-align:middle;"}}
+ {b}{\HCode{ style="white-space:wrap; text-align:left; vertical-align:baseline;"}}
{L}{\HCode{ style="white-space:wrap; text-align:left;"}}
{R}{\HCode{ style="white-space:wrap; text-align:right;"}}
{C}{\HCode{ style="white-space:wrap; text-align:center;"}}
@@ -26225,8 +26415,9 @@ Y{0178}\i{00EF}%
\PopStack\Table:Stck\TableNo \d:HA}
\Configure{halignTB<>}{tabulary}{\HCode{class="tabulary"\Hnewline
cellspacing="0" cellpadding="0" \GROUPS\Hnewline
- frame="\ifx \GROUPS\empty void\else border\fi" id="TBL-\TableNo-"
}<>\HAlign}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26358,6 +26549,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{t2benc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26434,6 +26626,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{rlbabel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26457,7 +26650,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{hebtex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26465,14 +26657,14 @@ Y{0178}\i{00EF}%
\Configure{arabtext}
{\ifhmode \let\end:arabtex=\empty \IgnorePar
\else
- \HCode{<div align="right"><table class="arabtex"><tr><td\Hnewline
- style="white-space:nowrap;" align="right">}%
+ \HCode{<div style="text-align:right"><table class="arabtex"><tr><td\Hnewline
+ style="white-space:nowrap; text-align:right">}%
\def\end:arabtex{\HCode{</td></tr></table></div>}}%
\fi
\global\let\start:arab=\relax}
{\end:arabtex}
{\ifx \start:arab\relax \global\let\start:arab=\empty
- \else \Tg<br />\fi}
+ \else \expandafter\Tg<br />\fi}
{}
\:CheckOption{nikud} \if:Option
\Configure{chireq}{\char5 }
@@ -26584,6 +26776,157 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{powerdot}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \HAssign\PauseId = 0
+\HAssign\pauseId = 0
+
+\Configure{@HEAD}
+ {\HCode{\Hnewline<!--
+ http://www.w3.org/Talks/Tools/Slidy/slidy.js -->\Hnewline
+ <script src="Slidy/slidy.js"
+ type="text/javascript"><![CDATA[ \Hnewline
+ ]]></script>\Hnewline}}
+\Log:Note{Requires the slidy.js and *.css files from
+ http://www.w3.org/Talks/Tools/Slidy/slidy.zip
+ in subdirectory Slidy}
+\def\:temp#1font=#2,#3!*?: {%
+ \if !#2!%
+ \Log:Note{for adjusted font size, use
+ the command line option `font=...' (e.g., font=-2)}
+ \else
+ \Configure{@HEAD}
+ {\HCode{<meta name="font-size-adjustment"
+ content="#2" />}\Hnewline}
+ \fi}
+\expandafter\:temp\Preamble ,font=,!*?:
+\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]{}%
+\Tag{TITLE+}{\@title}}
+%
+ \HCode{<div class="slide cover"><div class="maketitle">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div></div>}}
+ {\NoFonts\IgnorePar\HCode{<h1 class="slideTitle"\a:LRdir>}\IgnorePar}
+ {\HCode{</h1>}\IgnoreIndent\EndNoFonts}
+\Css{div.slide.cover{width:100\%;}}
+\ConfigureEnv{titleslide}{}{}{}{}
+\ConfigureEnv{slide}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="slide">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {} {}
+\ConfigureEnv{sectionslide}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="slide">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {} {}
+\Configure{slidetitle}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<h1 class="slideTitle">}\IgnorePar\bgroup
+ \ConfigureEnv{minipage}{}{}{}{}}
+ {\egroup\ifvmode \IgnorePar\fi \EndP \HCode{</h1>}\ShowPar\par}
+\Css{div.toolbar {
+ position: fixed; z-index: 200;
+ top: auto; bottom: 0; left: 0; right: 0;
+ height: 1.2em; text-align: right;
+ padding-left: 1em;
+ padding-right: 1em;
+ font-size: 60\%;
+ color: \#FF0000; background: \#EEEEEE;
+} }
+\ConfigureList{itemize}%
+ {\PushStack\Table:Stck\pauseId
+\gHAdvance\PauseId by 1
+\global\let\pauseId=\PauseId
+%
+ \EndP\HCode{<ul \a:LRdir
+ class="\ifTag{pi-\pauseId}{incremental }%
+itemize\expandafter\the
+ \csname @itemdepth\endcsname">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+\ifvmode \IgnorePar\fi
+ \EndP\HCode{</li></ul>}\ShowPar
+ \expandafter\ifx\csname pi-\pauseId\endcsname\relax \else
+ \expandafter\global\expandafter\let\csname
+ pi-\pauseId\endcsname=\:UnDef
+ \Tag{pi-\pauseId}{}%
+\fi
+\PopStack\Table:Stck\pauseId
+\global\let\pauseId=\pauseId
+}
+ {\end:itm \global\def\end:itm{\EndP\Tg</li>}\DeleteMark}
+ {\HCode{<li class="itemize">}}
+ \ConfigureList{enumerate}%
+ {\PushStack\Table:Stck\pauseId
+\gHAdvance\PauseId by 1
+\global\let\pauseId=\PauseId
+\EndP\HCode{<ol \a:enumerate:\space
+ class="\ifTag{pi-\pauseId}{incremental }%
+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
+%
+\EndP\HCode{</li></ol>}\ShowPar
+}
+ {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+}
+ {{\Configure{Link}{li}{}{ class="enumerate" id=}{}%
+ \let\EndLink=\empty \AnchorLabel }%
+\expandafter\ifx\csname pi-\pauseId\endcsname\relax \else
+ \expandafter\global\expandafter\let\csname
+ pi-\pauseId\endcsname=\:UnDef
+ \Tag{pi-\pauseId}{}%
+\fi
+\PopStack\Table:Stck\pauseId
+\global\let\pauseId=\pauseId
+}
+\ConfigureList{description}%
+ {\PushStack\Table:Stck\pauseId
+\gHAdvance\PauseId by 1
+\global\let\pauseId=\PauseId
+\EndP\HCode{<dl \a:LRdir
+ class="\ifTag{pi-\pauseId}{incremental }%
+description">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP\HCode{</dd></dl>}\ShowPar
+ \expandafter\ifx\csname pi-\pauseId\endcsname\relax \else
+ \expandafter\global\expandafter\let\csname
+ pi-\pauseId\endcsname=\:UnDef
+ \Tag{pi-\pauseId}{}%
+\fi
+\PopStack\Table:Stck\pauseId
+\global\let\pauseId=\pauseId
+}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="description">}\bgroup \bf}
+ {\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\def\pause{\hbox{\expandafter\global\expandafter\let\csname
+ pi-\pauseId\endcsname=\def}}
+\let\pd:item\pd@item
+\def\pd@item[#1]<#2>{\pd:item[#1]<>\pause}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mex}
@@ -26669,6 +27012,24 @@ Y{0178}\i{00EF}%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{path}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{path}
+ {\HCode{<span class="path">}\bgroup
+ \Configure{obeylines}{}{}{}%
+ }
+ {\egroup\HCode{</span>}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multirow}
@@ -26751,7 +27112,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{subfigure}
{\ifvmode \IgnorePar \fi \EndP
- \HCode{<div class="subfigure"><table><tr><td align="left">}}
+ \HCode{<div class="subfigure"><table><tr><td style="text-align:left">}}
{\ifvmode \IgnorePar \fi \EndP \HCode{</td></tr></table></div>}}
\Configure{subfigurecaption}
{\ifvmode \IgnorePar\fi \EndP \HCode{<div class="subfigcaption">}}
@@ -26770,6 +27131,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{emulateapj}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26785,10 +27147,10 @@ Y{0178}\i{00EF}%
\Configure{slugcomment}
{\HCode{<div class="slugcomment">}}
{\HCode{</div>}}
-\Css{.slugcomment{text-align:center;font-size:80\%;
+\Css{.slugcomment{text-align:center;font-size:85\%;
font-style: italic;}}
\Configure{subtitle}{\HCode{<div class="subtitle">}}{\HCode{</div>}}
-\Configure{submitted}{}{\Tg<br\xml:empty>}
+\Configure{submitted}{}{\expandafter\Tg<br />}
\Configure{title}{\HCode{<h1 class="title">}}{\HCode{</h1>}}
\Css{.title{text-align:center;}}
\Configure{author}
@@ -26834,7 +27196,10 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{picins}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Css{.picins-dr, .picins-rd { float:right;
+ \Configure{parpic}
+ {\IgnorePar\EndP\HCode{<div class="picins-\parpicOpt">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Css{.picins-dr, .picins-rd { float:right;
padding: 2px; margin-left:5px; margin-bottom:3px;
border: 1px dashed black;
}}
@@ -26868,15 +27233,15 @@ Y{0178}\i{00EF}%
padding: 2px; margin-left:5px; margin-bottom:3px;
border-left: 1px solid black;
border-top: 1px solid black;
- border-right: 1px double black;
- border-bottom: 1px double black;
+ border-right: 1px solid black;
+ border-bottom: 1px solid black;
}}
\Css{.picins-xl, .picins-lx, .picins-x { float:left;
padding: 2px; margin-right:5px; margin-bottom:3px;
border-left: 1px solid black;
border-top: 1px solid black;
- border-right: 1px double black;
- border-bottom: 1px double black;
+ border-right: 1px solid black;
+ border-bottom: 1px solid black;
}}
\Css{.picins-r { float:right;
padding: 2px; margin-left:5px; margin-bottom:3px;
@@ -28090,7 +28455,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -28185,9 +28550,10 @@ Y{0178}\i{00EF}%
{ font-weight: bold;}}
\ConfigureEnv{abstract}{\:xhtml{\IgnorePar\EndP}\HCode
- {<\tbl:XV{abstract}><tr><td\Hnewline>}}
+ {<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}{}{}{}{}%
@@ -28219,8 +28585,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author" >}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -28235,7 +28601,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -28246,8 +28612,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -28260,7 +28626,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -28284,7 +28650,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -28292,8 +28658,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -28371,9 +28737,9 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{aa}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+ \Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -28383,22 +28749,22 @@ Y{0178}\i{00EF}%
\Configure{subtitle institute}
- {\HCode{<br\xml:empty><span class="subtitle">}}{\HCode{</span>}}
+ {\HCode{<br /><span class="subtitle">}}{\HCode{</span>}}
{\HCode{<div class="institute">}}{\HCode{</div>}}
{\Tg<sup>}{\Tg</sup>}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br />}}
\Configure{maketitle}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<div align="center" >}}
+ \HCode{<div style="text-align:center;" >}}
{\HCode{</div>}}
{\NoFonts\IgnorePar \HCode{<h2 class="maketitleHead"\a:LRdir>}\IgnorePar}
{\HCode{</h2>}\IgnoreIndent\EndNoFonts}
\Configure{thanks author date and} {}{}
- {\HCode{<div class="author" align="center">}}{\HCode{</div>}}
- {\HCode{<div class="date" align="center">}}{\HCode{</div>}}
+ {\HCode{<div class="author" style="text-align:center;">}}{\HCode{</div>}}
+ {\HCode{<div class="date" style="text-align:center;">}}{\HCode{</div>}}
{\SPAN:{and}and\EndSPAN:}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br />}}
\Css{div.maketitle {text-align:center;}}
\ConfigureEnv{abstract}
{\:xhtml{\IgnorePar\EndP}\HCode {<div class="abstract">}}
@@ -28420,7 +28786,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -28553,7 +28919,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -28577,7 +28943,7 @@ Y{0178}\i{00EF}%
{\IgnorePar\leavevmode\EndP\Tg<div class="index">}
{\IgnorePar\EndP\Tg</div>}
{\leavevmode\Tg<span class="entry">}
- {\Tg</span>\Tg<br />\IgnorePar}
+ {\Tg</span>\expandafter\Tg<br />\IgnorePar}
\Configure{group}
{\IgnorePar\EndP\HCode{<div class="group">}}
{\ifvmode \IgnorePar\fi \EndP\HCode{</div>}}
@@ -28664,33 +29030,33 @@ Y{0178}\i{00EF}%
{\IgnorePar\EndP\HCode{<h5 class="unnumberedsubsubsecHead"\a:LRdir>}}
{\HCode{</h5>}\IgnoreIndent}
\ConfigureToc{chapter}
- {\Tg<span class="chapterToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="chapterToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendix}
- {\Tg<span class="appendixToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{unnumbered}
- {\Tg<span class="unnumberedToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="unnumberedToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{numberedsec}
- {\Tg<span class="numberedsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="numberedsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendixsec}
- {\Tg<span class="appendixsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{unnumberedsec}
- {\Tg<span class="unnumberedsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="unnumberedsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{numberedsubsec}
- {\Tg<span class="numberedsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="numberedsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendixsubsec}
- {\Tg<span class="appendixsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendixsubsec}
- {\Tg<span class="appendixsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{unnumberedsubsec}
- {\Tg<span class="unnumberedsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="unnumberedsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{numberedsubsubsec}
- {\Tg<span class="numberedsubsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="numberedsubsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendixsubsubsec}
- {\Tg<span class="appendixsubsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixsubsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{appendixsubsubsec}
- {\Tg<span class="appendixsubsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="appendixsubsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\ConfigureToc{unnumberedsubsubsec}
- {\Tg<span class="unnumberedsubsubsecToc">}{ }{}{\Tg</span>\Tg<br />}
+ {\Tg<span class="unnumberedsubsubsecToc">}{ }{}{\Tg</span>\expandafter\Tg<br />}
\Configure{enumerate}
{\IgnorePar\EndP\HCode{<ol\space class="enumerate"\Hnewline>}}
{\IgnorePar\EndP\HCode{</li></ol>}\ShowPar}
@@ -28771,8 +29137,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author">}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -28787,7 +29153,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -28798,8 +29164,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -28812,7 +29178,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\Css{div.author{white-space: nowrap;}}
@@ -28831,7 +29197,9 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
\Css{div.dedication {text-align:center;}}
-\Css{span.footnote-mark{ vertical-align: super }}
+% \Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark sup.textsuperscript,
+ span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\ConfigureMark{minisec}{}
\Configure{minisec}{}{}
{\ifvmode \IgnorePar \fi \EndP
@@ -28956,7 +29324,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -28964,8 +29332,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -29299,7 +29667,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -29311,9 +29679,9 @@ Y{0178}\i{00EF}%
\fi
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\Configure{paragraph}{}{}
@@ -29348,10 +29716,13 @@ Y{0178}\i{00EF}%
{\egroup}{}{}
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\def\:temp#1index=#2,#3!*?: {%
\ifnum #2>1 \NewConfigure{IndexColumns}{1}
@@ -29367,9 +29738,9 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
@@ -29383,21 +29754,21 @@ Y{0178}\i{00EF}%
\Configure{HColumns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
\HColumns{\a:IndexColumns}%
\everypar{\HtmlPar}%
- \Configure{HtmlPar}{}{\HCode{<br class="index-segment"\xml:empty>}}{}{}%
+ \Configure{HtmlPar}{}{\HCode{<br class="index-segment" />}}{}{}%
\par\ShowPar
\let\end:theidx\empty}
{\end:theidx
\ifvmode\IgnorePar\fi \EndP\EndHColumns
\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{%\ifvmode \EndP\fi
% \hbox{\end:theidx\HCode{<p class="theindex">}}%
% \def\end:theidx{\HCode{</p>}}
@@ -29421,10 +29792,10 @@ Y{0178}\i{00EF}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<div
class="caption"><table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -29453,7 +29824,7 @@ Y{0178}\i{00EF}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
@@ -29462,7 +29833,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -29489,7 +29860,9 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{scrartcl}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Css{span.footnote-mark{ vertical-align: super }}
+ % \Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark sup.textsuperscript,
+ span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\ConfigureMark{minisec}{}
\Configure{minisec}{}{}
{\ifvmode \IgnorePar \fi \EndP
@@ -29531,8 +29904,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author" >}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{\ifx
@@ -29547,7 +29920,7 @@ Y{0178}\i{00EF}%
{\HCode{</p>}}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -29555,8 +29928,8 @@ Y{0178}\i{00EF}%
{\HCode{<div class="thanks">}}{\HCode{</div>}}
{\HCode{<div class="author" >}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\Configure{thank}
{\csname a:thank-mark\endcsname
\Link{tk-\the\c@footnote}{}}
@@ -29569,7 +29942,7 @@ Y{0178}\i{00EF}%
} {}
\Css{div.author, div.date {text-align:center;}}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\fi
@@ -29609,7 +29982,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -29617,8 +29990,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -29692,7 +30065,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -29704,9 +30077,9 @@ Y{0178}\i{00EF}%
\fi
\ConfigureToc{lof}
- {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureToc{lot}
- {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br\xml:empty>}}
+ {\HCode{<span class="lotToc">}}{\ }{}{\HCode{</span><br />}}
\ConfigureEnv{picture}
{\bgroup\ifvmode \Configure{HtmlPar}
@@ -29722,10 +30095,13 @@ Y{0178}\i{00EF}%
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\def\:temp#1index=#2,#3!*?: {%
\ifnum #2>1 \NewConfigure{IndexColumns}{1}
@@ -29741,9 +30117,9 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP
\HCode{<div class="theindex">}\let\end:theidx\empty}
{\end:theidx\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{\hbox{\end:theidx\HCode{<p class="theindex">}}%
\def\end:theidx{\HCode{</p>}}}
@@ -29757,21 +30133,21 @@ Y{0178}\i{00EF}%
\Configure{HColumns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
\HColumns{\a:IndexColumns}%
\everypar{\HtmlPar}%
- \Configure{HtmlPar}{}{\HCode{<br class="index-segment"\xml:empty>}}{}{}%
+ \Configure{HtmlPar}{}{\HCode{<br class="index-segment" />}}{}{}%
\par\ShowPar
\let\end:theidx\empty}
{\end:theidx
\ifvmode\IgnorePar\fi \EndP\EndHColumns
\HCode{</div>}}
- {} {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
- {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br\xml:empty>}}
+ {} {\hfil\break\HCode{<br />}}
+ {\ \ \ \ } {\hfil\break\HCode{<br />}}
+ {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
{%\ifvmode \EndP\fi
% \hbox{\end:theidx\HCode{<p class="theindex">}}%
% \def\end:theidx{\HCode{</p>}}
@@ -29795,10 +30171,10 @@ Y{0178}\i{00EF}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<div
class="caption"><table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table></div>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -29819,7 +30195,6 @@ Y{0178}\i{00EF}%
{\Configure{Needs}{Font\string_Size: #1}\ifcase \@ptsize
\or \Needs{11}\or \Needs{12}\else \fi}
-
\ConfigureEnv{quotation}
{}{}
{\IgnorePar\EndP\HCode{<div class="quotation">}}
@@ -29827,7 +30202,8 @@ Y{0178}\i{00EF}%
\Css{.quotation {margin-bottom:0.25em;
margin-top:0.25em; margin-left:1em; }}
-\Configure{listof}{}{}{}{\HCode{<br\xml:empty>}}{}{}
+
+\Configure{listof}{}{}{}{\HCode{<br />}}{}{}
\Configure{endpart}{likepart}
@@ -29835,7 +30211,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -29846,9 +30222,10 @@ Y{0178}\i{00EF}%
\ConfigureEnv{abstract}{\:xhtml{\IgnorePar\EndP}\HCode
- {<\tbl:XV{abstract}><tr><td\Hnewline>}}
+ {<table\Hnewline class="abstract"><tr><td\Hnewline>}}
{\EndP\HCode{</td></tr></table>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
+\Css{table.abstract {width:100\%;}}
\def\:tempa{
\CutAt{part}
@@ -30109,7 +30486,9 @@ Y{0178}\i{00EF}%
\Configure{addchapTITLE+}{#1}
\def\tocaddchap#1#2#3{\par\:SPAN{addchapToc}{#2}\par}%
-\Css{span.footnote-mark{ vertical-align: super }}
+% \Css{span.footnote-mark{ vertical-align: super }}
+\Css{span.footnote-mark sup.textsuperscript,
+ span.footnote-mark a sup.textsuperscript{ font-size:80\%; }}
\ConfigureMark{minisec}{}
\Configure{minisec}{}{}
{\ifvmode \IgnorePar \fi \EndP
@@ -30259,21 +30638,13 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{elsart}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureEnv{frontmatter}
- {\EndP\IgnorePar
- \HCode{<\tbl:XV{frontmatter}><tr><td><div
- class="frontmatter"\Hnewline>}}
- {\ifvmode\IgnorePar\fi \EndP\HCode{</div>}\end:TTT\IgnorePar}
- {}{}
-\Css{div.frontmatter {text-align:center;}}
-
-\Configure{abstract}
- {\HCode{<\tbl:XV{abstract}><tr><td\Hnewline>}\par\ShowPar}
+ \Configure{abstract}
+ {\HCode{<div\Hnewline class="abstract">}\par\ShowPar}
{}
- {\ifvmode\IgnorePar\fi \HCode{</td></tr></table>}}
+ {\ifvmode\IgnorePar\fi \EndP\HCode{</div>}}
\Configure{keyword}
- {\HCode{<\tbl:XV{keyword}><tr><td\Hnewline>}}
- {\ifvmode\IgnorePar\fi \HCode{</td></tr></table>}}
+ {\HCode{<div\Hnewline class="keyword">}}
+ {\ifvmode\IgnorePar\fi \EndP \HCode{</div>}}
\ConfigureEnv{abstract}
{\ifvmode \IgnorePar\fi \EndP}
{\ifvmode \IgnorePar\fi \EndP}
@@ -30282,6 +30653,22 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi \EndP}
{\ifvmode \IgnorePar\fi \EndP}
{}{}
+\Css{div.abstract, div.abstract p, div.keyword {width:100\%;
+ text-align:left; margin-left:0em; margin-right:0em;
+}}
+\Css{div.abstract { border-top: 1px solid black; }}
+\Css{div.keyword{ border-bottom: 1px solid black;}}
+\ConfigureEnv{frontmatter}
+ {\EndP\IgnorePar
+ \HCode{<div class="frontmatter"\Hnewline>}}
+ {\ifvmode\IgnorePar\fi \EndP\HCode{</div>}\IgnorePar}
+ {}{}
+\Css{div.frontmatter {text-align:center; width:100\%;}}
+\Configure{address}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div\Hnewline class="address">}}
+ {\ifvmode\IgnorePar\fi \EndP
+ \HCode{</div>}\ShowPar}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30333,15 +30720,63 @@ Y{0178}\i{00EF}%
{\egroup \HCode{</div>}}
\Css{div.abstract{text-align:left; margin-left:10\%; margin-top:1em; }}
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{ } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
}
\Css{table.caption {text-align:left;}}
+\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
+%
+\EndP\HCode{</li></ol>}\ShowPar
+}
+ {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+}
+ {\HCode{<li class="enumerate" value="\expandafter\the\csname
+ c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
+}
+\ConfigureList{APAenumerate}%
+ {\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
+%
+\EndP\HCode{</li></ol>}\ShowPar
+}
+ {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+}
+ {\HCode{<li class="enumerate" value="\expandafter\the\csname
+ c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
+}
+\Configure{seriate}
+ {\HCode{<span class="seriate">}\let\end:seriate=\empty}
+ {\end:seriate\HCode{</span>}}
+ {\end:seriate \def\end:seriate{\HCode{</span>}}%
+ \HCode{<span class="seriate-item">}\HCode{<span class="seriate-label">}}
+ {\HCode{</span>}}
+\ConfigureList{APAitemize}%
+ {\EndP\HCode{<ul class="itemize" \a:LRdir >}\PushMacro\end:itm
+ \global\let\end:itm=\empty
+ }
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+ \EndP\HCode{</li></ul>}\ShowPar
+ }
+ {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark}
+ {\HCode{<li class="itemize">}\AnchorLabel }
+
\Configure{note}
{\HCode{<div class="note">}\bgroup
\Configure{centercr}
@@ -30367,7 +30802,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -30558,7 +30993,7 @@ Y{0178}\i{00EF}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
%
%
- \EndP}\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
+ \EndP\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip bib }%
%
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont bib }%
@@ -30566,8 +31001,8 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
-\HCode{<!--}%
+\HCode{-->}
+}\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
\HCode{<bibitem>}%
@@ -30648,7 +31083,7 @@ Y{0178}\i{00EF}%
{\HCode{</sup>}\protect\EndLink}
{\ifvmode\IgnorePar\fi\EndP}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\else
@@ -30665,7 +31100,7 @@ Y{0178}\i{00EF}%
{\csname b:thank-mark\endcsname
} {}
-\Css{div.thanks{text-align:left; margin-left:10\%; font-size:80\%;
+\Css{div.thanks{text-align:left; margin-left:10\%; font-size:85\%;
font-style:italic; }}
\fi
@@ -30883,6 +31318,12 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsdtx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30925,6 +31366,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{lncse}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30952,8 +31394,8 @@ Y{0178}\i{00EF}%
{\EndP\egroup\RecallEndP }
{\HCode{<div class="author" >}}{\HCode{</div>}}
{\HCode{<div class="date" >}}{\HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<brclass="and" />}}
+ {\HCode{<br />}}
\else
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi\EndP \HCode{<div class="thanks">}}
@@ -30962,8 +31404,8 @@ Y{0178}\i{00EF}%
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
{\HCode{<div class="date" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</div>}}
- {\HCode{<br class="and"\xml:empty>}}
- {\HCode{<br\xml:empty>}}
+ {\HCode{<br class="and" />}}
+ {\HCode{<br />}}
\fi
\ConfigureMark{chapter}
@@ -30972,7 +31414,7 @@ Y{0178}\i{00EF}%
\ \thechapter\HCode{</span>}\fi}
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \TitleMark{\HCode{<br />}}}
{\HCode{</h2>}\IgnoreIndent}
\Configure{chapterTITLE+}{\if@mainmatter\thechapter\space\fi#1}
\renewcommand\thechapter {\if@mainmatter\@arabic\c@chapter\fi}
@@ -30981,7 +31423,7 @@ Y{0178}\i{00EF}%
\appendixname \ \thechapter\HCode{</span>}}
\Configure{appendix}{}{}
{\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}%
- \TitleMark{\HCode{<br\xml:empty>}}}
+ \TitleMark{\HCode{<br />}}}
{\HCode{</h2>}\IgnoreIndent}
\Configure{appendixTITLE+}{\thechapter\space#1}
\Configure{likechapter}{}{}
@@ -30999,7 +31441,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{bibtopic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31014,7 +31455,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{harvard}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31049,6 +31489,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{manju}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31059,23 +31500,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureHinput{path}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{path}
- {\HCode{<span class="path">}\bgroup
- \Configure{obeylines}{}{}{}%
- }
- {\egroup\HCode{</span>}}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\endinput\empty\empty\empty\empty\empty\empty
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{verbatim}
@@ -31092,7 +31516,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{prosper}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31249,7 +31672,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{beamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31587,7 +32009,7 @@ Y{0178}\i{00EF}%
{\HCode{</div>}} {}{}
\Css{div.bookmarks {white-space: nowrap;}}
\Css{div.bookmarks div.subsectionintoc a { text-decoration: none;
- font-size:80\%;}}
+ font-size:85\%;}}
\Configure{alert}
{\HCode{<span class="alert">}}
{\HCode{</span>}}
@@ -31609,6 +32031,8 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{seminar}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31622,7 +32046,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slides}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31639,7 +32062,7 @@ Y{0178}\i{00EF}%
class="crosslinks"><p class="noindent">}%
{\advance\c@slide by -1 \the\c@slide}: }
{\HCode{</p></div>}\par}
-\Css{.crosslinks{text-align:right;font-size:80\%;}}
+\Css{.crosslinks{text-align:right;font-size:85\%;}}
\else
\Log:Note{for pagination of slides,
@@ -31653,10 +32076,13 @@ Y{0178}\i{00EF}%
\fi
\ConfigureEnv{quote}
{}{}
- {\IgnorePar\EndP\HCode{<div class="quote">}}
+ {\IgnorePar\EndP
+ \HCode{<div class="\getClass{quote}">}\afterGetClass{quote}}
{\IgnorePar\EndP\HCode{</div>}\ShowPar\ShowIndent}
\Css{.quote {margin-bottom:0.25em; margin-top:0.25em;
margin-left:1em; margin-right:1em; text-align:justify;}}
+\NewConfigure{quoteClass}{2}
+\Configure{quoteClass}{quote}{}
\ConfigureEnv{quotation}
{}{}
@@ -31675,6 +32101,10 @@ Y{0178}\i{00EF}%
class="description">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
+\Configure{enumiii}
+ {\HCode{<span class="roman-numeral">}}
+ {\HCode{</span>}}
+
\ConfigureEnv{verse}
{\Tg<div class="verse">}
{\Tg</div>}
@@ -31747,12 +32177,13 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slidesec}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureToc{slidesection}
{\HCode{<span class="tocslidesection">}}{\ }{}{\HCode
- {</span><br\xml:empty>}}
+ {</span><br />}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31760,7 +32191,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pictex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31774,6 +32204,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{diagrams}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31829,7 +32260,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{endfloat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31840,6 +32270,21 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{mfpic}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \expandafter \ifx\csname if@mfp@latexe\endcsname\relax
+ \Configure{mfpic} {\Picture+{}} {\EndPicture}
+
+\else
+ \ConfigureEnv{mfpic} {\Picture+{}} {\EndPicture}{}{}
+
+\fi
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pb-diagram}
@@ -31872,7 +32317,6 @@ Y{0178}\i{00EF}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{overpic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -31897,6 +32341,104 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{resume}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Css{body{margin:4em;}}
+\Css{td{vertical-align:top;}}
+
+\Configure{name}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="name">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
+\Css{div.name{text-align:center;}}
+\Configure{addresses}
+ {\ifvmode \IgnorePar\fi \EndP
+ \bgroup
+ \Configure{tabular}
+ {\HCode{<div>}} {\HCode{</div>}}
+ {}{}
+ {\ifnum \HRow>1 \HCode{<br />}\fi} {}%
+ \HCode{<table class="addresses"><tr><td class="addresses-left">}%
+ }
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td><td class="addresses-right">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td></tr></table>}\par
+ \egroup}
+\Css{table.addresses{width:100\%;}}
+\Css{td.addresses-left{float:left;}}
+\Css{td.addresses-right{float:right;}}
+\Css{table.addresses div{text-align:left;}}
+\ConfigureList{llist}
+ {\HAssign\HRow=0 \ifvmode \IgnorePar\fi \EndP
+ \HCode{<table class="llist">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td></tr></table>}}
+ {\ifvmode \IgnorePar\fi \EndP \HAdvance\HRow by 1
+ \HCode{\ifnum \HRow>1 </td></tr>\fi
+ <tr><td class="llist-title">}\par}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td><td class="llist-body">}\par}
+\Configure{location}
+ {\HCode{<span class="location">}}
+ {\HCode{</span><br />}}
+\Css{span.location{margin-left:2em;}}
+\ConfigureList{items}
+ {\ifvmode \IgnorePar\fi \EndP \HAssign\HRow=0
+ \HCode{<table class="items">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td></tr></table>}}
+ {\ifvmode \IgnorePar\fi \EndP \HAdvance\HRow by 1
+ \HCode{\ifnum \HRow>1 </td></tr>\fi <tr><td>&\#x2022;}\DeleteMark}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td><td class="items">}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{curve}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{key}
+ {\HCode{<span class="key">}}
+ {\HCode{</span>}}
+\Configure{key}
+ {\HCode{<span class="prefix">}}
+ {\HCode{</span>}}
+\ConfigureEnv{rubric}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="rubric">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {} {}
+\Configure{rubrichead}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="rubrichead">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Configure{subrubric}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="subrubric">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Configure{maketitle}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<div class="maketitle">}\bgroup
+ \ConfigureEnv{center}{}{}{}{}%
+ }
+ {\egroup\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="title">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="subtitle">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+\Configure{makeheaders}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<table class="makeheaders"><tr><td class="leftheader">}}
+ {\HCode{</td><td class="rightheader">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</td></tr></table>}}
+\Css{td.leftheader {text-align:left}}
+\Css{td.rightheader {text-align:right}}
+\Css{table.makeheaders {width:100\%}}
+\Css{div.maketitle {text-align:center;}}
+\Css{div.rubrichead {margin-top:1em; margin-bottom:1em;}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32018,6 +32560,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{booktabs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32066,19 +32609,80 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{gloss}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \ConfigureList{glosslist}{}{}{}{}
-\Configure{gloss} {\Link{\gls@b}{}} {\EndLink}
-\Configure{glosslist}%
+ \:CheckOption{mouseover} \if:Option
+ \Configure{gloss}
+ {\HCode{<span class="gloss">}%
+ \js:on
+%
+ \edef\:temp{\noexpand\mo:args
+ {gloss}%
+ {\gls@name ::\gls@b}%
+ {\noexpand\jsHash {\gls@name ::\gls@b}}}%
+%
+ \expandafter\Link\expandafter[\:temp]}
+ {\EndLink \HCode{</span>}}
+\expandafter\def\csname c:mouseover-gloss:\endcsname{%
+ \def\:tempb{gloss}\csname c:mouseover-?:\endcsname}
+\Configure{mouseover-gloss}{tex4ht.body,FULLHTML}
+
+ \Configure{glosslist}%
+ {\IgnorePar\EndP
+ \js:on
+%
+ \HCode{<dl \a:LRdir class="glosslist">}\global\let\end:glitm=\empty}
+ {\IgnorePar\EndP \ht:special {t4ht@DCopyTo: \jobname-js.tex Skip gl }%
+\HCode{<!--}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont gl }%
+\HCode{</div></gloss>}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip gl }%
+\HCode{-->}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont gl }%
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Until gl }%
+%
+ \HCode{</dd></dl>}\ShowPar}
+ {\end:glitm
+ \gdef\end:glitm{\EndP \ht:special {t4ht@DCopyTo: \jobname-js.tex Skip gl }%
+\HCode{<!--}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont gl }%
+\HCode{</div></gloss>}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip gl }%
+\HCode{-->}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont gl }%
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Until gl }%
+\Tg</dd>}%
+ \HCode{<dt class="glosslist">}%
+ }
+ {\HCode{</dt><dd\Hnewline class="glosslist">}%
+ \HCode{<!--}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex From gl }%
+\HCode{<gloss>}
+\HCode{\expandafter\jsHash
+ \expandafter{\mog:anchor}=<div class="js">}%
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Skip gl }%
+\HCode{-->}
+\ht:special {t4ht@DCopyTo: \jobname-js.tex Cont gl }%
+%
+ }
+\Configure{GlossAnchor} {\g:Link} {\EndLink}
+\def\g:Link#1#2{\edef\mog:anchor{#2}\Link{}{#2}}
+
+\else
+ \Configure{gloss} {\Link} {\EndLink}
+ \Configure{glosslist}%
{\IgnorePar\EndP
\HCode{<dl \a:LRdir class="glosslist">}\global\let\end:glitm=\empty}
{\IgnorePar\EndP\HCode{</dd></dl>}\ShowPar}
{\end:glitm\gdef\end:glitm{\EndP\Tg</dd>}\HCode{<dt
- class="glosslist">}\Link{}{\GlossLabel}\EndLink }
+ class="glosslist">}%
+ }
{\HCode{</dt><dd\Hnewline class="glosslist">}}
+
+\fi
+
+\ConfigureList{glosslist}{}{}{}{}
\Css{dl.glosslist {margin-left:2em;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32117,6 +32721,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tugboat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32373,6 +32978,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{rotating}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32385,7 +32991,6 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{boxedminipage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32444,6 +33049,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{paralist}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32482,7 +33088,8 @@ Y{0178}\i{00EF}%
\ConfigureEnv{enumerate}
{}{\ShowPar
}{}{}
-\ConfigureList{enumerate}%
+\expandafter\ifx \csname if@plmylabel\endcsname\relax
+ \ConfigureList{enumerate}%
{\if@plalwaysadjust
\EndP \HCode{<dl \a:LRdir class="enumerate">}%
\PushMacro\end:itm
@@ -32515,12 +33122,82 @@ Y{0178}\i{00EF}%
}
{\para:enumII} {\para:enumIII} {\para:enumIV}
+\else
+ \:CheckOption{li-} \if:Option
+ \ConfigureList{enumerate}%
+ {\if@plnewenum
+ \EndP \HCode{<dl \a:LRdir class="enumerate">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty
+ \def\para:enumII{\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP
+ \HCode{</dd></dl>}\ShowPar}%
+ \def\para:enumIII{\end:itm \global
+ \def\end:itm{\EndP
+ \Tg</dd>}\HCode{<dt class="enumerate">}}%
+ \def\para:enumIV{\EndP
+ \HCode{</dt><dd\Hnewline class="enumerate">}}%
+ \else
+ \EndP\HCode{<ol \a:enumerate:\space
+ class="enumerate\expandafter\the\csname @enumdepth\endcsname"
+ \a:LRdir
+ >}\PushMacro\end:itm
+\global\let\end:itm=\empty
+%
+ \def\para:enumII{\PopMacro\end:itm \global\let\end:itm \end:itm
+%
+\EndP\HCode{</li></ol>}\ShowPar
+}%
+ \def\para:enumIII{\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+}%
+ \def\para:enumIV{\HCode{<li class="enumerate" value="\expandafter\the\csname
+ c@enum\romannumeral\the\@enumdepth\endcsname"\Hnewline>}\AnchorLabel
+}%
+ \fi
+ }
+ {\para:enumII} {\para:enumIII} {\para:enumIV}
+\else
+ \ConfigureList{enumerate}%
+ {\if@plnewenum
+ \EndP \HCode{<dl \a:LRdir class="enumerate">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty
+ \def\para:enumII{\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP
+ \HCode{</dd></dl>}\ShowPar}%
+ \def\para:enumIII{\end:itm \global
+ \def\end:itm{\EndP
+ \Tg</dd>}\HCode{<dt class="enumerate">}}%
+ \def\para:enumIV{\EndP
+ \HCode{</dt><dd\Hnewline class="enumerate">}}%
+ \else
+ \EndP\HCode{<ol \a:enumerate:\space
+ class="enumerate\expandafter\the\csname @enumdepth\endcsname"
+ \a:LRdir
+ >}\PushMacro\end:itm
+\global\let\end:itm=\empty
+%
+ \def\para:enumII{\PopMacro\end:itm \global\let\end:itm \end:itm
+%
+\EndP\HCode{</li></ol>}\ShowPar
+}%
+ \def\para:enumIII{\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark
+}%
+ \def\para:enumIV{{\Configure{Link}{li}{}{ class="enumerate" id=}{}%
+ \let\EndLink=\empty \AnchorLabel }%
+}%
+ \fi
+ }
+ {\para:enumII} {\para:enumIII} {\para:enumIV}
+\fi
+
+\fi
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{pifont}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32565,7 +33242,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{lstinline}
{\HCode{<span class="lstinline">}}
- {\HCode{</span}}
+ {\HCode{</span>}}
\Log:Note{to ensure proper alignments use
fixed size fonts (see listings.dtx)}
\Configure{listings}
@@ -32574,7 +33251,9 @@ Y{0178}\i{00EF}%
\HCode{<pre class="listings">}%
}
{{\everypar{}\leavevmode}\HCode{</pre>}}
- {}{}
+ {\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x%
+\HCode{<br /><span class="label">}}
+ {\HCode{</span>}}%
\ConfigureEnv{lstlisting}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<!--l. \the\inputlineno-->}%
@@ -32584,11 +33263,14 @@ Y{0178}\i{00EF}%
{{\everypar{}\leavevmode}}
{{\everypar{}\leavevmode}}
{\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x%
-\HCode{<br />}}{}%
+\HCode{<br /><span class="label">}}
+ {\HCode{</span>}}%
}
{\special{t4ht@)}\egroup
\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
{} {}
+\Css{.lstlisting .label{margin-right:0.5em; }}
+\Css{div.lstlisting{font-family: monospace; white-space: nowrap; }}
\Configure{lstinputlisting}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<!--l. \the\inputlineno-->}%
@@ -32598,8 +33280,8 @@ Y{0178}\i{00EF}%
{{\everypar{}\leavevmode}}
{{\everypar{}\leavevmode}}
{\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x%
-\HCode{<br />}}
- {}%
+\HCode{<br /><span class="label">}}
+ {\HCode{</span>}}%
}
{\special{t4ht@)}\egroup
\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
@@ -32607,6 +33289,7 @@ Y{0178}\i{00EF}%
font-family: monospace;
white-space: nowrap;
}}
+\Css{.lstinputlisting .label{margin-right:0.5em;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32631,12 +33314,12 @@ Y{0178}\i{00EF}%
\def\:temp{\J@INumberRoot{#2}{\tmp:cnt}}%
\afterassignment\:temp \tmp:cnt}
{#3 \HCode{<span class="toclvl#1">}}{}
- {\HCode{</span><br\xml:empty>}}%
+ {\HCode{</span><br />}}%
\ConfigureToc{liketoclvl#1}
{} {\tmp:cnt=0 \loop \advance\tmp:cnt by 1
\ifnum \tmp:cnt<#2 ~~\repeat
\HCode{<span class="liketoclvl#1">}}{}
- {\HCode{</span><br\xml:empty>}}%
+ {\HCode{</span><br />}}%
}
\:tempc a1{.}{h3}
\:tempc b2{.}{h4}
@@ -32673,6 +33356,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{lineno}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32688,7 +33372,6 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{epigraph}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32726,6 +33409,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{floatflt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -32857,7 +33541,7 @@ Y{0178}\i{00EF}%
\HCode{</div></bibitem>\Hnewline}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex Until bib }%
%
-\HCode{-->}%
+\HCode{-->}
\HCode{<!--}%
\ht:special {t4ht@DCopyTo: \jobname-js.tex From bib }%
%
@@ -32928,9 +33612,9 @@ Y{0178}\i{00EF}%
\fi
-\Configure{caption}{\HCode{\if:nopar \else <br\xml:empty>\fi}
+\Configure{caption}{\HCode{\if:nopar \else <br />\fi}
\:xhtml{\IgnorePar\EndP}\HCode{<table class="caption"\Hnewline><tr
- valign="baseline" class="caption"><td class="id">}}
+ style="vertical-align:baseline;" class="caption"><td class="id">}}
{: } {\HCode{</td><td \Hnewline class="content">}}
{\HCode{</td></tr></table>}\HCode{<!--tex4ht:label?:
\cur:th\:currentlabel\space-->}%
@@ -32954,7 +33638,7 @@ Y{0178}\i{00EF}%
\Configure{part}{}{}
{\IgnorePar \EndP\HCode{<h1 class="partHead"\a:LRdir>}%
\HCode{<span class="titlemark">}\partname \ \thepart
- \HCode{<br\xml:empty></span>}}
+ \HCode{<br /></span>}}
{\HCode{</h1>}\IgnoreIndent\par}
\Configure{likepart}{}{}
{\IgnorePar\EndP\HCode{<h1 class="likepartHead"\a:LRdir>}}
@@ -33219,6 +33903,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multicol}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33251,7 +33936,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ProTex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33291,6 +33975,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{th4}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33364,22 +34049,22 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
{\HCode{<span class="ChapterToc">}}
{~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{Section}
{\HCode{<span class="SectionToc">}~~~}
{~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{LikeSection}
{}
{\HCode{<span class="LikeSectionToc">}~~~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\ConfigureToc{SubSection}
{}
{\HCode{<span class="SubSectionToc">}~~~~~~}
{}
- {\HCode{</span><br\xml:empty>}}
+ {\HCode{</span><br />}}
\Configure{buttonList+}
{\ifnum \ListCounter>1 \IgnorePar\EndP\HCode{<hr\xml:empty>}\fi
@@ -33417,22 +34102,24 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
{\gHAdvance\TableNo by 1
\ht:everypar{}\EndP\HCode{<table id="TBL-\TableNo"
\Hnewline\TABLE:\:HTable:>}%
- \def\BR{\HCode{<br\xml:empty>}}}
+ \def\BR{\HCode{<br />}}}
{\HCode{</table>}}
{\HCode{<tr \:TR>}}{\HCode{</tr>}}
{\ht:everypar{}\HCode{<\TD:typ\TD:more\Hnewline>}}
{\ht:everypar{}\HCode{</\TD:typ>}}
\let\:HTable:\empty
\Configure{HTable+}
- {B}{ cellspacing="0" cellpadding="3pt" frame="border" border="1" }
- {<}{ align="left" }
- {>}{ align="right" }
- {-}{ align="center" }
- {^}{ valign="top" }
- {|}{ valign="middle" }
- {_}{ valign="bottom" }
- {=}{ valign="baseline" }
+ {B}{ cellspacing="0" cellpadding="3pt" frame="border" }
+ {<}{ style="text-align:left;" }
+ {>}{ style="text-align:right;" }
+ {-}{ style="text-align:center;" }
+ {^}{ style="vertical-align:top;" }
+ {|}{ style="vertical-align:middle;" }
+ {_}{ style="vertical-align:bottom;" }
+ {=}{ style="vertical-align:baseline;" }
{}{}
+\Css{table[rules] {border-left:solid black 0.4pt;
+ border-right:solid black 0.4pt; }}
\Configure{Verbatim}
{\ifvmode \IgnorePar\fi
@@ -33446,7 +34133,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\Configure{Columns}
{\IgnorePar\EndP
- \HCode{<table \Hnewline cellspacing="15"><tr valign="top">}}
+ \HCode{<table \Hnewline cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.03}}
{\IgnorePar\EndP\HCode{</td>}}
@@ -33457,7 +34144,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\Configure{Columns}
{\IgnorePar\EndP
\HCode{<table \Hnewline class="index" width="100\%"
- cellspacing="15"><tr valign="top">}}
+ cellspacing="15"><tr style="vertical-align:top;">}}
{\HCode{</tr></table>}}
{\HCode{<td>}\ColMag{1.1}}
{\IgnorePar\EndP\HCode{</td>}}
@@ -33465,9 +34152,9 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
{\EndColumns \egroup}
{\bgroup\IgnorePar\EndP
\expandafter\ifx \csname prev:A\endcsname\relax
- \else \hfil\break \Tg<br />\par\IgnorePar \fi \IndexSec}
+ \else \hfil\break \expandafter\Tg<br />\par\IgnorePar \fi \IndexSec}
{\egroup~~~~}
- {\bgroup\hfil\break\Tg<br />~~~}{\egroup~~~~}
+ {\bgroup\hfil\break\expandafter\Tg<br />~~~}{\egroup~~~~}
{~}{}
\def\Idx:ch{0}
\def\IndexSec#1{%
@@ -33495,7 +34182,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{writer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33598,6 +34284,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{sverb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33623,7 +34310,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{syntax}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33747,7 +34433,8 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\Configure{manmac-display}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<!--l. \the\inputlineno--><table class="manmac-display">}}
+ \HCode{<!--l. \the\inputlineno-->%
+<table class="manmac-display">}}
{\HCode{</table>}\IgnoreIndent\par}
{\HCode{<tr>}}
{\HCode{</tr>}}
@@ -33756,7 +34443,8 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\Configure{ttenv}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<!--l. \the\inputlineno--><div class="ttenv">}}
+ \HCode{<!--l. \the\inputlineno-->%
+<div class="ttenv">}}
{\ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par\noindent}
\Configure{sampleglue}
{\HCode{<table class="sampleglue">}}
@@ -33766,10 +34454,12 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
{\HCode{<td>}}
{\HCode{</td>}}
\Configure{danger}
- {\HCode{<!--l. \the\inputlineno--><!--danger-->}}
+ {\HCode{<!--l. \the\inputlineno-->%
+<!--danger-->}}
{\HCode{<!--end danger-->}}
\Configure{ddanger}
- {\HCode{<!--l. \the\inputlineno--><!--ddanger-->}}
+ {\HCode{<!--l. \the\inputlineno-->%
+<!--ddanger-->}}
{\HCode{<!--end ddanger-->}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33787,7 +34477,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{norsk}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33818,6 +34507,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{portuges}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33828,7 +34518,6 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{romanian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34055,7 +34744,7 @@ 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}%
-^^e5{00EB}%
+å{00EB}%
{\@use@text@encoding \@curr@enc A}{00C4}%
{\@use@text@encoding \@curr@enc E}{00CB}%
{\@use@text@encoding \@curr@enc I}{00CF}%
@@ -34069,11 +34758,11 @@ Y{0178}\i{00EF}%
{\@use@text@encoding \@curr@enc o}{00F6}%
{\@use@text@encoding \@curr@enc u}{00FC}%
{\@use@text@encoding \@curr@enc y}{00FF}%
- {\@use@text@encoding \@curr@enc ^^e5}{00EB}%
+ {\@use@text@encoding \@curr@enc å}{00EB}%
{}{34}}
{\a:accents{uml}{#1}}
- {\def\:temp{>}\def\:tempa{#2}\ifx \:temp\:tempa\HCode{^^bb}%
- \else \def\:temp{<}\ifx \:temp\:tempa\HCode{^^ab}%
+ {\def\:temp{>}\def\:tempa{#2}\ifx \:temp\:tempa\HCode{»}%
+ \else \def\:temp{<}\ifx \:temp\:tempa\HCode{«}%
\else \b:accents{uml}{#1}{#2}\fi\fi}
% \fi
@@ -34094,6 +34783,7 @@ Y{0178}\i{00EF}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slovak}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34306,7 +34996,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slovene}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34548,6 +35237,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{turkish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34558,7 +35248,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ukraineb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34589,6 +35278,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{hebrew}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34599,7 +35289,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{austrian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34832,6 +35521,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{czech}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34842,7 +35532,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{danish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34873,6 +35562,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{esperant}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34883,7 +35573,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{estonian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34914,6 +35603,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{galician}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34924,7 +35614,6 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{germanb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35072,6 +35761,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{exam}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -35165,6 +35855,5 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
-
\endinput