Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Taco Hoekwater elvenkind.com> writes: > > You want this, I think: > > beginfig(1); > ... do stuff ... > currentpicture := currentpicture scaled X; > endfig; > Awesome!! This is exactly what I was looking for. Thanks Taco and Mikael. ___

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Taco Hoekwater
Curious Learn wrote: > Taco Hoekwater elvenkind.com> writes: > > (2) Is there a command to scale the whole picture...not the components? >> Parse error. In my view, the whole picture *is* the components. >> >> Best wishes, >> Taco > > Hi Taco, > > Sorry for the typo and for not being cl

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Mikael Persson
On Fri, Mar 13, 2009 at 2:39 PM, Curious Learn wrote: > Taco Hoekwater elvenkind.com> writes: > > >> >> (2) Is there a command to scale the whole picture...not the components? >> >> Parse error. In my view, the whole picture *is* the components. >> >> Best wishes, >> Taco > > Hi Taco, > > Sorry f

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Taco Hoekwater elvenkind.com> writes: > >> (2) Is there a command to scale the whole picture...not the components? > > Parse error. In my view, the whole picture *is* the components. > > Best wishes, > Taco Hi Taco, Sorry for the typo and for not being clear. I meant the following. I know th

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Taco Hoekwater
(2) Is there a command to scale the whole picture...not the components? Parse error. In my view, the whole picture *is* the components. Best wishes, Taco ___ If your question is of interest to others as well, plea

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Albrecht Kauffmann rz.uni-potsdam.de> writes: > > only to (1): try > > draw (((0,0) -- dir(0)*u -- dir(60)*u --cycle) rotated 60); Thanks Albrecht. That worked great. ___ If your question is of interest to others

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Albrecht Kauffmann
only to (1): try draw (((0,0) -- dir(0)*u -- dir(60)*u --cycle) rotated 60); greetings, Albrecht On Thu, 12 Mar 2009, Curious Learn wrote: > Aditya and Hans, > > Thanks very much for your replies. I suppose I should install minimals > afterall. > Still using the TexLive version. > > I have tw