diff options
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 19 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 9 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-mathml.tex | 8 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-unicode.tex | 16 |
4 files changed, 37 insertions, 15 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 2bc7ae0d33..a58e929657 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,22 @@ +2022-10-31 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-mathml.tex (mathml.4ht, html-mml.4ht): fixed output of the + \boxed command. + https://github.com/michal-h21/make4ht/issues/94 + + * tex4ht-unicode.tex (unicode.4ht): fixed Unicode characters for + more long arrow commands. + https://github.com/michal-h21/make4ht/issues/86 + + * tex4ht-4ht.tex (minted.4ht): don't insert comments in + \mintedinline, it can cause removal of HTML tags. + https://github.com/michal-h21/make4ht/issues/92 + +2022-10-30 Karl Berry <karl@freefriends.org> + + * tex4ht-4ht.tex (cleveref.4ht), + * tex4ht-unicode.tex (unicode.4ht): copyright 2022. + 2022-10-27 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (cleveref.4ht): removed spurious spaces produced by diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index ca0a0fb863..88324fc0db 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1227 2022-10-27 15:02:31Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1229 2022-10-31 11:23:43Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -3614,7 +3614,7 @@ definitions. \<cleveref.4ht\><<< % cleveref.4ht (|version), generated from |jobname.tex -% Copyright 2018-2021 TeX Users Group +% Copyright 2018-2022 TeX Users Group |<TeX4ht license text|> |<cleveref refstepcounter|> @@ -25317,7 +25317,10 @@ in the generated HTML. \NewConfigure{InlineCode}{2} % this is a hack to hide a newline that is produced, and which causes spurious space in the output \NewConfigure{MintedHideNewline}{2} -\Configure{MintedHideNewline}{\HCode{<!--}}{\HCode{-->}} +% I cannot reproduce the newline issue now, but it seems that +% this comment can hide desired tags sometimes, so we should disable it. +% See https://github.com/michal-h21/make4ht/issues/92 +%\Configure{MintedHideNewline}{\HCode{<!--}}{\HCode{-->}} \def\:tempa#1{% \endgroup% diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex index 2118e986e3..e5e09fd63d 100644 --- a/support/TeX4ht/source/tex4ht-mathml.tex +++ b/support/TeX4ht/source/tex4ht-mathml.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathml.tex 1226 2022-10-27 14:19:24Z michal_h21 $$ +% $Id: tex4ht-mathml.tex 1231 2022-10-31 12:34:12Z michal_h21 $$ % compile 3 times: latex tex4ht-mathltx % or xhlatex tex4ht-mathltx "html,3,sections+" % @@ -4936,11 +4936,11 @@ tail>>> \section{Boxed} %%%%%%%%%%%%%%%%%% -\<configure html-mml amsmath\><<< +\<configure mathml amsmath\><<< \Configure{boxed} - {\ifmathml \Tg<\a:mathml mrow \mml:class="boxed">% + {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>% \else \HCode{<span class="boxed">}\IgnorePar\fi} - {\ifmathml \Tg</\a:mathml mrow>% + {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>% \else \HCode{</span>}\fi} \Css{.boxed{border: 1px solid black; padding-left:2px; padding-right:2px;}} diff --git a/support/TeX4ht/source/tex4ht-unicode.tex b/support/TeX4ht/source/tex4ht-unicode.tex index 83469c1870..e5ccf2814e 100644 --- a/support/TeX4ht/source/tex4ht-unicode.tex +++ b/support/TeX4ht/source/tex4ht-unicode.tex @@ -1,7 +1,7 @@ -% $Id: tex4ht-unicode.tex 1223 2022-10-25 20:53:26Z michal_h21 $ +% $Id: tex4ht-unicode.tex 1230 2022-10-31 12:01:20Z michal_h21 $ % latex tex4ht-unicode or xhlatex tex4ht-unicode "html,3,sections+" % -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % Copyright 1998-2009 Eitan M. Gurari % Released under LPPL 1.3c+. % See tex4ht-cpright.tex for license text. @@ -227,7 +227,7 @@ of \verb'\mathop', \verb'\mathrel',...., for the next parameter. \<unicode\><<< % unicode.4ht (|version), generated from |jobname.tex -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % Copyright |CopyYear.1998. Eitan M. Gurari |<TeX4ht copywrite|> >>> @@ -442,11 +442,11 @@ The special replaces the `x' character. \Configure{ddots} {\x:unicode{22F1}} \Configure{hookleftarrow} {\x:unicode{21A9}} \Configure{hookrightarrow} {\x:unicode{21AA}} -\Configure{longleftarrow} {\x:unicode{2190}} -\Configure{longleftrightarrow} {\x:unicode{2194}} -\Configure{Longleftrightarrow} {\x:unicode{21D4}} -\Configure{longmapsto} {\x:unicode{21A6}} -\Configure{longrightarrow} {\x:unicode{2192}} +\Configure{longleftarrow} {\x:unicode{27F5}} +\Configure{longleftrightarrow} {\x:unicode{27F7}} +\Configure{Longleftrightarrow} {\x:unicode{27FA}} +\Configure{longmapsto} {\x:unicode{27FC}} +\Configure{longrightarrow} {\x:unicode{27F6}} \Configure{mid} {\x:unicode{2223}} \Configure{models} {\x:unicode{22A7}} \Configure{mapsto} {\x:unicode{21A6}} |