diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-09 01:37:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-09 01:37:25 +0000 |
commit | 75749358b57f757623123e34d01f1d7c02379873 (patch) | |
tree | be185fa3c9d6f086db3554f34624cb4bed30411e /Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex | |
parent | a9502e7a832eee7a924f5f6bdaccddef01bf5b74 (diff) |
fmtcount update (7jan07)
git-svn-id: svn://tug.org/texlive/trunk@3260 c570f23f-e606-0410-a88d-b1316a301751
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 |