blob: 84ca3cd63e3aae288150ce71dfd64230c2ddfea0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
%%
|