1 Sep
2008
1 Sep
'08
10:03 a.m.
On Sun, Aug 31, 2008 at 12:26 PM, Hans Hagen wrote:
Mojca Miklavec wrote:
It's not only about "color doesn't work" (though it would be really nice if it would, but there have been many incompatibilities in that respect since the introduction of \sometxt anyway), but the picture also gets lost second time when it's used. I only get one "abc" and empty space instead of the second one.
in mlib-pps.tex we need a \copy instead of a \box
\def\MPLIBgettextscaled#1#2#3% {\vbox to \zeropoint{\vss\hbox to \zeropoint{\scale[sx=#2,sy=#3]{\raise\dp#1\copy#1}\hss}}}
Thanks a lot, it works OK now. (Colors don't, but I guess that this is more or less on purpose.) Mojca