summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/productbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-30 23:41:51 +0000
committerKarl Berry <karl@freefriends.org>2010-12-30 23:41:51 +0000
commit23e10ea724490edf980413190b4a9ae00442ef40 (patch)
tree1e27ebee0f918b134aa696faf5a8360fbcb82bfa /Master/texmf-dist/doc/latex/productbox
parent7fac1c4b6b98fa7da1222c407b622dea1bd81590 (diff)
productbox 1.1 (30dec10)
git-svn-id: svn://tug.org/texlive/trunk@20886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/productbox')
-rw-r--r--Master/texmf-dist/doc/latex/productbox/Makefile38
-rw-r--r--Master/texmf-dist/doc/latex/productbox/README16
-rw-r--r--Master/texmf-dist/doc/latex/productbox/productbox.bib19
-rw-r--r--Master/texmf-dist/doc/latex/productbox/productbox.pdfbin318901 -> 384248 bytes
4 files changed, 57 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/productbox/Makefile b/Master/texmf-dist/doc/latex/productbox/Makefile
index b2cc3e8e895..e92f9a8414a 100644
--- a/Master/texmf-dist/doc/latex/productbox/Makefile
+++ b/Master/texmf-dist/doc/latex/productbox/Makefile
@@ -1,32 +1,54 @@
#******************************************************************************
-#* $Id: Makefile 8332 2010-12-20 22:22:36Z gene $
+#* $Id: Makefile 8333 2010-12-29 19:58:06Z gene $
#******************************************************************************
#* Author: Gerd Neugebauer
#*=============================================================================
+DISTFILES = productbox.ins \
+ productbox.dtx \
+ productbox.bib \
+ README \
+ Makefile \
+ productbox.pdf
+
all: productbox.pdf
-%.pdf: %.dtx %.sty %.ind
- pdflatex -draftmode $*.dtx
- pdflatex $*.dtx
+%.pdf: %.dtx productbox.sty %.bbl %.ind %.gls
+ pdflatex -interaction=batchmode -draftmode $*.dtx
+ pdflatex -interaction=batchmode $*.dtx
+ ${RM} $*.out
%.sty: %.dtx *.ins
rm -f $*.sty
tex $*.ins
+%.bbl: %.aux *.bib
+ bibtex $*
+
%.ind: %.idx
- makeindex -s gind $*
+ makeindex -s gind $*.idx
%.idx: %.dtx
pdflatex -draftmode $*.dtx
+%.aux: %.dtx
+ pdflatex -draftmode $*.dtx
+
+%.gls: %.glo
+ makeindex -s gglo -o $*.gls $*.glo
+
+%.glo: %.dtx
+ pdflatex -draftmode $*.dtx
+
+#------------------------------------------------------------------------------
+
productbox.tgz dist: productbox.pdf
- tar -cvzf productbox.tgz productbox.dtx README Makefile productbox.pdf
+ tar -cvzf productbox.tgz ${DISTFILES}
clean:
- rm productbox.aux productbox.ilg productbox.idx productbox.log productbox.toc
+ ${RM} productbox.aux productbox.ilg productbox.idx productbox.log productbox.toc productbox.glo productbox.out *~
distclean: clean
- rm productbox.sty
+ ${RM} productbox.sty productbox.pdf
#
diff --git a/Master/texmf-dist/doc/latex/productbox/README b/Master/texmf-dist/doc/latex/productbox/README
index 0f68565234a..08179325ca2 100644
--- a/Master/texmf-dist/doc/latex/productbox/README
+++ b/Master/texmf-dist/doc/latex/productbox/README
@@ -1,17 +1,17 @@
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
+ productbox.dtx provides a style file for typesetting a
+ three-dimensional 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.
+ The documentation can be generated from the original file
+ productbox.dtx with the doc style/package. LaTeX the file
+ productbox.dtx to get the full documentation in pdf format.
Prerequisite:
- This package needs PGF and TikZ to be present at least in
+ This package needs PGF and TikZ to be present at least in
version 2.0.
Author: Gerd Neugebauer
diff --git a/Master/texmf-dist/doc/latex/productbox/productbox.bib b/Master/texmf-dist/doc/latex/productbox/productbox.bib
new file mode 100644
index 00000000000..3bd37308a17
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/productbox/productbox.bib
@@ -0,0 +1,19 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% $Id: productbox.bib,v 0.00 2010/12/26 22:09:16 gene Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+@Manual{tikz-manual,
+ title = {Ti{\it k}Z \& PGF: Manual for Version 2.0},
+ author = {Till Tantau},
+ year = 2008,
+ month = feb,
+ note = {\texttt{http://sourceforge.net/projects/pgf}}
+}
+
+@Manual{geormetry-manual,
+ title = {The {\tt geometry} package},
+ author = {Hideo Umeki},
+ year = 2007,
+ month = jul,
+ note = {}
+}
diff --git a/Master/texmf-dist/doc/latex/productbox/productbox.pdf b/Master/texmf-dist/doc/latex/productbox/productbox.pdf
index b33a60f055f..d41b684054f 100644
--- a/Master/texmf-dist/doc/latex/productbox/productbox.pdf
+++ b/Master/texmf-dist/doc/latex/productbox/productbox.pdf
Binary files differ