diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex b/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex index 7a07151851e..4c5a6e47f4e 100644 --- a/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex +++ b/Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex @@ -5,7 +5,7 @@ %% The original source files were: %% %% fmtcount.dtx (with options: `fc-samp.tex,package') -%% Copyright (C) 2006 Nicola Talbot, all rights reserved. +%% Copyright (C) 2007 Nicola Talbot, all rights reserved. %% If you modify this file, you must change its name first. %% You are NOT ALLOWED to distribute this file alone. You are NOT %% ALLOWED to take money for the distribution or use of either this @@ -28,14 +28,15 @@ %% Right brace \} Tilde \~} \documentclass[a4paper]{article} -\usepackage[french]{babel} \usepackage{fmtcount} \newcounter{N} +\padzeroes[5] + \newcommand{\printrow}[1]{% \newline \setcounter{N}{#1} -\makebox[0.25in][r]{\theN\quad} +\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}} @@ -50,7 +51,7 @@ \begin{ttfamily} \noindent -\makebox[0.25in][c]{N} +\makebox[0.75in][c]{decimal} \makebox[0.75in][c]{hexadecimal} \makebox[0.75in][c]{ordinal} numberstring |