summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/l3sys-query/CHANGELOG.md8
-rw-r--r--support/l3sys-query/README.md2
-rw-r--r--support/l3sys-query/l3sys-query-tool.pdfbin373585 -> 373623 bytes
-rw-r--r--support/l3sys-query/l3sys-query-tool.tex10
-rw-r--r--support/l3sys-query/l3sys-query.14
-rw-r--r--support/l3sys-query/l3sys-query.lua2
6 files changed, 16 insertions, 10 deletions
diff --git a/support/l3sys-query/CHANGELOG.md b/support/l3sys-query/CHANGELOG.md
index 2ab9d77ad3..7ad3250cee 100644
--- a/support/l3sys-query/CHANGELOG.md
+++ b/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/support/l3sys-query/README.md b/support/l3sys-query/README.md
index 34441af719..bb62d6d944 100644
--- a/support/l3sys-query/README.md
+++ b/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/support/l3sys-query/l3sys-query-tool.pdf b/support/l3sys-query/l3sys-query-tool.pdf
index a664a52654..75e2933975 100644
--- a/support/l3sys-query/l3sys-query-tool.pdf
+++ b/support/l3sys-query/l3sys-query-tool.pdf
Binary files differ
diff --git a/support/l3sys-query/l3sys-query-tool.tex b/support/l3sys-query/l3sys-query-tool.tex
index 174e725b9f..7809e4be69 100644
--- a/support/l3sys-query/l3sys-query-tool.tex
+++ b/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/support/l3sys-query/l3sys-query.1 b/support/l3sys-query/l3sys-query.1
index 41c4127633..ba68f97fe3 100644
--- a/support/l3sys-query/l3sys-query.1
+++ b/support/l3sys-query/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 <cmd> [<options>] [<args>]
+l3sys-query <cmd> [<options>] [<args>]
.SH DESCRIPTION
diff --git a/support/l3sys-query/l3sys-query.lua b/support/l3sys-query/l3sys-query.lua
index 5bdea72d50..e1c6568095 100644
--- a/support/l3sys-query/l3sys-query.lua
+++ b/support/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"