From owner-freebsd-doc Sat Aug 18 11:25:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from saxa.georgetown.edu (saxa.georgetown.edu [141.161.20.140]) by hub.freebsd.org (Postfix) with ESMTP id BDC4F37B406 for ; Sat, 18 Aug 2001 11:25:03 -0700 (PDT) (envelope-from paul@saxa.georgetown.edu) Received: from localhost (paul@localhost) by saxa.georgetown.edu (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id OAA12376; Sat, 18 Aug 2001 14:25:05 -0400 Date: Sat, 18 Aug 2001 14:25:05 -0400 (EDT) From: To: Hiroki Sato Cc: Subject: Re: pdfjadetex, Fatal format In-Reply-To: <20010819.025123.91307958.hrs@eos.ocn.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org excellent, both methods work perfectly. thanks again, -S- On Sun, 19 Aug 2001, Hiroki Sato wrote: > wrote > in : > > paul> Say i have my file: firstbook.sgml > paul> Do i still convert this to tex with jade? or do i need to change the jade > paul> command? > paul> Then how do use the pdftex command to convert the file to pdf? > > Yes, you need to convert .sgml to .tex with jade first, then > compile .tex with pdftex '&pdfjadetex'. In short: > > a) get .dvi or .ps format > > sgml --(jade)--> tex --(tex '&jadetex')--------> dvi --(dvips)--> ps > > b) get .pdf format > > sgml --(jade)--> tex --(pdftex '&pdfjadetex')--> pdf > > To use pdftex, execute the following command: > > % pdftex '&pdfjadetex' firstbook.tex > > after sgml->tex conversion with jade. > > The primer is incorrect on that point (s/tex/pdftex/). > Probably doc/share/mk/doc.docbook.mk would help. > > In addition, as the alternative, you can use print/dvipdfm in FreeBSD > Ports Collection to create .pdf from .dvi (in that case, only jadetex > is needed). > > -- > | Hiroki Sato > | > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message