[latex3-commits] [latex3/latex2e] gh945: Extend news entry (c0500fa4)
github at latex-project.org
github at latex-project.org
Wed Nov 15 12:35:01 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh945
Link : https://github.com/latex3/latex2e/commit/c0500fa41b2d50e59b70036ead833e61955ba8f0
>---------------------------------------------------------------
commit c0500fa41b2d50e59b70036ead833e61955ba8f0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 15 11:35:01 2023 +0000
Extend news entry
>---------------------------------------------------------------
c0500fa41b2d50e59b70036ead833e61955ba8f0
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 2f7fc261..0351d55b 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -197,7 +197,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.