blob: 08b7deacd60b85d965cbb39dd025c6ce7d5aac6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
%% $Id: pst-barcode.sty 445 2017-04-19 11:13:52Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-barcode}[2016/04/22 package wrapper for
pst-barcode.tex (hv)]
\input{pst-barcode.tex}
\ProvidesFile{pst-barcode.tex}
[\filedate\space v\fileversion\space `PST-barcode' (hv)]
\IfFileExists{pst-barcode.pro}{%
\ProvidesFile{pst-barcode.pro}
[2017/04/04 PostScript prologue file (hv)]
\@addtofilelist{pst-barcode.pro}}{}%
\endinput
|