diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
commit | 60fc3c6750c727bcf42ee4601a1fb2c8f28dbc38 (patch) | |
tree | b3e3eb91624a1d76d9c2f66c4fda0cf33f644d98 /Master/texmf-dist/tex/latex | |
parent | 2279674bbd8d121f3242f7d30dbb469770bfc646 (diff) |
pst-ovl (28dec)
git-svn-id: svn://tug.org/texlive/trunk@32514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty b/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty new file mode 100644 index 00000000000..84ca3cd63e3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty @@ -0,0 +1,18 @@ +%% $Id: pst-ovl.sty 859 2013-12-21 16:51:58Z herbert $ +%% +%% pst-ovl.sty Copyright (C) 2013 Herbert Voss <hvoss@tug.org> +%% +\NeedsTeXFormat{LaTeX2e} + +\ProvidesPackage{pst-ovl} + [2013/07/08 v0.01 LaTeX wrapper for `pst-ovl' (HV)] +\input{pst-ovl} +\ProvidesFile{pst-ovl.tex} + [2013/07/08 v0.01 overlay macros `pst-ovl' (HV)] +\IfFileExists{pst-ovl.pro}{% + \ProvidesFile{pst-ovl.pro}% + [2013/12/21, PostScript prologue file (hv)] + \@addtofilelist{pst-ovl.pro}}{}% + +\endinput +%% |