summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fmtcount
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-09 01:37:25 +0000
committerKarl Berry <karl@freefriends.org>2007-01-09 01:37:25 +0000
commit75749358b57f757623123e34d01f1d7c02379873 (patch)
treebe185fa3c9d6f086db3554f34624cb4bed30411e /Master/texmf-dist/doc/latex/fmtcount
parenta9502e7a832eee7a924f5f6bdaccddef01bf5b74 (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')
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/CHANGES4
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/README4
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex2
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fc-samp.tex9
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdfbin118989 -> 121492 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fmtcount/manual.html59
6 files changed, 48 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/fmtcount/CHANGES b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
index f27426baee1..412416bd5d7 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/CHANGES
+++ b/Master/texmf-dist/doc/latex/fmtcount/CHANGES
@@ -1,5 +1,9 @@
fmtcount package versions:
+Version 1.06: fixed language-related bug
+
+Version 1.05: fixed bug in \padzeroes
+
Version 1.04: provided \FCordinal to avoid clashes with the memoir class.
Version 1.03: Minor bug fixes (concerning fmtcount.cfg and the effect of \padzeroes).
diff --git a/Master/texmf-dist/doc/latex/fmtcount/README b/Master/texmf-dist/doc/latex/fmtcount/README
index f51c9872974..bad070ef6f2 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/README
+++ b/Master/texmf-dist/doc/latex/fmtcount/README
@@ -1,6 +1,6 @@
-LaTeX Package : fmtcount v 1.04
+LaTeX Package : fmtcount v 1.06
-Last Modified : 29 July 2006
+Last Modified : 6 January 2007
Author : Nicola Talbot
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex b/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
index 89ead352612..3600e0b5abd 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
+++ b/Master/texmf-dist/doc/latex/fmtcount/fc-lang.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% fmtcount.dtx (with options: `fc-lang.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
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
diff --git a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
index 8753cee4faa..8f4ba512f43 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
+++ b/Master/texmf-dist/doc/latex/fmtcount/fmtcount.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fmtcount/manual.html b/Master/texmf-dist/doc/latex/fmtcount/manual.html
index 3abde572230..d8ae7bd7712 100644
--- a/Master/texmf-dist/doc/latex/fmtcount/manual.html
+++ b/Master/texmf-dist/doc/latex/fmtcount/manual.html
@@ -1,19 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
+<!--Converted with LaTeX2HTML 2002 (1.67)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
-<TITLE>fmtcount.sty v1.04: Displaying the Values of LaTeX Counters</TITLE>
-<META NAME="description" CONTENT="fmtcount.sty v1.04: Displaying the Values of LaTeX Counters">
+<TITLE>fmtcount.sty v1.06: Displaying the Values of LaTeX Counters</TITLE>
+<META NAME="description" CONTENT="fmtcount.sty v1.06: Displaying the Values of LaTeX Counters">
<META NAME="keywords" CONTENT="manual">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
-<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<META NAME="Generator" CONTENT="LaTeX2HTML v2002">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
@@ -31,13 +32,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<P>
- <H1 ALIGN="CENTER">fmtcount.sty v1.04: Displaying the Values of
+ <H1 ALIGN="CENTER">fmtcount.sty v1.06: Displaying the Values of
LaTeX Counters</H1>
-<DIV>
-
<P ALIGN="CENTER"><STRONG>Nicola L.C. Talbot</STRONG></P>
-<P ALIGN="CENTER"><STRONG>29 July 2006</STRONG></P>
-</DIV>
+<P ALIGN="CENTER"><STRONG>6 January 2007</STRONG></P>
<BR>
<H2><A NAME="SECTION00010000000000000000">
@@ -46,24 +44,26 @@ Contents</A>
<!--Table of Contents-->
<UL>
-<LI><A NAME="tex2html16"
+<LI><A NAME="tex2html18"
HREF="manual.html#SECTION00020000000000000000">Introduction</A>
-<LI><A NAME="tex2html17"
+<LI><A NAME="tex2html19"
HREF="manual.html#SECTION00030000000000000000">Installation</A>
-<LI><A NAME="tex2html18"
+<LI><A NAME="tex2html20"
HREF="manual.html#SECTION00040000000000000000">Available Commands</A>
-<LI><A NAME="tex2html19"
+<LI><A NAME="tex2html21"
HREF="manual.html#SECTION00050000000000000000">Package Options</A>
-<LI><A NAME="tex2html20"
+<LI><A NAME="tex2html22"
HREF="manual.html#SECTION00060000000000000000">Multilingual Support</A>
-<LI><A NAME="tex2html21"
+<LI><A NAME="tex2html23"
HREF="manual.html#SECTION00070000000000000000">Configuration File fmtcount.cfg</A>
-<LI><A NAME="tex2html22"
+<LI><A NAME="tex2html24"
HREF="manual.html#SECTION00080000000000000000">LaTeX2HTML style</A>
-<LI><A NAME="tex2html23"
+<LI><A NAME="tex2html25"
HREF="manual.html#SECTION00090000000000000000">Acknowledgements</A>
-<LI><A NAME="tex2html24"
- HREF="manual.html#SECTION000100000000000000000">Contact Details</A>
+<LI><A NAME="tex2html26"
+ HREF="manual.html#SECTION000100000000000000000">Troubleshooting</A>
+<LI><A NAME="tex2html27"
+ HREF="manual.html#SECTION000110000000000000000">Contact Details</A>
</UL>
<!--End of Table of Contents-->
<H1><A NAME="SECTION00020000000000000000">
@@ -307,7 +307,7 @@ limited multilingual support. The following languages are
implemented: English, Spanish, Portuguese, French, French (Swiss)
and French (Belgian). The package checks to see if the
command <code>\date</code><I>language</I> is defined<A NAME="tex2html4"
- HREF="#foot190"><SUP>1</SUP></A>, and will
+ HREF="#foot192"><SUP>1</SUP></A>, and will
load the code for those languages. The commands <code>\ordinal</code>,
<code>\ordinalstring</code> and <code>\numberstring</code> (and their
variants) will then be formatted in the currently
@@ -414,6 +414,16 @@ support and my Spanish dictionary for the Spanish support.
<P>
<H1><A NAME="SECTION000100000000000000000">
+Troubleshooting</A>
+</H1>
+
+<P>
+There is a FAQ available at: <TT><A NAME="tex2html5"
+ HREF="http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/faq/">http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/faq/</A></TT>.
+
+<P>
+
+<H1><A NAME="SECTION000110000000000000000">
Contact Details</A>
</H1>
Dr Nicola Talbot
@@ -425,11 +435,11 @@ University of East Anglia
Norwich. NR4 7TJ.
<BR>
United Kingdom.
-<BR> <TT><A NAME="tex2html5"
+<BR> <TT><A NAME="tex2html6"
HREF="http://theoval.cmp.uea.ac.uk/~nlct/">http://theoval.cmp.uea.ac.uk/~nlct/</A></TT>
<BR><HR><H4>Footnotes</H4>
<DL>
-<DT><A NAME="foot190">... defined</A><A
+<DT><A NAME="foot192">... defined</A><A
HREF="manual.html#tex2html4"><SUP>1</SUP></A></DT>
<DD>this
will be true if you have loaded <TT>babel</TT>
@@ -438,7 +448,10 @@ will be true if you have loaded <TT>babel</TT>
</DL>
<BR><HR>
<ADDRESS>
-<a href=http://theoval.cmp.uea.ac.uk/~nlct/>Nicola L. C. Talbot</a>. <a href=http://www.cmp.uea.ac.uk/>School of Computing Sciences</a>. <a href=http://www.uea.ac.uk/>University of East Anglia.</a> Last Modified: 2006-07-29
+<A href=http://theoval.cmp.uea.ac.uk/~nlct/>Nicola L. C. Talbot</A>.
+<A HREF=http://www.cmp.uea.ac.uk/>School of Computing Sciences</A>.
+<A HREF=http://www.uea.ac.uk/>University of East Anglia.</A>
+Last Modified: 2007-01-06
</ADDRESS>
</BODY>
</HTML>