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/tex/latex/pbox/pbox.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/pbox') diff --git a/Master/texmf-dist/tex/latex/pbox/pbox.sty b/Master/texmf-dist/tex/latex/pbox/pbox.sty index 856a408c64a..22d0dd1451c 100644 --- a/Master/texmf-dist/tex/latex/pbox/pbox.sty +++ b/Master/texmf-dist/tex/latex/pbox/pbox.sty @@ -22,12 +22,12 @@ %% along with this program. If not, see . %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{pbox}[2011/11/24 v1.1 Dynamic parboxes] +\ProvidesPackage{pbox}[2011/12/07 v1.2 Dynamic parboxes] \RequirePackage{calc} \RequirePackage{ifthen} \newcommand{\settominwidth}[3][\columnwidth]{% \settowidth{#2}{\begin{tabular}{@{}l@{}}#3\end{tabular}}% - \ifthenelse{\lengthtest{#1<#2}}{\setlength{#2}{\protect{#1}}}} + \ifthenelse{\lengthtest{#1<#2}}{\setlength{#2}{#1}}{}} \newcommand{\widthofpbox}[1]{% \widthof{\begin{tabular}{@{}l@{}}#1\end{tabular}}} \DeclareRobustCommand*{\pbox}[1][]{% -- cgit v1.2.3