From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36942 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: need help with creating a grid with context Date: Wed, 10 Oct 2007 12:08:15 +0200 Message-ID: <6faad9f00710100308v15d230baj9bfc9eb07fa9142@mail.gmail.com> References: 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: sea.gmane.org 1192010928 3649 80.91.229.12 (10 Oct 2007 10:08:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 10:08:48 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 10 12:08:46 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IfYUd-0002gA-Q2 for gctc-ntg-context-518@m.gmane.org; Wed, 10 Oct 2007 12:08:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B45B61FBEF; Wed, 10 Oct 2007 12:08:36 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00486-05-6; Wed, 10 Oct 2007 12:08:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C87041FB71; Wed, 10 Oct 2007 12:08:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 606581FB71 for ; Wed, 10 Oct 2007 12:08:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00509-01-5 for ; Wed, 10 Oct 2007 12:08:20 +0200 (CEST) Original-Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by ronja.ntg.nl (Postfix) with ESMTP id 605D01FB4F for ; Wed, 10 Oct 2007 12:08:19 +0200 (CEST) Original-Received: by rv-out-0910.google.com with SMTP id k15so135543rvb for ; Wed, 10 Oct 2007 03:08:15 -0700 (PDT) Original-Received: by 10.142.148.7 with SMTP id v7mr32935wfd.1192010895805; Wed, 10 Oct 2007 03:08:15 -0700 (PDT) Original-Received: by 10.142.87.14 with HTTP; Wed, 10 Oct 2007 03:08:15 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:36942 Archived-At: On 10/10/07, MASON Peter J wrote: > Hope to create a regular (1cm spacing) grid on page, of bullets. Ultimately > over the whole page. Why not using MetaPost? \starttext \startMPcode % or \startMPpage for i=0 upto 10: for j=0 upto 20: fill fullcircle scaled 1mm shifted ((i,j) scaled 1cm); endfor; endfor; \stopMPcode \stoptext Mojca ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________