diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-05 00:14:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-05 00:14:59 +0000 |
commit | a50ccb850160ea9d8cdab844a1dd42304153a36f (patch) | |
tree | 1f27bbf83cdbaccfc79c7cc7ac30c9450ed6bad0 /Master/texmf-dist/tex/generic/tex4ht/html4.4ht | |
parent | 00041ba7082175ecb4164449c169306eb6ca6a29 (diff) |
support the multicol package via css; from cvr/vidhya, tex4ht commits r107 and r108
git-svn-id: svn://tug.org/texlive/trunk@31349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html4.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 94 |
1 files changed, 42 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index bdd9144c037..6c605dc0a6d 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -1,30 +1,22 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html4.4ht 2009-05-18-23:01 % -% Copyright (C) 1997--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3 of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3 or later is part of all distributions % -% of LaTeX version 2003/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-05-18-23:01} +% html4.4ht (2013-07-31-09:45), generated from tex4ht-html4.tex +% Copyright (C) 2009-2010 TeX Users Group +% Copyright (C) 1997-2009 Eitan M. Gurari +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated.\immediate\write-1{version 2013-07-31-09:45} \exit:ifnot{8859-6,% CJK,% @@ -806,12 +798,10 @@ switches of tex4ht.c) \def\:gobbleM#1->{} \Configure{@HEAD}{\HCode{<meta name="generator" content="TeX4ht - (http://www.cse.ohio-state.edu/\string - ~gurari/TeX4ht/)"\xml:empty>\Hnewline}} + (http://www.tug.org/tex4ht/)"\xml:empty>\Hnewline}} \Configure{@HEAD}{\HCode{<meta name="originator" content="TeX4ht - (http://www.cse.ohio-state.edu/\string - ~gurari/TeX4ht/)"\xml:empty>\Hnewline + (http://www.tug.org/tex4ht/)"\xml:empty>\Hnewline <!--\space\expandafter\:gobbleM\meaning \Preamble\space-->\Hnewline}} @@ -37470,27 +37460,27 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline \ConfigureHinput{multicol} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \HAssign\MultiCols=0 -\ConfigureEnv{multicols} - {\par\IgnorePar\EndP - \gHAdvance\MultiCols by 1\relax - \HCode{<table class="multicols" - id="multicols-\MultiCols"><tr><td class="multicol-1">}% - \let\sv:HCol=\HCol - \bgroup \gHAssign\HCol=1\relax - } - {\egroup - \global\let\HCol=\sv:HCol - \ifvmode\IgnorePar\fi\EndP - \HCode{</td></tr></table>}\par - } - {}{} -\Configure{columnbreak} - {\gHAdvance\HCol by 1\relax - \par \IgnorePar \EndP - \HCode{</td><td class="multicol-\HCol">}} -\Css{table.multicols { - width:100\%; margin-left:1em; margin-top:1em; margin-bottom:1em; -}} +\ConfigureEnv{multicols}{}{}{}{} +% {\par\IgnorePar\EndP +% \gHAdvance\MultiCols by 1\relax +% \HCode{<table class="multicols" +% id="multicols-\MultiCols"><tr><td class="multicol-1">}% +% \let\sv:HCol=\HCol +% \bgroup \gHAssign\HCol=1\relax +% } +% {\egroup +% \global\let\HCol=\sv:HCol +% \ifvmode\IgnorePar\fi\EndP +% \HCode{</td></tr></table>}\par +% } +% {}{} +% \Configure{columnbreak} +% {\gHAdvance\HCol by 1\relax +% \par \IgnorePar \EndP +% \HCode{</td><td class="multicol-\HCol">}} +% \Css{table.multicols { +% width:100\%; margin-left:1em; margin-top:1em; margin-bottom:1em; +% }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |