blob: c648c9431353303ef85b6076073123b41f5f2962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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.
|