From 216eb55217660f15fe12431f2733301612f4dce5 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Thu, 7 Aug 2025 17:36:54 +0200 Subject: [PATCH] Updated version and date --- CHANGELOG.md | 4 ++-- README.md | 6 +++--- doc/TEMPLATE_crossrefenum.context | 2 +- doc/crossrefenum.md | 2 +- tex/crossrefenum.tex | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56368d9..4582961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,13 @@ Various fixes in the documentation and new convenience macro `\crfnm@declareType The test suite now uses _lualatex_. -### Version 1.2 +### 2025/08/07: Version 1.2 The last argument of `\crossrefenum` can now be a comma-delimited list instead of a list of groups. Lists of groups are still supported and will remain so. The new macro `\crfnmsetup` now provides a key-value configuration interface, -thanks to Jonathan P. Spratte's [`expkv`](https://ctan.org/pkg/expkv-bundle) package. +thanks to Jonathan P. Spratte's [`expkv`](https://ctan.org/pkg/expkv-bundle) package. The dependency to `expkv` can be removed by deactivating the key-value interface. Various improvements in the manual. diff --git a/README.md b/README.md index 59c88d9..758e3e7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# crossrefenum 2024/04/13 v1.2 +# crossrefenum 2025/08/07 v1.2 Smart typesetting of enumerated cross-references for various TeX formats. -Copyright (C) 2022-2024 +Copyright (C) 2022-2025 by Bastien Dumont CTAN: `macros/generic/crossrefenum` @@ -72,7 +72,7 @@ and put in it `crossrefenum.tex` and, if required, ## License -Copyright 2022-2024 by Bastien Dumont (bastien.dumont@posteo.net) +Copyright 2022-2025 by Bastien Dumont (bastien.dumont@posteo.net) crossrefenum.tex is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/doc/TEMPLATE_crossrefenum.context b/doc/TEMPLATE_crossrefenum.context index fd44b1e..b783c89 100644 --- a/doc/TEMPLATE_crossrefenum.context +++ b/doc/TEMPLATE_crossrefenum.context @@ -128,7 +128,7 @@ $endif$ $if(license)$ \startlicensepagemakeup \inframed[frame=off, width=0.66\textwidth, align=normal]{% - Copyright (C) 2022-2024 Bastien Dumont. + Copyright (C) 2022-2025 Bastien Dumont. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; diff --git a/doc/crossrefenum.md b/doc/crossrefenum.md index 1061d5a..a1b9e83 100644 --- a/doc/crossrefenum.md +++ b/doc/crossrefenum.md @@ -3,7 +3,7 @@ title: "crossrefenum" subtitle: "Smart typesetting of enumerated cross-references for various TeX formats" author: Bastien Dumont email: bastien [dot] dumont [at] posteo [dot] net -date: "2024/04/13" +date: "2025/08/07" version: 1.2 lang: en-US toc: true diff --git a/tex/crossrefenum.tex b/tex/crossrefenum.tex index 75289b2..25fc67a 100644 --- a/tex/crossrefenum.tex +++ b/tex/crossrefenum.tex @@ -2,10 +2,10 @@ \def\crfnmName{crossrefenum} \def\crfnmShortDesc{Smart typesetting of enumerated cross-references for various TeX formats} \def\crfnmAuthor{Bastien Dumont} -\def\crfnmDate{2024/04/13} -\def\crfnmVersion{1.1} +\def\crfnmDate{2025/08/07} +\def\crfnmVersion{1.2} % -% Copyright 2022-2024 by Bastien Dumont (bastien.dumont@posteo.net) +% Copyright 2022-2025 by Bastien Dumont (bastien.dumont@posteo.net) % % crossrefenum.tex is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by