summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-10 01:05:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-10 01:05:30 +0000
commit905da44baf20b22b84b86c1a4cded85beb111531 (patch)
tree1e531365a333d3a1dc0508334c9c6e305601793e /Master/texmf-dist/tex/latex/pbox
parente510f05066983751f72a1db0dd4d43796f637340 (diff)
pbox (8dec11)
git-svn-id: svn://tug.org/texlive/trunk@24807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pbox')
-rw-r--r--Master/texmf-dist/tex/latex/pbox/pbox.sty4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
%%
\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][]{%