%% %% This is file `fc-samp.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% fmtcount.dtx (with options: `fc-samp.tex,package') %% %% fmtcount.dtx %% Copyright 2009 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license of (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Nicola Talbot. %% %% This work consists of the files fmtcount.dtx and fmtcount.ins and the derived files fmtcount.sty, fc-british.def, fc-english.def, fc-french.def, fc-german.def, fc-italian.def, fc-portuges.def, fc-spanish.def, fc-UKenglish.def, fc-USenglish.def, fmtcount.perl, fc-lang.tex, fc-samp.tex. %% %% \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 \~} \documentclass[a4paper]{article} \usepackage{fmtcount} \newcounter{N} \padzeroes[5] \newcommand{\printrow}[1]{% \newline \setcounter{N}{#1} \makebox[0.75in][r]{\decimal{N}\quad} \makebox[0.75in][r]{\hexadecimal{N}\quad} \makebox[0.75in][r]{\ordinal{N}\quad} \makebox[2in][l]{\numberstring{N}} } \renewcommand{\thesection}{\ordinal{section}} \begin{document} \section{Displaying the value of a counter} \label{ex} \begin{ttfamily} \noindent \makebox[0.75in][c]{decimal} \makebox[0.75in][c]{hexadecimal} \makebox[0.75in][c]{ordinal} numberstring \printrow{0} \printrow{1} \printrow{2} \printrow{3} \printrow{4} \printrow{5} \printrow{6} \printrow{7} \printrow{8} \printrow{9} \printrow{10} \printrow{11} \printrow{12} \printrow{13} \printrow{14} \printrow{15} \printrow{16} \printrow{17} \printrow{18} \printrow{19} \printrow{20} \printrow{21} \printrow{22} \printrow{23} \printrow{24} \printrow{25} \printrow{30} \printrow{40} \printrow{50} \printrow{60} \printrow{70} \printrow{71} \printrow{75} \printrow{80} \printrow{81} \printrow{85} \printrow{90} \printrow{91} \printrow{95} \printrow{100} \printrow{101} \printrow{110} \printrow{125} \printrow{150} \printrow{170} \printrow{180} \printrow{190} \printrow{200} \printrow{250} \printrow{300} \printrow{400} \printrow{500} \printrow{600} \printrow{700} \printrow{800} \printrow{900} \printrow{1000} \printrow{99999} \end{ttfamily} \section{Cross-Referencing} Referencing a label: \ref{ex}. Passing numbers explicitly: \ordinalnum{10}, \Numberstringnum{10}, \NUMBERstringnum{10}, \Ordinalstringnum{10}, \ORDINALstringnum{10}. \end{document} \endinput %% %% End of file `fc-samp.tex'.