summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-ooffice.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-27 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2024-01-27 03:00:57 +0000
commitb93d257f657e619e22b8b7a27446118ce041727e (patch)
tree9743069419ee702e9088dbda6411d3dd5e1d0033 /support/TeX4ht/source/tex4ht-ooffice.tex
parent2eae12e56ca15396e8ff63b3a9b0d450d675dc5e (diff)
CTAN sync 202401270300
Diffstat (limited to 'support/TeX4ht/source/tex4ht-ooffice.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-ooffice.tex15
1 files changed, 10 insertions, 5 deletions
diff --git a/support/TeX4ht/source/tex4ht-ooffice.tex b/support/TeX4ht/source/tex4ht-ooffice.tex
index 5952e4534c..47c6c9ad1b 100644
--- a/support/TeX4ht/source/tex4ht-ooffice.tex
+++ b/support/TeX4ht/source/tex4ht-ooffice.tex
@@ -1,8 +1,8 @@
-% $Id: tex4ht-ooffice.tex 1426 2023-12-20 10:13:58Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1454 2024-01-25 14:13:32Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright 2001-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -112,7 +112,7 @@ tail>>>
\<copy right notice\><<<
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright |CopyYear.2001. Maarten Wisse, James Naughton, Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
@@ -5677,6 +5677,11 @@ due to thge extra \verb+--+..
+I am not sure what the following code wants to achieve. It doesn't
+start a <text:p> element if the token returned from halignTD is empty.
+It was empty in the case of "p" table preamble token, but this
+led to issues with multirows.
+See \Link[https://tex.stackexchange.com/q/707918/2891]{}{}this example\EndLink.
\<start par at cell\><<<
|<extract cell attributes|>\if !\Aligh:Wrap!\let\not:Pcell=\:gobble
@@ -5752,7 +5757,7 @@ sty-\LR:VBars\Left:Marg\Right:Marg\Aligh:Wrap
{=}{N} %{\HCode{valign-baseline nowrap}}
{||}{M} %{\HCode{valign-middle nowrap}}
{_}{B} %{\HCode{valign-bottom nowrap}}
- {p}{}
+ {p}{L} % this used to be empty, but it could lead to XML errors - https://tex.stackexchange.com/q/707918/2891
{m}{m} %{\HCode{valign-middle align-left}}
{b}{n} %{\HCode{valign-baseline align-left}}
{}
@@ -5779,7 +5784,7 @@ sty-\LR:VBars\Left:Marg\Right:Marg\Aligh:Wrap
{_}{\ifmathml \HCode{ rowalign="bottom"}\else
B\fi}
{p}{\ifmathml \HCode{ columnalign="left"}\else
- \fi}
+ L\fi} % this used to be empty, but it could lead to XML errors - https://tex.stackexchange.com/q/707918/2891
{m}{\ifmathml\else m\fi} %{\HCode{valign-middle align-left}}
{b}{\ifmathml\else n\fi} %{\HCode{valign-baseline align-left}}
{}