public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* docware problem?
@ 1999-10-19  5:40 Andreas Kostyrka
  1999-10-19  7:08 ` Mark Galassi
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Kostyrka @ 1999-10-19  5:40 UTC (permalink / raw)
  To: DocBook Discussion List

Hi!

I've installed all the binary rpms from
ftp://sourceware.cygnus.com/pub/docbook-tools/docware/
(i386/noarch).

I've also fetch the docbook-intro.sgml to test the tools, and I'm getting
the following with db2dvi/ps:
[andreas@speedy andreas]$ db2dvi docbook-intro.sgml 
Using stylesheet: "/usr/lib/sgml/stylesheets/cygnus-both.dsl"
OUTPUT FILE NAME IS docbook-intro.dvi
This is TeX, Version 3.14159 (Web2C 7.3)
(docbook-intro.tex
JadeTeX 1999/03/30: 2.5
(/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
(/usr/share/texmf/tex/jadetex/isoents.tex
! TeX capacity exceeded, sorry [pool size=5114].
l.523 \expandafter\def\csname EntDZcy\endcsname
                                               {\cyr{\Dzh}}% U040F%
No pages of output.
Transcript written on docbook-intro.log.

Using the pdfjadetex I'm getting more or less the same message, it just
happens some lines earlier, because it seems to be compiled with pool
size=5000.

Is this the intended behaviour, or am I missing something?
(RH6.0/Intel system)

Andreas
--
Andreas Kostyrka                     | andreas@mtg.co.at
phone: +43/1/7070750                 | phone: +43/676/4091256   
MTG Handelsges.m.b.H.                | fax:   +43/1/7065299
Raiffeisenstr. 16/9                  | 2320 Zwoelfaxing AUSTRIA        


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: docware problem?
  1999-10-19  5:40 docware problem? Andreas Kostyrka
@ 1999-10-19  7:08 ` Mark Galassi
  1999-10-19  7:11   ` Andreas Kostyrka
  1999-10-19 10:23   ` Edward C. Bailey
  0 siblings, 2 replies; 7+ messages in thread
From: Mark Galassi @ 1999-10-19  7:08 UTC (permalink / raw)
  To: Andreas Kostyrka; +Cc: DocBook Discussion List

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

Dear Andreas,

Fortunately your problem is a simple one.  TeX comes rather
"underconfigured" in most teTeX releases, so it runs out of memory.  I
have a patch to a TeX configuration file for Red Hat 5.2, which you
can also apply to 6.0 if you then go and make a little manual
correction.

I will dig it up and send it to you directly.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: docware problem?
  1999-10-19  7:08 ` Mark Galassi
@ 1999-10-19  7:11   ` Andreas Kostyrka
  1999-10-19 10:23   ` Edward C. Bailey
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Kostyrka @ 1999-10-19  7:11 UTC (permalink / raw)
  To: Mark Galassi; +Cc: DocBook Discussion List

On 19 Oct 1999, Mark Galassi wrote:

> 
>     Andreas> ! TeX capacity exceeded, sorry [pool size=5114].
> 
> Dear Andreas,
> 
> Fortunately your problem is a simple one.  TeX comes rather
> "underconfigured" in most teTeX releases, so it runs out of memory.  I
> have a patch to a TeX configuration file for Red Hat 5.2, which you
> can also apply to 6.0 if you then go and make a little manual
> correction.
Well, I've come to this conclusion myself. At the moment I'm downloading
the tetex.src.rpm from RH6.1, to grep the contents for "pool size" ;)

Andreas
> 
> I will dig it up and send it to you directly.
Don't invest to much time into this, I hope to be able to patch the
src.rpm myself. :)

Andreas
--
Andreas Kostyrka                     | andreas@mtg.co.at
phone: +43/1/7070750                 | phone: +43/676/4091256   
MTG Handelsges.m.b.H.                | fax:   +43/1/7065299
Raiffeisenstr. 16/9                  | 2320 Zwoelfaxing AUSTRIA        


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: docware problem?
  1999-10-19  7:08 ` Mark Galassi
  1999-10-19  7:11   ` Andreas Kostyrka
@ 1999-10-19 10:23   ` Edward C. Bailey
  1 sibling, 0 replies; 7+ messages in thread
From: Edward C. Bailey @ 1999-10-19 10:23 UTC (permalink / raw)
  To: Mark Galassi; +Cc: Andreas Kostyrka, DocBook Discussion List

