From 905da44baf20b22b84b86c1a4cded85beb111531 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Dec 2011 01:05:30 +0000 Subject: pbox (8dec11) git-svn-id: svn://tug.org/texlive/trunk@24807 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pbox/ChangeLog | 7 ++++- Master/texmf-dist/doc/latex/pbox/Makefile | 17 +++++++++++- Master/texmf-dist/doc/latex/pbox/README | 4 +-- Master/texmf-dist/doc/latex/pbox/pbox.pdf | Bin 234574 -> 236690 bytes Master/texmf-dist/source/latex/pbox/pbox.dtx | 40 +++++++++++++++++++++------ Master/texmf-dist/tex/latex/pbox/pbox.sty | 4 +-- 6 files changed, 58 insertions(+), 14 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 +2011-12-07 Simon Law + + Version 1.2. + * pbox.dtx: Really fix the minimum-width bug in \pbox. + +2011-11-24 Simon Law 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 Thu 24 Nov 2011 16:18:51 PM -0600 + -- Simon Law 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 index c5e2958d95f..aeea8072b31 100644 Binary files a/Master/texmf-dist/doc/latex/pbox/pbox.pdf and b/Master/texmf-dist/doc/latex/pbox/pbox.pdf differ diff --git a/Master/texmf-dist/source/latex/pbox/pbox.dtx b/Master/texmf-dist/source/latex/pbox/pbox.dtx index 6094487c2b5..e437175d785 100644 --- a/Master/texmf-dist/source/latex/pbox/pbox.dtx +++ b/Master/texmf-dist/source/latex/pbox/pbox.dtx @@ -18,7 +18,7 @@ % \fi % \iffalse %