diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-21 23:56:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-21 23:56:23 +0000 |
commit | bbaaccee05e7f1de7db31d4d2b56b8fff1f28d85 (patch) | |
tree | f9e6adc1757eb16f3434c4701cde4d3a218dec32 /Master/texmf-dist/doc/latex/productbox | |
parent | cc1079ed5cb50a190c54106bb7b9cace5c3cb8c7 (diff) |
productbox 1.0 (21dec10)
git-svn-id: svn://tug.org/texlive/trunk@20820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/productbox')
-rw-r--r-- | Master/texmf-dist/doc/latex/productbox/Makefile | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/productbox/README | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/productbox/productbox.pdf | bin | 0 -> 318901 bytes |
3 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/productbox/Makefile b/Master/texmf-dist/doc/latex/productbox/Makefile new file mode 100644 index 00000000000..b2cc3e8e895 --- /dev/null +++ b/Master/texmf-dist/doc/latex/productbox/Makefile @@ -0,0 +1,32 @@ +#****************************************************************************** +#* $Id: Makefile 8332 2010-12-20 22:22:36Z gene $ +#****************************************************************************** +#* Author: Gerd Neugebauer +#*============================================================================= + +all: productbox.pdf + +%.pdf: %.dtx %.sty %.ind + pdflatex -draftmode $*.dtx + pdflatex $*.dtx + +%.sty: %.dtx *.ins + rm -f $*.sty + tex $*.ins + +%.ind: %.idx + makeindex -s gind $* + +%.idx: %.dtx + pdflatex -draftmode $*.dtx + +productbox.tgz dist: productbox.pdf + tar -cvzf productbox.tgz productbox.dtx README Makefile productbox.pdf + +clean: + rm productbox.aux productbox.ilg productbox.idx productbox.log productbox.toc + +distclean: clean + rm productbox.sty + +# diff --git a/Master/texmf-dist/doc/latex/productbox/README b/Master/texmf-dist/doc/latex/productbox/README new file mode 100644 index 00000000000..0f68565234a --- /dev/null +++ b/Master/texmf-dist/doc/latex/productbox/README @@ -0,0 +1,32 @@ +Purpose: + productbox.dtx provides a style file for typesetting a + three-diemnsional product box. This product box can be rendered + as it is standing on a surface and some light is shed onto it. + Alternatively it can be typeset as a wireframe to be cut out + and glued together. This will lead to a physical product box. + +Documentation: + The documentation can be generated from the original file + productbox.dtx with the doc style/package. LaTeX the file + productbox.tex to get the full documentation in pdf format. + +Prerequisite: + This package needs PGF and TikZ to be present at least in + version 2.0. + +Author: Gerd Neugebauer + Im Lerchelsböhl 5 + 64521 Groß-Gerau + gene@gerd-neugebauer.de + +Copyright (C) 2010 Gerd Neugebauer + + productbox.dtx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY. No author or distributor accepts + responsibility to anyone for the consequences of using it or for + whether it serves any particular purpose or works at all, unless + he says so in writing. + + Everyone is granted permission to copy, modify and redistribute + productbox.dtx, provided this copyright notice is preserved and + any modifications are indicated. diff --git a/Master/texmf-dist/doc/latex/productbox/productbox.pdf b/Master/texmf-dist/doc/latex/productbox/productbox.pdf Binary files differnew file mode 100644 index 00000000000..b33a60f055f --- /dev/null +++ b/Master/texmf-dist/doc/latex/productbox/productbox.pdf |