Thanks Paul ! I have got it:-)
在 2017-05-28 21:04:57,"Paul A. Rubin" <[email protected]> 写道:
On 05/28/2017 04:47 AM, subaochen wrote:
hi,
I noticed that lyx 2.2 have a new module: GraphicBoxes to sacle or rotate the
character box, thanks! But, how can I input both H-Factor and V-Factor, for
example, I want to:
\scalebox{2}[1]{ABC}
\scalebox{1}[2]{ABC}
Everytime I input H-Factor and then swith to V-Factor, the H-Factor
automaticaly become 1, so \scalebox{1}[2]{ABC} is OK, but how to input:
\scalebox{3}[5]{ABC}
--
Best regards,
Baochen Su
The LyX inset works fine here. My steps are:
Insert > Custom Insets > Scalebox
Type "3" (cursor is already in the H-Factor input)
Click inside the Scalebox inset but outside the H-Factor input (either before
or after the H-Factor input)
Insert > V-Factor
Type "5" (cursor is already in the V-Factor input)
Click or use right-arrow to exit the V-Factor input but stay inside the
Scalebox inset
Enter contents of scalebox
Paul