You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| pst-graphicx | A pstricks-compatible graphicx for use with Plain TeX. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| Changes | 191 bytes | 2011-Mar-13 | |
| README | 374 bytes | 2011-Mar-13 | Shown below |
| demo.tex | 150 bytes | 2011-Mar-13 | |
| pst-graphicx.tex | 1 KiB | 2011-Mar-13 |
*File sizes in kibibytes.
%% $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.