diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht | 67 |
1 files changed, 60 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht index e7fd0bd48a8..fb4bd581143 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht @@ -2,8 +2,8 @@ \string:RestoreCatcodes\endcsname{\catcode`\%\the \catcode`\%}\catcode`\%14\fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% tex4ht.4ht 2005-10-23-20:57 % -% Copyright (C) 1997--2005 Eitan M. Gurari % +% tex4ht.4ht 2006-02-22-12:25 % +% Copyright (C) 1997--2006 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -27,7 +27,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2005-10-23-20:57} +\immediate\write-1{version 2006-02-22-12:25} \expandafter\edef\csname :RestoreCatcodes\endcsname{% \expandafter\ifx \csname :RestoreCatcodes\endcsname\relax\else @@ -65,7 +65,11 @@ \def\Configure#1#2{% \:CheckOption{#1}\if:Option \def\:tempc{#2}\fi} -\def\:tempc{\:CheckOption{info}\if:Option \Hinclude[*]{infoht4.4ht}\fi +\def\:tempc{\:CheckOption{info}\if:Option + \Hinclude[*]{infoht4.4ht}% + \:CheckOption{javahelp}\if:Option + \Hinclude[*]{infojh.4ht}\fi + \fi \Hinclude[*]{html4.4ht}% \Hinclude[*]{html4-math.4ht}% \:CheckOption{svg}% @@ -122,6 +126,9 @@ \Hinclude[*]{html0.4ht}% } \Configure{3.2}{% + \:CheckOption{info}\if:Option + \:CheckOption{javahelp}\if:Option + \Hinclude[*]{infojh.4ht}\fi\fi \Hinclude[*]{html32.4ht}% \Hinclude[*]{html32-math.4ht}% \:CheckOption{unicode}\if:Option \Hinclude[*]{unicode.4ht}\fi @@ -219,15 +226,61 @@ \Configure{ooffice}{% \:CheckOption{info}\if:Option - \Hinclude[*]{infoht4.4ht}\fi - \:CheckOption{info}\if:Option - \Hinclude[*]{infomml.4ht}\fi + \Hinclude[*]{infoht4.4ht}% + \Hinclude[*]{infomml.4ht}% + \Hinclude[*]{infoof.4ht}\fi \Hinclude[*]{ooffice.4ht}% \Hinclude[*]{unicode.4ht}% \Hinclude[*]{mathml.4ht}% \Hinclude[*]{ooffice-mml.4ht}% } +\Configure{mathltx}{% + \:CheckOption{info}\if:Option + \Hinclude[*]{infoht4.4ht}\fi + \Hinclude[*]{html4.4ht}% + \Hinclude[*]{unicode.4ht}% + \Hinclude[*]{html4-uni.4ht}% + \Hinclude[*]{mathltx.4ht}% + \Hinclude[*]{html-mltx.4ht}% +} + +\Configure{jsmath}{% + \:CheckOption{info}\if:Option + \Hinclude[*]{infoht4.4ht}\fi + \Hinclude[*]{html4.4ht}% + \Hinclude[*]{unicode.4ht}% + \Hinclude[*]{html4-uni.4ht}% + \Hinclude[*]{mathltx.4ht}% + \Hinclude[*]{html-mltx.4ht}% + \Hinclude[*]{jsmath.4ht}% + \Hinclude[*]{html-jsmath.4ht}% +} + +\Configure{emspk}{% + \:CheckOption{info}\if:Option + \Hinclude[*]{infoht4.4ht}\fi + \Hinclude[*]{html4.4ht}% + \Hinclude[*]{unicode.4ht}% + \Hinclude[*]{html4-uni.4ht}% + \Hinclude[*]{mathml.4ht}% + \Hinclude[*]{html-mml.4ht}% + \Hinclude[*]{html-speech.4ht}% + \Hinclude[*]{html-speech-math.4ht}% + \Hinclude[*]{emacspeak.4ht}% +} +\Configure{jsml}{% + \:CheckOption{info}\if:Option + \Hinclude[*]{infoht4.4ht}\fi + \Hinclude[*]{html4.4ht}% + \Hinclude[*]{unicode.4ht}% + \Hinclude[*]{html4-uni.4ht}% + \Hinclude[*]{mathml.4ht}% + \Hinclude[*]{html-mml.4ht}% + \Hinclude[*]{jsml.4ht}% + \Hinclude[*]{jsml-math.4ht}% +} + \openin15=tex4ht.usr \ifeof15 \else \closein15 \input tex4ht.usr |