From 025d19c11db00839e64c39d37e6618f746ab1e12 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Thu, 7 Aug 2025 20:46:03 +0200 Subject: [PATCH] typo in the manual --- doc/crossrefenum.md | 2 +- doc/table-config.txt | 2 +- release-to-CTAN.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/crossrefenum.md b/doc/crossrefenum.md index a1b9e83..40e969a 100644 --- a/doc/crossrefenum.md +++ b/doc/crossrefenum.md @@ -100,7 +100,7 @@ you can do: | | |page number) | | | | | | | | | +-----------------+-----------------------------------------------+---------------------+--------------+------------------------------+ -|`print prefix of |`\crfnmPrintFirstPrefix` |Should the numbers of|`always` or |`\at[fst-pref-dlb]`{=context} | +|`print prefix of |`\crfnmPrintFirstPrefix` |Should the numbers of|`always` or |`\at[fst-pref-dbl]`{=context} | |first subtype` | |the first subtype be |`once` | | | | |prefixed always or | | | | | |only for the first | | | diff --git a/doc/table-config.txt b/doc/table-config.txt index 58ee977..e11d892 100644 --- a/doc/table-config.txt +++ b/doc/table-config.txt @@ -37,7 +37,7 @@ | | |page number) | | | | | | | | | +-----------------+-----------------------------------------------+---------------------+--------------+------------------------------+ -|`print prefix of |`\crfnmPrintFirstPrefix` |Should the numbers of|`always` or |`\at[fst-pref-dlb]`{=context} | +|`print prefix of |`\crfnmPrintFirstPrefix` |Should the numbers of|`always` or |`\at[fst-pref-dbl]`{=context} | |first subtype` | |the first subtype be |`once` | | | | |prefixed always or | | | | | |only for the first | | | diff --git a/release-to-CTAN.sh b/release-to-CTAN.sh index b648175..7adc23e 100755 --- a/release-to-CTAN.sh +++ b/release-to-CTAN.sh @@ -47,4 +47,4 @@ for file in crossrefenum.sty crossrefenum.tex t-crossrefenum.tex ; do done cd ../.. -7z a -l crossrefenum.zip crossrefenum && rm -r --interactive=never crossrefenum +7z a crossrefenum.zip crossrefenum && rm -r --interactive=never crossrefenum