ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Command "show" in Metapost/Metafun
@ 2009-03-12  0:53 Curious Learn
  2009-03-12  4:44 ` Aditya Mahajan
  0 siblings, 1 reply; 12+ messages in thread
From: Curious Learn @ 2009-03-12  0:53 UTC (permalink / raw)
  To: ntg-context

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

Thanks for your help.

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-03-13 14:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12  0:53 Command "show" in Metapost/Metafun Curious Learn
2009-03-12  4:44 ` Aditya Mahajan
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

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