Re: [NTG-context] externalfigure rotation

2007-09-19 Thread Wolfgang Schuster
On Mon, 17 Sep 2007 08:38:06 -0500 Santy, Michael [EMAIL PROTECTED] wrote: Hello, I'm looking to rotate an externalfigure inside of its bounding box in increments of 90 deg. Its real easy with 0 and 180, you can just do: \externalfigure[blah.pdf][width=5.0in, height=2.0in]

Re: [NTG-context] externalfigure rotation

2007-09-19 Thread Duane Johnson
Thanks for sharing this, Wolfgang. Very nice effects! Duane Johnson (canadaduane) On Sep 19, 2007, at 5:55 AM, Wolfgang Schuster wrote: Hi Mike, you can control the rotation placement with the location key and the value middle for location seems to be what you want but the the result looks

[NTG-context] externalfigure rotation

2007-09-17 Thread Santy, Michael
Hello, I'm looking to rotate an externalfigure inside of its bounding box in increments of 90 deg. Its real easy with 0 and 180, you can just do: \externalfigure[blah.pdf][width=5.0in, height=2.0in] \rotate[rotation=180]{\externalfigure[blah.pdf][width=5.0in, height=2.0in]} Both commands