texlive[73821] branches/branch2024.final/Master/texmf-dist: fmtcount

commits+karl at tug.org commits+karl at tug.org
Sun Feb 9 22:19:56 CET 2025


Revision: 73821
          https://tug.org/svn/texlive?view=revision&revision=73821
Author:   karl
Date:     2025-02-09 22:19:56 +0100 (Sun, 09 Feb 2025)
Log Message:
-----------
fmtcount (branch) (9feb25)

Modified Paths:
--------------
    branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/CHANGES
    branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/README
    branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
    branches/branch2024.final/Master/texmf-dist/scripts/fmtcount/fmtcount.perl
    branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.dtx
    branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.ins
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-USenglish.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-american.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-brazilian.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-british.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-dutch.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-english.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-francais.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-french.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-frenchb.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-german.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-germanb.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-italian.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngerman.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngermanb.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuges.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuguese.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-spanish.def
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcnumparser.sty
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcprefix.sty
    branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fmtcount.sty

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/CHANGES
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/CHANGES	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/CHANGES	2025-02-09 21:19:56 UTC (rev 73821)
@@ -1,5 +1,11 @@
 fmtcount package versions:
 
+Version 3.10
+
+* Improve documentation
+
+* Solve DTX output errors
+
 Version 3.09
 
 * Remove redundant \"u occurences in Portuguese

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/README
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/README	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/README	2025-02-09 21:19:56 UTC (rev 73821)
@@ -1,15 +1,15 @@
-LaTeX Package : fmtcount v3.09
+LaTeX Package : fmtcount v3.10
 
-Last Modified : 2024-10-18
+Last Modified : 2025-02-09
 
-Author        : Nicola Talbot and Vincent Belaïche
+Author        : Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 
 Files         : fmtcount.dtx   - documented source file
                 fmtcount.ins   - installation script
-		fmtcount.perl  - latex2html style file
-		fc-samp.tex       \
-		fc-lang.tex        - sample files
-	        fc-frlargenum.tex /
+                fmtcount.perl  - latex2html style file
+                fc-samp.tex       \
+                fc-lang.tex        - sample files
+                fc-frlargenum.tex /
 
 The package fmtcount.sty provides commands 
 that display the value of a LaTeX counter in a variety 
@@ -36,10 +36,10 @@
 
 To extract the documentation do:
 
-latex fmtcount.dtx
+pdflatex fmtcount.dtx
 makeindex -s gglo.ist -t fmtcount.glg -o fmtcount.gls fmtcount.glo
-latex fmtcount.dtx
-latex fmtcount.dtx
+pdflatex fmtcount.dtx
+pdflatex fmtcount.dtx
 
 Place the resulting file (fmtcount.dvi) into the documentation
 directory (e.g. texmf/doc/latex/fmtcount/).
@@ -49,4 +49,8 @@
 This material is subject to the LaTeX Project Public License.  See
 https://www.ctan.org/license/lppl for the details of that license.
 
-http://www.dickimaw-books.com/
+Package info:
+    https://ctan.org/pkg/fmtcount
+
+Issues:
+    https://github.com/Xerdi/fmtcount/issues

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2024.final/Master/texmf-dist/scripts/fmtcount/fmtcount.perl
===================================================================
--- branches/branch2024.final/Master/texmf-dist/scripts/fmtcount/fmtcount.perl	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/scripts/fmtcount/fmtcount.perl	2025-02-09 21:19:56 UTC (rev 73821)
@@ -1,5 +1,5 @@
 # File        : fmtcount.perl
-# Author      : Nicola Talbot
+# Author      : Nicola Talbot (inactive)
 # Date        : 2012-09-25
 # Version     : 1.06
 # Description : LaTeX2HTML implementation of fmtcount package

Modified: branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.dtx
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.dtx	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.dtx	2025-02-09 21:19:56 UTC (rev 73821)
@@ -1,11 +1,12 @@
 %\iffalse
 % fmtcount.dtx generated using makedtx version 1.2 (c) Nicola Talbot
 % Command line args:
+%   -setambles "(.*)\.(sty|def)=>\nopreamble\usepreamble\defaultpreamble"
+%   -author "Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis"
+%   -src "(.+)\.(sty|def)$=>\1.\2"
 %   -doc "fmtcount-manual.tex"
-%   -src "(.+)\.(sty|def)$=>\1.\2"
-%   -author "Nicola Talbot and Vincent Belaïche"
 %   fmtcount
-% Created on 2024/10/18 15:41
+% Created on 2025/2/9 11:19
 %\fi
 %\iffalse
 %<*package>
@@ -28,7 +29,7 @@
 %\fi
 % \iffalse
 % Doc-Source file to use with LaTeX2e
