Updated version and copyright date

This commit is contained in:
Bastien Dumont 2023-02-20 21:06:42 +01:00
parent 7f39828d3f
commit 59233a91f7
5 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Smart typesetting of enumerated cross-references for various TeX formats. Smart typesetting of enumerated cross-references for various TeX formats.
Copyright (C) 2022 Copyright (C) 2022-2023
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 by Bastien Dumont (bastien.dumont@posteo.net) Copyright 2022-2023 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

View File

@ -112,7 +112,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 Bastien Dumont. Copyright (C) 2022-2023 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;

View File

@ -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: 2022/11/11 date: 2023/02/20
lang: en-US lang: en-US
toc: true toc: true
license: true license: true

View File

@ -18,6 +18,10 @@ check_files(){
check_files check_files
cd doc
make crossrefenum.pdf
cd -
if [[ -a crossrefenum.zip ]] ; then rm crossrefenum.zip ; fi if [[ -a crossrefenum.zip ]] ; then rm crossrefenum.zip ; fi
mkdir crossrefenum mkdir crossrefenum
cd crossrefenum cd crossrefenum

View File

@ -5,7 +5,7 @@
\def\crfnmDate{2023/02/20} \def\crfnmDate{2023/02/20}
\def\crfnmVersion{1.0.1} \def\crfnmVersion{1.0.1}
% %
% Copyright 2022 by Bastien Dumont (bastien.dumont@posteo.net) % Copyright 2022-2023 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