diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-24 23:24:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-24 23:24:53 +0000 |
commit | 6ac250f7778cc6380a2ad9bd9710e7c2d63115bf (patch) | |
tree | 22547aa90fe8ce0aa083b40df3c2c26c8bb9561f /Master/texmf-dist/doc/generic/ean | |
parent | 44b1c57b3e9bb7fc98177afdce193c457abeddc5 (diff) |
ean just macros now
git-svn-id: svn://tug.org/texlive/trunk@20851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/ean')
-rw-r--r-- | Master/texmf-dist/doc/generic/ean/README | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/ean/eantest.tex | 8 |
2 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/ean/README b/Master/texmf-dist/doc/generic/ean/README new file mode 100644 index 00000000000..cf8a9989f12 --- /dev/null +++ b/Master/texmf-dist/doc/generic/ean/README @@ -0,0 +1,22 @@ +This directory contains the macro ean13 and ean8 for making EAN +barcodes (13 or 8 digit on input and kern-rule queue on output). + +The usage of the macros is commeted in the file ean13.tex or ean8.tex. +The simple test is presented in file eantest.tex (for plain). +Macro works in plain and LateX and other standard macro packages. + +The fonts ocrb9 and ocrb7 is used. The mf-sources are presented (this +is the copy from CTAN:fonts/ocr-b) with a little correction (the +mode_setup is added to begin of file ocrbmac.mf). + +ean13.tex .... EAN 13 macro by Petr Olsak +ean8.tex .... EAN 8 macro by Jaroslav Moucka (student) +eantest.tex .. test of ean13 and ean8 in plain. +*.mf ......... mf-sources of OCR-b font by Norbert Schwarz + +Petr Olsak (Ol\v{s}\'ak) +Department of Mathematics +Czech Techical University in Prague, +Czech Republic +e-mail: olsak@math.feld.cvut.cz + diff --git a/Master/texmf-dist/doc/generic/ean/eantest.tex b/Master/texmf-dist/doc/generic/ean/eantest.tex new file mode 100644 index 00000000000..4df8cc58e85 --- /dev/null +++ b/Master/texmf-dist/doc/generic/ean/eantest.tex @@ -0,0 +1,8 @@ +\input ean13 +\nopagenumbers +\ISBN 80-901950-0-8 \EAN 978-80-901950-0-4 % Typesetting System TeX +\vskip1cm +\input ean8 +\EAN 8591-2342 +\end + |