[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add some lines on l3build ot l3news12 (0b3232972)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Nov 15 10:01:43 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/0b3232972623d380300f4069b3073204b46c9243

>---------------------------------------------------------------

commit 0b3232972623d380300f4069b3073204b46c9243
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Nov 15 09:01:43 2019 +0000

    Add some lines on l3build ot l3news12


>---------------------------------------------------------------

0b3232972623d380300f4069b3073204b46c9243
 l3kernel/doc/l3news12.tex | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/l3kernel/doc/l3news12.tex b/l3kernel/doc/l3news12.tex
index 70c5624c4..40fb17725 100644
--- a/l3kernel/doc/l3news12.tex
+++ b/l3kernel/doc/l3news12.tex
@@ -273,4 +273,28 @@ A number of new experimental modules have been added within the
   \item \pkg{l3sys-shell} Shell escape functions for file manipulation
 \end{itemize}
 
+\section{\pkg{l3build} changes}
+
+The \pkg{l3build} tool for testing and releasing \TeX{} packages
+has seen a number of incremental improvements. It is now available directly
+as a script in \TeX{} Live and MiK\TeX{}, meaning you can call it simply
+as
+\begin{verbatim}
+l3build <target>
+\end{verbatim}
+Accompanying this, we have added support for installing scripts and script
+\texttt{man} files.
+
+There is a new \texttt{upload} target that can take a zip file and send it to
+\textsc{ctan}: you just have to fill in release information for \emph{this}
+upload at the prompts.
+
+Testing using \textsc{pdf} files rather than logs has been heavily revised:
+this is vital for work on \textsc{pdf} tagging.
+
+There is also better support for complex directory structures, including the
+ability to manually specify \textsc{tds} location for all installed files. This
+is particularly targeted at package with both generic and format-specific file
+to install.
+
 \end{document}





More information about the latex3-commits mailing list