diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht | 107 |
1 files changed, 76 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht index 4d23ddbaa19..79541f40372 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht @@ -1,30 +1,23 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html-jsmath.4ht 2008-06-11-11:36 % -% Copyright (C) 2005--2008 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 2008-06-11-11:36} +% html-jsmath.4ht (2019-03-18-15:26), generated from tex4ht-jsmath.tex +% Copyright (C) 2009-2010 TeX Users Group +% Copyright (C) 2006-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 2019-03-18-15:26} \exit:ifnot{amsmath,% tex4ht} @@ -37,8 +30,9 @@ tex4ht} \Configure{DviMath} {\a:DviJsmath \mathltxtrue \ifOption{mml-fonts}{}{\NoFonts}% - \IgnoreRule \HCode{<!--l. - \the\inputlineno-->}\ifx \a:@math\empty\else + \IgnoreRule + % \HCode{<!--l. \the\inputlineno-->} + \ifx \a:@math\empty\else \Tg<\a:@math\space class="math"\Hnewline >\fi \a:math \edef\sv:ignore{\if:nopar @@ -46,8 +40,8 @@ tex4ht} \IgnorePar} {\ifx \a:@math\empty\else \Tg</\a:@math>\fi \EndIgnoreRule \ifOption{mml-fonts}{}{\EndNoFonts}% - \mathltxfalse \After:Math \b:DviJsmath \sv:ignore -} + \mathltxfalse \After:Math \b:DviJsmath % + } \NewConfigure{DviJsmath}{2} \Configure{@HEAD}{\HCode{<script type="text/javascript" @@ -112,6 +106,9 @@ If your browser supports JavaScript, be sure it is enabled.</b> \Hnewline + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -536,5 +533,53 @@ If your browser supports JavaScript, be sure it is enabled.</b> \Hnewline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \endinput |