diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-09 21:27:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-09 21:27:46 +0000 |
commit | e1cc5901df37cf6ce907682dadd7a5b02b27a523 (patch) | |
tree | 954e1bc3bbb3f021ea8fac93e8986fc67f9a7612 | |
parent | 9e3297dfd4d38694ab697c882fe5afd4ddf0108a (diff) |
svg error message, tex4ht r1624; do not hide last rows of arrays, tex4ht r1625
git-svn-id: svn://tug.org/texlive/trunk@73387 c570f23f-e606-0410-a88d-b1316a301751
4 files changed, 27 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 0e9d9169de2..e0ac3e3121e 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,11 @@ +2025-01-09 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-mathml.tex (html-mml.4ht): don't hide last rows in arrays. + https://tex.stackexchange.com/a/734616/2891 + + * tex4ht-4ht.tex (svg.4ht): fixed error message printed if the SVG + file cannot be found. + 2025-01-08 Michal Hoftich <michal.h21@gmail.com> * tex4ht-mathml.tex (mathml.4ht), diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 6665307bad5..39b914670e7 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1622 2025-01-08 15:24:04Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1624 2025-01-09 09:44:56Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2025 TeX Users Group @@ -28842,7 +28842,7 @@ to make it compatible with Pdfpages. \<svg.4ht\><<< % svg.4ht (|version), generated from |jobname.tex -% Copyright 2018-2021 TeX Users Group +% Copyright 2018-2025 TeX Users Group |<TeX4ht license text|> |<svg config|> \Hinput{svg} @@ -28871,7 +28871,7 @@ to make it compatible with Pdfpages. \fi% \expandafter\includegraphics\expandafter[\svg@tempb]{\svg@file@base.\svg@file@ext} \else - \typeout{SVG file #1 cannot be found} + \PackageWarning{svg.4ht}{SVG file "#2" cannot be found} \fi } >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht index 05327f9a5a4..cb3eee7e75f 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht @@ -1,5 +1,5 @@ -% html-mml.4ht (2024-12-04-13:41), generated from tex4ht-mathml.tex -% Copyright 2009-2024 TeX Users Group +% html-mml.4ht (2025-01-09-13:26), generated from tex4ht-mathml.tex +% Copyright 2009-2025 TeX Users Group % Copyright 1999-2009 Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2024-12-04-13:41} +\immediate\write-1{version 2025-01-09-13:26} \exit:ifnot{amsmath,% array,% @@ -233,7 +233,8 @@ tex4ht} \Css{.hline-mtd, .array-hline td{ display:none }} -\Css{.array-hline + .array-row:last-child{display:none;}} +% why was the following line here? it hides last row even if it contains content +% \Css{.array-hline + .array-row:last-child{display:none;}} \Css{.array-hline:first-child{border-bottom:1px solid black;border-top:none;}} \:CheckOption{fonts} \if:Option \Configure{texttt} @@ -615,6 +616,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -849,8 +851,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1001,9 +1001,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{color} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1144,6 +1141,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{frenchb} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1532,5 +1530,10 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + + \endinput diff --git a/Master/texmf-dist/tex/generic/tex4ht/svg.4ht b/Master/texmf-dist/tex/generic/tex4ht/svg.4ht index 1a745704f07..172c9be5a3e 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/svg.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/svg.4ht @@ -1,5 +1,5 @@ -% svg.4ht (2021-04-18-08:39), generated from tex4ht-4ht.tex -% Copyright 2018-2021 TeX Users Group +% svg.4ht (2025-01-09-13:20), generated from tex4ht-4ht.tex +% Copyright 2018-2025 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-04-18-08:39} +\immediate\write-1{version 2025-01-09-13:20} \renewcommand\includesvg[2][]{% % get file name with \svgpath support @@ -39,7 +39,7 @@ \fi% \expandafter\includegraphics\expandafter[\svg@tempb]{\svg@file@base.\svg@file@ext} \else - \typeout{SVG file #1 cannot be found} + \PackageWarning{svg.4ht}{SVG file "#2" cannot be found} \fi } |