diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-10 01:05:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-10 01:05:30 +0000 |
commit | 905da44baf20b22b84b86c1a4cded85beb111531 (patch) | |
tree | 1e531365a333d3a1dc0508334c9c6e305601793e /Master/texmf-dist/doc/latex/pbox | |
parent | e510f05066983751f72a1db0dd4d43796f637340 (diff) |
pbox (8dec11)
git-svn-id: svn://tug.org/texlive/trunk@24807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pbox')
-rw-r--r-- | Master/texmf-dist/doc/latex/pbox/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pbox/Makefile | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pbox/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pbox/pbox.pdf | bin | 234574 -> 236690 bytes |
4 files changed, 24 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pbox/ChangeLog b/Master/texmf-dist/doc/latex/pbox/ChangeLog index eddbad96acd..b670f5d5e9b 100644 --- a/Master/texmf-dist/doc/latex/pbox/ChangeLog +++ b/Master/texmf-dist/doc/latex/pbox/ChangeLog @@ -1,7 +1,12 @@ For more details about the changes that are made to the style itself, please see the Changes section of the documentation. -2003-04-06 Simon Law <sfllaw@sfllaw.ca> +2011-12-07 Simon Law <sfllaw@sfllaw.ca> + + Version 1.2. + * pbox.dtx: Really fix the minimum-width bug in \pbox. + +2011-11-24 Simon Law <sfllaw@sfllaw.ca> Version 1.1. Switch to GPLv3. * pbox.dtx: Fix \pbox so that it works even when the contents diff --git a/Master/texmf-dist/doc/latex/pbox/Makefile b/Master/texmf-dist/doc/latex/pbox/Makefile index 606dfd81c9a..c35fe508883 100644 --- a/Master/texmf-dist/doc/latex/pbox/Makefile +++ b/Master/texmf-dist/doc/latex/pbox/Makefile @@ -36,6 +36,7 @@ TDSFORMAT = latex/ # Shell RM = rm -f +ZIP = zip -9 TEXFILES=\ $(PACKAGE).aux\ @@ -50,6 +51,17 @@ TEXFILES=\ $(PACKAGE).pdf\ $(PACKAGE).sty +PKGFILES=\ + AUTHORS\ + COPYING\ + ChangeLog\ + INSTALL\ + Makefile\ + README\ + $(PACKAGE).dtx\ + $(PACKAGE).ins\ + $(PACKAGE).pdf + .PHONY : all install uninstall dvi pdf clean all : $(PACKAGE).sty $(PACKAGE).dvi $(PACKAGE).pdf ; @@ -89,6 +101,9 @@ pdf : $(PACKAGE).pdf $(MAKEINDEX) -s $(GGLO) -o $*.gls $*.glo $(LATEX2DVI) $< +$(PACKAGE).zip : $(PKGFILES) + $(RM) $@ + $(ZIP) $@ $^ clean : - $(RM) $(TEXFILES) + $(RM) $(TEXFILES) $(PACKAGE).zip diff --git a/Master/texmf-dist/doc/latex/pbox/README b/Master/texmf-dist/doc/latex/pbox/README index 7b171aa1cd5..1a85ccb490e 100644 --- a/Master/texmf-dist/doc/latex/pbox/README +++ b/Master/texmf-dist/doc/latex/pbox/README @@ -1,7 +1,7 @@ pbox ==== -This is pbox, version 1.1. It implements a variable-width \parbox and +This is pbox, version 1.2. It implements a variable-width \parbox and some convenient length commands. The \pbox command is equivalent to the \parbox command, only the width specified is merely the maximum width; the \pbox tries to fit itself tightly around the specified text. @@ -16,4 +16,4 @@ have a series of boxes, all with the same minimized width. Happy Hacking. - -- Simon Law <sfllaw@sfllaw.ca> Thu 24 Nov 2011 16:18:51 PM -0600 + -- Simon Law <sfllaw@sfllaw.ca> Thu 7 Dec 2011 2:21:51 PM -0600 diff --git a/Master/texmf-dist/doc/latex/pbox/pbox.pdf b/Master/texmf-dist/doc/latex/pbox/pbox.pdf Binary files differindex c5e2958d95f..aeea8072b31 100644 --- a/Master/texmf-dist/doc/latex/pbox/pbox.pdf +++ b/Master/texmf-dist/doc/latex/pbox/pbox.pdf |