diff options
Diffstat (limited to 'support/TeX4ht/source/ChangeLog')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 58 |
1 files changed, 54 insertions, 4 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index c69257cad6..8bd91f94e1 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,10 +1,60 @@ -2021-03-21 Michal Hoftich <michal.h21@gmail.com> +2022-04-04 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (minted.4ht): fixed spurious whitespace produced by + \mintinline. + * tex4ht-html4.tex (html4.4ht): disable ht-fonts for inline Minted. + +2022-03-31 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-html4.tex (html4.4ht): support frames and background colors + in custom Listings environments. + https://tex.stackexchange.com/a/639135/2891 + +2022-03-30 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-sty.tex (tex4ht.sty): don't redefine \IfFileExists. It can + break packages that don't expect extra tokens at it's end. + https://tex.stackexchange.com/a/638965/2891 + +2022-03-29 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (subfiles.4ht): fixed support for multiple included + files in the Subfiles package. + https://tex.stackexchange.com/a/353117/2891 + + * tex4ht-html4.tex (html4.4ht): handle \# character in \title. + https://tex.stackexchange.com/a/638821/2891 + +2022-03-28 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-ooffice.tex (ooffice.4ht): don't use bold font for \textsf + command. + +2022-03-25 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (biblatex.4ht): fixed issues with backref page + numbers. + https://github.com/michal-h21/make4ht/issues/58 + +2022-03-24 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): use \detokenize to + prevent math environments from expansion. + https://puszcza.gnu.org.ua/bugs/?557 + * tex4ht-4ht.tex (listings.4ht): ignore spurious spaces at beginning + of listings. + * tex4ht-html4.tex (html4.4ht): removed extra <br> tags, fixed + issues with extra newlines. + * tex4ht-4ht.tex (biblatex.4ht): removed spurious whitespace after + backrefences. + +2022-03-21 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (arydshln.4ht): added basic support for the Arydshln package. https://tex.stackexchange.com/a/637897/2891 -2021-03-20 Michal Hoftich <michal.h21@gmail.com> +2022-03-20 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (graphics.4ht): don't execute graphics rules when user selected other driver than dvips. @@ -13,13 +63,13 @@ * update-htfonts: add installed files, not dev. -2021-03-20 Michal Hoftich <michal.h21@gmail.com> +2022-03-20 Michal Hoftich <michal.h21@gmail.com> * tex4ht-html4.tex (html4.4ht): added support for background and border colors in Listings. https://tex.stackexchange.com/a/637789/2891 -2021-03-17 Michal Hoftich <michal.h21@gmail.com> +2022-03-17 Michal Hoftich <michal.h21@gmail.com> * tex4ht-fonts-opensans.tex: added support for OpenSans fonts. https://tex.stackexchange.com/q/637314/2891 |