diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/overpic/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/overpic/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/overpic/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/overpic/README b/Master/texmf-dist/doc/latex/overpic/README new file mode 100644 index 00000000000..e6c5eb3c94f --- /dev/null +++ b/Master/texmf-dist/doc/latex/overpic/README @@ -0,0 +1,28 @@ + +This small LaTeX package defines the overpic environment which is +a combination between a picture environment and an includegraphics +command (defined in graphicx). The resulting picture environment has +the same dimension as the included eps graphic. Now it is easy possible +to put any LaTeX output above the graphic on defined positions. A grid +to aid is also possible. + +This directory contains the following files: + +README - This file. +README.de - The same in german. +overpic.sty - The definition of overpic. Required graphicx.sty and epic.sty. +opic-rel.tex +and +opic-abs.tex - Two demos that shows all the features. You need the eps graphic + file golfer.ps. This file is part of ghostscript´s examples + directory. + +Please send comments and suggestions to niepraschk@ptb.de + +Happy TeXing... + + Rolf Niepraschk, 11/97 + + + + |