From d81f87a9ae6a19d3b4dab661a2f13bfa490a143f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Mar 2011 22:00:56 +0000 Subject: adjustbox (21mar11) git-svn-id: svn://tug.org/texlive/trunk@21789 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/adjustbox') diff --git a/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty b/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty index 247bd6368d0..254b98c087e 100644 --- a/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty +++ b/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty @@ -26,7 +26,7 @@ %% and the derived file adjustbox.sty. %% \ProvidesPackage{adjustbox} - [2011/01/27 v0.2 Adjusting TeX boxes (trim, clip, ...)] + [2011/03/20 v0.3 Adjusting TeX boxes (trim, clip, ...)] \RequirePackage{graphicx}[1999/02/16] \RequirePackage{pgf} \newcommand\clipbox{% @@ -57,7 +57,6 @@ {\end{trimbox}} \newcommand\adjustbox{% \begingroup - \tracinggroups=1% \def\adjustbox@name{adjustbox}% \adjustbox@{}% } @@ -71,7 +70,7 @@ \def\adjustbox@#1#2{% \def\adjustbox@setkeys{\setkeys{Gin}{#1#2}}% \ifx\@currenvir\adjustbox@name - \expandafter\def\expandafter\@currenvir\expandafter{\@currenvir\empty}% + \edef\@currenvir{\@currenvir\noexpand\empty}% \def\next{% \setbox\@tempboxa\hbox\bgroup \color@setgroup\bgroup @@ -126,7 +125,8 @@ \pgfpathclose \expandafter\pgfusepath\ifGin@clip{clip}\else{use as bounding box}\fi\relax \pgfset{inner sep=\z@,outer sep=\z@}% - \pgfnode{rectangle}{base west}{\box\@tempboxa}{}{}% + \pgfnode{rectangle}{base west}{\box\@tempboxa}{ADJUSTBOX@NODE}{}% + \pgfsetbaselinepointnow{\pgfpointanchor{ADJUSTBOX@NODE}{base}}% \end{pgfpicture}% } \endinput -- cgit v1.2.3