From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 14 10:10:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A19616A4CE for ; Fri, 14 Nov 2003 10:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF8043FD7 for ; Fri, 14 Nov 2003 10:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAEIAKFY068606 for ; Fri, 14 Nov 2003 10:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAEIAKCw068605; Fri, 14 Nov 2003 10:10:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 14 Nov 2003 10:10:20 -0800 (PST) Resent-Message-Id: <200311141810.hAEIAKCw068605@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Bremner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B0416A4D5 for ; Fri, 14 Nov 2003 10:06:54 -0800 (PST) Received: from convex.cs.unb.ca (convex.cs.unb.ca [131.202.244.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C0443F75 for ; Fri, 14 Nov 2003 10:06:53 -0800 (PST) (envelope-from bremner-dated-1070042812.1598c0@unb.ca) Received: from bremner by convex.cs.unb.ca with local (Exim 4.24; FreeBSD 5.1) id 1AKiLM-000EtS-F5 for FreeBSD-gnats-submit@freebsd.org; Fri, 14 Nov 2003 14:06:52 -0400 Received: by convex.cs.unb.ca (tmda-sendmail, from uid 1266); Fri, 14 Nov 2003 14:06:52 -0400 (AST) Received: from bremner by convex.cs.unb.ca with local (Exim 4.24; FreeBSD 5.1) id 1AKiLL-000EtI-VZ for FreeBSD-gnats-submit@freebsd.org; Fri, 14 Nov 2003 14:06:51 -0400 Message-Id: Date: Fri, 14 Nov 2003 14:06:51 -0400 From: David Bremner Sender: David Bremner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59292: dvips one line paper sizes broken? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Bremner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 18:10:22 -0000 >Number: 59292 >Category: ports >Synopsis: dvips one line paper sizes broken? >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 14 10:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: David Bremner >Release: FreeBSD 5.1-CURRENT i386 >Organization: University of New Brunswick >Environment: System: FreeBSD convex.cs.unb.ca 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Fri Nov 14 10:54:50 AST 2003 bremner@convex.cs.unb.ca:/usr/obj/usr/src/sys/CONVEX2 i386 teTeX-2.0.2_2, compiled from port >Description: dvips seems read the next @-line for one line paper sizes and puts it (partly) in the output. This generates incorrect PS. >How-To-Repeat: With the following first two paper configurations in /usr/local/share/texmf/dvips/config/config.ps ---------------------------------------------------------------------- @ letterSize 8.5in 11in @+ % Some harmless comment @ A4size 210mm 297mm @+ %%PaperSize: A4 ---------------------------------------------------------------------- I get ---------------------------------------------------------------------- %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin A4size end %%EndSetup ---------------------------------------------------------------------- in my output file >Fix: If I add a second line to the papersize definition, ---------------------------------------------------------------------- @ letterSize 8.5in 11in @+ % Some harmless comment ---------------------------------------------------------------------- I get ---------------------------------------------------------------------- %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin % Some harmless comment end %%EndSetup ---------------------------------------------------------------------- Which does no apparent harm. >Release-Note: >Audit-Trail: >Unformatted: