[latex3-commits] [latex3/l3sys-query] 2e: reverse not reverse-sort (5f95f83)
github at latex-project.org
github at latex-project.org
Sun Mar 10 21:29:09 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : 2e
Link : https://github.com/latex3/l3sys-query/commit/5f95f832713135c12660b8d5de31a98593ac6952
>---------------------------------------------------------------
commit 5f95f832713135c12660b8d5de31a98593ac6952
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Mar 10 20:29:09 2024 +0000
reverse not reverse-sort
>---------------------------------------------------------------
5f95f832713135c12660b8d5de31a98593ac6952
l3sys-query.sty | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3sys-query.sty b/l3sys-query.sty
index 1c02d9a..77efbbd 100644
--- a/l3sys-query.sty
+++ b/l3sys-query.sty
@@ -71,8 +71,8 @@ all .value_forbidden:n = true ,
ignore-case .code:n =\tl_put_right:Nn \l_tmpa_tl {--ignore-case ~ } ,
ignore-case .value_forbidden:n = true ,
-reverse-sort .code:n =\tl_put_right:Nn \l_tmpa_tl {--reverse-sort ~ } ,
-reverse-sort .value_forbidden:n = true ,
+reverse .code:n =\tl_put_right:Nn \l_tmpa_tl {--reverse ~ } ,
+reverse .value_forbidden:n = true ,
exclude .code:n =\tl_put_right:Ne \l_tmpa_tl {
--exclude ~
More information about the latex3-commits
mailing list.