summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/adjustbox
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/adjustbox')
-rw-r--r--Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty8
1 files changed, 4 insertions, 4 deletions
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