diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht')
-rwxr-xr-x | Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht index 4f54235dda6..4d23ddbaa19 100755 --- a/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-jsmath.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html-jsmath.4ht 2007-07-14-14:59 % -% Copyright (C) 2005--2007 Eitan M. Gurari % +% 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 % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2007-07-14-14:59} +\immediate\write-1{version 2008-06-11-11:36} \exit:ifnot{amsmath,% tex4ht} @@ -68,13 +68,15 @@ If your browser supports JavaScript, be sure it is enabled.</b> \Hnewline </noscript>\Hnewline % }\par\ShowPar} -\Configure{@/BODY}{ - \par\IgnorePar\EndP - \HCode{ - <script type="text/javascript" >\Hnewline - jsMath.Process();\Hnewline - </script> - }\par} +\ifOption{easy-load}{}{% + \Configure{@/BODY}{% + \par\IgnorePar\EndP + \HCode{ + <script type="text/javascript" >\Hnewline + jsMath.Process();\Hnewline + </script> + }\par}% +} \Configure{!BODY}{ class="tex2math_ignore" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -109,6 +111,7 @@ If your browser supports JavaScript, be sure it is enabled.</b> \Hnewline + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -524,5 +527,14 @@ If your browser supports JavaScript, be sure it is enabled.</b> \Hnewline + + + + + + + + + \endinput |