Re: SGML->PDF

1999-10-16 Thread J.H.M. Dassen \(Ray\)
[Aside, there's an SGML list [EMAIL PROTECTED]

On Sat, Oct 16, 1999 at 00:22:46 +0100, Steve George wrote:
> Does anyone know of any tools to convert from SGML (or any output jade can
> make) to PDF?

Use jade's TeX output and run it through pdfjadetex (see e.g.
http://www.wi.leidenuniv.nl/~jdassen/onderwijs/stuva/debug/ for an example).

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

Try adjusting the poolsizes in /etc/texmf/texmf.cnf and rebuilding your
jadetex format (using fmtutil). On my system (unstable), I have:
% Settings for Debian jadetex
  hash_extra.jadetex  = 15000
  hash_extra.pdfjadetex  = 15000
  pool_size.jadetex = 50
  pool_size.pdfjadetex = 50
  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

HTH,
Ray
-- 
Obsig: developing a new sig


SGML->PDF

1999-10-15 Thread Steve George
Hi,

Does anyone know of any tools to convert from SGML (or any output jade can 
make) to PDF?

The tutorials all show jadetex but this keeps failing for me.  I get this error 
if anyone knows how to fix it:

This is TeX, Version 3.14159 (Web2C 7.3) (format=jadetex 1999.8.24)  16 OCT 1999
 00:19
**myfile.tex
myfile.tex
JadeTeX 1999/03/30: 2.5
LaTeX Font Info:Try loading font information for T1+ptm on input line 1.
(/usr/share/texmf/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 1998/07/06 Fontinst v1.800 font definitions for T1/ptm.
)
(/usr/share/texmf/tex/jadetex/isoents.tex
File: isoents.tex
! TeX capacity exceeded, sorry [pool size=5114].
l.526 \expandafter\def\csname Enteacgr\endcsname
   {\ensuremath{\acute{\epsilon...
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used:
524 strings out of 4666
5114 string characters out of 5114
114005 words of memory out of 263001

Thanks,

Steve