diff --git a/CHANGELOG.md b/CHANGELOG.md index 264537f..472cd67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + diff --git a/README.md b/README.md index 754a5d7..fc699bf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/crossrefenum.md b/doc/crossrefenum.md index 34ff156..8150084 100644 --- a/doc/crossrefenum.md +++ b/doc/crossrefenum.md @@ -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} diff --git a/tex/crossrefenum.tex b/tex/crossrefenum.tex index 0e39f47..46196ed 100644 --- a/tex/crossrefenum.tex +++ b/tex/crossrefenum.tex @@ -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) %