[latex3-commits] [latex3/latex2e] develop: Extend news entry (e29a1feb)
github at latex-project.org
github at latex-project.org
Tue Nov 28 22:51:28 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e29a1feba6178af0bab216c298e8a3f575754958
>---------------------------------------------------------------
commit e29a1feba6178af0bab216c298e8a3f575754958
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 15 11:35:01 2023 +0000
Extend news entry
>---------------------------------------------------------------
e29a1feba6178af0bab216c298e8a3f575754958
base/doc/ltnews39.tex | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index 31a43aad..9e81cfe2 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -194,7 +194,13 @@ related to variation in package versions. However, this has to date relied on
the information in the \cs{ProvidesPackage} line, or similar: that can be
misleading if for example a file has been edited locally. We have now extended
\cs{listfiles} to take an optional argument which will then include the MD5
-hash of each file (and the size of each file) in the \texttt{.log}.
+hash of each file (and the size of each file) in the \texttt{.log}. Thus for
+example you can use
+\begin{verbatim}
+\listfiles[hashes,sizes]
+\end{verbatim}
+to get both the file sizes and file hashes in the \texttt{.log} as well as
+the standard release information.
%
\githubissue{945}
More information about the latex3-commits
mailing list.