summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-30 20:13:53 +0000
committerKarl Berry <karl@freefriends.org>2021-09-30 20:13:53 +0000
commite145e1504f6609805f20556912bcbbfab32655f2 (patch)
treef3bf85338234900a4740a93c996188b8e900ac6e /Master/texmf-dist/doc/support
parent7922f119be5a0399890a6a2cb688574cc119f78e (diff)
make4ht (30sep21)
git-svn-id: svn://tug.org/texlive/trunk@60662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/README6
-rw-r--r--Master/texmf-dist/doc/support/make4ht/changelog.tex70
-rw-r--r--Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdfbin144186 -> 152568 bytes
-rw-r--r--Master/texmf-dist/doc/support/make4ht/readme.tex7
4 files changed, 78 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/README b/Master/texmf-dist/doc/support/make4ht/README
index 89cfac91417..51af04a3fcd 100644
--- a/Master/texmf-dist/doc/support/make4ht/README
+++ b/Master/texmf-dist/doc/support/make4ht/README
@@ -433,7 +433,8 @@ detect compilation errors in the TeX log file.
: This command removes all generated files, including images, HTML files and
various auxilary files, from the current directory. It keeps files whose
- file names don't match the input file name.
+ file names don't match the input file name. It is preferable to use `make4ht -m clean filename.tex`
+ to clean output files.
`Make:httex`
@@ -658,7 +659,8 @@ joincolors
odtimagesize
-: set correct dimensions for images in the ODT format. It is loaded by default for the ODT output.
+: set correct dimensions for images in the ODT format. It is no longer used, as the dimensions are set by TeX4ht itself.
+
odtpartable
diff --git a/Master/texmf-dist/doc/support/make4ht/changelog.tex b/Master/texmf-dist/doc/support/make4ht/changelog.tex
index 61dbcdaa3b7..d1b9b22219e 100644
--- a/Master/texmf-dist/doc/support/make4ht/changelog.tex
+++ b/Master/texmf-dist/doc/support/make4ht/changelog.tex
@@ -3,6 +3,76 @@
\begin{itemize}
\item
+ 2021/09/30
+
+ \begin{itemize}
+ \tightlist
+ \item
+ version \texttt{0.3i} released.
+ \end{itemize}
+\item
+ 2021/09/21
+
+ \begin{itemize}
+ \tightlist
+ \item
+ run DOM parse in sandbox in the ODT format picture size function.
+ \end{itemize}
+\item
+ 2021/09/20
+
+ \begin{itemize}
+ \tightlist
+ \item
+ remove LaTeX commands from TOC entries in \texttt{sectionid} DOM
+ filter.
+ \end{itemize}
+\item
+ 2021/09/09
+
+ \begin{itemize}
+ \tightlist
+ \item
+ corrected SVG dimension setting in the ODT output. Dimensions are
+ set also for PNG and JPG pictures.
+ \end{itemize}
+\item
+ 2021/09/05
+
+ \begin{itemize}
+ \tightlist
+ \item
+ corrected detection of closing brace in CSS style in \texttt{mjcli}
+ filter.
+ \end{itemize}
+\item
+ 2021/08/13
+
+ \begin{itemize}
+ \tightlist
+ \item
+ use LaTeX new hook mechanism to load \texttt{tex4ht.sty} before
+ document class. It fixes some issues with packages required in
+ classes.
+ \end{itemize}
+\item
+ 2021/08/12
+
+ \begin{itemize}
+ \tightlist
+ \item
+ correctly set dimensions for \texttt{SVG} images in the \texttt{ODT}
+ format.
+ \end{itemize}
+\item
+ 2021/07/29
+
+ \begin{itemize}
+ \tightlist
+ \item
+ sort YAML header in the \texttt{staticsite} filter.
+ \end{itemize}
+\item
2021/07/25
\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 cc0d7d1b504..0b6b1554440 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 1938c98a0ab..caf5e059666 100644
--- a/Master/texmf-dist/doc/support/make4ht/readme.tex
+++ b/Master/texmf-dist/doc/support/make4ht/readme.tex
@@ -531,7 +531,8 @@ One call to the TeX engine with special configuration for loading of the
\item[\texttt{Make:clean}]
This command removes all generated files, including images, HTML files
and various auxilary files, from the current directory. It keeps files
-whose file names don't match the input file name.
+whose file names don't match the input file name. It is preferable to
+use \texttt{make4ht\ -m\ clean\ filename.tex} to clean output files.
\item[\texttt{Make:httex}]
Variant of \texttt{Make:htlatex} suitable for Plain \TeX.
\item[\texttt{Make:latexmk}]
@@ -734,8 +735,8 @@ 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[odtimagesize]
-set correct dimensions for images in the ODT format. It is loaded by
-default for the ODT output.
+set correct dimensions for images in the ODT format. It is no longer
+used, as the dimensions are set by TeX4ht itself.
\item[odtpartable]
resolve tables nested inside paragraphs, which is invalid in the ODT
format.