diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-01 22:19:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-01 22:19:53 +0000 |
commit | 4537fcc2109354bdd12b10a6942fe76e815fdf8f (patch) | |
tree | 561fb93aa6a59a9af233794fd16cf051dea738f6 /Master/texmf-dist/source | |
parent | 50f06dfb39538412ac53208846b25f243cd5b6f4 (diff) |
\subsubsection as big as main text
git-svn-id: svn://tug.org/texlive/trunk@65428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index d998456db1f..5974b09e6fc 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 4642e59faf1..6308f08f7b2 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 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\><<< |