From c7ac449f0aede549bd987568506dd60f716d936b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 17 May 2011 23:13:00 +0000 Subject: new generic package upca (17may11) git-svn-id: svn://tug.org/texlive/trunk@22511 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/upca/README | 15 +++++++++++++++ Master/texmf-dist/doc/generic/upca/test-upca.tex | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Master/texmf-dist/doc/generic/upca/README create mode 100644 Master/texmf-dist/doc/generic/upca/test-upca.tex (limited to 'Master/texmf-dist/doc/generic/upca') diff --git a/Master/texmf-dist/doc/generic/upca/README b/Master/texmf-dist/doc/generic/upca/README new file mode 100644 index 00000000000..732eb92cd67 --- /dev/null +++ b/Master/texmf-dist/doc/generic/upca/README @@ -0,0 +1,15 @@ +In this directory you can find macro for printing UPC-A barcodes. All necessary macros are defined in file upca.tex. File test-upca.tex contains test of macros and demonstration of usage in plain. + + +Macro works in plain and LaTeX and other standard macro packages. + +Files: +upca.tex - definition of macros +test-upca.tex .... test and demonstration of usage + + +Jiri Mrkus (Ji\v{r}\'{i} Mrkus) +Faculty of Informatics +Masaryk University +Czech Republic +e-mail: mrkus@mail.muni.cz diff --git a/Master/texmf-dist/doc/generic/upca/test-upca.tex b/Master/texmf-dist/doc/generic/upca/test-upca.tex new file mode 100644 index 00000000000..4041b9a821d --- /dev/null +++ b/Master/texmf-dist/doc/generic/upca/test-upca.tex @@ -0,0 +1,11 @@ +\input upca % inputing macros to the document + +\module=0.5mm % setting module width (width of single bar or space) of the code; default 0.33mm + +\height=50mm % setting height of the code; default 25.9mm + +\upca{03600029145} % produces UPC-A barcode, the check digit will be calculated + +\upca{036000291454} % produces the same code, the check digit is not controled + +\end \ No newline at end of file -- cgit v1.2.3