summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog11
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex3
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex8
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht5
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht22
5 files changed, 31 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 64fa3128d41..cb2aef20d17 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,14 @@
+2021-10-20 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-kpfonts.tex: added support for Kpfonts.
+ https://puszcza.gnu.org.ua/bugs/index.php?261
+
+ * tex4ht-html4.tex (html4.4ht): use bold font for newtheorem theorem
+ headers.
+
+ * tex4ht-ooffice.tex (ooffice.4ht): use Subtitle style for subtitles.
+ https://puszcza.gnu.org.ua/bugs/?507
+
2021-10-19 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (caption.4ht): fixed number of parameters for
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index e77a08d20c6..4e604c5efdc 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 996 2021-10-19 08:41:34Z michal_h21 $
+% $Id: tex4ht-html4.tex 1000 2021-10-20 11:32:53Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -6536,6 +6536,7 @@ The above should be sensitive to cases like the following one.
{\HCode{</span>}}
{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par\indent\ShowPar}
\Css{div.newtheorem { margin-bottom: 2em; margin-top: 2em;}}
+\Css{div.newtheorem .head{font-weight: bold;}}
>>>
\<acm proof\><<<
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
index 411342a8997..3e23f6ff892 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 997 2021-10-19 12:30:26Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 999 2021-10-20 07:25:51Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
@@ -1563,11 +1563,11 @@ when the files are ready for zipping.
Koma classes have subtitle command and option.
\<scr subtitle\><<<
-\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="subtitle|<cond rtl class|>">}}{\HCode{</text:p>}}
+\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="Subtitle|<cond rtl class|>">}}{\HCode{</text:p>}}
\NewConfigureOO{subtitle}
\ConfigureOO{subtitle}{%
-<style:style style:name="subtitle"
+<style:style style:name="Subtitle"
style:family="paragraph"
style:parent-style-name="Heading"
style:next-style-name="author"
@@ -1582,7 +1582,7 @@ Koma classes have subtitle command and option.
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="subtitle-rtl"
+</style:style> \Hnewline <style:style style:name="Subtitle-rtl"
style:family="paragraph"
style:parent-style-name="Heading-rtl"
style:next-style-name="author-rtl"
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 8b2e2e2c114..128af275b04 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2021-10-19-14:11), generated from tex4ht-html4.tex
+% html4.4ht (2021-10-20-14:28), generated from tex4ht-html4.tex
% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-10-19-14:11}
+\immediate\write-1{version 2021-10-20-14:28}
\exit:ifnot{8859-6,%
CJK,%
@@ -1552,6 +1552,7 @@ switches of tex4ht.c)
{\HCode{</span>}}
{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par\indent\ShowPar}
\Css{div.newtheorem { margin-bottom: 2em; margin-top: 2em;}}
+\Css{div.newtheorem .head{font-weight: bold;}}
\Configure{ }{\:nbsp}
\def\end:TTT{\ifvmode\IgnorePar\fi \EndP\HCode{</td></tr></table>}}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
index 026f3989a9e..9c7f93452a4 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
@@ -1,4 +1,4 @@
-% ooffice.4ht (2021-10-19-14:11), generated from tex4ht-ooffice.tex
+% ooffice.4ht (2021-10-20-14:28), 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-10-19-14:11}
+\immediate\write-1{version 2021-10-20-14:28}
\exit:ifnot{Preamble,%
algorithmicx,%
@@ -13369,12 +13369,12 @@ Y{0178}\i{00EF}%
</style:style>\Hnewline
}
-\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="subtitle\if@rl-rtl\fi
+\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="Subtitle\if@rl-rtl\fi
">}}{\HCode{</text:p>}}
\NewConfigureOO{subtitle}
\ConfigureOO{subtitle}{%
-<style:style style:name="subtitle"
+<style:style style:name="Subtitle"
style:family="paragraph"
style:parent-style-name="Heading"
style:next-style-name="author"
@@ -13389,7 +13389,7 @@ Y{0178}\i{00EF}%
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="subtitle-rtl"
+</style:style> \Hnewline <style:style style:name="Subtitle-rtl"
style:family="paragraph"
style:parent-style-name="Heading-rtl"
style:next-style-name="author-rtl"
@@ -14821,12 +14821,12 @@ Y{0178}\i{00EF}%
</style:style>\Hnewline
}
-\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="subtitle\if@rl-rtl\fi
+\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="Subtitle\if@rl-rtl\fi
">}}{\HCode{</text:p>}}
\NewConfigureOO{subtitle}
\ConfigureOO{subtitle}{%
-<style:style style:name="subtitle"
+<style:style style:name="Subtitle"
style:family="paragraph"
style:parent-style-name="Heading"
style:next-style-name="author"
@@ -14841,7 +14841,7 @@ Y{0178}\i{00EF}%
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="subtitle-rtl"
+</style:style> \Hnewline <style:style style:name="Subtitle-rtl"
style:family="paragraph"
style:parent-style-name="Heading-rtl"
style:next-style-name="author-rtl"
@@ -16149,12 +16149,12 @@ Y{0178}\i{00EF}%
</style:style>\Hnewline
}
-\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="subtitle\if@rl-rtl\fi
+\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="Subtitle\if@rl-rtl\fi
">}}{\HCode{</text:p>}}
\NewConfigureOO{subtitle}
\ConfigureOO{subtitle}{%
-<style:style style:name="subtitle"
+<style:style style:name="Subtitle"
style:family="paragraph"
style:parent-style-name="Heading"
style:next-style-name="author"
@@ -16169,7 +16169,7 @@ Y{0178}\i{00EF}%
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="subtitle-rtl"
+</style:style> \Hnewline <style:style style:name="Subtitle-rtl"
style:family="paragraph"
style:parent-style-name="Heading-rtl"
style:next-style-name="author-rtl"