blob: fd3638ab6d47816472919916d004fcb141cabff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%% $Id: pst-ovl.sty 1169 2020-05-01 14:27:32Z herbert $
%%
%% pst-ovl.sty Copyright (C) 2017,2020 Herbert Voss <hvoss@tug.org>
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pst-ovl}
[2020/05/01 v0.02 LaTeX wrapper for `pst-ovl' (HV)]
\ProvidesFile{pst-ovl.tex}
[2020/05/01 v0.07b 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
%%
|