summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-11 23:15:24 +0000
committerKarl Berry <karl@freefriends.org>2015-12-11 23:15:24 +0000
commit7b226b60f1c5dce3911375f82c4711dc6ff30fc3 (patch)
tree748db231119c3d8b41dc7101de867c1a6ebb8689 /Master/texmf-dist/doc/support
parent7870a781c1a56b03d9e4fa902003361b9119b090 (diff)
make4ht (11dec15)
git-svn-id: svn://tug.org/texlive/trunk@39075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/README7
-rw-r--r--Master/texmf-dist/doc/support/make4ht/changelog.tex66
-rw-r--r--Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdfbin62996 -> 62872 bytes
-rw-r--r--Master/texmf-dist/doc/support/make4ht/make4ht-doc.tex2
-rw-r--r--Master/texmf-dist/doc/support/make4ht/readme.tex5
5 files changed, 59 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/README b/Master/texmf-dist/doc/support/make4ht/README
index ab25739d857..c3c689c87ae 100644
--- a/Master/texmf-dist/doc/support/make4ht/README
+++ b/Master/texmf-dist/doc/support/make4ht/README
@@ -88,7 +88,11 @@ htlatex
input
-: input file
+: it is output file name in fact
+
+tex_file
+
+: input TeX file
latex_par
@@ -275,6 +279,7 @@ LaTeX is called only once when `make4ht` is called with
-n,--no-tex4ht Disable dvi file processing with tex4ht command
-s,--shell-escape Enables running external programs from LaTeX
-u,--utf8 For output documents in utf8 encoding
+ -v,--version Print version number
-x,--xetex Use xelatex for document compilation
<filename> (string) Input file name
diff --git a/Master/texmf-dist/doc/support/make4ht/changelog.tex b/Master/texmf-dist/doc/support/make4ht/changelog.tex
index 77fffc0a8dd..b69cd5d7829 100644
--- a/Master/texmf-dist/doc/support/make4ht/changelog.tex
+++ b/Master/texmf-dist/doc/support/make4ht/changelog.tex
@@ -1,30 +1,60 @@
\section{Changelog}\label{changelog}
-\subsection{2015/09/23 version 0.1a}\label{version-0.1a}
-
\begin{itemize}
-\itemsep1pt\parskip0pt\parsep0pt
-\item
- various documentation updates
\item
- \texttt{mozhtf} profile for unicode output is used, this should
- prevent ligatures in the output files
-\end{itemize}
+ 2015/12/06 version 0.1b
-\subsection{2015/06/29 version 0.1}\label{version-0.1}
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ modifed lapp library to recognize \texttt{-{}-version} and
+ \item
+ added \texttt{-{}-help} and \texttt{-{}-version} command line
+ options
+ \end{itemize}
+\item
+ 2015/11/30
-\begin{itemize}
-\itemsep1pt\parskip0pt\parsep0pt
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ use \texttt{kpse} library for build file locating
+ \end{itemize}
\item
- major README file update
-\end{itemize}
+ 2015/11/17
-\subsection{2015/06/26}\label{section}
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ better \texttt{-jobname} handling
+ \end{itemize}
+\item
+ 2015/09/23 version 0.1a
-\begin{itemize}
-\itemsep1pt\parskip0pt\parsep0pt
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ various documentation updates
+ \end{itemize}
\item
- added Makefile
+ \texttt{mozhtf} profile for unicode output is used, this should
+ prevent ligatures in the output files
\item
- moved INSTALL instructions from README to INSTALL
+ 2015/06/29 version 0.1
+
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ major README file update
+ \end{itemize}
+\item
+ 2015/06/26
+
+ \begin{itemize}
+ \itemsep1pt\parskip0pt\parsep0pt
+ \item
+ added Makefile
+ \item
+ moved INSTALL instructions from README to INSTALL
+ \end{itemize}
\end{itemize}
diff --git a/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf b/Master/texmf-dist/doc/support/make4ht/make4ht-doc.pdf
index 028c505ad49..91bd73fe761 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/make4ht-doc.tex b/Master/texmf-dist/doc/support/make4ht/make4ht-doc.tex
index b2af0201069..9c9a5eeddf8 100644
--- a/Master/texmf-dist/doc/support/make4ht/make4ht-doc.tex
+++ b/Master/texmf-dist/doc/support/make4ht/make4ht-doc.tex
@@ -14,7 +14,7 @@
\title{The \texttt{make4ht} build system}
\author{Michal Hoftich\footnote{\url{michal.h21@gmail.com}}}
-\date{Version 0.1a\\23/09/2015}
+\date{Version 0.1b\\12/11/2015}
\begin{document}
\maketitle
\tableofcontents
diff --git a/Master/texmf-dist/doc/support/make4ht/readme.tex b/Master/texmf-dist/doc/support/make4ht/readme.tex
index c47517c8840..83244743deb 100644
--- a/Master/texmf-dist/doc/support/make4ht/readme.tex
+++ b/Master/texmf-dist/doc/support/make4ht/readme.tex
@@ -104,7 +104,9 @@ Default parameters are:
\item[htlatex]
used compiler
\item[input]
-input file
+it is output file name in fact
+\item[tex\_file]
+input TeX file
\item[latex\_par]
parameters to \texttt{latex}
\item[packages]
@@ -293,6 +295,7 @@ make4ht [options] filename ["tex4ht.sty op." "tex4ht op."
-n,--no-tex4ht Disable dvi file processing with tex4ht command
-s,--shell-escape Enables running external programs from LaTeX
-u,--utf8 For output documents in utf8 encoding
+-v,--version Print version number
-x,--xetex Use xelatex for document compilation
<filename> (string) Input file name
\end{verbatim}