summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cachepic/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-29 00:17:10 +0000
committerKarl Berry <karl@freefriends.org>2009-09-29 00:17:10 +0000
commite925ccbee27f08ddfc32e7c27bf5f3883991747a (patch)
tree1213353fed025e209a50008132778bf0b40e3290 /Master/texmf-dist/doc/latex/cachepic/README
parent65e993b3adaf9d89a85926bb68e1b62df91769fb (diff)
new script cachepic 1.0 (26sep09)
git-svn-id: svn://tug.org/texlive/trunk@15543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cachepic/README')
-rw-r--r--Master/texmf-dist/doc/latex/cachepic/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cachepic/README b/Master/texmf-dist/doc/latex/cachepic/README
new file mode 100644
index 00000000000..2fe110cbdb1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cachepic/README
@@ -0,0 +1,10 @@
+The purpose of cachepic package is to simplify and automate conversion
+of document fragments into external EPS or PDF file(s). The package
+consists of two parts: the LaTeX2e style implementing the document
+level interface and a command line tool (written in Lua) for generation
+of external graphics.
+
+The inclusion of already generated graphics requires only the
+cachepic.sty style file and two standard packages: graphicx (obviously)
+and verbatim (for its comment environment). Both should be present in
+every LaTeX distribution.