From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11884 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: Error using \starttextbackground. Date: Thu, 10 Apr 2003 20:29:22 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <5.2.0.9.1.20030410202019.02a67440@localhost> References: <200304091630.03391.john@wexfordpress.com> <5.2.0.9.1.20030409092903.01daf3f0@server-1> <200304091535.53319.john@wexfordpress.com> <87n0iza1tl.fsf@gundla.ch> <200304091630.03391.john@wexfordpress.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_1930445==_" X-Trace: main.gmane.org 1050047464 19279 80.91.224.249 (11 Apr 2003 07:51:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 07:51:04 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Apr 11 09:51:01 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193tJN-00050S-00 for ; Fri, 11 Apr 2003 09:51:01 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BA3DA10B8A; Fri, 11 Apr 2003 09:51:32 +0200 (MEST) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 6073E10B88 for ; Fri, 11 Apr 2003 09:33:29 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.9/SQL-8.12.9-10/8.12.5) with ESMTP id h3B7XNbL031756 for ; Fri, 11 Apr 2003 09:33:25 +0200 Original-Received: from laptop-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-net.nl (8.12.3/8.12.2) with ESMTP id h3B7XLEo006307 for ; Fri, 11 Apr 2003 09:33:24 +0200 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Original-To: ntg-context@ntg.nl In-Reply-To: <87llyiisk9.fsf@levana.i-did-not-set--mail-host-address--so -tickle-me> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11884 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11884 --=====================_1930445==_ Content-Type: text/plain; charset="us-ascii"; format=flowed > >It would be great if metapost could be verbose of format version and >date created. Hans? the metapost pool files has an 'everyjob" entry but i dunno how to use that so i hooked it into end Hans --=====================_1930445==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="metafun.mp" %D \module %D [ file=metafun.mp, %D version=2000.07.15, %D title=\CONTEXT\ \METAPOST\ graphics, %D subtitle=format generation file, %D author=Hans Hagen, %D date=\currentdate, %D copyright={PRAGMA / Hans Hagen \& Ton Otten}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. %D When generating many graphics at runtime, it can save run %D time to use a format file. We could have named this file %D \type {context}, but this is error prone, because it forces %D to use the progname \type {mpost} or \type {context} %D explicitly, depending on the needs. When using the format, %D a mismatch in the memory specification of \type {mpost} or %D \type {context} (the \TEX\ one) could lead to lost strings %D (and as a result in buggy boundingbox and special %D handling). By using the name \type {metatex} we make sure %D that we use (unless overloaded) the settings of \type %D {mpost}. if unknown ahangle : input plain.mp ; % John Hobby's file else : let dump = relax ; fi ; input mp-tool.mp ; input mp-spec.mp ; input mp-core.mp ; input mp-page.mp ; input mp-text.mp ; input mp-shap.mp ; input mp-butt.mp ; input mp-char.mp ; input mp-step.mp ; input mp-grph.mp ; % mp-form.mp ; input mp-grid.mp ; input mp-func.mp ; string metafunversion ; metafunversion = "metafun" & " " & decimal year & "-" & decimal month & "-" & decimal day & " " & decimal (time div 60) & ":" & decimal (time-(time div 60)*60) ; let normalend = end ; def end = message "" ; message metafunversion ; message "" ; normalend ; enddef ; dump ; endinput .  --=====================_1930445==_ Content-Type: text/plain; charset="us-ascii"; format=flowed ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf ------------------------------------------------------------------------- --=====================_1930445==_--