ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
Cc: roegel@lorraine.loria.fr (Denis B. Roegel)
Subject: what is nxy?
Date: Wed, 18 Oct 2000 22:41:51 +0200 (MET DST)	[thread overview]
Message-ID: <200010182041.WAA06654@bar.loria.fr> (raw)

If I go back to the example of an earlier question of mine,
I see that

  1) I don't understand what `nxy' is; as far as I can see,
     it is not explained in the metafun manual;
  2) I don't understand why the connection between the first
     and the second word goes from center to center, 
     and this may have something to do with 1).

Thanks!

Denis

\starttext

\startMPpositiongraphic{mypos:circle}
  initialize_box(\MPpos{\MPvar{self}});
  path p; p:=llxy..lrxy..urxy..ulxy..cycle;
  pickup pencircle scaled 1pt;
  fill p withcolor .800white;
  draw p withcolor .625yellow;
  anchor_box(\MPanchor{\MPvar{self}});
\stopMPpositiongraphic

\startMPpositiongraphic{mypos:line}
  path pa, pb, pab ; numeric na, nb;
  initialize_box(\MPpos{\MPvar{from}});
  na := nxy ; pa := llxy..lrxy..urxy..ulxy..cycle ;
  initialize_box(\MPpos{\MPvar{to}});
  nb := nxy ; pb := llxy..lrxy..urxy..ulxy..cycle ;
  if na=nb :
    pab := center pa -- center pb ;
    pab := pab cutbefore (pab intersectionpoint pa) ;
    pab := pab cutafter (pab intersectionpoint pb) ;
    pickup pencircle scaled 1pt;
    drawarrow pab withcolor .625yellow;
    anchor_box(\MPanchor{\MPvar{from}});
  fi;
\stopMPpositiongraphic

\startpositionoverlay{backgraphics} 
\setMPpositiongraphic{X-1}{mypos:circle}
\setMPpositiongraphic{X-2}{mypos:circle}
\setMPpositiongraphic{X-3}{mypos:circle}
\stoppositionoverlay
\startpositionoverlay{foregraphics}
\setMPpositiongraphic{X-1}{mypos:line}{to=X-2}
\setMPpositiongraphic{X-2}{mypos:line}{to=X-3}
\stoppositionoverlay

\defineoverlay [foregraphics] [\positionoverlay{foregraphics}]
\defineoverlay [backgraphics] [\positionoverlay{backgraphics}]

\setupbackgrounds
    [page]
    [background={backgraphics,foreground,foregraphics}]

In a previous section we saw that some \hpos {X-1} {words} were
\hpos {X-2} {circled} and connected by an \hpos {X-3} {arrow}.
As with most things in \CONTEXT, marking these words is separated
from declaring what to do with those words. 

\stoptext


             reply	other threads:[~2000-10-18 20:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-18 20:41 Denis B. Roegel [this message]
2000-10-19  9:10 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200010182041.WAA06654@bar.loria.fr \
    --to=denis.roegel@loria.fr \
    --cc=roegel@lorraine.loria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).