-% Copyright (C) 2024 Nicola Talbot and Vincent Belaïche, all rights reserved.
+% Copyright (C) 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis, all rights reserved.
 % \fi
 % \iffalse
 %<*driver>
@@ -73,12 +74,10 @@
 \usepackage[colorlinks,
             bookmarks,
             bookmarksopen,
-            pdfauthor={Nicola L.C. Talbot},
+            pdfauthor={Nicola L.C. Talbot, Vincent Belaïche and Erik Nijenhuis},
             pdftitle={fmtcount.sty: Displaying the Values of LaTeX Counters},
             pdfkeywords={LaTeX,counter}]{hyperref}
 
-\CheckSum{10802}
-
 \doxitem{Option}{option}{options}
 
 \newlength{\tabcolwidth}
@@ -97,14 +96,16 @@
 %</driver>
 %\fi
 %\RecordChanges
-%
 % \title{fmtcount.sty: Displaying the Values of 
 %\LaTeX\ Counters}
 % \author{Nicola L.C. Talbot\\
-% \url{www.dickimaw-books.com}
+% \href{https://www.dickimaw-books.com}{dickimaw-books.com}
 % \and
-% Vincent Bela\"iche}
-% \date{2024-10-18 (version 3.09)\relax
+% Vincent Bela\"iche
+% \and
+% Erik Nijenhuis\\
+% \href{https://github.com/Xerdi/fmtcount}{github.com/Xerdi/fmtcount}}
+% \date{2025-02-09 (version 3.10)\relax
 %}
 % \maketitle
 % \tableofcontents
@@ -835,18 +836,18 @@
 %
 %\selectlanguage{english}
 %
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
+%\subsection{Prefixes}
+%\label{sec:latin-prefixes}
 %
+%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
+%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
+%\end{definition}
 %
+%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
+%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
+%\end{definition}
+%
+%
 %\section{Configuration File \texttt{fmtcount.cfg}}
 %
 %You can save your preferred default settings to a file called
@@ -942,17 +943,11 @@
 %
 %\section{Troubleshooting}
 %
-%There is a FAQ available at: 
-%\url{http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/faq/}.
+%Bug reporting should be done via the GitHub issue manager at:
 %
-%Bug reporting should be done via the Github issue manager at: 
-%\url{https://github.com/nlct/fmtcount/issues/}.
+%\href{https://github.com/Xerdi/fmtcount/issues/}{github.com/Xerdi/fmtcount/issues/}.
 %
 %
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 %
 %\StopEventually{}
 %\section{The Code}
@@ -990,9 +985,7 @@
 \global\let\@OrdinalstringFamerican\@OrdinalstringMUSenglish
 \global\let\@OrdinalstringNamerican\@OrdinalstringMUSenglish
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-american.def>
@@ -1012,7 +1005,7 @@
 %    \begin{macrocode}
 \FCloadlang{portuges}%
 %    \end{macrocode}
-% Set |brazilian| to be equivalent to |portuges| for all the numeral ordinals, and string ordinals.
+% Set \verb|brazilian| to be equivalent to \verb|portuges| for all the numeral ordinals, and string ordinals.
 %    \begin{macrocode}
 \global\let\@ordinalMbrazilian=\@ordinalMportuges
 \global\let\@ordinalFbrazilian=\@ordinalFportuges
@@ -1025,7 +1018,7 @@
 \global\let\@OrdinalstringNbrazilian\@OrdinalstringMportuges
 %    \end{macrocode}
 % Convert a number to a textual representation. To make it easier, split it up into units, tens, teens and
-% hundreds. Units, tens, and hundreds are the same as for |portuges| and are not redefined, only the teens are
+% hundreds. Units, tens, and hundreds are the same as for \verb|portuges| and are not redefined, only the teens are
 % Brazilian specific.\\
 % Teens (argument must be a number from 0 to 9):
 %    \begin{macrocode}
@@ -1136,9 +1129,7 @@
 %    \begin{macrocode}
 \global\let\@NumberstringNbrazilian\@NumberstringMbrazilian
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-brazilian.def>
@@ -1177,6 +1168,7 @@
 \global\let\@OrdinalstringFbritish\@OrdinalstringMenglish
 \global\let\@OrdinalstringNbritish\@OrdinalstringMenglish
 %    \end{macrocode}
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-british.def>
@@ -1582,9 +1574,7 @@
 }%
 \global\let\@@numberunderhundredthdutch\@@numberunderhundredthdutch
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-dutch.def>
@@ -2162,9 +2152,7 @@
 \global\let\@OrdinalstringFenglish=\@OrdinalstringMenglish
 \global\let\@OrdinalstringNenglish=\@OrdinalstringMenglish
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-english.def>
@@ -2180,7 +2168,7 @@
 \ProvidesFCLanguage{francais}[2013/08/17]%
 \FCloadlang{french}%
 %    \end{macrocode}
-% Set |francais| to be equivalent to |french|.
+% Set \verb|francais| to be equivalent to \verb|french|.
 %    \begin{macrocode}
 \global\let\@ordinalMfrancais=\@ordinalMfrench
 \global\let\@ordinalFfrancais=\@ordinalFfrench
@@ -2198,7 +2186,7 @@
 \global\let\@OrdinalstringFfrancais=\@OrdinalstringFfrench
 \global\let\@OrdinalstringNfrancais=\@OrdinalstringNfrench
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-francais.def>
@@ -3978,9 +3966,7 @@
 \gdef\@NumberstringMfrench{\csuse{@NumberstringMfrench\fmtcount at french}}%
 \gdef\@NumberstringFfrench{\csuse{@NumberstringFfrench\fmtcount at french}}%
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-french.def>
@@ -3996,7 +3982,7 @@
 \ProvidesFCLanguage{frenchb}[2013/08/17]%
 \FCloadlang{french}%
 %    \end{macrocode}
-% Set |frenchb| to be equivalent to |french|.
+% Set \verb|frenchb| to be equivalent to \verb|french|.
 %    \begin{macrocode}
 \global\let\@ordinalMfrenchb=\@ordinalMfrench
 \global\let\@ordinalFfrenchb=\@ordinalFfrench
@@ -4014,7 +4000,7 @@
 \global\let\@OrdinalstringFfrenchb=\@OrdinalstringFfrench
 \global\let\@OrdinalstringNfrenchb=\@OrdinalstringNfrench
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-frenchb.def>
@@ -4094,8 +4080,8 @@
 }%
 \global\let\@@tenstringgerman\@@tenstringgerman
 %    \end{macrocode}
-% \cs{einhundert} is set to |einhundert| by default, user can
-% redefine this command to just |hundert| if required, similarly
+% \cs{einhundert} is set to \verb|einhundert| by default, user can
+% redefine this command to just \verb|hundert| if required, similarly
 % for \cs{eintausend}.
 %    \begin{macrocode}
 \providecommand*{\einhundert}{einhundert}%
@@ -4391,10 +4377,10 @@
 }%
 \global\let\@@teenthstringNgerman\@@teenthstringNgerman
 %    \end{macrocode}
-% This appends the results to |\#2| for number |\#2| (in range 0 to
+% This appends the results to \verb|\#2| for number \verb|\#2| (in range 0 to
 % 100.)
 % null and eins are dealt with separately in
-% |\@@numberstringgerman|.
+% \verb|\@@numberstringgerman|.
 %    \begin{macrocode}
 \newcommand*\@@numberunderhundredgerman[2]{%
 \ifnum#1<10\relax
@@ -4606,9 +4592,7 @@
 %    \begin{macrocode}
 \FCloadlang{germanb}%
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-german.def>
@@ -4627,7 +4611,7 @@
 %    \begin{macrocode}
 \FCloadlang{german}%
 %    \end{macrocode}
-% Set |germanb| to be equivalent to |german|.
+% Set \verb|germanb| to be equivalent to \verb|german|.
 %    \begin{macrocode}
 \global\let\@ordinalMgermanb=\@ordinalMgerman
 \global\let\@ordinalFgermanb=\@ordinalFgerman
@@ -4645,7 +4629,7 @@
 \global\let\@OrdinalstringFgermanb=\@OrdinalstringFgerman
 \global\let\@OrdinalstringNgermanb=\@OrdinalstringNgerman
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-germanb.def>
@@ -4750,7 +4734,7 @@
   \edef#2{#1\relax\noexpand\fmtord{a}}}
 \global\let\@ordinalFitalian\@ordinalFitalian
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-italian.def>
@@ -4767,7 +4751,7 @@
 \FCloadlang{german}%
 \FCloadlang{ngermanb}%
 %    \end{macrocode}
-% Set |ngerman| to be equivalent to |german|. Is it okay to do
+% Set \verb|ngerman| to be equivalent to \verb|german|. Is it okay to do
 % this? (I don't know the difference between the two.)
 %    \begin{macrocode}
 \global\let\@ordinalMngerman=\@ordinalMgerman
@@ -4786,7 +4770,7 @@
 \global\let\@OrdinalstringFngerman=\@OrdinalstringFgerman
 \global\let\@OrdinalstringNngerman=\@OrdinalstringNgerman
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-ngerman.def>
@@ -4802,7 +4786,7 @@
 \ProvidesFCLanguage{ngermanb}[2013/08/17]%
 \FCloadlang{german}%
 %    \end{macrocode}
-% Set |ngermanb| to be equivalent to |german|. Is it okay to do
+% Set \verb|ngermanb| to be equivalent to \verb|german|. Is it okay to do
 % this? (I don't know the difference between the two.)
 %    \begin{macrocode}
 \global\let\@ordinalMngermanb=\@ordinalMgerman
@@ -4825,7 +4809,7 @@
 %    \begin{macrocode}
 \FCloadlang{ngerman}%
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-ngermanb.def>
@@ -5638,9 +5622,7 @@
 }%
 \global\let\@@ordinalstringportuges\@@ordinalstringportuges
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-portuges.def>
@@ -5659,7 +5641,7 @@
 %    \begin{macrocode}
 \FCloadlang{portuges}%
 %    \end{macrocode}
-% Set |portuguese| to be equivalent to |portuges|.
+% Set \verb|portuguese| to be equivalent to \verb|portuges|.
 %    \begin{macrocode}
 \global\let\@ordinalMportuguese=\@ordinalMportuges
 \global\let\@ordinalFportuguese=\@ordinalFportuges
@@ -5677,7 +5659,7 @@
 \global\let\@OrdinalstringFportuguese=\@OrdinalstringFportuges
 \global\let\@OrdinalstringNportuguese=\@OrdinalstringNportuges
 %    \end{macrocode}
-
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-portuguese.def>
@@ -6637,9 +6619,8 @@
 }%
 \global\let\@@ordinalstringspanish\@@ordinalstringspanish
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi%\iffalse
+% \setcounter{CodelineNo}{0}
+%\iffalse
 %    \begin{macrocode}
 %</fc-spanish.def>
 %    \end{macrocode}
@@ -6677,6 +6658,7 @@
 \global\let\@OrdinalstringFUKenglish\@OrdinalstringMenglish
 \global\let\@OrdinalstringNUKenglish\@OrdinalstringMenglish
 %    \end{macrocode} 
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-UKenglish.def>
@@ -6716,6 +6698,7 @@
 \global\let\@OrdinalstringFUSenglish\@OrdinalstringMenglish
 \global\let\@OrdinalstringNUSenglish\@OrdinalstringMenglish
 %    \end{macrocode}
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fc-USenglish.def>
@@ -7069,7 +7052,7 @@
   }\@tempa
 }
 %    \end{macrocode}
-% \DescribeMacro{\fc@@check at nonzeros@inner} Macro \cs{fc@@check at nonzeros@inner} Check wehther some part of the
+% \DescribeMacro{\fc@@check at nonzeros@inner} Macro \cs{fc@@check at nonzeros@inner} Check whether some part of the
 % parsed value contains some non-zero digit At the call of this macro we expect that:\newline\noindent
 % \begin{tabularx}{\linewidth}{@{}>{\raggedleft\arraybackslash}rX@{}}
 %   \cs{@tempa}&input/output macro:\newline\noindent
@@ -7325,9 +7308,7 @@
   }\@tempa
 }%
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fcnumparser.sty>
@@ -7902,9 +7883,7 @@
   \fc at call\@latinnumeralstringnum
 }
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fcprefix.sty>
@@ -7917,10 +7896,10 @@
 %\fi
 
 %\subsection{fmtcount.sty}
