Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jun 2003 00:31:57 +0900 (JST)
From:      Hiroki Sato <hrs@eos.ocn.ne.jp>
To:        me@farid-hajji.de
Cc:        freebsd-questions@freebsd.org
Subject:   Re: DocBook tex/pdf/ps output for different page sizes?
Message-ID:  <20030605.003157.71137868.hrs@eos.ocn.ne.jp>
In-Reply-To: <200306041634.29732.me@farid-hajji.de>
References:  <200306041634.29732.me@farid-hajji.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Farid Hajji <me@farid-hajji.de> wrote
  in <200306041634.29732.me@farid-hajji.de>:

me> how can I generate a pdf/ps copy of the handbook
me> or any other DocBook document using
me>    /usr/doc/share/mk/doc.project.mk
me> in other pagesizes, like a4, letter, or even
me> a custom format? Or said another way:
me> which knob to I need to turn for the pagesize?

 There is no command-line/Makefile knob for papersize, but
 you can add the following line

  (define %paper-type% "USletter") 

 into your dsssl stylesheet for letter size output.
 "A0" to "A10", "B0" to "B10", "C0" to "C10", "USletter",
 "A4landscape", and "USlandscape" are valid.

-- 
| Hiroki SATO  <hrs@eos.ocn.ne.jp> / <hrs@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030605.003157.71137868.hrs>