diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pstricks/contrib/pst-ovl/latex |
Initial commit
Diffstat (limited to 'graphics/pstricks/contrib/pst-ovl/latex')
-rw-r--r-- | graphics/pstricks/contrib/pst-ovl/latex/pst-ovl.sty | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-ovl/latex/pst-ovl.sty b/graphics/pstricks/contrib/pst-ovl/latex/pst-ovl.sty new file mode 100644 index 0000000000..5eb1d9adcb --- /dev/null +++ b/graphics/pstricks/contrib/pst-ovl/latex/pst-ovl.sty @@ -0,0 +1,20 @@ +%% $Id: pst-ovl.sty 859 2013-12-21 16:51:58Z herbert $ +%% +%% pst-ovl.sty Copyright (C) 2017 Herbert Voss <hvoss@tug.org> +%% +\NeedsTeXFormat{LaTeX2e} + +\ProvidesPackage{pst-ovl} + [2017/10/09 v0.01 LaTeX wrapper for `pst-ovl' (HV)] +\ProvidesFile{pst-ovl.tex} + [2017/10/09 v0.07a overlay macros `pst-ovl' (HV)] +\RequirePackage{pstricks} +\input{pst-ovl} +%\@addtofilelist{pst-ovl.tex} +\IfFileExists{pst-ovl.pro}{% + \ProvidesFile{pst-ovl.pro}% + [2014/05/12, PostScript prologue file (hv)] + \@addtofilelist{pst-ovl.pro}}{}% + +\endinput +%% |