texlive[61343] Master/texmf-dist: \ShowPar for \paragraph in ooffice,
commits+karl at tug.org
commits+karl at tug.org
Sat Dec 18 22:55:28 CET 2021
Revision: 61343
http://tug.org/svn/texlive?view=revision&revision=61343
Author: karl
Date: 2021-12-18 22:55:28 +0100 (Sat, 18 Dec 2021)
Log Message:
-----------
\ShowPar for \paragraph in ooffice, tex4ht r1033
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=1033
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-12-18 20:56:50 UTC (rev 61342)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-12-18 21:55:28 UTC (rev 61343)
@@ -1,3 +1,9 @@
+2021-12-17 Michal Hoftich <michal.h21 at 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 at gmail.com>
* tex4ht-fonts-ebgaramond.tex: updated EB Garamond fonts.
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex 2021-12-18 20:56:50 UTC (rev 61342)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex 2021-12-18 21:55:28 UTC (rev 61343)
@@ -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 @@
\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}
}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht 2021-12-18 20:56:50 UTC (rev 61342)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht 2021-12-18 21:55:28 UTC (rev 61343)
@@ -1,4 +1,4 @@
-% ooffice.4ht (2021-12-11-13:37), generated from tex4ht-ooffice.tex
+% ooffice.4ht (2021-12-17-14:47), generated from tex4ht-ooffice.tex
% Copyright 2009-2021 TeX Users Group
% Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-12-11-13:37}
+\immediate\write-1{version 2021-12-17-14:47}
\exit:ifnot{Preamble,%
algorithmicx,%
@@ -201,7 +201,7 @@
\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}
}
More information about the tex-live-commits
mailing list.