From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 08:05:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C79337B404 for ; Wed, 4 Jun 2003 08:05:40 -0700 (PDT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CEC643F85 for ; Wed, 4 Jun 2003 08:05:38 -0700 (PDT) (envelope-from me@farid-hajji.de) Received: (qmail 13383 invoked by uid 505); 4 Jun 2003 14:45:16 -0000 Received: from me@farid-hajji.de by dsl-mail by uid 502 with qmail-scanner-1.14 (spamassassin: 2.43. Clear:. Processed in 0.160971 secs); 04 Jun 2003 14:45:16 -0000 Received: from unknown (HELO reverse-213-146-115-80.dialin.kamp-dsl.de) (213.146.115.80) by dsl-mail.kamp.net with SMTP; 4 Jun 2003 14:45:16 -0000 From: Farid Hajji To: freebsd-questions@freebsd.org Date: Wed, 4 Jun 2003 16:34:29 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306041634.29732.me@farid-hajji.de> cc: doc@freebsd.org Subject: DocBook tex/pdf/ps output for different page sizes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: me@farid-hajji.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 15:05:40 -0000 Hi, [Please Cc me directly, I'm not on the mailing list. Thanks.] how can I generate a pdf/ps copy of the handbook or any other DocBook document using /usr/doc/share/mk/doc.project.mk in other pagesizes, like a4, letter, or even a custom format? Or said another way: which knob to I need to turn for the pagesize? I'm using this Makefile: # Makefile -- Some DocBook document # Copyright (C) 2003 Farid Hajji, http://www.farid-hajji.net/address.html # $Id: Makefile,v 1.1.1.1 2003/06/04 10:47:32 farid Exp $ DOC_PREFIX?= /usr/doc DESTDIR?= ${.CURDIR}/output MAINTAINER= farid.hajji@ob.kamp.net DOC?= book FORMATS?= pdf BOOK_OUTPUT?= yes # Always synchronize the SRCS with chapters.ent SRCS+= book.sgml SRCS+= src/chap_01.sgml SRCS+= src/chap_02.sgml # etc... SRCS+= chapters.ent .include "${DOC_PREFIX}/share/mk/doc.project.mk" I'm just trying to modify the default page size, that's all. Everything else works as expected. Many thanks, -FH. -- Farid Hajji -- Unix Systems and Network Management. http://www.farid-hajji.net/address.html Quoth the Raven, "Nevermore." --Edgar Allan Poe.