This is the mail archive of the docbook-tools-discuss@sourceware.cygnus.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More on jadetex/RedHat 6.0 problems.


Well, rebuilding the SRPM on the webpage got the following results:

(BTW, the jadetex/jadetex.dtx file has to be hacked to remove French
support, since that seems to be broken on RH6.  This has been a known
problem on the sgml-tools mailing list for a while.)

The error went from "Fatal format file error" to "TeX capacity exceeded"

Looking back in the May archives of the sgml-tools mailing list, there's a
message giving the solution to the TeX capacity problem.  (Lines must be
added to texmf.cnf)

Specifically, I added these lines:

hash_extra.jadetex  = 15000
hash_extra.pdfjadetex  = 15000
pool_size.jadetex = 500000
pool_size.pdfjadetex = 500000
string_vacancies.jadetex = 45000
string_vacancies.pdfjadetex = 45000
max_strings.jadetex = 55000
max_strings.pdfjadetex = 55000
pool_free.jadetex = 47500
pool_free.pdfjadetex = 47500
nest_size.jadetex = 500
nest_size.pdfjadetex = 500
param_size.jadetex = 1500
param_size.pdfjadetex = 1500
save_size.jadetex = 5000
save_size.pdfjadetex = 5000
stack_size.jadetex = 1500
stack_size.pdfjadetex = 1500

There is almost surely a better way to do this, but this gets things
working for now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]