diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/README')
-rw-r--r-- | Master/texmf-dist/doc/support/make4ht/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/README b/Master/texmf-dist/doc/support/make4ht/README index 46b22e5b14f..a99a108d691 100644 --- a/Master/texmf-dist/doc/support/make4ht/README +++ b/Master/texmf-dist/doc/support/make4ht/README @@ -134,6 +134,10 @@ common\_domfilters `common_filters`. Used DOM filters are `fixinlines`, `idcolons` and `joincharacters`. +join\_colors + +: load the `joincolors` domfilter for all HTML files. + mathjaxnode : use [mathjax-node-page](https://github.com/pkra/mathjax-node-page/) to @@ -441,6 +445,13 @@ joincharacters : join consecutive `<span>` or `<mn>` elements. +joincolors + +: many `<span>` elements with unique `id` attribute are created when \LaTeX\ colors are being used in the document. + CSS rule is added for each of these elements, which may result in + substantial grow of the CSS file. This filter replace these rules with a + common one for elements with the same color value. + odtimagesize : set correct dimensions for images in the ODT format. It is loaded by default for the ODT output. |