diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:35:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:35:02 +0000 |
commit | a05bc549cf27a46b25bb95fcaf9176bd84f0d7a7 (patch) | |
tree | 98952c5ed719eb73fb5be47bbf3ce13eb1b6c3cb /Master | |
parent | 8d0bab33bfaf9ada8af65f73a01a256cdf6355e4 (diff) |
comma README (12may10)
git-svn-id: svn://tug.org/texlive/trunk@18259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/comma/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/comma/README b/Master/texmf-dist/doc/latex/comma/README new file mode 100644 index 00000000000..9f6d92f5e31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/comma/README @@ -0,0 +1,6 @@ +comma.sty: + Adds a new possibility for printing counter values in addition + to \arabic, \roman, etc. + \commaform inserts a comma every three digits, as in 12,345. + It may be easily customised to insert any other TeX command + (such as a thin space `\,') instead of a comma. |