From 9ee5e7efa30084162ce0c6747b582fdc8bd5453a Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sat, 13 Apr 2024 12:27:53 +0200 Subject: [PATCH] Bump version number --- CHANGELOG.md | 3 +++ README.md | 6 +++--- doc/TEMPLATE_crossrefenum.context | 2 +- doc/crossrefenum.md | 2 +- tex/crossrefenum.tex | 6 +++--- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ca264..8cc5622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,3 +10,6 @@ Fixed some minor issues in version numbers and in the manual. +### 2024/04/13: Version 1.1 + +Various fixes in the documentation and new convenience macro `\crfnm@declareType`. diff --git a/README.md b/README.md index fc699bf..19798de 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# crossrefenum 2023/02/20 v1.0.2 +# crossrefenum 2024/04/13 v1.1 Smart typesetting of enumerated cross-references for various TeX formats. -Copyright (C) 2022-2023 +Copyright (C) 2022-2024 by Bastien Dumont CTAN: `macros/generic/crossrefenum` @@ -66,7 +66,7 @@ and put in it `crossrefenum.tex` and, if required, ## License -Copyright 2022-2023 by Bastien Dumont (bastien.dumont@posteo.net) +Copyright 2022-2024 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 10cd122..e40f2dc 100644 --- a/doc/TEMPLATE_crossrefenum.context +++ b/doc/TEMPLATE_crossrefenum.context @@ -116,7 +116,7 @@ $endif$ $if(license)$ \startlicensepagemakeup \inframed[frame=off, width=0.66\textwidth, align=normal]{% - Copyright (C) 2022-2023 Bastien Dumont. + Copyright (C) 2022-2024 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 dfaa59b..ee4da98 100644 --- a/doc/crossrefenum.md +++ b/doc/crossrefenum.md @@ -2,7 +2,7 @@ title: "crossrefenum" subtitle: "Smart typesetting of enumerated cross-references for various TeX formats" author: Bastien Dumont -date: 2023/02/20 +date: 2024/04/13 lang: en-US toc: true license: true diff --git a/tex/crossrefenum.tex b/tex/crossrefenum.tex index 695f6bf..81d9912 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{2023/02/20} -\def\crfnmVersion{1.0.2} +\def\crfnmDate{2024/04/13} +\def\crfnmVersion{1.1} % -% Copyright 2022-2023 by Bastien Dumont (bastien.dumont@posteo.net) +% Copyright 2022-2024 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