summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-20 03:02:44 +0000
committerNorbert Preining <norbert@preining.info>2021-12-20 03:02:44 +0000
commit95d5657ad19f20d47fa609a8539b36088be56ce2 (patch)
treeba7df757dfe053be8a007f4647de9201509c6470 /support/TeX4ht
parent518997e1511d31037a7b4936a9ad6908b8a0f9d2 (diff)
CTAN sync 202112200302
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-ooffice.tex4
2 files changed, 8 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 8554aae871..6c8345696a 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-17 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-ooffice.tex (ooffice.4ht): use \ShowPar in \:DefineParagraph,
+ otherwise the paragraph start doesn't show in some cases.
+ https://github.com/michal-h21/make4ht/issues/59
+
2021-12-16 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-fonts-ebgaramond.tex: updated EB Garamond fonts.
diff --git a/support/TeX4ht/source/tex4ht-ooffice.tex b/support/TeX4ht/source/tex4ht-ooffice.tex
index 83076031b4..ac92c033f7 100644
--- a/support/TeX4ht/source/tex4ht-ooffice.tex
+++ b/support/TeX4ht/source/tex4ht-ooffice.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1028 2021-12-11 17:51:14Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1033 2021-12-17 14:34:50Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
@@ -469,7 +469,7 @@ in the character style passed as the second argument.
\Configure{#1}
{\ifvmode\IgnorePar\fi\EndP \HCode{<!--start of #1 -->}}
{\ifvmode\IgnorePar\fi\EndP \HCode{<!--start of #1 -->}}
- {\bgroup\HTML:PAR{#1-p}{#1-p}\ifvmode\IgnorePar\fi\EndP\par\HCode{<text:span text:style-name="#2" >}}
+ {\bgroup\HTML:PAR{#1-p}{#1-p}\ifvmode\IgnorePar\fi\EndP\par\ShowPar\HCode{<text:span text:style-name="#2" >}}
{\HCode{</text:span><text:s/><text:s/>\Hnewline}\egroup\IgnorePar}
\:ParagraphStyle{#1-p}
}