From owner-freebsd-doc Sat Aug 18 10:53:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from eos.ocn.ne.jp (eos.ocn.ne.jp [210.190.142.171]) by hub.freebsd.org (Postfix) with ESMTP id 326E337B401 for ; Sat, 18 Aug 2001 10:53:40 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.hrslab.yi.org (p0212-ip01funabasi.chiba.ocn.ne.jp [211.123.225.212]) by eos.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id CAA15451; Sun, 19 Aug 2001 02:53:37 +0900 (JST) Received: from localhost (alph.hrslab.yi.org [192.168.0.10]) by mail.hrslab.yi.org (8.9.3/3.7W/DomainMaster) with ESMTP id CAA35031; Sun, 19 Aug 2001 02:53:05 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Sun, 19 Aug 2001 02:51:23 +0900 (JST) Message-Id: <20010819.025123.91307958.hrs@eos.ocn.ne.jp> To: paul@saxa.georgetown.edu Cc: freebsd-doc@freebsd.org Subject: Re: pdfjadetex, Fatal format From: Hiroki Sato In-Reply-To: References: <20010819.014912.98853520.hrs@eos.ocn.ne.jp> X-Mailer: Mew version 1.95b101 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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