diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-07 23:48:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-07 23:48:00 +0000 |
commit | 57d1c2396bb0fec03d2c87af2ef78677f0383154 (patch) | |
tree | ae719b6b9728c00dd10c41e429fea0de037cf4de /Master/texmf-dist/doc/latex/pawpict | |
parent | 3d5d937869c7ef980a248491e19eebe2acfb2654 (diff) |
pawpict non-update
git-svn-id: svn://tug.org/texlive/trunk@21629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pawpict')
-rw-r--r-- | Master/texmf-dist/doc/latex/pawpict/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pawpict/README b/Master/texmf-dist/doc/latex/pawpict/README new file mode 100644 index 00000000000..1ebf9230d7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/pawpict/README @@ -0,0 +1,37 @@ + pawpict package for LaTeX2e + +This is a distribution of my pawpict package for easy inclusion +of graphics made by PAW (Physics Analysis Workstation). You need +to have PAW installed on yor system to bennefiet from this package. + +The distribution file are: + + README this file. + pawpict.dtx documentation and source file + pawpict.ins bacth file for docstrip + +To install this package, do in a temporary directory: + + 1) + latex pawpict.ins + 2) + move the files + pawpict.sty + to some diretory seached by LaTeX, e.g. in teTeX: + /usr/lib/texmf/local/tex/latex/pawpict/, or %TEXINPUTS% + in DOS. + 3) + do + latex pawpict.dtx + latex pawpict.dtx + makeindex -s gind -o pawpict.ind pwpict.idx + makeindex -s gglo -o pawpict.gls pawpict.glo + latex pawpict.dtx + to produce the documentation. + +This package is copyright of Christian Holm, but is distributed +under the GNU General Public Lisence. + +Happy typesetting :-) + +Christian Holm |