Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2002 11:59:57 -0500
From:      Adam Turoff <ziggy@panix.com>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        Warren Block <wblock@wonkity.com>, freebsd-doc@freebsd.org
Subject:   Re: pdftex problems?
Message-ID:  <20021206165957.GA26153@panix.com>
In-Reply-To: <20021206114650.GA16236@gothmog.gr>
References:  <Pine.BSF.4.21.0212052121330.18329-100000@wonkity.com> <20021206114650.GA16236@gothmog.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 06, 2002 at 01:46:50PM +0200, Giorgos Keramidas wrote:
> On 2002-12-05 21:29, Warren Block <wblock@wonkity.com> wrote:
> > I've been trying some in-house documentation using DocBook and then the
> > FreeBSD DTD.  The pdftex version seems far superior to the ps2pdf
> > version of the same document, at least if the end result is PDF.  The
> > table of contents has links to the pages, for example.
> >
> > But there's an ominous note about limitations of pdftex in the Handbook
> > Makefile.  So I'd like to ask for more detail about the limits: what are
> > they?  Am I likely to hit them with a much smaller manual if I stick
> > with pdftex instead of the ps2pdf method?
> 
> IIRC the problems that pdftex has with the Handbook are caused by the
> design of TeX.  TeX uses large, static, preallocated arrays as "pools"
> of memory for the data it needs while running.  The size of these
> tables is probably configurable at build time, but I haven't used
> teTeX or something similar in a while and I can't remember why I had
> this impression when the problems with pdftex started.

The memory pool sizes that TeX can be configured by tweaking the
texmf.cnf file found in /usr/local/share/texmf/web2c/texmf.cnf .

If you're trying to build a PDF version of the Handbook, or other
document using the DocProj tool chain, you're using jadetex.  To get
the proper pool sizes to produce PDF with pdftex/jadetex, refer to
the suggested values found in /usr/ports/print/jadetex/files/texmf.cnf
and update your local configuration accordingly.

Z.


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?20021206165957.GA26153>