diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 10:40:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 10:40:50 +0000 |
commit | d63db66c42ec0eacc205e6e108b265f2d968e6c4 (patch) | |
tree | afa267d203724d3ce68b02e13690bf589f8782ba /Master/texmf-dist/doc/latex/sparklines/README | |
parent | b2a0b2180457ec23b60a4052f22e641beb03fa4b (diff) |
update sparklines 1.3 from ctan
git-svn-id: svn://tug.org/texlive/trunk@5441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sparklines/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/sparklines/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sparklines/README b/Master/texmf-dist/doc/latex/sparklines/README new file mode 100644 index 00000000000..37830cdc4d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sparklines/README @@ -0,0 +1,17 @@ + Sparkline.sty + +Sparklines are intense, simple, wordlike graphics (so named by Edward +Tufte). In lieu of a more detailed introduction, Professor Tufte's site +has an early release of a chapter on sparklines, see +www.edwardtufte.com. A PHP implementation can be found at +http://sparkline.sourceforge.net/. + +A sparkline can be added using the sparkline environment. Also, you can +add sparkling rectangles for the median and special sparkling dots in +red or blue. Only use sparklines with pdflatex, or with PostScript +output; sparklines cannot appear in a dvi-file. The sparklines package +uses pgf, and does not work with pictex. It but might work if +pictexwd.sty is used, but that has not been tested. + +Read sparklines.pdf for more details including history. + |