summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/make4ht/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-21 20:55:01 +0000
committerKarl Berry <karl@freefriends.org>2019-03-21 20:55:01 +0000
commit042522d56eecc50b11be37d5284fc43d2a6b51fe (patch)
tree2db37cb0741816116a1ce464676f8966b14f5c2d /Master/texmf-dist/doc/support/make4ht/README
parent15bbde433ae20973daca814631a22c558eaecd57 (diff)
make4ht (21mar19)
git-svn-id: svn://tug.org/texlive/trunk@50511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/README')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/README11
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.