-% This section deals with the code for |fmtcount.sty|
+% This section deals with the code for \verb|fmtcount.sty|.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fmtcount}[2024/10/18 v3.09]
+\ProvidesPackage{fmtcount}[2025/02/09 v3.10 Displaying the values of LaTeX counters (NT,VB,NE)]
 \RequirePackage{ifthen}
 %    \end{macrocode}
 % \changes{3.01}{2014/12/03}{Use \styfmt{xkeyval} instead of \styfmt{keyval}, so that we do not get in trouble
@@ -7945,7 +7924,7 @@
 % These commands need to be defined before the
 % configuration file is loaded.
 %
-% Define the macro to format the |st|, |nd|, |rd| or |th| of an 
+% Define the macro to format the \verb|st|, \verb|nd|, \verb|rd| or \verb|th| of an
 % ordinal.
 % \changes{3.01}{2014/12/3}{Make \cs{fmtord} language dependent.}
 % \changes{3.01}{2014/12/3}{Substitute \cs{textsuperscript} for \cs{fc at textsuperscript}, and define
@@ -8394,7 +8373,7 @@
 }
 %    \end{macrocode}
 %\end{macro}
-% The following registers are needed by |\@ordinal| etc
+% The following registers are needed by \verb|\@ordinal| etc
 %    \begin{macrocode}
 \newcount\@ordinalctr
 \newcount\@orgargctr
@@ -9980,13 +9959,11 @@
    \else
        \@setdef at ultfmtcount
    \fi\fi
-}
 %    \end{macrocode}
 % \changes{3.01}{2014/12/03}{Substitute \cs{textsuperscript} for \cs{fc at textsuperscript}, and define
 % \cs{fc at textsuperscript} as \cs{fup} when defined at beginning of document, or as \cs{textsuperscript}
 % otherwise}
 %    \begin{macrocode}
