ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Subject: Re: Here's a strange one for Metapost gurus
Date: Sun, 04 Jan 2004 09:32:48 -0800	[thread overview]
Message-ID: <3.0.5.32.20040104093248.0098e100@mail.northcoast.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0401041659060.5594@hahepc1.hahe>

Hartmut,

Good eyes! Exactly right, or should I say xright?

Thanks.

At 05:08 PM 1/4/04 +0100, you wrote:
>Hi David,
>
>it happens already in figure 6! By writing
>
>path left;
>...
>path right;
>
>you have redefined internal things "left" and "right". With e. g.
>
>  %draw spring block left
>  path xleft;
>  xleft:=(2,9)--(3,9)--(3,11)--(2,11)--cycle;
>  xleft:=xleft scaled u;
>  stripe_path_a(withcolor black)(draw)
>  xleft withcolor white;
>  draw (3u,9u)--(3u,11u);
>
>  %draw spring block right
>  path xright;
>  xright:=(17,9)--(18,9)--(18,11)--(17,11)--cycle;
>  xright:=xright scaled u;
>  stripe_path_a(withcolor black)(draw)
>  xright withcolor white;
>  draw (17u,9u)--(17u,11u);
>
>it works.
>
>Regards, Hartmut
>
>
>------------------------------------------------------------------------
>Hartmut Henkel, Oftersheim, Germany
>------------------------------------------------------------------------
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

      reply	other threads:[~2004-01-04 17:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-04  2:41 David Arnold
2004-01-04 16:08 ` Hartmut Henkel
2004-01-04 17:32   ` David Arnold [this message]

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=3.0.5.32.20040104093248.0098e100@mail.northcoast.com \
    --to=darnold@northcoast.com \
    --cc=ntg-context@ntg.nl \
    /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).