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]

Re: db2ps problems



    >> jade -d /usr/lib/sgml/stylesheets/dbtohtml.dsl -t sgml
    >> myfile.sgml > myfile.html

    Eric> Better use docbook.dsl with #html argument ?

Yeah: You can get the exact invocation line by just looking at
/usr/bin/db2html.  The db2html.dsl styleshet is a very old one.

    >> ! TeX capacity exceeded, sorry [pool size=5114].

    Eric> Yes, there is some capacity parameter of TeX which you have
    Eric> to override.

    Eric> Can someone tell me what the name of this parameter is,
    Eric> again ? I can't remember which one it was !

This patch to texmf.cnf (these days usually found in
/usr/share/texmf/web2c/texmf.cnf) should work on a Red Hat 5.2 system.
On Red Hat 6.0 you will find a couple of rejected lines, but you
should be able to patch them by hand.  Let me know if you have a
problem.

--- texmf.cnf.orig	Thu Sep 24 21:40:14 1998
+++ texmf.cnf	Tue Oct  6 01:45:12 1998
@@ -371,6 +371,7 @@
 
 % Extra space for the hash table of control sequences (which allows 10K
 % names as distributed).
+hash_extra.jadetex = 15000
 hash_extra.context = 15000
 hash_extra.cont-en = 15000
 hash_extra.cont-nl = 15000
@@ -379,6 +380,7 @@
 
 % Max number of characters in all strings, including all error messages,
 % help texts, font names, control sequences.  These values apply to TeX and MP.
+pool_size.jadetex = 200000
 pool_size.context = 500000
 pool_size.cont-en = 500000
 pool_size.cont-nl = 500000
@@ -391,6 +393,7 @@
 string_vacancies.cont-nl = 45000
 string_vacancies.cont-de = 45000
 string_vacancies = 25000
+max_strings.jadetex = 50000
 max_strings.context = 55000
 max_strings.cont-en = 55000
 max_strings.cont-nl = 55000
@@ -434,6 +437,7 @@
 param_size.cont-nl = 1500
 param_size.cont-de = 1500
 param_size = 500	% simultaneous macro parameters
+save_size.jadetex = 15000
 save_size.context = 5000
 save_size.cont-en = 5000
 save_size.cont-nl = 5000


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