typo + version

This commit is contained in:
Bastien Dumont 2023-02-20 21:12:39 +01:00
parent 59233a91f7
commit fec1feff3b
4 changed files with 9 additions and 4 deletions

View File

@ -5,3 +5,8 @@
### 2023/02/20: Version 1.0.1
`\crossrefenum` is now protected against early expansion.
### 2023/02/20: Version 1.0.2
Fixed minor problems in version numbers and a typo in the doc.

View File

@ -1,4 +1,4 @@
# crossrefenum 2023/02/20 v1.0.1
# crossrefenum 2023/02/20 v1.0.2
Smart typesetting of enumerated cross-references for various TeX formats.

View File

@ -251,8 +251,8 @@ if this feature were not already included in _crossrefenum_.
% Define all specific configuration options in the regular way.
%% Required
\def\crfnmLine{l. }
\def\crfnmLines{ll.}
\def\crfnmLine{l.~}
\def\crfnmLines{ll.~}
%% If it differs from the defaults.
\def\crfnmCollapsable{yes}

View File

@ -3,7 +3,7 @@
\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.1}
\def\crfnmVersion{1.0.2}
%
% Copyright 2022-2023 by Bastien Dumont (bastien.dumont@posteo.net)
%