From owner-freebsd-questions@FreeBSD.ORG Mon Jun 25 13:23:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AEB0106568D for ; Mon, 25 Jun 2012 13:23:37 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id AF3F58FC1B for ; Mon, 25 Jun 2012 13:23:36 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q5PDNgAG079154; Mon, 25 Jun 2012 15:23:42 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q5PDNghj079151; Mon, 25 Jun 2012 15:23:42 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 25 Jun 2012 15:23:42 +0200 (CEST) From: Wojciech Puchar To: Matthias Apitz In-Reply-To: <20120625131432.GA1872@tiny.Sisis.de> Message-ID: References: <20120625091535.GA1324@tiny.Sisis.de> <20120625053713.5bd88e7d@vixen42.vulpes.vvelox.net> <20120625124710.GA1827@tiny.Sisis.de> <20120625131432.GA1872@tiny.Sisis.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2456600518-672430742-1340630622=:79150" X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Mon, 25 Jun 2012 15:23:42 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: printing jpeg slides to a Postscript printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 13:23:37 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2456600518-672430742-1340630622=:79150 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 25 Jun 2012, Matthias Apitz wrote: > El día Monday, June 25, 2012 a las 02:52:24PM +0200, Wojciech Puchar escribió: > >> simplest case: >> >> 1)convert them in batch to postscript. > > I did this already with: > > for i in *.jpg do ; convert $i $i.ps ; done > > this works fin; > >> >> 2)place it with mpage, many on one page. > > and now a > > mpage -bA4 -4 *.ps > /tmp/all.ps > > gives a 10 page PS file, each page divided by fine lines into 4 sub > pages; but on any of the 10 pages one of the slides is put into the > upper left sub page area; what I'm missing? -c --2456600518-672430742-1340630622=:79150--