From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53651 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: luatex-plain & metapost Date: Fri, 23 Oct 2009 14:36:42 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256457091 5785 80.91.229.12 (25 Oct 2009 07:51:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2009 07:51:31 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 25 08:51:24 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N1xsq-0003Aq-MX for gctc-ntg-context-518@m.gmane.org; Sun, 25 Oct 2009 08:51:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 12A64C9D4E; Sun, 25 Oct 2009 08:45:49 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UQaAbvoTmt3i; Sun, 25 Oct 2009 08:45:46 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9F2FFC9CBC; Sun, 25 Oct 2009 08:42:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 57514C9A70 for ; Sat, 24 Oct 2009 15:24:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lkyYNTEAuZli for ; Sat, 24 Oct 2009 15:24:00 +0200 (CEST) Original-Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by balder.ntg.nl (Postfix) with ESMTP id 00370C9A63 for ; Sat, 24 Oct 2009 15:23:59 +0200 (CEST) Original-Received: by fxm19 with SMTP id 19so11243551fxm.2 for ; Sat, 24 Oct 2009 06:25:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hkwyk6wE5ewbuPTg+OhM6sQthGYIFXv2j0+WQQVF28I=; b=I2o5mT4wNKKXNxxnP8uAiVcqmb1wM1J4whmcQFuBRtdGnhd0vLwqOiJI/b8Wz8rTWQ HdRhju4Nwz8jXpacnpDjTcgQjLT0YcZXKfn91DtwKfFH1voP/8n4hy95w/UW89sm0fN7 i8MXP5B1MC6rfWhW7JjYuhlS0qJEdOvjM9ILU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uw9giL4WFHQ/u0VF0b/9n15ZHY4jNFSTaTcCPE2kO4NTG1XcratSXWzWf8VvUBXuZZ 3p+lVhjiy9XSMOD2sFz6YCyH1Gpb9IIiq6AdpTHE80BtuXjnGZDSjaGzHE2glNpK9C5A bWKYGawHFF5MItRytQv/ZtG8xluVot5nTZk2Y= Original-Received: by 10.204.151.194 with SMTP id d2mr10855531bkw.85.1256301402969; Fri, 23 Oct 2009 05:36:42 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:53651 Archived-At: I'm experimenting with luatex-plain in minimals, cfr. minimals/tex/texmf-context/tex/generic/context All examples are compiled with $> luatex --fmt=luatex-plain.fmt luatex-test.tex luatex-plain.fmt is build with $>luatex --ini luatex-plain.tex This is ok: %luatex-test.tex \pdfoutput=1 \setmplibformat{metafun} \mplibcode beginfig(1) ; draw fullcircle scaled 10cm withcolor red withpen pencircle xscaled 4mm yscaled 2mm rotated 30 ; label("Foo",(0bp,0bp)); endfig ; \endmplibcode \end This is wrong: %luatex-test-wrong.tex \pdfoutput=1 \setmplibformat{metafun} \mplibcode beginfig(1) ; draw fullcircle scaled 10cm withcolor red withpen pencircle xscaled 4mm yscaled 2mm rotated 30 ; label(textext("Foo"),(0bp,0bp)); endfig ; \endmplibcode \end Any ideas ? -- luigi ___________________________________________________________________________________ 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 ___________________________________________________________________________________