From 57fa0bd9ecd3c14402b99a1f9779fc5335cc083c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1o=20=C5=BDivanovi=C4=87?= Date: Sun, 17 Mar 2024 20:58:26 +0100 Subject: [PATCH] Fix README files. --- README.md | 6 +++--- doc/README.collargs.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f583605..f5b9e7a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ developed and documented alongside Memoize. Package Advice implements a generic framework for extending the functionality of selected commands and environments, and package CollArgs provides a command which can determine the argument scope of any command whose argument structure conforms to -[xparse](https://ctan.org/pkg/xparse)'s argument specification. +[LaTeX3 argument specification](https://www.latex-project.org/help/documentation/usrguide.pdf). See [INSTALL.md](INSTALL.md) for instructions on how to generate runtime files and compile the documentation. @@ -28,5 +28,5 @@ any later version. The latest version of this license is in https://www.latex-project.org/lppl.txt and version 1.3c or later is part of all distributions of LaTeX version 2008 or later. -This work has the LPPL maintenance status `maintained'. The Current Maintainer -of this work is Sašo Živanović (saso.zivanovic@guest.arnes.si). +This work has the LPPL maintenance status `maintained`. The Current Maintainer +of this work is Sašo Živanović (`saso.zivanovic@guest.arnes.si`). diff --git a/doc/README.collargs.md b/doc/README.collargs.md index 15e0270..35ec0dd 100644 --- a/doc/README.collargs.md +++ b/doc/README.collargs.md @@ -1,6 +1,6 @@ Package CollArgs provides a command which can determine the argument scope of -any command whose argument structure conforms to -[xparse](https://ctan.org/pkg/xparse)'s argument specification. +any command whose argument structure conforms to +[LaTeX3 argument specification](https://www.latex-project.org/help/documentation/usrguide.pdf). This package was developed as an auxiliary package of [Memoize](https://ctan.org/pkg/memoize). This is why it is, somewhat