ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hartmut Henkel <hartmut_henkel@gmx.de>
Cc: David Arnold <darnold@northcoast.com>
Subject: Re: Here's a strange one for Metapost gurus
Date: Sun, 4 Jan 2004 17:08:17 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.58.0401041659060.5594@hahepc1.hahe> (raw)
In-Reply-To: <3.0.5.32.20040103184146.00989920@mail.northcoast.com>

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
------------------------------------------------------------------------

  reply	other threads:[~2004-01-04 16:08 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 [this message]
2004-01-04 17:32   ` David Arnold

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=Pine.LNX.4.58.0401041659060.5594@hahepc1.hahe \
    --to=hartmut_henkel@gmx.de \
    --cc=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).