From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12775 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.comp.tex.context Subject: Stumped on Field Date: Mon, 4 Aug 2003 19:03:05 -0700 (PDT) Sender: ntg-context-admin@ntg.nl Message-ID: <1367.209.209.17.23.1060048985.squirrel@webmail.inreach.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1060049418 21272 80.91.224.253 (5 Aug 2003 02:10:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2003 02:10:18 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Aug 05 04:10:37 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jrHY-0001Qh-00 for ; Tue, 05 Aug 2003 04:10:37 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A4A0810B2A; Tue, 5 Aug 2003 04:10:30 +0200 (MEST) Original-Received: from smtp.inreach.com (smtp.inreach.com [209.142.2.34]) by ref.ntg.nl (Postfix) with SMTP id 2681710B1C for ; Tue, 5 Aug 2003 04:03:08 +0200 (MEST) Original-Received: (qmail 6933 invoked from network); 5 Aug 2003 02:03:05 -0000 Original-Received: from unknown (HELO webmail2.inreach.com) (209.142.2.51) by smtp.inreach.com with SMTP; 5 Aug 2003 02:03:05 -0000 Original-Received: from 209.209.17.23 (SquirrelMail authenticated user darnold@northcoast.com) by webmail.inreach.com with HTTP; Mon, 4 Aug 2003 19:03:05 -0700 (PDT) Original-To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) 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:12775 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12775 All, In s-mag-01.tex, I am completely baffled by: \startusableMPgraphic{text} StartPage ; for i=Header,Text,Footer: for j=LeftEdge,LeftMargin,Text,RightMargin,RightEdge: draw Field[i][j] withpen pencircle scaled 0.5pt; endfor; endfor; StopPage; setbounds currentpicture to Field[Text][Text] ; \stopusableMPgraphic I can find no references of Field anywhere, not in s-mag-01, nor in any files in my texmf tree, nor in documentation, ... Huh? Anyone have a clue?