diff options
author | Hardik Ghaghada | 2014-11-24 15:41:08 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2014-11-24 15:41:08 +0530 |
commit | 9fcee366f190c616718c8902cbfe2ee291921dc4 (patch) | |
tree | 5b10fe110bbc8de7df3565d3aeba4d3b75963155 /tbc/certificate/pst-barcode.sty | |
parent | fc2fc29d9734884345f41ac08c7cc207abd19053 (diff) | |
parent | d4709c3a1cde3a53ab9886efe198df57edd6160d (diff) | |
download | Python-TBC-Interface-9fcee366f190c616718c8902cbfe2ee291921dc4.tar.gz Python-TBC-Interface-9fcee366f190c616718c8902cbfe2ee291921dc4.tar.bz2 Python-TBC-Interface-9fcee366f190c616718c8902cbfe2ee291921dc4.zip |
Merge pull request #6 from prathamesh920/certificate_generation
Certificate generation
Diffstat (limited to 'tbc/certificate/pst-barcode.sty')
-rw-r--r-- | tbc/certificate/pst-barcode.sty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tbc/certificate/pst-barcode.sty b/tbc/certificate/pst-barcode.sty new file mode 100644 index 0000000..ed02c1e --- /dev/null +++ b/tbc/certificate/pst-barcode.sty @@ -0,0 +1,11 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-barcode}[2012/11/16 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} + [2011/03/12 PostScript prologue file (hv)] + \@addtofilelist{pst-barcode.pro}}{}% +\endinput |