2025-10-03 Michal Hoftich
tags
in \boxed commands.
https://tex.stackexchange.com/a/708306/2891
2024-01-29 Michal Hoftich
elements for \verb, also
disabled using of ht-fonts in this context.
2023-12-12 Michal Hoftich
* tex4ht-html4.tex (html4.4ht): close paragraph before end of \fbox.
https://tex.stackexchange.com/a/703823/2891
* tex4ht-html4.tex (html4.4ht): removed spurious blank lines in
files included using \VerbatimInput from the fancyvrb package.
https://puszcza.gnu.org.ua/bugs/?617
* tex4ht-4ht.tex (marginnote.4ht),
* tex4ht-html4.tex (html4.4ht): added support for the \marginnote
command.
2023-12-11 Karl Berry
* tex4ht-env.tex: copyright 2023, leading comments.
* Makefile (diff-env, update-env): new targets to handle
tex4ht.env[-*] files.
(update-env, update): rename these never-used
and non-working targets to dev-update-env and dev-update.
2023-12-11 Michal Hoftich
* tex4ht-4ht.tex (biblatex.4ht): declare the \BibFileName in the aux
file, to prevent compilation errors in the subsequent compilations
with LaTEX.
* tex4ht-env.tex (
tex4ht.env-unix,
tex4ht.env-win32
): use the -o option with Dvisvgm, to prevent insertion of spurious
text, produced by Dvisvgm, at the start of the generated SVG file.
2023-12-05 Michal Hoftich
* tex4ht-fonts-noncjk.tex (
tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
): require use of small caps monospaced font.
2023-12-04 Michal Hoftich
* tex4ht-fonts-noncjk.tex (
tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
): link to cmtt instead of using custom font table.
Thanks to Arkady Benediktov
2023-12-03 Michal Hoftich
* tex4ht-4ht.tex (xcolor.4ht): added the "color" option.
https://tex.stackexchange.com/a/470290/2891
2023-11-21 Michal Hoftich
* tex4ht-mathml.tex (mathml.4ht): use instead of in
\Configure{qopname} to prevent rendering errors with MathJax.
https://tex.stackexchange.com/a/701927/2891
2023-11-20 Michal Hoftich
* tex4ht-4ht.tex (citation-style-language.4ht): added Citation Style
Language support.
https://github.com/zepinglee/citeproc-lua/issues/40
2023-11-19 Michal Hoftich
* tex4ht-fonts-newtx.tex (
./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txsyc/ntxsyc.htf
): fixed some Unicode characters, convert to images others that are
not available in Unicode.
Thanks to Arkady Benediktov
2023-11-17 Michal Hoftich
* tex4ht-fonts-noncjk.tex (
./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/latex/lasy.htf
): updated lasy.htf and
Thanks to Arkady Benediktov
2023-11-12 Karl Berry
* tex4ht-4ht.tex (array.4ht): write version.
2023-11-10 Michal Hoftich
* tex4ht-4ht.tex (usepackage.4ht, accessibility-hooks.4ht,
accessibility.4ht),
* tex4ht-html4.tex (html4.4ht): added support for the Accessibility
package.
https://tex.stackexchange.com/a/700927/2891
2023-11-09 Michal Hoftich
* tex4ht-html4.tex (html4.4ht): better detection of the first row in
tables with the "p-width" option.
https://github.com/michal-h21/make4ht/issues/114
2023-11-06 Michal Hoftich
* tex4ht-4ht.tex (array.4ht,latex.4ht,revtex4.4ht): don't set array
spaces to zero.
https://puszcza.gnu.org.ua/bugs/?229
2023-11-03 Michal Hoftich
* tex4ht-ooffice.tex (ooffice.4ht): use \refname instead of \bibname
with the scrartcl class.
https://puszcza.gnu.org.ua/bugs/?172
* tex4ht-4ht.tex (latex.4ht): define \vrb:tt as \texttt. It was
originally \tt, but this command is deprecated in LaTeX.
https://puszcza.gnu.org.ua/bugs/?172
2023-11-02 Michal Hoftich
* tex4ht-4ht.tex (tabu.4ht, usepackage.4ht): use Tabularx as a
emulation for Tabu.
https://tex.stackexchange.com/a/238155/2891
2023-11-01 Michal Hoftich
* tex4ht-html4.4ht: fixed support for font sizes with decimal points
in the `p-width` option.
2023-10-31 Michal Hoftich
* tex4ht-4ht.tex (enotez.4ht),
* tex4ht-html4.tex (html4.4ht): fixed missing and spurious space
around endnote mark. Don't show endnote mark in superscript.
https://tex.stackexchange.com/a/682624/2891
2023-10-27 Michal Hoftich
* tex4ht-docbook.tex (docbook.4ht): fixed support for accented
characters.
https://github.com/michal-h21/make4ht/issues/138
2023-10-25 Michal Hoftich
* tex4ht-4ht.tex (tabularray.4ht),
* tex4ht-html4.tex (html4.4ht): fixed row id attributes.
2023-10-24 Michal Hoftich
* tex4ht-4ht.tex (latex.4ht): make the \@wrindex command robust.
2023-10-20 Michal Hoftich
* tex4ht-4ht.tex (tcolorbox.4ht),
* tex4ht-html4.tex (html4.4ht): added support for the Listings
library of the Tcolobox package
https://puszcza.gnu.org.ua/bugs/?312
2023-10-18 Michal Hoftich
* tex4ht-4ht.tex (cprotect.4ht): remove spurious characters from the
\cprotect command.
https://puszcza.gnu.org.ua/bugs/?246
2023-10-16 Michal Hoftich
* tex4ht-4ht.tex (hyperref.4ht): declare the \Hy@PageAnchorSlide
command, to prevent errors with packages that use it.
https://github.com/michal-h21/tex4ebook/issues/121
* tex4ht-html4.tex (html4.4ht),
* tex4ht-ooffice.tex (ooffice.4ht): fixed support for PDF and EPS
files with spaces in filenames.
https://github.com/michal-h21/tex4ebook/issues/118
* tex4ht-4ht.tex (changepage.4ht),
* tex4ht-html4.tex (html4.4ht): added support for the Changepage
package.
https://github.com/michal-h21/tex4ebook/issues/122
2023-10-13 Karl Berry
* tex4ht-c.tex (): zero htf_4hf array after
allocation, to avoid uninitialized comparisons.
https://puszcza.gnu.org.ua/bugs/?611
2023-10-13 Karl Berry
* tex4ht-cond4ht.tex: copyright 2023.
2023-10-13 Michal Hoftich
* tex4ht-4ht.tex (piton.4ht): fixed support for the current version
of the Piton package.
* tex4ht-4ht.tex (transparent.4ht),
* tex4ht-html4.tex (html4.4ht): added support for the transparent
package.
https://puszcza.gnu.org.ua/bugs/?612
2023-10-12 Karl Berry
* tex4ht-c.tex (): avoid negative indexing into
font_tbl. Partial fix for report from Oliver Freyermuth,
https://puszcza.gnu.org.ua/bugs/?611.
2023-10-12 Michal Hoftich
* tex4ht-4ht.tex (piton.4ht): use e-type Expl3 functions.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
* tex4ht-4ht.tex (tabularray.4ht): use e-type Expl3 functions.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
* tex4ht-4ht.tex (usepackage-fontspec.4ht): use e-type Expl3
functions.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
* tex4ht-html4.tex (html4.4ht): use e-type Expl3 function in
Siunixtx's MathJax support code.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): changed deprecated
\tl_set:Nx to \tl_set:Ne.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
2023-10-09 Michal Hoftich
* tex4ht-4ht.tex (usepackage-fontspec.4ht): process keyval options
from the first optional argument in \newfontfamily.
https://tex.stackexchange.com/a/698071/2891
* tex4ht-html5.tex (html5.4ht): fixed CSS selector for setting size
of starred section titles.
* tex4ht-html4.tex (html4.4ht): removed spurious spaces from TOCs,
simplified their formatting using CSS.
https://puszcza.gnu.org.ua/bugs/?605
2023-10-04 Michal Hoftich
* tex4ht-mathml.tex (mathml.4ht): removed \mathchoice from
configurations of \dfrac, \tfrac, \tbinom and \dbinom. It caused
output of verbatim TeX code in the ODT output.
2023-10-04 Michal Hoftich
* tex4ht-sty.tex (tex4ht.sty): disable the \DocumentMetadata
command, in order to prevent invocation of the LaTeX tagging system,
which clashes with TeX4ht.
https://puszcza.gnu.org.ua/bugs/?477
2023-10-02 Michal Hoftich
* tex4ht-4ht.tex (latex.4ht): fixed support for \csname commands in
\sbox.
https://puszcza.gnu.org.ua/bugs/?610
2023-09-25 Michal Hoftich
* tex4ht-mathml.tex (mathml.4ht): check for the existence of the
mathvariant csname.
* tex4ht-ooffice.tex (ooffice.4ht): use elements instead of
for list environments. They were included in the TOC after
automatic TOC update in LibreOffice.
https://tug.org/pipermail/tex4ht/2023q3/003399.html
2023-09-22 Michal Hoftich
* tex4ht-html4.tex (html4.4ht): test for the existence of
\au:StartSec command before we try to insert it to \tableofcontents.
2023-09-20 Michal Hoftich
* tex4ht-mathml.tex (mathml.4ht): added support for the \mathvariant
command (thanks to Linas Stonys).
2023-09-11 Michal Hoftich
* tex4ht-html4.tex (html4.4ht): prevent duplicate TOC when the
\tableofcontents command is used in the document which is not split
into subpages.
https://tex.stackexchange.com/a/695831/2891
2023-09-11 Michal Hoftich