summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-21 03:01:19 +0000
committerNorbert Preining <norbert@preining.info>2021-10-21 03:01:19 +0000
commita94181338fbbc4c93ae38719f727b05d3e5be421 (patch)
treeaf6f6809e189b9ac1c11f1b6c9d54f7b0e54cd84 /support
parent97a50891a87d07d3cc327188a2b00b5c11e3c309 (diff)
CTAN sync 202110210301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog11
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex3
-rw-r--r--support/TeX4ht/source/tex4ht-ooffice.tex8
3 files changed, 17 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 64fa3128d4..cb2aef20d1 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index e77a08d20c..4e604c5efd 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-ooffice.tex b/support/TeX4ht/source/tex4ht-ooffice.tex
index 411342a899..3e23f6ff89 100644
--- a/support/TeX4ht/source/tex4ht-ooffice.tex
+++ b/support/TeX4ht/source/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"