summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-ovl/latex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pst-ovl/latex')
-rw-r--r--graphics/pstricks/contrib/pst-ovl/latex/pst-ovl.sty20
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
+%%