Updated version and copyright date
This commit is contained in:
parent
7f39828d3f
commit
59233a91f7
|
@ -2,7 +2,7 @@
|
|||
|
||||
Smart typesetting of enumerated cross-references for various TeX formats.
|
||||
|
||||
Copyright (C) 2022
|
||||
Copyright (C) 2022-2023
|
||||
by Bastien Dumont <bastien.dumont@posteo.net>
|
||||
|
||||
CTAN: `macros/generic/crossrefenum`
|
||||
|
@ -66,7 +66,7 @@ and put in it `crossrefenum.tex` and, if required,
|
|||
|
||||
## 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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -112,7 +112,7 @@ $endif$
|
|||
$if(license)$
|
||||
\startlicensepagemakeup
|
||||
\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
|
||||
under the terms of the GNU Free Documentation License, Version 1.3
|
||||
or any later version published by the Free Software Foundation;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "crossrefenum"
|
||||
subtitle: "Smart typesetting of enumerated cross-references for various TeX formats"
|
||||
author: Bastien Dumont
|
||||
date: 2022/11/11
|
||||
date: 2023/02/20
|
||||
lang: en-US
|
||||
toc: true
|
||||
license: true
|
||||
|
|
|
@ -18,6 +18,10 @@ check_files(){
|
|||
|
||||
check_files
|
||||
|
||||
cd doc
|
||||
make crossrefenum.pdf
|
||||
cd -
|
||||
|
||||
if [[ -a crossrefenum.zip ]] ; then rm crossrefenum.zip ; fi
|
||||
mkdir crossrefenum
|
||||
cd crossrefenum
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
\def\crfnmDate{2023/02/20}
|
||||
\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
|
||||
% it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in New Issue
Block a user