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.4ht36
1 files changed, 24 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index abf3be9f647..f5263a5ad98 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html4.4ht 2008-08-07-16:11 %
+% html4.4ht 2008-09-06-23:50 %
% Copyright (C) 1997--2008 Eitan M. Gurari %
% %
% This work may be distributed and/or modified under the %
@@ -24,7 +24,7 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2008-08-07-16:11}
+\immediate\write-1{version 2008-09-06-23:50}
\exit:ifnot{8859-6,%
CJK,%
@@ -1535,13 +1535,13 @@ switches of tex4ht.c)
\fi
\ConfigureEnv{minipage}
{\IgnorePar\EndP
- \HCode{<table class="minipage"><tr><td>}%
+ \HCode{<div class="minipage">}%
{\ifnum 0=`}\fi
}
{\ifnum 0=`{\fi}%
- \EndP\HCode{</td></tr></table>}}
+ \EndP\HCode{</div>}}
{}{}
-\Css{table.minipage{width:100\%;}}
+\Css{div.minipage{width:100\%;}}
\ConfigureEnv{picture}
{\bgroup\ifvmode \Configure{HtmlPar}
{\EndP\HCode{<!--l. \the\inputlineno-->%
@@ -8422,10 +8422,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
- {\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
+ \HCode{<div\Hnewline class="abstract"\Hnewline>}\par\ShowPar}
+ {\ifvmode \IgnorePar\fi \EndP\HCode{</div>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
-\Css{table.abstract {width:100\%;}}
+\Css{div.abstract {width:100\%;}}
\ConfigureEnv{description}{\IgnorePar}{}{}{}
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
@@ -11022,10 +11022,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureEnv{abstract}
{\IgnorePar\EndP
- \HCode{<table\Hnewline class="abstract"><tr><td\Hnewline>}\par\ShowPar}
- {\ifvmode \IgnorePar\fi \EndP\HCode{</td></tr></table>}}{}{}
+ \HCode{<div\Hnewline class="abstract"\Hnewline>}\par\ShowPar}
+ {\ifvmode \IgnorePar\fi \EndP\HCode{</div>}}{}{}
\Css{.abstract p {margin-left:5\%; margin-right:5\%;}}
-\Css{table.abstract {width:100\%;}}
+\Css{div.abstract {width:100\%;}}
\:CheckOption{1} \if:Option
\else
@@ -36837,6 +36837,15 @@ description">}%
{\EndP\HCode{</div>}\ShowPar}
{\par\ShowPar{\parindent=10pt\leavevmode}}
{}
+\ConfigureList{compactenum}%
+ {\EndP\HCode{<dl \a:LRdir class="compactenum">}%
+ \PushMacro\end:itm
+\global\let\end:itm=\empty}
+ {\PopMacro\end:itm \global\let\end:itm \end:itm
+\EndP\HCode{</dd></dl>}\ShowPar}
+ {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
+ class="compactenum">}\bgroup \bf}
+ {\egroup\EndP\HCode{</dt><dd\Hnewline class="compactenum">}}
\ConfigureList{compactdesc}%
{\EndP\HCode{<dl \a:LRdir class="compactdesc">}%
\PushMacro\end:itm
@@ -36961,7 +36970,10 @@ description">}%
\fi
\fi
-\Css{dt.enumerate{float:left; clear:left; margin-right:0.2em; margin-left:2em;}}
+\Css{dt.enumerate{float:left;
+ clear:left; margin-right:0.2em; margin-left:2em;}}
+\Css{dt.compactenum{float:left;
+ clear:left; margin-right:0.2em; margin-left:2em;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%