Thanks Stacho.  That worked!
- Ben 

> -----Original Message-----
> From: therion-bounces at speleo.sk 
> [mailto:therion-bounces at speleo.sk] On Behalf Of Stacho Mudrak
> Sent: 30 November 2007 10:09
> To: therion at speleo.sk
> Subject: Re: [Therion] Legend Size
> 
> Quoting "Cooper, Ben" <ben.cooper at siemens.com>:
> > Thanks Martin.
> > I've added this to the layout section of my thconfig file, 
> but it makes
> > no difference to the size of the North arrow.  I've tried 
> different cm
> > sizes too.  Is there something else I also need to do?
> 
> Strange, may be you can try just redefine s_northarrow, not 
> s_northarrow_SKBB.
> I.e.:
> 
> code metapost
>  def s_northarrow (expr rot) =
>    T:=identity scaled 1.5 rotated -rot;
>    thdraw (-.5cm,-1cm)--(0,1.5cm)--(.5cm,-1cm)--(0,-.5cm)--cycle;
>    thfill (-.5cm,-1cm)--(0,1.5cm)--(0,-.5cm)--cycle;
>  enddef;
> endcode
> 
> I have changed the value after scaled to get bigger arrow. 
> When I have tried
> this, it worked OK.
> 
> Regards, S.
> 
> > - Ben 
> > 
> > > -----Original Message-----
> > > From: therion-bounces at speleo.sk 
> > > [mailto:therion-bounces at speleo.sk] On Behalf Of Martin Budaj
> > > Sent: 27 November 2007 20:00
> > > To: therion at speleo.sk
> > > Subject: Re: [Therion] Legend Size
> > > 
> > > > > What I
> > > > > needed was a huge "Upper Flood" title and reasonable text 
> > > size for the
> > > > > North arrow, and the rest of the legend, so these things
> > > > > stood out even
> > > > > when viewed from some distance.
> > > 
> > > The north-arrow macro is currently not easily 
> customizable at all. You
> > > have to add the following to the layout
> > > 
> > > code metapost
> > > def s_northarrow_SKBB (expr rot) =
> > >   T:=identity scaled 0.7 rotated -rot;
> > >   thdraw (-.5cm,-1cm)--(0,1.5cm)--(.5cm,-1cm)--(0,-.5cm)--cycle;
> > >   thfill (-.5cm,-1cm)--(0,1.5cm)--(0,-.5cm)--cycle;
> > > enddef;
> > > 
> > > with values .5cm, 1cm, 1.5cm replaced by larger values.
> > > 
> > > Martin
> > > _______________________________________________
> > > Therion mailing list
> > > Therion at speleo.sk
> > > http://www.speleo.sk/mailman/listinfo/therion
> > > 
> > _______________________________________________
> > Therion mailing list
> > Therion at speleo.sk
> > http://www.speleo.sk/mailman/listinfo/therion
> > 
> 
> 
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://www.speleo.sk/mailman/listinfo/therion
> 

Reply via email to