From 80f1fa0d50b125f303b9360c0acf195c9cccc990 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Apr 2024 19:53:23 +0000 Subject: l3sys-query (8apr24) git-svn-id: svn://tug.org/texlive/trunk@70889 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/l3sys-query.1 | 4 ++-- .../texmf-dist/doc/man/man1/l3sys-query.man1.pdf | Bin 13930 -> 14053 bytes .../doc/support/l3sys-query/CHANGELOG.md | 8 +++++++- .../texmf-dist/doc/support/l3sys-query/README.md | 2 +- .../doc/support/l3sys-query/l3sys-query-tool.pdf | Bin 373585 -> 373623 bytes .../doc/support/l3sys-query/l3sys-query-tool.tex | 10 +++++----- .../texmf-dist/scripts/l3sys-query/l3sys-query.lua | 2 +- 7 files changed, 16 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/man/man1/l3sys-query.1 b/Master/texmf-dist/doc/man/man1/l3sys-query.1 index 41c4127633b..ba68f97fe3b 100644 --- a/Master/texmf-dist/doc/man/man1/l3sys-query.1 +++ b/Master/texmf-dist/doc/man/man1/l3sys-query.1 @@ -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 [] [] +l3sys-query [] [] .SH DESCRIPTION diff --git a/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf b/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf index 9f8325208d6..1028846e47d 100644 Binary files a/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf and b/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md b/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md index 2ab9d77ad3f..7ad3250ceeb 100644 --- a/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md +++ b/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md @@ -7,6 +7,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based ## [Unreleased] +## [2024-04-08] + +### Changed +- Improvement to man file, `SYNOPSIS` section + ## [2024-04-03] ### Changed @@ -31,7 +36,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based ### 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 diff --git a/Master/texmf-dist/doc/support/l3sys-query/README.md b/Master/texmf-dist/doc/support/l3sys-query/README.md index 34441af719d..bb62d6d9448 100644 --- a/Master/texmf-dist/doc/support/l3sys-query/README.md +++ b/Master/texmf-dist/doc/support/l3sys-query/README.md @@ -1,6 +1,6 @@ # `l3sys-query`: System queries for LaTeX using Lua -Release 2024-04-03 +Release 2024-04-08 ## Overview diff --git a/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf b/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf index a664a526547..75e29339753 100644 Binary files a/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf and b/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf differ diff --git a/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex b/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex index 174e725b9f3..7809e4be69c 100644 --- a/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex +++ b/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex @@ -45,7 +45,7 @@ for those people who are interested. }% } -\date{Release 2024-04-03} +\date{Release 2024-04-08} \maketitle \tableofcontents @@ -252,10 +252,10 @@ The \LaTeX{} interfaces described below adust the quoting used depending on the 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} diff --git a/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua b/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua index 5bdea72d50d..e1c65680957 100755 --- a/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua +++ b/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua @@ -36,7 +36,7 @@ for those people who are interested. -- 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" -- cgit v1.2.3