summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/upca
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-17 23:13:00 +0000
committerKarl Berry <karl@freefriends.org>2011-05-17 23:13:00 +0000
commitc7ac449f0aede549bd987568506dd60f716d936b (patch)
tree0309653aea6686572d829cab7579560ce520e842 /Master/texmf-dist/doc/generic/upca
parente3593764d6e1c6507d07c49248b32253aeed04d3 (diff)
new generic package upca (17may11)
git-svn-id: svn://tug.org/texlive/trunk@22511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/upca')
-rw-r--r--Master/texmf-dist/doc/generic/upca/README15
-rw-r--r--Master/texmf-dist/doc/generic/upca/test-upca.tex11
2 files changed, 26 insertions, 0 deletions
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