Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 02:51:23 +0900 (JST)
From:      Hiroki Sato <hrs@eos.ocn.ne.jp>
To:        paul@saxa.georgetown.edu
Cc:        freebsd-doc@freebsd.org
Subject:   Re: pdfjadetex, Fatal format
Message-ID:  <20010819.025123.91307958.hrs@eos.ocn.ne.jp>
In-Reply-To: <Pine.LNX.4.33.0108181300230.12262-100000@saxa.georgetown.edu>
References:  <20010819.014912.98853520.hrs@eos.ocn.ne.jp> <Pine.LNX.4.33.0108181300230.12262-100000@saxa.georgetown.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
<paul@saxa.georgetown.edu> wrote
  in <Pine.LNX.4.33.0108181300230.12262-100000@saxa.georgetown.edu>:

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  <hrs@FreeBSD.org>
|              <hrs@eos.ocn.ne.jp>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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