From owner-freebsd-questions@FreeBSD.ORG Sun Jan 26 22:37:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18FA4138 for ; Sun, 26 Jan 2014 22:37:05 +0000 (UTC) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9B011287 for ; Sun, 26 Jan 2014 22:37:04 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id s0QMb2Hm011842; Sun, 26 Jan 2014 15:37:02 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <52E58E0E.5010000@dreamchaser.org> Date: Sun, 26 Jan 2014 15:37:02 -0700 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: Warren Block Subject: Re: ps problem References: <52E55D4F.8060803@dreamchaser.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 26 Jan 2014 15:37:02 -0700 (MST) Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 22:37:05 -0000 On 01/26/14 13:41, Warren Block wrote: >> 1.0 setgray > > 1.0 is white, 0 is black. that might have something to do with it, :-) except rgb failed also. >> /Times-Roman findfont 60 scalefont setfont newpath 100 200 moveto >> (This is page (1).) > > The paren operator defines a string. Got that part already, thanks. > But after defining a > string, it just sits on the stack unless you draw it to the page with > show: > > (This is page \(1\).) show Ah... that was the magic, thanks. > After drawing everything on a page, the showpage operator prints the > page, and then you can begin on the second page, which should also be > followed by a showpage. > > ps2pdf from ghostscript is handy for debugging without burning > through paper. thanks, *much* more convenient.