diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-07 00:24:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-07 00:24:50 +0000 |
commit | 19de762b4dff70b0b8ead478b4681b72d2f89853 (patch) | |
tree | acd2d14f3bd77a2ce67cb77bdd0b83ea840375b6 /Master/texmf-dist/source/latex/barcodes/barcodes.ins | |
parent | e99436b7d536daca535a24df43d78f648c5a01fc (diff) |
barcodes from CTAN
git-svn-id: svn://tug.org/texlive/trunk@4706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/barcodes/barcodes.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/barcodes/barcodes.ins | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/barcodes/barcodes.ins b/Master/texmf-dist/source/latex/barcodes/barcodes.ins new file mode 100644 index 00000000000..ddccd09ea85 --- /dev/null +++ b/Master/texmf-dist/source/latex/barcodes/barcodes.ins @@ -0,0 +1,55 @@ +\input docstrip +% Preamble gives hints for where the files come from +\declarepreamble\foo +As this is a generated file, you may perhaps not want to edit it. +This file belongs to the barcode package. +It may be of no great use without the rest of the barcode package. +\endpreamble + +% empty postamble +\declarepostamble\istpost +\endpostamble +% install without talking too much +\keepsilent + +% All the \TeX files are contained within one source archive. +\usepreamble\foo +\generate{\file{bcfaq.tex}{\from{barcodes.dtx}{bcfaq}} + \file{bcfaq.bbl}{\from{barcodes.dtx}{bcfaqbbl}} + \file{barcodes.sty}{\from{barcodes.dtx}{bcsty}} + \file{eandoc.tex}{\from{barcodes.dtx}{eandoc}} + \file{examples.tex}{\from{barcodes.dtx}{example}} + \file{code39.tex}{\from{barcodes.dtx}{code39mac}} + \file{wlc11.mf}{\from{barcodes.dtx}{code11mf}} + \file{wlc39.mf}{\from{barcodes.dtx}{code39mf}} + \file{wlc128.mf}{\from{barcodes.dtx}{code128mf}} + \file{wlean.mf}{\from{barcodes.dtx}{codeeanmf}} + \file{wlcr39.mf}{\from{barcodes.dtx}{wlcr39mf}} + \file{wlc93.mf}{\from{barcodes.dtx}{code93mf}} +} + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space barcodes.sty \space\space code39.tex} +\Msg{*} +\Msg{* You also have to move the following files into a} +\Msg{* directory searched by MetaFont:} +\Msg{*} +\Msg{* \space\space wlc11.mf \space\space wlc39.mf} +\Msg{* \space\space wlc128.mf \space wlean.mf} +\Msg{* \space\space wlcr39.mf \space wlc93.mf} +\Msg{*} +\Msg{* For the more clumsy barcodes, you also need Perl and} +\Msg{* you need to install the following perl script:} +\Msg{*} +\Msg{* \space\space codean.pl} +\Msg{*} +\Msg{***********************************************************} +} + + +\endbatchfile |