<div dir="ltr">Hello<br><br>I need to have a counter that counts like "first, second, third, fourrth, ...".  (say up to ten thousandth). I can create a counter and put all of these in it just like:<br><br>\def\@mycounter#1{%<br>
  \ifcase#1\or First\or Second\or Third\or ...\else\@ctrerr\fi}<br><br>\def\mycounter#1{\expandafter\@mycounter\csname c@#1\endcsname}<br><br>But it will be  very annoying to put each single of these in \@mycounter. I was wondering if you know a better solution.<br>
<br>Thanks<br></div>