diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht | 41 |
1 files changed, 35 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht index 7306ec6d019..1f683e8bf44 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/docbook-math.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% docbook-math.4ht 2005-02-21-19:09 % -% Copyright (C) 2000--2005 Eitan M. Gurari % +% docbook-math.4ht 2006-11-15-02:45 % +% Copyright (C) 2000--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-02-21-19:09} +\immediate\write-1{version 2006-11-15-02:45} \exit:ifnot{latex,% tex4ht} @@ -37,12 +37,12 @@ tex4ht} {\everymath{}\everydisplay{}} \Configure{$}{\PicMath}{\EndPicMath}{} \Configure{PicMath} - {\Tg<informalequation>}{\Tg</informalequation>}{}{} + {\Tg<inlineequation>}{\Tg</inlineequation>}{}{} \let\MathPar\empty \Configure{PicDisplay} {\edef\MathPar{\ifvmode par-\fi}\IgnorePar\EndP\ShowPar\endgraf - \HCode{<informalequation role="\MathPar math-display">}} - {\HCode{</informalequation>}\ShowPar} + \HCode{<equation role="\MathPar math-display">}} + {\HCode{</equation>}\ShowPar} {} {\space role="\MathPar math-display" } @@ -54,6 +54,7 @@ tex4ht} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{latex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -378,5 +379,33 @@ tex4ht} + + + + + + + + + + + + + + + + + + + + + + + + + + + + \endinput |