From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3879 Path: main.gmane.org!not-for-mail From: "Giuseppe Bilotta" Newsgroups: gmane.comp.tex.context Subject: MetaPost : what's wrong with DVI? Date: Sat, 27 Jan 2001 22:53:18 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <000201c088b2$2d9d1780$a3ccfea9@nuovo> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394587 20913 80.91.224.250 (23 Oct 2002 17:36:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:36:27 +0000 (UTC) Original-To: "ConTeXt" Xref: main.gmane.org gmane.comp.tex.context:3879 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3879 Hello, I decided to have some (Meta)fun, and began from the most basic things: embedded metapost in context. But it seems that it doesn't work in DVI mode. Take following snippet: %cont-en \setupcolors[state=start] \startMPgraphic fill fullcircle scaled 200pt withcolor .625white \stopMPgraphic \loadcurrentMPgraphic \starttext \placeMPgraphic \stoptext and compile it: with --pdf, it works flawlessy; in dvi mode, the "unknown cs"error is issued (the unknown cs is \MPprologues). Any ideas? Thanks for your attention, Giuseppe Bilotta