summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-18 22:12:02 +0000
committerKarl Berry <karl@freefriends.org>2022-02-18 22:12:02 +0000
commita276123bbbc409023c9148d82eae1f94c79fdd13 (patch)
tree1dcf7889496ab6170d2c35a1862d7d4bb53257e0 /Master/texmf-dist/doc/support
parente9e8b9b63dabdf9821d16e84dfbc64a8f1ace6f7 (diff)
make4ht (18feb22)
git-svn-id: svn://tug.org/texlive/trunk@62075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/README4
-rw-r--r--Master/texmf-dist/doc/support/make4ht/changelog.tex114
-rw-r--r--Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdfbin152668 -> 153809 bytes
-rw-r--r--Master/texmf-dist/doc/support/make4ht/readme.tex3
4 files changed, 121 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/README b/Master/texmf-dist/doc/support/make4ht/README
index 51af04a3fcd..bdb5e173c3d 100644
--- a/Master/texmf-dist/doc/support/make4ht/README
+++ b/Master/texmf-dist/doc/support/make4ht/README
@@ -657,6 +657,10 @@ joincolors
substantial growth of the CSS file. This filter replaces these rules with a
common one for elements with the same color value.
+odtfonts
+
+: fix styles for fonts that were wrongly converted by `Xtpipes` in the ODT format.
+
odtimagesize
: set correct dimensions for images in the ODT format. It is no longer used, as the dimensions are set by TeX4ht itself.
diff --git a/Master/texmf-dist/doc/support/make4ht/changelog.tex b/Master/texmf-dist/doc/support/make4ht/changelog.tex
index 8747cc4bf56..d4a50d29cfe 100644
--- a/Master/texmf-dist/doc/support/make4ht/changelog.tex
+++ b/Master/texmf-dist/doc/support/make4ht/changelog.tex
@@ -3,6 +3,120 @@
\begin{itemize}
\item
+ 2022/02/18
+
+ \begin{itemize}
+ \tightlist
+ \item
+ version \texttt{0.3k} released.
+ \end{itemize}
+\item
+ 2022/02/07
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fixed support for some fonts in the ODT format.
+ \item
+ added \texttt{odtfonts} DOM filter.
+ \end{itemize}
+\item
+ 2022/01/30
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fix \texttt{mathvariant} attribue of
+ \texttt{\textless{}mi\textgreater{}} elements if they are children
+ of \texttt{\textless{}mstyle\textgreater{}}.
+ \end{itemize}
+\item
+ 2021/12/17
+
+ \begin{itemize}
+ \tightlist
+ \item
+ quote jobname in order to support filenames like \texttt{(xxx).tex}.
+ \end{itemize}
+\item
+ 2021/12/13
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fixed setting of properties in the \texttt{staticsite} filter.
+ \end{itemize}
+\item
+ 2021/12/06
+
+ \begin{itemize}
+ \tightlist
+ \item
+ in the end, use \texttt{\textless{}mtext\textgreater{}} even for one
+ \texttt{\textless{}mo\textgreater{}} in the \texttt{fix\_operators}
+ function. LO had issues with \texttt{\textless{}mi\textgreater{}}.
+ \end{itemize}
+\item
+ 2021/12/03
+
+ \begin{itemize}
+ \tightlist
+ \item
+ don't add additional \texttt{\textless{}mrow\textgreater{}} elements
+ in the \texttt{mathmlfixes} DOM filter. It caused various issues.
+ \end{itemize}
+\item
+ 2021/12/01
+
+ \begin{itemize}
+ \tightlist
+ \item
+ transform
+ \texttt{\textless{}mn\textgreater{}x\textless{}/mn\textgreater{}\textless{}mo\textgreater{}.\textless{}/mo\textgreater{}\textless{}mn\textgreater{}x\textless{}/mn\textgreater{}}
+ to
+ \texttt{\textless{}mn\textgreater{}x.x\textless{}/mn\textgreater{}}
+ in MathML.
+ \item
+ transform \texttt{\textless{}mo\textgreater{}} elements that are
+ single childs to \texttt{\textless{}mi\textgreater{}} in MathML, and
+ list of consecutive \texttt{\textless{}mo\textgreater{}} elements to
+ \texttt{\textless{}mtext\textgreater{}}. This should fix rendering
+ issues of superscripts in LibreOffice.
+ \item
+ added filter names in extensions to prevent multiple execution of
+ filters.
+ \end{itemize}
+\item
+ 2021/11/29
+
+ \begin{itemize}
+ \tightlist
+ \item
+ make current logging level available outside of the Logging module.
+ \item
+ print Xtpipes and Tidy output if these command fail in the Xtpipes
+ module.
+ \end{itemize}
+\item
+ 2021/11/18
+
+ \begin{itemize}
+ \tightlist
+ \item
+ don't put \texttt{\textless{}mrow\textgreater{}} as children of
+ \texttt{\textless{}mrow\textgreater{}} in the \texttt{mathmlfixes}
+ DOM filter.
+ \end{itemize}
+\item
+ 2021/11/04
+
+ \begin{itemize}
+ \tightlist
+ \item
+ more intelligent handling of text and inline elements outside of
+ paragraphs in the \texttt{fixinlines} DOM filter.
+ \end{itemize}
+\item
2021/10/11
\begin{itemize}
diff --git a/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf b/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf
index 58ce6288885..665ad1fea47 100644
--- a/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf
+++ b/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/make4ht/readme.tex b/Master/texmf-dist/doc/support/make4ht/readme.tex
index caf5e059666..db45e582d56 100644
--- a/Master/texmf-dist/doc/support/make4ht/readme.tex
+++ b/Master/texmf-dist/doc/support/make4ht/readme.tex
@@ -734,6 +734,9 @@ many \texttt{\textless{}span\textgreater{}} elements with unique
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.
+\item[odtfonts]
+fix styles for fonts that were wrongly converted by \texttt{Xtpipes} in
+the ODT format.
\item[odtimagesize]
set correct dimensions for images in the ODT format. It is no longer
used, as the dimensions are set by TeX4ht itself.