From bbaaccee05e7f1de7db31d4d2b56b8fff1f28d85 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Dec 2010 23:56:23 +0000 Subject: productbox 1.0 (21dec10) git-svn-id: svn://tug.org/texlive/trunk@20820 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/productbox/Makefile | 32 +++++++++++++++++++++ Master/texmf-dist/doc/latex/productbox/README | 32 +++++++++++++++++++++ .../texmf-dist/doc/latex/productbox/productbox.pdf | Bin 0 -> 318901 bytes 3 files changed, 64 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/productbox/Makefile create mode 100644 Master/texmf-dist/doc/latex/productbox/README create mode 100644 Master/texmf-dist/doc/latex/productbox/productbox.pdf (limited to 'Master/texmf-dist/doc/latex') 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 new file mode 100644 index 00000000000..b33a60f055f Binary files /dev/null and b/Master/texmf-dist/doc/latex/productbox/productbox.pdf differ -- cgit v1.2.3