ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Command "show" in Metapost/Metafun
Date: Thu, 12 Mar 2009 00:44:40 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.00.0903120043130.3377@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <loom.20090312T004844-881@post.gmane.org>

On Thu, 12 Mar 2009, Curious Learn wrote:

> Hi,
>
> I am trying to learn Metapost using Context. I tried a few examples for drawing
> things and they worked well. But the "show" command does not seem to work. For
> example, the code
>
> \startuseMPgraphic{GridDots}
> 	u=1cm;
> 	pickup pencircle scaled 8pt
> 	for i = 0 upto 2:
> 		for j = 0 upto 2: draw (i*u,j*u); endfor
> 	endfor
> \stopuseMPgraphic
> \useMPgraphic{GridDots}
>
> from John Hobby's manual works great.
>
> However, the following code gives no output in the PDF file. Am I doing
> something wrong?
>
> \startuseMPgraphic{LinearEq}
>   a+b = 2a - b = 3;
>   show a,b;
> \stopuseMPgraphic
> \useMPgraphic{LinearEq}
>
> I am using the following version from Texlive
> ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2008.10.1  int: english/english

The output of show goes to the terminal and the log file. Look for the 
values in filename-mpgraph.log.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-03-12  4:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12  0:53 Curious Learn
2009-03-12  4:44 ` Aditya Mahajan [this message]
2009-03-12  8:40   ` Hans Hagen
2009-03-12 15:42     ` Aditya Mahajan
2009-03-12 23:11     ` Thanks. Two new questions: rotate and scale Curious Learn
2009-03-13 11:23       ` Albrecht Kauffmann
2009-03-13 11:59         ` Curious Learn
2009-03-13 12:09         ` Taco Hoekwater
2009-03-13 13:39           ` Curious Learn
2009-03-13 13:44             ` Mikael Persson
2009-03-13 13:56             ` Taco Hoekwater
2009-03-13 14:43               ` Curious Learn

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=alpine.LNX.2.00.0903120043130.3377@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).