typo + version
This commit is contained in:
parent
59233a91f7
commit
fec1feff3b
|
@ -5,3 +5,8 @@
|
||||||
### 2023/02/20: Version 1.0.1
|
### 2023/02/20: Version 1.0.1
|
||||||
|
|
||||||
`\crossrefenum` is now protected against early expansion.
|
`\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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Smart typesetting of enumerated cross-references for various TeX formats.
|
||||||
|
|
||||||
|
|
|
@ -251,8 +251,8 @@ if this feature were not already included in _crossrefenum_.
|
||||||
% Define all specific configuration options in the regular way.
|
% Define all specific configuration options in the regular way.
|
||||||
|
|
||||||
%% Required
|
%% Required
|
||||||
\def\crfnmLine{l. }
|
\def\crfnmLine{l.~}
|
||||||
\def\crfnmLines{ll.}
|
\def\crfnmLines{ll.~}
|
||||||
|
|
||||||
%% If it differs from the defaults.
|
%% If it differs from the defaults.
|
||||||
\def\crfnmCollapsable{yes}
|
\def\crfnmCollapsable{yes}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
\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{2023/02/20}
|
||||||
\def\crfnmVersion{1.0.1}
|
\def\crfnmVersion{1.0.2}
|
||||||
%
|
%
|
||||||
% Copyright 2022-2023 by Bastien Dumont (bastien.dumont@posteo.net)
|
% Copyright 2022-2023 by Bastien Dumont (bastien.dumont@posteo.net)
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user