-\AtBeginDocument{%
    \ifcsundef{FBsupR}{\let\fc at textsuperscript\textsuperscript}{\let\fc at textsuperscript\fup}%
 }
 %    \end{macrocode}
@@ -9998,9 +9975,7 @@
 \let\@numberstring=\@numberstringM
 \let\@Numberstring=\@NumberstringM
 %    \end{macrocode}
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
+% \setcounter{CodelineNo}{0}
 %\iffalse
 %    \begin{macrocode}
 %</fmtcount.sty>

Modified: branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.ins
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.ins	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/fmtcount/fmtcount.ins	2025-02-09 21:19:56 UTC (rev 73821)
@@ -1,10 +1,10 @@
-% fmtcount.ins generated using makedtx version 1.2 2024/10/18 15:41
+% fmtcount.ins generated using makedtx version 1.2 2025/2/9 11:19
 \input docstrip
 
 \preamble
 
  fmtcount.dtx
- Copyright 2024 Nicola Talbot and Vincent Belaïche
+ Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 
  This work may be distributed and/or modified under the
  conditions of the LaTeX Project Public License, either version 1.3
@@ -16,7 +16,7 @@
 
  This work has the LPPL maintenance status `maintained'.
 
- The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+ The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 
  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 
@@ -24,48 +24,27 @@
 
 \askforoverwritefalse
 
-\generate{\file{fc-american.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-american.def,package}}
-\file{fc-brazilian.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-brazilian.def,package}}
-\file{fc-british.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-british.def,package}}
-\file{fc-dutch.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-dutch.def,package}}
-\file{fc-english.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-english.def,package}}
-\file{fc-francais.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-francais.def,package}}
-\file{fc-french.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-french.def,package}}
-\file{fc-frenchb.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-frenchb.def,package}}
-\file{fc-german.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-german.def,package}}
-\file{fc-germanb.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-germanb.def,package}}
-\file{fc-italian.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-italian.def,package}}
-\file{fc-ngerman.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-ngerman.def,package}}
-\file{fc-ngermanb.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-ngermanb.def,package}}
-\file{fc-portuges.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-portuges.def,package}}
-\file{fc-portuguese.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-portuguese.def,package}}
-\file{fc-spanish.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-spanish.def,package}}
-\file{fc-UKenglish.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-UKenglish.def,package}}
-\file{fc-USenglish.def}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fc-USenglish.def,package}}
-\file{fcnumparser.sty}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fcnumparser.sty,package}}
-\file{fcprefix.sty}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fcprefix.sty,package}}
-\file{fmtcount.sty}{\usepreamble\defaultpreamble
-\usepostamble\defaultpostamble\from{fmtcount.dtx}{fmtcount.sty,package}}
+\generate{\file{fc-american.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-american.def}}
+\file{fc-brazilian.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-brazilian.def}}
+\file{fc-british.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-british.def}}
+\file{fc-dutch.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-dutch.def}}
+\file{fc-english.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-english.def}}
+\file{fc-francais.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-francais.def}}
+\file{fc-french.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-french.def}}
+\file{fc-frenchb.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-frenchb.def}}
+\file{fc-german.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-german.def}}
+\file{fc-germanb.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-germanb.def}}
+\file{fc-italian.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-italian.def}}
+\file{fc-ngerman.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-ngerman.def}}
+\file{fc-ngermanb.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-ngermanb.def}}
+\file{fc-portuges.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-portuges.def}}
+\file{fc-portuguese.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-portuguese.def}}
+\file{fc-spanish.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-spanish.def}}
+\file{fc-UKenglish.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-UKenglish.def}}
+\file{fc-USenglish.def}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fc-USenglish.def}}
+\file{fcnumparser.sty}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fcnumparser.sty}}
+\file{fcprefix.sty}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fcprefix.sty}}
+\file{fmtcount.sty}{\nopreamble\usepreamble\defaultpreamble\from{fmtcount.dtx}{fmtcount.sty}}
 }
 
 \endbatchfile

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-UKenglish.def,package')
+%% fmtcount.dtx  (with options: `fc-UKenglish.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{UKenglish}[2013/08/17]%
 \FCloadlang{english}%
 \global\let\@ordinalMUKenglish\@ordinalMenglish

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-USenglish.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-USenglish.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-USenglish.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-USenglish.def,package')
+%% fmtcount.dtx  (with options: `fc-USenglish.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{USenglish}[2013/08/17]%
 \FCloadlang{english}%
 \global\let\@ordinalMUSenglish\@ordinalMenglish

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-american.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-american.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-american.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-american.def,package')
+%% fmtcount.dtx  (with options: `fc-american.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{american}[2016/01/12]%
 \FCloadlang{USenglish}%
 \global\let\@ordinalMamerican\@ordinalMUSenglish
@@ -69,9 +40,6 @@
 \global\let\@OrdinalstringMamerican\@OrdinalstringMUSenglish
 \global\let\@OrdinalstringFamerican\@OrdinalstringMUSenglish
 \global\let\@OrdinalstringNamerican\@OrdinalstringMUSenglish
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-american.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-brazilian.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-brazilian.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-brazilian.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-brazilian.def,package')
+%% fmtcount.dtx  (with options: `fc-brazilian.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{brazilian}[2017/12/26]%
 \FCloadlang{portuges}%
 \global\let\@ordinalMbrazilian=\@ordinalMportuges
@@ -135,9 +106,6 @@
 }%
 \global\let\@NumberstringFbrazilian\@NumberstringFbrazilian
 \global\let\@NumberstringNbrazilian\@NumberstringMbrazilian
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-brazilian.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-british.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-british.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-british.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-british.def,package')
+%% fmtcount.dtx  (with options: `fc-british.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{british}[2013/08/17]%
 \FCloadlang{english}%
 \global\let\@ordinalMbritish\@ordinalMenglish

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-dutch.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-dutch.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-dutch.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-dutch.def,package')
+%% fmtcount.dtx  (with options: `fc-dutch.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{dutch}[2024/01/27]%
 \newcommand{\@ordinalMdutch}[2]{\edef#2{\number#1\relax.}}%
 \global\let\@ordinalMdutch\@ordinalMdutch
@@ -357,9 +328,6 @@
     \fi
 }%
 \global\let\@@numberunderhundredthdutch\@@numberunderhundredthdutch
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-dutch.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-english.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-english.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-english.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-english.def,package')
+%% fmtcount.dtx  (with options: `fc-english.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{english}[2016/01/12]%
 \newcommand*\@ordinalMenglish[2]{%
 \def\@fc at ord{}%
@@ -509,9 +480,6 @@
 \global\let\@OrdinalstringMenglish\@OrdinalstringMenglish
 \global\let\@OrdinalstringFenglish=\@OrdinalstringMenglish
 \global\let\@OrdinalstringNenglish=\@OrdinalstringMenglish
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-english.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-francais.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-francais.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-francais.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-francais.def,package')
+%% fmtcount.dtx  (with options: `fc-francais.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{francais}[2013/08/17]%
 \FCloadlang{french}%
 \global\let\@ordinalMfrancais=\@ordinalMfrench
@@ -69,7 +40,6 @@
 \global\let\@OrdinalstringMfrancais=\@OrdinalstringMfrench
 \global\let\@OrdinalstringFfrancais=\@OrdinalstringFfrench
 \global\let\@OrdinalstringNfrancais=\@OrdinalstringNfrench
-
 \endinput
 %%
 %% End of file `fc-francais.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-french.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-french.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-french.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-french.def,package')
+%% fmtcount.dtx  (with options: `fc-french.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{french}[2017/06/15]%
 \ifcsundef{fc at gl@let}{\global\let\fc at gl@let\let}{\PackageError{fmtcount}{Command already defined}{Command
 \protect\fc at gl@let\space already defined.}}
@@ -1248,9 +1219,6 @@
 \gdef\@numberstringFfrench{\csuse{@numberstringFfrench\fmtcount at french}}%
 \gdef\@NumberstringMfrench{\csuse{@NumberstringMfrench\fmtcount at french}}%
 \gdef\@NumberstringFfrench{\csuse{@NumberstringFfrench\fmtcount at french}}%
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-french.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-frenchb.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-frenchb.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-frenchb.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-frenchb.def,package')
+%% fmtcount.dtx  (with options: `fc-frenchb.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{frenchb}[2013/08/17]%
 \FCloadlang{french}%
 \global\let\@ordinalMfrenchb=\@ordinalMfrench
@@ -69,7 +40,6 @@
 \global\let\@OrdinalstringMfrenchb=\@OrdinalstringMfrench
 \global\let\@OrdinalstringFfrenchb=\@OrdinalstringFfrench
 \global\let\@OrdinalstringNfrenchb=\@OrdinalstringNfrench
-
 \endinput
 %%
 %% End of file `fc-frenchb.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-german.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-german.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-german.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-german.def,package')
+%% fmtcount.dtx  (with options: `fc-german.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{german}[2018/06/17]%
 \newcommand{\@ordinalMgerman}[2]{%
   \edef#2{\number#1\relax.}%
@@ -472,9 +443,6 @@
 }%
 \global\let\@@ordinalstringgerman\@@ordinalstringgerman
 \FCloadlang{germanb}%
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-german.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-germanb.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-germanb.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-germanb.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-germanb.def,package')
+%% fmtcount.dtx  (with options: `fc-germanb.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{germanb}[2013/08/17]%
 \FCloadlang{german}%
 \global\let\@ordinalMgermanb=\@ordinalMgerman
@@ -69,7 +40,6 @@
 \global\let\@OrdinalstringMgermanb=\@OrdinalstringMgerman
 \global\let\@OrdinalstringFgermanb=\@OrdinalstringFgerman
 \global\let\@OrdinalstringNgermanb=\@OrdinalstringNgerman
-
 \endinput
 %%
 %% End of file `fc-germanb.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-italian.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-italian.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-italian.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-italian.def,package')
+%% fmtcount.dtx  (with options: `fc-italian.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{italian}[2013/08/17]
 
 \RequirePackage{itnumpar}
@@ -141,7 +112,6 @@
 \newcommand{\@ordinalFitalian}[2]{%
   \edef#2{#1\relax\noexpand\fmtord{a}}}
 \global\let\@ordinalFitalian\@ordinalFitalian
-
 \endinput
 %%
 %% End of file `fc-italian.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngerman.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngerman.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngerman.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-ngerman.def,package')
+%% fmtcount.dtx  (with options: `fc-ngerman.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{ngerman}[2012/06/18]%
 \FCloadlang{german}%
 \FCloadlang{ngermanb}%
@@ -70,7 +41,6 @@
 \global\let\@OrdinalstringMngerman=\@OrdinalstringMgerman
 \global\let\@OrdinalstringFngerman=\@OrdinalstringFgerman
 \global\let\@OrdinalstringNngerman=\@OrdinalstringNgerman
-
 \endinput
 %%
 %% End of file `fc-ngerman.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngermanb.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngermanb.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-ngermanb.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-ngermanb.def,package')
+%% fmtcount.dtx  (with options: `fc-ngermanb.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{ngermanb}[2013/08/17]%
 \FCloadlang{german}%
 \global\let\@ordinalMngermanb=\@ordinalMgerman
@@ -70,7 +41,6 @@
 \global\let\@OrdinalstringFngermanb=\@OrdinalstringFgerman
 \global\let\@OrdinalstringNngermanb=\@OrdinalstringNgerman
 \FCloadlang{ngerman}%
-
 \endinput
 %%
 %% End of file `fc-ngermanb.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuges.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuges.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuges.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-portuges.def,package')
+%% fmtcount.dtx  (with options: `fc-portuges.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{portuges}[2017/12/26]%
 \newcommand*\@ordinalMportuges[2]{%
   \ifnum#1=0\relax
@@ -692,9 +663,6 @@
 \fi
 }%
 \global\let\@@ordinalstringportuges\@@ordinalstringportuges
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fc-portuges.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuguese.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuguese.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-portuguese.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-portuguese.def,package')
+%% fmtcount.dtx  (with options: `fc-portuguese.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{portuguese}[2014/06/09]%
 \FCloadlang{portuges}%
 \global\let\@ordinalMportuguese=\@ordinalMportuges
@@ -69,7 +40,6 @@
 \global\let\@OrdinalstringMportuguese=\@OrdinalstringMportuges
 \global\let\@OrdinalstringFportuguese=\@OrdinalstringFportuges
 \global\let\@OrdinalstringNportuguese=\@OrdinalstringNportuges
-
 \endinput
 %%
 %% End of file `fc-portuguese.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-spanish.def
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-spanish.def	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fc-spanish.def	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fc-spanish.def,package')
+%% fmtcount.dtx  (with options: `fc-spanish.def')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \ProvidesFCLanguage{spanish}[2016/01/12]%
 \newcommand*\@ordinalMspanish[2]{%
   \edef#2{\number#1\relax\noexpand\fmtord{o}}%
@@ -812,9 +783,6 @@
 \fi
 }%
 \global\let\@@ordinalstringspanish\@@ordinalstringspanish
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi%\iffalse
 \endinput
 %%
 %% End of file `fc-spanish.def'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcnumparser.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcnumparser.sty	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcnumparser.sty	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fcnumparser.sty,package')
+%% fmtcount.dtx  (with options: `fcnumparser.sty')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{fcnumparser}[2017/06/15]
 \def\fc at counter@parser#1{%
@@ -394,9 +365,6 @@
     \expandafter
   }\@tempa
 }%
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fcnumparser.sty'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcprefix.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcprefix.sty	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fcprefix.sty	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fcprefix.sty,package')
+%% fmtcount.dtx  (with options: `fcprefix.sty')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,39 +19,10 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{fcprefix}[2012/09/28]
 \RequirePackage{ifthen}
@@ -413,9 +384,6 @@
 \newcommand*{\latinnumeralstringnum}{%
   \fc at call\@latinnumeralstringnum
 }
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fcprefix.sty'.

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fmtcount.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fmtcount.sty	2025-02-09 21:19:35 UTC (rev 73820)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/fmtcount/fmtcount.sty	2025-02-09 21:19:56 UTC (rev 73821)
@@ -4,10 +4,10 @@
 %%
 %% The original source files were:
 %%
-%% fmtcount.dtx  (with options: `fmtcount.sty,package')
+%% fmtcount.dtx  (with options: `fmtcount.sty')
 %% 
 %%  fmtcount.dtx
-%%  Copyright 2024 Nicola Talbot and Vincent Belaïche
+%%  Copyright 2025 Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis
 %% 
 %%  This work may be distributed and/or modified under the
 %%  conditions of the LaTeX Project Public License, either version 1.3
@@ -19,42 +19,13 @@
 %% 
 %%  This work has the LPPL maintenance status `maintained'.
 %% 
-%%  The Current Maintainer of this work is Nicola Talbot and Vincent Belaïche.
+%%  The Current Maintainer of this work is Nicola Talbot (inactive), Vincent Belaïche and Erik Nijenhuis.
 %% 
 %%  This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fc-american.def, fc-brazilian.def, fc-british.def, fc-dutch.def, fc-english.def, fc-francais.def, fc-french.def, fc-frenchb.def, fc-german.def, fc-germanb.def, fc-italian.def, fc-ngerman.def, fc-ngermanb.def, fc-portuges.def, fc-portuguese.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fcnumparser.sty, fcprefix.sty, fmtcount.sty.
 %% 
-%% \CharacterTable
-%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%%   Digits        \0\1\2\3\4\5\6\7\8\9
-%%   Exclamation   \!     Double quote  \"     Hash (number) \#
-%%   Dollar        \$     Percent       \%     Ampersand     \&
-%%   Acute accent  \'     Left paren    \(     Right paren   \)
-%%   Asterisk      \*     Plus          \+     Comma         \,
-%%   Minus         \-     Point         \.     Solidus       \/
-%%   Colon         \:     Semicolon     \;     Less than     \<
-%%   Equals        \=     Greater than  \>     Question mark \?
-%%   Commercial at \@     Left bracket  \[     Backslash     \\
-%%   Right bracket \]     Circumflex    \^     Underscore    \_
-%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
-%%   Right brace   \}     Tilde         \~}
-%%\subsection{Prefixes}
-%%\label{sec:latin-prefixes}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstring}]
-%%\cs{latinnumeralstring}\marg{counter}\oarg{prefix options}
-%%\end{definition}
-%%
-%%\begin{definition}[\DescribeMacro{\latinnumeralstringnum}]
-%%\cs{latinnumeralstringnum}\marg{number}\oarg{prefix options}
-%%\end{definition}
-%% Local Variables:
-%% coding: utf-8
-%% compile-command: "make -C ../dist fmtcount.pdf"
-%% End:
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fmtcount}[2024/10/18 v3.09]
+\ProvidesPackage{fmtcount}[2025/02/09 v3.10 Displaying the values of LaTeX counters (NT,VB,NE)]
 \RequirePackage{ifthen}
 \RequirePackage{xkeyval}
 \RequirePackage{etoolbox}
@@ -1133,8 +1104,6 @@
    \else
        \@setdef at ultfmtcount
    \fi\fi
-}
-\AtBeginDocument{%
    \ifcsundef{FBsupR}{\let\fc at textsuperscript\textsuperscript}{\let\fc at textsuperscript\fup}%
 }
 \let\@ordinal=\@ordinalM
@@ -1142,9 +1111,6 @@
 \let\@Ordinalstring=\@OrdinalstringM
 \let\@numberstring=\@numberstringM
 \let\@Numberstring=\@NumberstringM
-\iffalse Local variables: \fi
-\iffalse mode: docTeX     \fi
-\iffalse End:             \fi
 \endinput
 %%
 %% End of file `fmtcount.sty'.



More information about the tex-live-commits mailing list.