diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-03 00:14:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-03 00:14:46 +0000 |
commit | db7c29b795e61406c9a9fc1b6353694c3268774a (patch) | |
tree | 143dc81d4d1f8a90793d158d5d77bbf99bc95605 /Master/texmf-dist/doc/latex/bullcntr/README | |
parent | ca1b85bdf009dbd78fbbd650d4313d056e2e6761 (diff) |
new latex package bullcntr (11feb07)
git-svn-id: svn://tug.org/texlive/trunk@4104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bullcntr/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/bullcntr/README | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bullcntr/README b/Master/texmf-dist/doc/latex/bullcntr/README new file mode 100644 index 00000000000..c648c943135 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bullcntr/README @@ -0,0 +1,56 @@ +The bullcntr package defines the command "\bullcntr", which can be thought +of as an analogue of the "\fnsymbol" command: like the latter, it displays +the value of a counter lying between 1 and 9, but uses, for the purpose, a +regular pattern of bullets. Approximately, these nine patterns of bullets +are laid down as follows: + + + * + * * * + * * + 1 2 3 + + + + * * * * * +* * * * * + * * * * * + 4 5 6 + + + + * * * * * * * * +* * * * * * * * + * * * * * * * * + 7 8 9 + + +An ancillary package is included along with the bullcntr package: the +bullenum package. This is a "wrapper" that calls bullcntr and, in +addition, defines a new environment, called "bullenum", that lets you +create enumeration lists numbered via the "\bullcntr" command. + +I wrote this package as an amusing exercise during a boring afternoon in +which I had nothing better to do! + +The bullcntr package may be distributed and/or modified under the +conditions of the LaTeX Project Public License, available at + http://www.latex-project.org/lppl.txt +See the files `00readme.txt' and `manifest.txt' for further details. + +For more information, read the following files: + +00readme.txt -- start by reading this file +bullcntr-man.pdf -- general information on the bullcntr package (PDF) + +Other files that make up the distribution are: + +manifest.txt -- legal stuff +bullcntr.dtx -- main source file +bullcntr.ins -- installation script +bullcntr-man.tex -- LaTeX source of `bullcntr-man.pdf' +bullcntr-sam.tex -- sample code that uses the bullcntr package +bullenum-sam.tex -- sample code that uses the bullenum package + +See the file `manifest.txt' for a more precise specification of what files +constitutes a LPPL-compliant distribution. |