ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: metapost and lua
Date: Fri, 6 Aug 2010 14:17:11 +0200	[thread overview]
Message-ID: <20100806121710.GA17893@aides> (raw)
In-Reply-To: <4C5BF33C.6020206@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1063 bytes --]

On 2010-08-06 <13:34:20>, Hans Hagen wrote:
> how about:
> 
> \starttext
> 
> \startluacode
> context.startMPcode()
> context("draw fullcircle scaled 10cm;")
> context.stopMPcode()
> 
> context.resetMPdrawing()
> 
> context.startMPdrawing()
> context("fill fullcircle scaled 10cm;")
> context.stopMPdrawing()
> 
> for i=1,100,5 do
>     context.startMPdrawing()
>     context("draw fullcircle scaled " ..i .. "mm withcolor white;")
>     context.stopMPdrawing()
> end
> 
> context.MPdrawingdonetrue()
> 
> context.getMPdrawing()
> \stopluacode
> 
> \stoptext

That's more or less what I'm doing right now; I was being curious about
the “metapost.process(etc)” function, especially concerning the first
argument: “mpx” -- what could be a valid format identifier besides
"metafun"? Why does it fail on the otherwise sound example from
mlib-ctx.mkiv? It's nothing urgent, just plain curiosity.

Philipp


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      parent reply	other threads:[~2010-08-06 12:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-05 22:32 Philipp Gesang
2010-08-05 22:55 ` Hans Hagen
2010-08-06 11:34 ` Hans Hagen
2010-08-06 11:44   ` Hans Hagen
2010-08-06 12:20     ` Philipp Gesang
2010-08-06 12:17   ` Philipp Gesang [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=20100806121710.GA17893@aides \
    --to=pgesang@ix.urz.uni-heidelberg.de \
    --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).