diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-13 21:22:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-13 21:22:10 +0000 |
commit | 444edbba8fa570dd374545e521235c809b3b1727 (patch) | |
tree | ab4a76d90def74cd30e0f3b4d441c38c2e7a2183 /Master/texmf-dist/source | |
parent | be62d2b5acee8e8e957d32cae1c8e82171d1960c (diff) |
space below image, tex4ht r949; more fragile protection, tex4ht r948
git-svn-id: svn://tug.org/texlive/trunk@59583 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex index ca0fab53a49..c11fffa0265 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html5.tex 905 2021-04-18 15:30:06Z karl $ +% $Id: tex4ht-html5.tex 949 2021-06-13 08:57:21Z michal_h21 $ % compile 3 times: latex tex4ht-moz % or xhlatex tex4ht-moz "html,3,sections+" % @@ -349,6 +349,7 @@ Configure HTML5 figures. Floats are converted as captions too. \Css{figcaption.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:center;}} \Css{figcaption.caption span.id{font-weight: bold; white-space: nowrap; }} +\Css{p + figcaption, img + figcaption{margin-top: 1em;}} >>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex index 79b3ab8fe03..714ea31ab5a 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathjax.tex 904 2021-04-16 20:30:30Z karl $ +% $Id: tex4ht-mathjax.tex 948 2021-06-13 08:51:16Z michal_h21 $ % compile: latex tex4ht-mathjax % % Copyright 2018-2021 TeX Users Group @@ -187,4 +187,7 @@ Fixes for tables of contents. \fixmathjaxtoc\sum \fixmathjaxtoc\( \fixmathjaxtoc\) +\fixmathjaxtoc\begin +\fixmathjaxtoc\end +\fixmathjaxtoc\\ >>> |