summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-03 03:01:37 +0000
committerNorbert Preining <norbert@preining.info>2023-01-03 03:01:37 +0000
commit660cf44d2a0aee74bd6e69615fedfc57c966a260 (patch)
tree3e62bc2b2f8208c4abcad9423ee2efa266fa8c7b /support
parent4841af990664e40ab2f20099d8b39dabacf5ad0f (diff)
CTAN sync 202301030301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex8
2 files changed, 13 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index d998456db1..5974b09e6f 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-01 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4th-html4.tex (html4.4ht): set font size for \subsubsection
+ to be at least as big as the main text.
+ https://puszcza.gnu.org.ua/bugs/?592
+
2022-12-30 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (nameref.4ht): fixed support for \\ in \caption.
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 4642e59faf..6308f08f7b 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1275 2022-12-24 12:38:23Z michal_h21 $
+% $Id: tex4ht-html4.tex 1281 2023-01-01 22:05:02Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -811,6 +811,12 @@ tex4ht-body>>>
{\HCode{</h5>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
>>>
+This CSS fixes issue that browsers by default render the H5 element in smaller size than
+is the default font size.
+
+\<shared h5 subsubsection\><<<
+\Css{.subsubsectionHead, .likesubsubsectionHead { font-size: 1em; }}
+>>>
\<mwcls divs\><<<