ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re tree ``package''
@ 2001-05-31 12:05 Marc van Dongen
  0 siblings, 0 replies; only message in thread
From: Marc van Dongen @ 2001-05-31 12:05 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

Sorry if you receive this twice. I think
I forgot the group reply.

Taco Hoekwater (taco@elvenkind.com) wrote:

: We are missing marctool.mp :-)

Point well taken. It's attached.

Regards,

Marc

[-- Attachment #2: marctool.mp --]
[-- Type: text/plain, Size: 669 bytes --]

%
% Labels point i of mypath with (start+i).
%
def test( expr mypath, start ) =
  draw mypath
       withcolor red;
  for i = 0 upto length mypath:
    dotlabel ( decimal( i + start ),point i of mypath );
  endfor;
enddef;

%
% Circles pic with a circle scaled s.
%
def scaledcircleit( expr pic, s ) =
  (unitcircle shifted (-0.5,-0.5) scaled s
              shifted 0.5[ llcorner( pic ), urcorner( pic )])
enddef;

def widthofbox( expr b ) =
  (xpart( lrcorner( b ) ) - xpart( llcorner( b ) ))
enddef;

def heightofbox( expr b ) =
  (ypart( ulcorner( b ) ) - ypart( llcorner( b ) ))
enddef;

def centreofbox( expr b ) =
  (0.5[ ulcorner( b ), lrcorner( b ) ])
enddef;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-31 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-31 12:05 Re tree ``package'' Marc van Dongen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).