blob: 97b6b9eebf7fe403f1dfdc2eeb013a38e4f8f515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%% $Id: README 477 2011-03-13 19:54:00Z herbert $
pst-graphicx allows the use of the LaTeX package graphicx
together with Plain TeX, e.g.
\input pst-graphicx% also loads the base pstricks.tex
\psframebox[shadow]{\includegraphics[width=5cm]{tiger}}
\bye
pst-graphicx does't load the package keyval, to prevent
a package mismatch with xkeyval, which is load by PSTricks.
|