summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex61
1 files changed, 0 insertions, 61 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex b/Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex
deleted file mode 100644
index 98449a8430c..00000000000
--- a/Master/texmf-dist/doc/latex/pst-barcode/pst-barcode.tex
+++ /dev/null
@@ -1,61 +0,0 @@
-%%
-%% This is file `pst-barcode.tex',
-%%
-%% IMPORTANT NOTICE:
-%%
-%% Package `pst-barcode.tex'
-%%
-%% Terry Burton <tez _at_ terryburton.co.uk>
-%% Herbert Voss <voss _at_ perce.de>
-%%
-%% This program can be redistributed and/or modified under the terms
-%% of the LaTeX Project Public License Distributed from CTAN archives
-%% in directory macros/latex/base/lppl.txt.
-%%
-%% DESCRIPTION:
-%% `pst-barcode' is a PSTricks package to draw barcodes, whatelse ...
-%%
-\csname PSTBarcodeLoaded\endcsname
-\let\PSTBarcodeLoaded\endinput
-\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
-%
-\def\fileversion{0.04}
-\def\filedate{2006/07/23}
-\message{`PST-barcode' v\fileversion, \filedate\space (tb,hv)}
-%
-\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
-\ifx\PSTXKeyLoaded\endinput\else\input pst-xkey \fi
-\pst@addfams{pst-barcode}
-\pstheader{pst-barcode.pro}
-%
-%
-\define@key[psset]{pst-barcode}{transx}{%
- \pst@getlength{#1}\psk@barcode@transx}
-\define@key[psset]{pst-barcode}{transy}{%
- \pst@getlength{#1}\psk@barcode@transy}
-\define@key[psset]{pst-barcode}{scalex}{\def\psk@barcode@scalex{#1}}
-\define@key[psset]{pst-barcode}{scaley}{\def\psk@barcode@scaley{#1}}
-\define@key[psset]{pst-barcode}{rotate}{%
- \pst@getangle{#1}\psk@barcode@rotate}
-\psset[pst-barcode]{transx=0,transy=0,scalex=1,scaley=1,rotate=0}
-%
-\def\psbarcode{\pst@object{psbarcode}}
-\def\psbarcode@i#1#2#3{%
- \begin@SpecialObj
- \addto@pscode{
- gsave
- \psk@barcode@rotate\space
- \psk@barcode@scalex\space \psk@barcode@scaley\space
- \psk@barcode@transx\space \psk@barcode@transy\space
- translate scale rotate
- 0 0 moveto (#1) (#2) #3\space barcode
- grestore
- }%
- \end@SpecialObj%
- \ignorespaces%
-}
-%
-\catcode`\@=\PstAtCode\relax
-%
-%% END: pst-barcode.tex
-\endinput