texlive[70889] trunk: l3sys-query (8apr24)

commits+karl at tug.org commits+karl at tug.org
Mon Apr 8 21:53:23 CEST 2024


Revision: 70889
          https://tug.org/svn/texlive?view=revision&revision=70889
Author:   karl
Date:     2024-04-08 21:53:23 +0200 (Mon, 08 Apr 2024)
Log Message:
-----------
l3sys-query (8apr24)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua
    trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1
    trunk/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf
    trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md
    trunk/Master/texmf-dist/doc/support/l3sys-query/README.md
    trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf
    trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex
    trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua	2024-04-08 19:53:23 UTC (rev 70889)
@@ -36,7 +36,7 @@
 -- Details of the script itself, etc.
 --
 local copyright = "Copyright (C) 2024 The LaTeX Project"
-local release_date = "2024-04-03"
+local release_date = "2024-04-08"
 local script_desc = "System queries for LaTeX using Lua\n"
 local script_name = "l3sys-query"
 

Modified: trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1	2024-04-08 19:53:23 UTC (rev 70889)
@@ -1,10 +1,10 @@
-.TH L3SYS-QUERY 1 "2024-04-03" "LaTeX"
+.TH L3SYS-QUERY 1 "2024-04-08" "LaTeX"
 
 .SH NAME
 l3sys-query
 
 .SH SYNOPSIS
- Usage l3sys-query <cmd> [<options>] [<args>]
+l3sys-query <cmd> [<options>] [<args>]
 
 .SH DESCRIPTION
 

Modified: trunk/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md	2024-04-08 19:53:23 UTC (rev 70889)
@@ -7,6 +7,11 @@
 
 ## [Unreleased]
 
+## [2024-04-08]
+
+### Changed
+- Improvement to man file, `SYNOPSIS` section
+
 ## [2024-04-03]
 
 ### Changed
@@ -31,7 +36,8 @@
 ### Added
 - New script
 
-[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-04-03...HEAD
+[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-04-08...HEAD
+[2024-04-08]: https://github.com/latex3/l3sys-query/compare/2024-04-03...2024-04-08
 [2024-04-03]: https://github.com/latex3/l3sys-query/compare/2024-03-28...2024-04-03
 [2024-03-28]: https://github.com/latex3/l3sys-query/compare/2024-03-15...2024-03-28
 [2024-03-15]: https://github.com/latex3/l3sys-query/compare/2024-03-14...2024-03-15

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/README.md	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/README.md	2024-04-08 19:53:23 UTC (rev 70889)
@@ -1,6 +1,6 @@
 # `l3sys-query`: System queries for LaTeX using Lua
 
-Release 2024-04-03
+Release 2024-04-08
 
 ## Overview
 

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex	2024-04-08 19:53:23 UTC (rev 70889)
@@ -45,7 +45,7 @@
   }%
 }
 
-\date{Release 2024-04-03}
+\date{Release 2024-04-08}
 
 \maketitle
 \tableofcontents
@@ -252,10 +252,10 @@
 
 Using \texttt{l3sys-query} is not tied to access \emph{via} \pkg{expl3}, but
 this is the preferred approach for the \LaTeX{} Team. Details of how to use
-\texttt{l3sys-query} as an \pkg{expl3} programmer will covered in
-\texttt{interface3.pdf} once the macro code is finalized. A document level
-interface will also be provided via a \pkg{l3sys-query} package which is based
-on the \pkg{expl3} interface and will be described here.
+\texttt{l3sys-query} as an \pkg{expl3} programmer are covered in
+\texttt{interface3.pdf}. A document level interface is also be provided via a
+\pkg{l3sys-query} package which is based on the \pkg{expl3} interface; it is
+described in \texttt{l3sys-query.pdf}.
 
 \end{documentation}
 

Modified: trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua	2024-04-08 19:52:57 UTC (rev 70888)
+++ trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua	2024-04-08 19:53:23 UTC (rev 70889)
@@ -36,7 +36,7 @@
 -- Details of the script itself, etc.
 --
 local copyright = "Copyright (C) 2024 The LaTeX Project"
-local release_date = "2024-04-03"
+local release_date = "2024-04-08"
 local script_desc = "System queries for LaTeX using Lua\n"
 local script_name = "l3sys-query"
 



More information about the tex-live-commits mailing list.