Small error in the manual

This commit is contained in:
Bastien Dumont
2025-08-05 16:07:32 +02:00
parent e6f59ea551
commit 4898173394
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,5 @@ The test suite now uses _lualatex_.
The last argument of `\crossrefenum` can now be a comma-delimited list The last argument of `\crossrefenum` can now be a comma-delimited list
instead of a list of groups. Lists of groups are still supported and will remain so. instead of a list of groups. Lists of groups are still supported and will remain so.
Fixed a small error in an example in the manual.

View File

@ -27,6 +27,7 @@ the labels they refer to appear in their document.
It is written in Plain TeX as much as possible It is written in Plain TeX as much as possible
in order to make it compatible with a wide array of formats. in order to make it compatible with a wide array of formats.
For the moment, it works out of the box with ConTeXt and LaTeX. For the moment, it works out of the box with ConTeXt and LaTeX.
Its only dependency is [`simplekv`](https://ctan.org/pkg/simplekv).
The file `main-test.pdf` provides a showcase of the abilities of _crossrefenum_. The file `main-test.pdf` provides a showcase of the abilities of _crossrefenum_.
@ -273,7 +274,7 @@ i.e. `\someline` for line references and `\pagereference` for page references.
```{.tex} ```{.tex}
%% If it differs from the defaults. %% If it differs from the defaults.
\def\crfnmCollapsable{yes} \def\crfnmLineCollapsable{yes}
\def\crfnmLineBeforeLastInSecond{, } \def\crfnmLineBeforeLastInSecond{, }
\def\crfnmPagelineSubtypesSep{} \def\crfnmPagelineSubtypesSep{}
\def\crfnmPagelinePrintFirstPrefix{once} \def\crfnmPagelinePrintFirstPrefix{once}