Bump version number
This commit is contained in:
parent
81d9cd4bde
commit
9ee5e7efa3
|
@ -10,3 +10,6 @@
|
||||||
|
|
||||||
Fixed some minor issues in version numbers and in the manual.
|
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`.
|
||||||
|
|
|
@ -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.
|
Smart typesetting of enumerated cross-references for various TeX formats.
|
||||||
|
|
||||||
Copyright (C) 2022-2023
|
Copyright (C) 2022-2024
|
||||||
by Bastien Dumont <bastien.dumont@posteo.net>
|
by Bastien Dumont <bastien.dumont@posteo.net>
|
||||||
|
|
||||||
CTAN: `macros/generic/crossrefenum`
|
CTAN: `macros/generic/crossrefenum`
|
||||||
|
@ -66,7 +66,7 @@ and put in it `crossrefenum.tex` and, if required,
|
||||||
|
|
||||||
## License
|
## 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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -116,7 +116,7 @@ $endif$
|
||||||
$if(license)$
|
$if(license)$
|
||||||
\startlicensepagemakeup
|
\startlicensepagemakeup
|
||||||
\inframed[frame=off, width=0.66\textwidth, align=normal]{%
|
\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
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
or any later version published by the Free Software Foundation;
|
or any later version published by the Free Software Foundation;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "crossrefenum"
|
title: "crossrefenum"
|
||||||
subtitle: "Smart typesetting of enumerated cross-references for various TeX formats"
|
subtitle: "Smart typesetting of enumerated cross-references for various TeX formats"
|
||||||
author: Bastien Dumont
|
author: Bastien Dumont
|
||||||
date: 2023/02/20
|
date: 2024/04/13
|
||||||
lang: en-US
|
lang: en-US
|
||||||
toc: true
|
toc: true
|
||||||
license: true
|
license: true
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
\def\crfnmName{crossrefenum}
|
\def\crfnmName{crossrefenum}
|
||||||
\def\crfnmShortDesc{Smart typesetting of enumerated cross-references for various TeX formats}
|
\def\crfnmShortDesc{Smart typesetting of enumerated cross-references for various TeX formats}
|
||||||
\def\crfnmAuthor{Bastien Dumont}
|
\def\crfnmAuthor{Bastien Dumont}
|
||||||
\def\crfnmDate{2023/02/20}
|
\def\crfnmDate{2024/04/13}
|
||||||
\def\crfnmVersion{1.0.2}
|
\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
|
% 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
|
% it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue
Block a user