>>>>> "Mark" == Mark Galassi <rosalia@lanl.gov> writes:

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

Mark> Fortunately your problem is a simple one.  TeX comes rather
Mark> "underconfigured" in most teTeX releases, so it runs out of memory.
Mark> I have a patch to a TeX configuration file for Red Hat 5.2, which you
Mark> can also apply to 6.0 if you then go and make a little manual
Mark> correction.

FWIW, a Red Hat Linux 6.1 stock install has the following jadetex
settings:

hash_extra.jadetex = 25000
pool_size.jadetex = 750000
max_strings.jadetex = 55000
save_size.jadetex = 15000

I don't know if this is sufficient to do serious work with jadetex, but it
has worked with the few DocBook documents I've tried.  If any changes need
to be made to these settings (or other settings added), please let me know,
and I'll have a conversation with our engineers to try to get them into our
next release...

                            Ed
-- 
Ed Bailey        Red Hat, Inc.          http://www.redhat.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: docware problem?
  1999-10-20  2:29 Gary Stainburn
  1999-10-20  3:21 ` Edward C. Bailey
@ 1999-10-20  3:29 ` Andreas Kostyrka
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Kostyrka @ 1999-10-20  3:29 UTC (permalink / raw)
  To: Gary Stainburn; +Cc: DocBook Discussion List

On Wed, 20 Oct 1999, Gary Stainburn wrote:

> Hi All, how do I make these changes to my 5.2 installation.
Well, you add these lines just to /usr/share/texmf/web2c/texmf.cnf.

Andreas
--
Andreas Kostyrka                     | andreas@mtg.co.at
phone: +43/1/7070750                 | phone: +43/676/4091256   
MTG Handelsges.m.b.H.                | fax:   +43/1/7065299
Raiffeisenstr. 16/9                  | 2320 Zwoelfaxing AUSTRIA        


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: docware problem?
  1999-10-20  2:29 Gary Stainburn
@ 1999-10-20  3:21 ` Edward C. Bailey
  1999-10-20  3:29 ` Andreas Kostyrka
  1 sibling, 0 replies; 7+ messages in thread
From: Edward C. Bailey @ 1999-10-20  3:21 UTC (permalink / raw)
  To: Gary Stainburn; +Cc: DocBook Discussion List

>>>>> "Gary" == Gary Stainburn <gary.stainburn@ringways.co.uk> writes:

Gary> Hi All, how do I make these changes to my 5.2 installation.  Thanks,

I'd say add those lines to /usr/share/texmf/web2c/texmf.cnf, though I'd not
guarantee it (the files looks a bit different)...

                                Ed
-- 
Ed Bailey        Red Hat, Inc.          http://www.redhat.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: docware problem?
@ 1999-10-20  2:29 Gary Stainburn
  1999-10-20  3:21 ` Edward C. Bailey
  1999-10-20  3:29 ` Andreas Kostyrka
  0 siblings, 2 replies; 7+ messages in thread
From: Gary Stainburn @ 1999-10-20  2:29 UTC (permalink / raw)
  To: 'Edward C. Bailey', Mark Galassi
  Cc: Andreas Kostyrka, DocBook Discussion List

Hi All, how do I make these changes to my 5.2 installation.

Thanks, 

Gary
-----Original Message-----
From:	Edward C. Bailey [SMTP:ed@redhat.com]
Sent:	Tuesday, October 19, 1999 6:23 PM
To:	Mark Galassi
Cc:	Andreas Kostyrka; DocBook Discussion List
Subject:	Re: docware problem?

[snip]

FWIW, a Red Hat Linux 6.1 stock install has the following jadetex
settings:

hash_extra.jadetex = 25000
pool_size.jadetex = 750000
max_strings.jadetex = 55000
save_size.jadetex = 15000

[snip]
                            Ed
-- 
Ed Bailey        Red Hat, Inc.          http://www.redhat.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1999-10-20  3:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-19  5:40 docware problem? Andreas Kostyrka
1999-10-19  7:08 ` Mark Galassi
1999-10-19  7:11   ` Andreas Kostyrka
1999-10-19 10:23   ` Edward C. Bailey
1999-10-20  2:29 Gary Stainburn
1999-10-20  3:21 ` Edward C. Bailey
1999-10-20  3:29 ` Andreas Kostyrka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).