diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-06 01:39:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-06 01:39:32 +0000 |
commit | 9c285fb487bdb507e481b5c0592be3348a2c44e7 (patch) | |
tree | 70c82a411e21b398a665bb4333a118f7e5194dd9 /Master/texmf-dist/doc/latex/pst-exa | |
parent | abddc71d3ed99edcf746bfa4dc16856f9158751b (diff) |
new pstricks/latex package pst-exa (5jan10)
git-svn-id: svn://tug.org/texlive/trunk@16615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-exa')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-exa/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-exa/README | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-exa/Changes b/Master/texmf-dist/doc/latex/pst-exa/Changes new file mode 100644 index 00000000000..83ecb654995 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pst-exa/Changes @@ -0,0 +1 @@ +0.01 2010-01-01 first CTAN version
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/pst-exa/README b/Master/texmf-dist/doc/latex/pst-exa/README new file mode 100644 index 00000000000..49344318b9a --- /dev/null +++ b/Master/texmf-dist/doc/latex/pst-exa/README @@ -0,0 +1,12 @@ +The package \LPack{pst-exa} was created to realize examples with printed code and output +side by side or on top of each other. The package looks in the image directory for the source +code of the examples and inserts only the code between the environment \Lenv{document}, +which is the sequence \LBEG{document} \ldots\ \LEND{document}. + +The package provides the environment \Lenv{PSTexample} with the optional +arguments. For more information read the documentation of pst2pdf. + +Using pst-exa makes only sense together with the Perl script pst2pdf, which +allows the use of Postscript code and running the document in pdf mode. + +2010-01-04
\ No newline at end of file |