diff options
Diffstat (limited to 'support/TeX4ht/source/ChangeLog')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index fdef1c98b9..49638165eb 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,8 +1,26 @@ +2022-04-17 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (xcolor.4ht), + * tex4ht-html4.tex (html4.4ht): fixed support for blended color + declarations in the form of `green!80!black`. + https://tex.stackexchange.com/a/641075/2891 + +2022-04-14 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (latex.4ht): fixed support for \labelformat in + sections. + https://puszcza.gnu.org.ua/bugs/?559 + * tex4ht-4ht.tex (hyperref.4ht): added supporting code for TeX4ht + from hyperref.sty. + https://puszcza.gnu.org.ua/bugs/?559 + 2022-04-13 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (latex.4ht): added support for the \Ref command. + https://puszcza.gnu.org.ua/bugs/?559 * tex4ht-4ht.tex (latex.4ht,nameref.4ht): added support for the \ref* command. + https://puszcza.gnu.org.ua/bugs/?559 2022-04-05 Michal Hoftich <michal.h21@gmail.com> |