From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37490 Path: news.gmane.org!not-for-mail From: Vyatcheslav Yatskovsky Newsgroups: gmane.comp.tex.context Subject: Images centered on page Date: Fri, 23 Nov 2007 18:55:37 +0200 Message-ID: <688772575.20071123185537@gmail.com> References: Reply-To: Yatskovsky , 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 1195837066 31629 80.91.229.12 (23 Nov 2007 16:57:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 16:57:46 +0000 (UTC) To: "ntg-context-request@ntg.nl" Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 23 17:57:52 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 1IvbqM-0006CQ-2p for gctc-ntg-context-518@m.gmane.org; Fri, 23 Nov 2007 17:57:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A38C61FD60; Fri, 23 Nov 2007 17:56:33 +0100 (CET) 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 14105-02-2; Fri, 23 Nov 2007 17:56:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 170901FCDE; Fri, 23 Nov 2007 17:56:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D3711FB33 for ; Fri, 23 Nov 2007 17:55:59 +0100 (CET) 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 18425-01 for ; Fri, 23 Nov 2007 17:55:42 +0100 (CET) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by ronja.ntg.nl (Postfix) with ESMTP id D72881FC7A for ; Fri, 23 Nov 2007 17:55:41 +0100 (CET) Original-Received: by an-out-0708.google.com with SMTP id b20so606232ana for ; Fri, 23 Nov 2007 08:55:40 -0800 (PST) Original-Received: by 10.100.208.11 with SMTP id f11mr14366016ang.1195836939145; Fri, 23 Nov 2007 08:55:39 -0800 (PST) Original-Received: from definitionly.jester.volia.net ( [77.121.139.124]) by mx.google.com with ESMTPS id h4sm2164374nfh.2007.11.23.08.55.36 (version=SSLv3 cipher=OTHER); Fri, 23 Nov 2007 08:55:37 -0800 (PST) X-Mailer: The Bat! (v3.99.29) Professional X-Priority: 3 (Normal) In-Reply-To: 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:37490 Archived-At: Hello, How can I center the image on a page? I want images to cover the page completely, and since they have proper size (roughly A4), I only need them to be centered. Now they are stuck to the top, leaving a gap on bottom (and same for left-right). I have the following script (note my Lua trick to process images in a batch). Image names are "Image00001.png" and so on. %engine=luatex \setuplayout [footer=0mm, header=0mm, topspace=0mm, backspace=0mm, leftmargin=0mm, rightmargin=0mm, location=middle, height=fit, width=fit] \starttext \startluacode for n = 1, 9 do tex.print(string.format("\\externalfigure[Image%05d.png]", n)); end \stopluacode \stoptext Best regards, Vyatcheslav ___________________________________________________________________________________ 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 ___________________________________________________________________________________