summaryrefslogtreecommitdiff
path: root/support/make4ht/readme.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/make4ht/readme.tex')
-rw-r--r--support/make4ht/readme.tex12
1 files changed, 10 insertions, 2 deletions
diff --git a/support/make4ht/readme.tex b/support/make4ht/readme.tex
index db45e582d5..98a0712899 100644
--- a/support/make4ht/readme.tex
+++ b/support/make4ht/readme.tex
@@ -358,8 +358,10 @@ It supports also Plain \TeX, use for example \texttt{tex} or
\item[dvisvgm\_hashes]
efficient generation of SVG pictures using Dvisvgm. It can utilize
multiple processor cores and generates only changed images.
+\item[inlinecss]
+load the \texttt{inlinecss} DOM filter.
\item[join\_colors]
-load the \texttt{joincolors} domfilter for all HTML files.
+load the \texttt{joincolors} DOM filter for all HTML files.
\item[latexmk\_build]
use \href{https://ctan.org/pkg/latexmk?lang=en}{Latexmk} for the
\LaTeX~compilation.
@@ -724,6 +726,10 @@ put all inline elements which are direct children of the
\item[idcolons]
replace the colon (\texttt{:}) character in internal links and
\texttt{id} attributes. They cause validation issues.
+\item[inlinecss]
+remove CSS rules that target elements with unique attributes, such as
+color boxes, table rules, or inline math pictures, and insert their
+properties as a inline \texttt{style} attribute in the HTML document.
\item[joincharacters]
join consecutive \texttt{\textless{}span\textgreater{}} or
\texttt{\textless{}mn\textgreater{}} elements. This DOM filter
@@ -733,7 +739,9 @@ many \texttt{\textless{}span\textgreater{}} elements with unique
\texttt{id} attributes are created when \LaTeX~colors are being used in
the document. A CSS rule is added for each of these elements, which may
result in substantial growth of the CSS file. This filter replaces these
-rules with a common one for elements with the same color value.
+rules with a common one for elements with the same color value. See also
+the \texttt{inlinecss} DOM filter and extension, which provides an
+alternative using inline styles.
\item[odtfonts]
fix styles for fonts that were wrongly converted by \texttt{Xtpipes} in
the ODT format.