public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* .pdf generation error using the "newer" tools
  2000-12-27  6:36 .pdf generation error using the "newer" tools Bill Brooks
@ 2000-10-10 21:52 ` Bill Brooks
  2000-12-27  6:36 ` Eric Bischoff
  1 sibling, 0 replies; 24+ messages in thread
From: Bill Brooks @ 2000-10-10 21:52 UTC (permalink / raw)
  To: docbook-tools-discuss

Okay,

I'm using the rpm's of the docbook tools. I did a clean install of RedHat
6.2, and followed the recommendation of the page at
http://i18n.kde.org/doc/install.html by de-installing the RPM's that ship
with RedHat and installing the following:

   docbook-dtd30-sgml-1.0-6.noarch.rpm
   docbook-dtd31-sgml-1.0-6.noarch.rpm
   docbook-dtd40-sgml-1.0-6.noarch.rpm
   docbook-dtd41-sgml-1.0-6.noarch.rpm
   docbook-style-dsssl-1.57-2.noarch.rpm
   docbook-utils-0.5.5-1.noarch.rpm
   jade-1.2.1-6.i386.rpm
   jadetex-2.20-2.noarch.rpm
   perl-SGMLSpm-1.03ii-3.noarch.rpm
   sgml-common-0.3-1.noarch.rpm

I copied the simple "Hello World" example from
http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro/get-going.html#HELLO-WORLD
into a file called "helloworld.docbook". 

As people have mailed this list pointing out, the documentation on the
sources site is outdated, so I had to guess as to what flags would work
with the docbook utilities. Here's what I tried:

   docbook2pdf \
   ?  -c /usr/share/sgml/docbook/sgml-dtd-3.1/catalog \
   ?  -d /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
   helloworld.docbook

Is this right? I'd be happy to mail Mark Galassi a patch to the
http://sources.redhat.com/docbook-tools/ web page that documents how to
use the flags with the file locations where the RPM's put things if
someone can get me started on the right path.

Also, it seems like there is a problem actually producing a .pdf, here's
what I get:

   Using catalogs: /etc/sgml/sgml-docbook-3.0.cat,
   /usr/share/sgml/docbook/sgml-dtd-3.1/catalog
   Using stylesheet:
   /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
   Working on: /home/wbrooks/box/work/foo/helloworld.docbook
   This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
   (Fatal format file error; I'm stymied)


...are other people able to get this working? 

Bill

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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36 ` Eric Bischoff
@ 2000-10-11  4:53   ` Eric Bischoff
  2000-12-27  6:36   ` Bill Brooks
  2000-12-27  6:36   ` Red Hat 7.0 PNG problem Peter Toft
  2 siblings, 0 replies; 24+ messages in thread
From: Eric Bischoff @ 2000-10-11  4:53 UTC (permalink / raw)
  To: Bill Brooks; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4054 bytes --]

Bill Brooks wrote:
> 
> Okay,
> 
> I'm using the rpm's of the docbook tools. I did a clean install of RedHat
> 6.2, and followed the recommendation of the page at
> http://i18n.kde.org/doc/install.html by de-installing the RPM's that ship
> with RedHat and installing the following:
> 
>    docbook-dtd30-sgml-1.0-6.noarch.rpm
>    docbook-dtd31-sgml-1.0-6.noarch.rpm
>    docbook-dtd40-sgml-1.0-6.noarch.rpm
>    docbook-dtd41-sgml-1.0-6.noarch.rpm
>    docbook-style-dsssl-1.57-2.noarch.rpm
>    docbook-utils-0.5.5-1.noarch.rpm
>    jade-1.2.1-6.i386.rpm
>    jadetex-2.20-2.noarch.rpm
>    perl-SGMLSpm-1.03ii-3.noarch.rpm
>    sgml-common-0.3-1.noarch.rpm
> 
> I copied the simple "Hello World" example from
> http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro/get-going.html#HELLO-WORLD
> into a file called "helloworld.docbook".

You can find an updated and completed version of this tutorial at

	http://www.caldera.de/~eric/crash-course/HTML/index.html

It also has updated "hello world" examples in it.

> As people have mailed this list pointing out, the documentation on the
> sources site is outdated, so I had to guess as to what flags would work
> with the docbook utilities. Here's what I tried:
> 
>    docbook2pdf \
>    ?  -c /usr/share/sgml/docbook/sgml-dtd-3.1/catalog \
>    ?  -d /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    helloworld.docbook

The two -c and -d flags should not be necessary. But they ensure you use
"bare bones" Norman Walsh's stuff, and not our default stylesheet.

> Is this right? I'd be happy to mail Mark Galassi a patch to the
> http://sources.redhat.com/docbook-tools/ web page that documents how to
> use the flags with the file locations where the RPM's put things if
> someone can get me started on the right path.

If you volunteer to update the web pages, to me you're welcome ;-).
Mark?

> Also, it seems like there is a problem actually producing a .pdf, here's
> what I get:
> 
>    Using catalogs: /etc/sgml/sgml-docbook-3.0.cat,
>    /usr/share/sgml/docbook/sgml-dtd-3.1/catalog

The 3.0 catalog has been auto-detected by the docbook-utils because
you're trying to render a 3.0 (outdated) document.
The 3.1 catalog is used because you specified it on the command line.
This tells you you should remove the "-c" argument that forces here to
use a wrong catalog.

>    Using stylesheet:
>    /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>    This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>    (Fatal format file error; I'm stymied)

TeX classical problem. The default configuration files do not allow
enough resources for docbook.

I think we have a corrected version on the web site. Attached is also a
patch we use at KDE.


-- 
Éric Bischoff  -  Documentation and Localization
Caldera (Deutschland) GmbH - Linux for eBusiness
Tel: +49 9131 7192 300 -  Fax: +49 9131 7192 399
http://www.caldera.de/
--- 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

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

* Red Hat 7.0 PNG problem
  2000-12-27  6:36   ` Red Hat 7.0 PNG problem Peter Toft
@ 2000-10-11 12:24     ` Peter Toft
  2000-12-27  6:36     ` Peter Toft
  1 sibling, 0 replies; 24+ messages in thread
From: Peter Toft @ 2000-10-11 12:24 UTC (permalink / raw)
  To: docbook-tools-discuss

I wanted to try the new Red Hat 7.0 with the DocBook
tools in there - it seems that the db2html stuff is
working fine, but generating db2pdf jams, due to PNG
images:

Jade begin document sequence at 19
No file bog.aux.
(/usr/share/texmf/tex/latex/cyrillic/ot2cmr.fd)
(/usr/share/texmf/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf/tex/latex/lucidabr/lmrhlcm.fd)
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
(/usr/share/texmf/tex/latex/psnfss/t1phv.fd)libpng
error: Application must be recompiled; version 1.0.6
was incompatible
 
Error: pdfjadetex (file front.png): png_create_read_struct() failed        

------

Any clues on which package that is broken?

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win"
- Richard M Stallman

----> Visit http://petition.eurolinux.org <---


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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36   ` Bill Brooks
@ 2000-10-11 15:28     ` Bill Brooks
  2000-12-27  6:36     ` Eric Bischoff
  1 sibling, 0 replies; 24+ messages in thread
From: Bill Brooks @ 2000-10-11 15:28 UTC (permalink / raw)
  To: Eric Bischoff; +Cc: docbook-tools-discuss

On Wed, 11 Oct 2000, Eric Bischoff wrote:

> The two -c and -d flags should not be necessary. But they ensure you use
> "bare bones" Norman Walsh's stuff, and not our default stylesheet.

Okay, I tried it again by just using the docbook2pdf helloworld.docbook
and still ran into some problems. Here's what I get with the same
helloworld document:

  docbook2pdf helloworld.docbook
  Using catalogs: /etc/sgml/sgml-docbook-3.0.cat
  Using stylesheet:
  /usr/share/sgml/docbook/utils-0.5.5/docbook-utils.dsl#print
  Working on: /home/wbrooks/box/work/foo/helloworld.docbook
  This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
  (Fatal format file error; I'm stymied)

So it looks like the correct version of the DTD and stylesheets are
getting used for this document, but it can't get pdfTeX to even begin
generating a .pdf file. 

> If you volunteer to update the web pages, to me you're welcome ;-).
> Mark?

Absolutely, I can either mail a patch to the existing web page or change
something in a CVS repository somewhere. 

> TeX classical problem. The default configuration files do not allow
> enough resources for docbook.
> [...]
> 
> I think we have a corrected version on the web site. Attached is also a
> patch we use at KDE.

My texmf.cnf file is substantially different than yours so applying the
patch failed. Can you send the whole file? Thanks in advance. 

Bill

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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36     ` Eric Bischoff
@ 2000-10-12  4:54       ` Eric Bischoff
  0 siblings, 0 replies; 24+ messages in thread
From: Eric Bischoff @ 2000-10-12  4:54 UTC (permalink / raw)
  To: Bill Brooks; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1865 bytes --]

Bill Brooks wrote:
> 
> On Wed, 11 Oct 2000, Eric Bischoff wrote:
> 
> > The two -c and -d flags should not be necessary. But they ensure you use
> > "bare bones" Norman Walsh's stuff, and not our default stylesheet.
> 
> Okay, I tried it again by just using the docbook2pdf helloworld.docbook
> and still ran into some problems. Here's what I get with the same
> helloworld document:
> 
>   docbook2pdf helloworld.docbook
>   Using catalogs: /etc/sgml/sgml-docbook-3.0.cat
>   Using stylesheet:
>   /usr/share/sgml/docbook/utils-0.5.5/docbook-utils.dsl#print
>   Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>   This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>   (Fatal format file error; I'm stymied)
> 
> So it looks like the correct version of the DTD and stylesheets are
> getting used for this document, but it can't get pdfTeX to even begin
> generating a .pdf file.

Right. It's a TeX problem, not a DocBook problem.

> > If you volunteer to update the web pages, to me you're welcome ;-).
> > Mark?
> 
> Absolutely, I can either mail a patch to the existing web page or change
> something in a CVS repository somewhere.

Let's wait for Mark's answer.

> > TeX classical problem. The default configuration files do not allow
> > enough resources for docbook.
> > [...]
> >
> > I think we have a corrected version on the web site. Attached is also a
> > patch we use at KDE.
> 
> My texmf.cnf file is substantially different than yours so applying the
> patch failed. Can you send the whole file? Thanks in advance.

The patch is not big and easy to read, so you can patch by hand. On the
contrary, if you get my file, it might break other things on your
machine.

-- 
Éric Bischoff  -  Documentation and Localization
Caldera (Deutschland) GmbH - Linux for eBusiness
Tel: +49 9131 7192 300 -  Fax: +49 9131 7192 399
http://www.caldera.de/

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36     ` Peter Toft
@ 2000-11-10 15:36       ` Peter Toft
  2000-12-27  6:36       ` Tim Waugh
  1 sibling, 0 replies; 24+ messages in thread
From: Peter Toft @ 2000-11-10 15:36 UTC (permalink / raw)
  To: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

On Wed, 11 Oct 2000, Peter Toft wrote:

> I wanted to try the new Red Hat 7.0 with the DocBook
> tools in there - it seems that the db2html stuff is
> working fine, but generating db2pdf jams, due to PNG
> images:
> 
> Jade begin document sequence at 19
> No file bog.aux.
> (/usr/share/texmf/tex/latex/cyrillic/ot2cmr.fd)
> (/usr/share/texmf/tex/latex/base/ts1cmr.fd)
> (/usr/share/texmf/tex/latex/lucidabr/lmrhlcm.fd)
> (/usr/share/texmf/tex/context/base/supp-pdf.tex
> (/usr/share/texmf/tex/context/base/supp-mis.tex
> loading: Context Support Macros / Missing
> )
> loading: Context Support Macros / PDF
> ) (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
> (/usr/share/texmf/tex/latex/psnfss/t1phv.fd)libpng
> error: Application must be recompiled; version 1.0.6
> was incompatible
>  
> Error: pdfjadetex (file front.png): png_create_read_struct() failed        
> 
> ------
> 
> Any clues on which package that is broken?

No one of you seen that problem?

Can anyone help (guess) which package might be
broken. Which tool is used on Linux to convert png to
the format pdfjadetex can use?

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/       

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36       ` Tim Waugh
@ 2000-11-11  4:39         ` Tim Waugh
  2000-12-27  6:36         ` Peter Toft
  1 sibling, 0 replies; 24+ messages in thread
From: Tim Waugh @ 2000-11-11  4:39 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Sat, Nov 11, 2000 at 12:35:36AM +0100, Peter Toft wrote:

> On Wed, 11 Oct 2000, Peter Toft wrote:
> 
> > I wanted to try the new Red Hat 7.0 with the DocBook
> > tools in there - it seems that the db2html stuff is
> > working fine, but generating db2pdf jams, due to PNG
> > images:

Could you send me (not the list) a DocBook document and db2pdf command
line that causes this problem?

Thanks,
Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6DT4WONXnILZ4yVIRAttlAJ9bXDRPBkyHOt8tGAaxJ440CAIGaQCfYSkm
g2S6yCf+1o0QOUya+tzhP9Y=
=hMum
-----END PGP SIGNATURE-----

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36         ` Peter Toft
@ 2000-11-11 15:18           ` Peter Toft
  2000-12-27  6:36           ` Tim Waugh
  1 sibling, 0 replies; 24+ messages in thread
From: Peter Toft @ 2000-11-11 15:18 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]

On Sat, 11 Nov 2000, Tim Waugh wrote:

> On Sat, Nov 11, 2000 at 12:35:36AM +0100, Peter Toft wrote:
> 
> > On Wed, 11 Oct 2000, Peter Toft wrote:
> > 
> > > I wanted to try the new Red Hat 7.0 with the DocBook
> > > tools in there - it seems that the db2html stuff is
> > > working fine, but generating db2pdf jams, due to PNG
> > > images:
> 
> Could you send me (not the list) a DocBook document and db2pdf command
> line that causes this problem?

here you are

db2html bug70.sgml -> no problem
db2ps bug70.sgml -> does run - but PS file is corrupted
db2pdf bug70.sgml -> crash and burn

--------

db2pdf output;

 
LaTeX Warning: Reference `TEST-FIG' on page 4 undefined
on input line 406.
 
[4.0.46]libpng error: Application must be
recompiled; version 1.0.6 was incompatible
 
Error: pdfjadetex (file
smallfig.png): png_create_read_struct() failed   

--------

It seems that the libpng-1.0.8-1.i386.rpm from RH7.0 is
broken or at least incompatible with pdfjadetex

(Note; normally I never attach files to lists - but this 
attachment is <7kb so I hope you are not offended by it)

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/       

[-- Attachment #2: bug70.tgz --]
[-- Type: application/x-gzip, Size: 4544 bytes --]

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36           ` Tim Waugh
@ 2000-11-13  2:11             ` Tim Waugh
  2000-12-27  6:36             ` Peter Toft
  1 sibling, 0 replies; 24+ messages in thread
From: Tim Waugh @ 2000-11-13  2:11 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Sun, Nov 12, 2000 at 12:18:38AM +0100, Peter Toft wrote:

> > Could you send me (not the list) a DocBook document and db2pdf command
> > line that causes this problem?
> 
> here you are

Thanks.  The problem goes away after a tetex rebuild.  :-/  I'll look
into this.

Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6D75JONXnILZ4yVIRAoz+AJ47YygxKc6zWr9lK3sS3dDBAWmckACePprc
yBrM9WznQjBUHoeyf8GCHBs=
=WY58
-----END PGP SIGNATURE-----

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36             ` Peter Toft
@ 2000-11-13 10:48               ` Peter Toft
  2000-12-27  6:36               ` Tim Waugh
  1 sibling, 0 replies; 24+ messages in thread
From: Peter Toft @ 2000-11-13 10:48 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

On Mon, 13 Nov 2000, Tim Waugh wrote:

> On Sun, Nov 12, 2000 at 12:18:38AM +0100, Peter Toft wrote:
>
> > > Could you send me (not the list) a DocBook document and db2pdf command
> > > line that causes this problem?
> >
> > here you are
>
> Thanks.  The problem goes away after a tetex rebuild.  :-/  I'll look
> into this.

Could you at the same time make the adjustments to the
TeTex settings, so the buffers for pdfjadetex are much
higher. Standard problem with raw RH 6.2
latex/sgmltools stuff I had. The current settings I use
(big books) are found at
http://www.sslug.dk/~pto/texmf.cnf

and it would be nice to have Danish commented in - not
out in the file
/usr/share/texmf/tex/generic/config/language.dat :-)




-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?'
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/






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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36               ` Tim Waugh
@ 2000-11-13 13:21                 ` Tim Waugh
  2000-12-27  6:36                 ` Peter Toft
  1 sibling, 0 replies; 24+ messages in thread
From: Tim Waugh @ 2000-11-13 13:21 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Mon, Nov 13, 2000 at 07:48:27PM +0100, Peter Toft wrote:

> Could you at the same time make the adjustments to the
> TeTex settings, so the buffers for pdfjadetex are much
> higher. Standard problem with raw RH 6.2
> latex/sgmltools stuff I had. The current settings I use
> (big books) are found at
> http://www.sslug.dk/~pto/texmf.cnf

Are you still having trouble with this in Red Hat Linux 7?

> and it would be nice to have Danish commented in - not out in the
> file /usr/share/texmf/tex/generic/config/language.dat :-)

In general it's best to put things like this in
bugzilla.redhat.com/bugzilla so they can be tracked.

Thanks,
Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6EFtYONXnILZ4yVIRAk1kAJwI+KdXKUyC2FrRWuAIlkvuo3kWaQCghDoi
BBY+OqD7rFqtqL+44UXVuW8=
=6TUi
-----END PGP SIGNATURE-----

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36                 ` Peter Toft
@ 2000-11-13 13:53                   ` Peter Toft
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Toft @ 2000-11-13 13:53 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

On Mon, 13 Nov 2000, Tim Waugh wrote:

> On Mon, Nov 13, 2000 at 07:48:27PM +0100, Peter Toft wrote:
>
> > Could you at the same time make the adjustments to the
> > TeTex settings, so the buffers for pdfjadetex are much
> > higher. Standard problem with raw RH 6.2
> > latex/sgmltools stuff I had. The current settings I use
> > (big books) are found at
> > http://www.sslug.dk/~pto/texmf.cnf
>
> Are you still having trouble with this in Red Hat Linux 7?

I don't know - at the moment I cannot compile my big
books :-))

>
> > and it would be nice to have Danish commented in - not out in the
> > file /usr/share/texmf/tex/generic/config/language.dat :-)
>
> In general it's best to put things like this in
> bugzilla.redhat.com/bugzilla so they can be tracked.

Ok - one of the days I will. Just have to fight some
software patents here first ....


-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?'
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36     ` Peter Toft
  2000-11-10 15:36       ` Peter Toft
@ 2000-12-27  6:36       ` Tim Waugh
  2000-11-11  4:39         ` Tim Waugh
  2000-12-27  6:36         ` Peter Toft
  1 sibling, 2 replies; 24+ messages in thread
From: Tim Waugh @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Sat, Nov 11, 2000 at 12:35:36AM +0100, Peter Toft wrote:

> On Wed, 11 Oct 2000, Peter Toft wrote:
> 
> > I wanted to try the new Red Hat 7.0 with the DocBook
> > tools in there - it seems that the db2html stuff is
> > working fine, but generating db2pdf jams, due to PNG
> > images:

Could you send me (not the list) a DocBook document and db2pdf command
line that causes this problem?

Thanks,
Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6DT4WONXnILZ4yVIRAttlAJ9bXDRPBkyHOt8tGAaxJ440CAIGaQCfYSkm
g2S6yCf+1o0QOUya+tzhP9Y=
=hMum
-----END PGP SIGNATURE-----

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36         ` Peter Toft
  2000-11-11 15:18           ` Peter Toft
@ 2000-12-27  6:36           ` Tim Waugh
  2000-11-13  2:11             ` Tim Waugh
  2000-12-27  6:36             ` Peter Toft
  1 sibling, 2 replies; 24+ messages in thread
From: Tim Waugh @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Sun, Nov 12, 2000 at 12:18:38AM +0100, Peter Toft wrote:

> > Could you send me (not the list) a DocBook document and db2pdf command
> > line that causes this problem?
> 
> here you are

Thanks.  The problem goes away after a tetex rebuild.  :-/  I'll look
into this.

Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6D75JONXnILZ4yVIRAoz+AJ47YygxKc6zWr9lK3sS3dDBAWmckACePprc
yBrM9WznQjBUHoeyf8GCHBs=
=WY58
-----END PGP SIGNATURE-----

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

* Red Hat 7.0 PNG problem
  2000-12-27  6:36 ` Eric Bischoff
  2000-10-11  4:53   ` Eric Bischoff
  2000-12-27  6:36   ` Bill Brooks
@ 2000-12-27  6:36   ` Peter Toft
  2000-10-11 12:24     ` Peter Toft
  2000-12-27  6:36     ` Peter Toft
  2 siblings, 2 replies; 24+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

I wanted to try the new Red Hat 7.0 with the DocBook
tools in there - it seems that the db2html stuff is
working fine, but generating db2pdf jams, due to PNG
images:

Jade begin document sequence at 19
No file bog.aux.
(/usr/share/texmf/tex/latex/cyrillic/ot2cmr.fd)
(/usr/share/texmf/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf/tex/latex/lucidabr/lmrhlcm.fd)
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
(/usr/share/texmf/tex/latex/psnfss/t1phv.fd)libpng
error: Application must be recompiled; version 1.0.6
was incompatible
 
Error: pdfjadetex (file front.png): png_create_read_struct() failed        

------

Any clues on which package that is broken?

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win"
- Richard M Stallman

----> Visit http://petition.eurolinux.org <---


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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36   ` Bill Brooks
  2000-10-11 15:28     ` Bill Brooks
@ 2000-12-27  6:36     ` Eric Bischoff
  2000-10-12  4:54       ` Eric Bischoff
  1 sibling, 1 reply; 24+ messages in thread
From: Eric Bischoff @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Bill Brooks; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1865 bytes --]

Bill Brooks wrote:
> 
> On Wed, 11 Oct 2000, Eric Bischoff wrote:
> 
> > The two -c and -d flags should not be necessary. But they ensure you use
> > "bare bones" Norman Walsh's stuff, and not our default stylesheet.
> 
> Okay, I tried it again by just using the docbook2pdf helloworld.docbook
> and still ran into some problems. Here's what I get with the same
> helloworld document:
> 
>   docbook2pdf helloworld.docbook
>   Using catalogs: /etc/sgml/sgml-docbook-3.0.cat
>   Using stylesheet:
>   /usr/share/sgml/docbook/utils-0.5.5/docbook-utils.dsl#print
>   Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>   This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>   (Fatal format file error; I'm stymied)
> 
> So it looks like the correct version of the DTD and stylesheets are
> getting used for this document, but it can't get pdfTeX to even begin
> generating a .pdf file.

Right. It's a TeX problem, not a DocBook problem.

> > If you volunteer to update the web pages, to me you're welcome ;-).
> > Mark?
> 
> Absolutely, I can either mail a patch to the existing web page or change
> something in a CVS repository somewhere.

Let's wait for Mark's answer.

> > TeX classical problem. The default configuration files do not allow
> > enough resources for docbook.
> > [...]
> >
> > I think we have a corrected version on the web site. Attached is also a
> > patch we use at KDE.
> 
> My texmf.cnf file is substantially different than yours so applying the
> patch failed. Can you send the whole file? Thanks in advance.

The patch is not big and easy to read, so you can patch by hand. On the
contrary, if you get my file, it might break other things on your
machine.

-- 
Éric Bischoff  -  Documentation and Localization
Caldera (Deutschland) GmbH - Linux for eBusiness
Tel: +49 9131 7192 300 -  Fax: +49 9131 7192 399
http://www.caldera.de/

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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36 .pdf generation error using the "newer" tools Bill Brooks
  2000-10-10 21:52 ` Bill Brooks
@ 2000-12-27  6:36 ` Eric Bischoff
  2000-10-11  4:53   ` Eric Bischoff
                     ` (2 more replies)
  1 sibling, 3 replies; 24+ messages in thread
From: Eric Bischoff @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Bill Brooks; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4054 bytes --]

Bill Brooks wrote:
> 
> Okay,
> 
> I'm using the rpm's of the docbook tools. I did a clean install of RedHat
> 6.2, and followed the recommendation of the page at
> http://i18n.kde.org/doc/install.html by de-installing the RPM's that ship
> with RedHat and installing the following:
> 
>    docbook-dtd30-sgml-1.0-6.noarch.rpm
>    docbook-dtd31-sgml-1.0-6.noarch.rpm
>    docbook-dtd40-sgml-1.0-6.noarch.rpm
>    docbook-dtd41-sgml-1.0-6.noarch.rpm
>    docbook-style-dsssl-1.57-2.noarch.rpm
>    docbook-utils-0.5.5-1.noarch.rpm
>    jade-1.2.1-6.i386.rpm
>    jadetex-2.20-2.noarch.rpm
>    perl-SGMLSpm-1.03ii-3.noarch.rpm
>    sgml-common-0.3-1.noarch.rpm
> 
> I copied the simple "Hello World" example from
> http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro/get-going.html#HELLO-WORLD
> into a file called "helloworld.docbook".

You can find an updated and completed version of this tutorial at

	http://www.caldera.de/~eric/crash-course/HTML/index.html

It also has updated "hello world" examples in it.

> As people have mailed this list pointing out, the documentation on the
> sources site is outdated, so I had to guess as to what flags would work
> with the docbook utilities. Here's what I tried:
> 
>    docbook2pdf \
>    ?  -c /usr/share/sgml/docbook/sgml-dtd-3.1/catalog \
>    ?  -d /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    helloworld.docbook

The two -c and -d flags should not be necessary. But they ensure you use
"bare bones" Norman Walsh's stuff, and not our default stylesheet.

> Is this right? I'd be happy to mail Mark Galassi a patch to the
> http://sources.redhat.com/docbook-tools/ web page that documents how to
> use the flags with the file locations where the RPM's put things if
> someone can get me started on the right path.

If you volunteer to update the web pages, to me you're welcome ;-).
Mark?

> Also, it seems like there is a problem actually producing a .pdf, here's
> what I get:
> 
>    Using catalogs: /etc/sgml/sgml-docbook-3.0.cat,
>    /usr/share/sgml/docbook/sgml-dtd-3.1/catalog

The 3.0 catalog has been auto-detected by the docbook-utils because
you're trying to render a 3.0 (outdated) document.
The 3.1 catalog is used because you specified it on the command line.
This tells you you should remove the "-c" argument that forces here to
use a wrong catalog.

>    Using stylesheet:
>    /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
>    Working on: /home/wbrooks/box/work/foo/helloworld.docbook
>    This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
>    (Fatal format file error; I'm stymied)

TeX classical problem. The default configuration files do not allow
enough resources for docbook.

I think we have a corrected version on the web site. Attached is also a
patch we use at KDE.


-- 
Éric Bischoff  -  Documentation and Localization
Caldera (Deutschland) GmbH - Linux for eBusiness
Tel: +49 9131 7192 300 -  Fax: +49 9131 7192 399
http://www.caldera.de/
--- 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

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36   ` Red Hat 7.0 PNG problem Peter Toft
  2000-10-11 12:24     ` Peter Toft
@ 2000-12-27  6:36     ` Peter Toft
  2000-11-10 15:36       ` Peter Toft
  2000-12-27  6:36       ` Tim Waugh
  1 sibling, 2 replies; 24+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

On Wed, 11 Oct 2000, Peter Toft wrote:

> I wanted to try the new Red Hat 7.0 with the DocBook
> tools in there - it seems that the db2html stuff is
> working fine, but generating db2pdf jams, due to PNG
> images:
> 
> Jade begin document sequence at 19
> No file bog.aux.
> (/usr/share/texmf/tex/latex/cyrillic/ot2cmr.fd)
> (/usr/share/texmf/tex/latex/base/ts1cmr.fd)
> (/usr/share/texmf/tex/latex/lucidabr/lmrhlcm.fd)
> (/usr/share/texmf/tex/context/base/supp-pdf.tex
> (/usr/share/texmf/tex/context/base/supp-mis.tex
> loading: Context Support Macros / Missing
> )
> loading: Context Support Macros / PDF
> ) (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
> (/usr/share/texmf/tex/latex/psnfss/t1phv.fd)libpng
> error: Application must be recompiled; version 1.0.6
> was incompatible
>  
> Error: pdfjadetex (file front.png): png_create_read_struct() failed        
> 
> ------
> 
> Any clues on which package that is broken?

No one of you seen that problem?

Can anyone help (guess) which package might be
broken. Which tool is used on Linux to convert png to
the format pdfjadetex can use?

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/       

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36               ` Tim Waugh
  2000-11-13 13:21                 ` Tim Waugh
@ 2000-12-27  6:36                 ` Peter Toft
  2000-11-13 13:53                   ` Peter Toft
  1 sibling, 1 reply; 24+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

On Mon, 13 Nov 2000, Tim Waugh wrote:

> On Mon, Nov 13, 2000 at 07:48:27PM +0100, Peter Toft wrote:
>
> > Could you at the same time make the adjustments to the
> > TeTex settings, so the buffers for pdfjadetex are much
> > higher. Standard problem with raw RH 6.2
> > latex/sgmltools stuff I had. The current settings I use
> > (big books) are found at
> > http://www.sslug.dk/~pto/texmf.cnf
>
> Are you still having trouble with this in Red Hat Linux 7?

I don't know - at the moment I cannot compile my big
books :-))

>
> > and it would be nice to have Danish commented in - not out in the
> > file /usr/share/texmf/tex/generic/config/language.dat :-)
>
> In general it's best to put things like this in
> bugzilla.redhat.com/bugzilla so they can be tracked.

Ok - one of the days I will. Just have to fight some
software patents here first ....


-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?'
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36             ` Peter Toft
  2000-11-13 10:48               ` Peter Toft
@ 2000-12-27  6:36               ` Tim Waugh
  2000-11-13 13:21                 ` Tim Waugh
  2000-12-27  6:36                 ` Peter Toft
  1 sibling, 2 replies; 24+ messages in thread
From: Tim Waugh @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Peter Toft; +Cc: docbook-tools-discuss

On Mon, Nov 13, 2000 at 07:48:27PM +0100, Peter Toft wrote:

> Could you at the same time make the adjustments to the
> TeTex settings, so the buffers for pdfjadetex are much
> higher. Standard problem with raw RH 6.2
> latex/sgmltools stuff I had. The current settings I use
> (big books) are found at
> http://www.sslug.dk/~pto/texmf.cnf

Are you still having trouble with this in Red Hat Linux 7?

> and it would be nice to have Danish commented in - not out in the
> file /usr/share/texmf/tex/generic/config/language.dat :-)

In general it's best to put things like this in
bugzilla.redhat.com/bugzilla so they can be tracked.

Thanks,
Tim.
*/
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6EFtYONXnILZ4yVIRAk1kAJwI+KdXKUyC2FrRWuAIlkvuo3kWaQCghDoi
BBY+OqD7rFqtqL+44UXVuW8=
=6TUi
-----END PGP SIGNATURE-----

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36       ` Tim Waugh
  2000-11-11  4:39         ` Tim Waugh
@ 2000-12-27  6:36         ` Peter Toft
  2000-11-11 15:18           ` Peter Toft
  2000-12-27  6:36           ` Tim Waugh
  1 sibling, 2 replies; 24+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]

On Sat, 11 Nov 2000, Tim Waugh wrote:

> On Sat, Nov 11, 2000 at 12:35:36AM +0100, Peter Toft wrote:
> 
> > On Wed, 11 Oct 2000, Peter Toft wrote:
> > 
> > > I wanted to try the new Red Hat 7.0 with the DocBook
> > > tools in there - it seems that the db2html stuff is
> > > working fine, but generating db2pdf jams, due to PNG
> > > images:
> 
> Could you send me (not the list) a DocBook document and db2pdf command
> line that causes this problem?

here you are

db2html bug70.sgml -> no problem
db2ps bug70.sgml -> does run - but PS file is corrupted
db2pdf bug70.sgml -> crash and burn

--------

db2pdf output;

 
LaTeX Warning: Reference `TEST-FIG' on page 4 undefined
on input line 406.
 
[4.0.46]libpng error: Application must be
recompiled; version 1.0.6 was incompatible
 
Error: pdfjadetex (file
smallfig.png): png_create_read_struct() failed   

--------

It seems that the libpng-1.0.8-1.i386.rpm from RH7.0 is
broken or at least incompatible with pdfjadetex

(Note; normally I never attach files to lists - but this 
attachment is <7kb so I hope you are not offended by it)

-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?' 
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/       

[-- Attachment #2: bug70.tgz --]
[-- Type: application/x-gzip, Size: 4544 bytes --]

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

* .pdf generation error using the "newer" tools
@ 2000-12-27  6:36 Bill Brooks
  2000-10-10 21:52 ` Bill Brooks
  2000-12-27  6:36 ` Eric Bischoff
  0 siblings, 2 replies; 24+ messages in thread
From: Bill Brooks @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

Okay,

I'm using the rpm's of the docbook tools. I did a clean install of RedHat
6.2, and followed the recommendation of the page at
http://i18n.kde.org/doc/install.html by de-installing the RPM's that ship
with RedHat and installing the following:

   docbook-dtd30-sgml-1.0-6.noarch.rpm
   docbook-dtd31-sgml-1.0-6.noarch.rpm
   docbook-dtd40-sgml-1.0-6.noarch.rpm
   docbook-dtd41-sgml-1.0-6.noarch.rpm
   docbook-style-dsssl-1.57-2.noarch.rpm
   docbook-utils-0.5.5-1.noarch.rpm
   jade-1.2.1-6.i386.rpm
   jadetex-2.20-2.noarch.rpm
   perl-SGMLSpm-1.03ii-3.noarch.rpm
   sgml-common-0.3-1.noarch.rpm

I copied the simple "Hello World" example from
http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro/get-going.html#HELLO-WORLD
into a file called "helloworld.docbook". 

As people have mailed this list pointing out, the documentation on the
sources site is outdated, so I had to guess as to what flags would work
with the docbook utilities. Here's what I tried:

   docbook2pdf \
   ?  -c /usr/share/sgml/docbook/sgml-dtd-3.1/catalog \
   ?  -d /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
   helloworld.docbook

Is this right? I'd be happy to mail Mark Galassi a patch to the
http://sources.redhat.com/docbook-tools/ web page that documents how to
use the flags with the file locations where the RPM's put things if
someone can get me started on the right path.

Also, it seems like there is a problem actually producing a .pdf, here's
what I get:

   Using catalogs: /etc/sgml/sgml-docbook-3.0.cat,
   /usr/share/sgml/docbook/sgml-dtd-3.1/catalog
   Using stylesheet:
   /usr/share/sgml/docbook/dsssl-stylesheets-1.57/print/docbook.dsl
   Working on: /home/wbrooks/box/work/foo/helloworld.docbook
   This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
   (Fatal format file error; I'm stymied)


...are other people able to get this working? 

Bill

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

* Re: .pdf generation error using the "newer" tools
  2000-12-27  6:36 ` Eric Bischoff
  2000-10-11  4:53   ` Eric Bischoff
@ 2000-12-27  6:36   ` Bill Brooks
  2000-10-11 15:28     ` Bill Brooks
  2000-12-27  6:36     ` Eric Bischoff
  2000-12-27  6:36   ` Red Hat 7.0 PNG problem Peter Toft
  2 siblings, 2 replies; 24+ messages in thread
From: Bill Brooks @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Eric Bischoff; +Cc: docbook-tools-discuss

On Wed, 11 Oct 2000, Eric Bischoff wrote:

> The two -c and -d flags should not be necessary. But they ensure you use
> "bare bones" Norman Walsh's stuff, and not our default stylesheet.

Okay, I tried it again by just using the docbook2pdf helloworld.docbook
and still ran into some problems. Here's what I get with the same
helloworld document:

  docbook2pdf helloworld.docbook
  Using catalogs: /etc/sgml/sgml-docbook-3.0.cat
  Using stylesheet:
  /usr/share/sgml/docbook/utils-0.5.5/docbook-utils.dsl#print
  Working on: /home/wbrooks/box/work/foo/helloworld.docbook
  This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
  (Fatal format file error; I'm stymied)

So it looks like the correct version of the DTD and stylesheets are
getting used for this document, but it can't get pdfTeX to even begin
generating a .pdf file. 

> If you volunteer to update the web pages, to me you're welcome ;-).
> Mark?

Absolutely, I can either mail a patch to the existing web page or change
something in a CVS repository somewhere. 

> TeX classical problem. The default configuration files do not allow
> enough resources for docbook.
> [...]
> 
> I think we have a corrected version on the web site. Attached is also a
> patch we use at KDE.

My texmf.cnf file is substantially different than yours so applying the
patch failed. Can you send the whole file? Thanks in advance. 

Bill

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

* Re: Red Hat 7.0 PNG problem
  2000-12-27  6:36           ` Tim Waugh
  2000-11-13  2:11             ` Tim Waugh
@ 2000-12-27  6:36             ` Peter Toft
  2000-11-13 10:48               ` Peter Toft
  2000-12-27  6:36               ` Tim Waugh
  1 sibling, 2 replies; 24+ messages in thread
From: Peter Toft @ 2000-12-27  6:36 UTC (permalink / raw)
  To: Tim Waugh; +Cc: docbook-tools-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

On Mon, 13 Nov 2000, Tim Waugh wrote:

> On Sun, Nov 12, 2000 at 12:18:38AM +0100, Peter Toft wrote:
>
> > > Could you send me (not the list) a DocBook document and db2pdf command
> > > line that causes this problem?
> >
> > here you are
>
> Thanks.  The problem goes away after a tetex rebuild.  :-/  I'll look
> into this.

Could you at the same time make the adjustments to the
TeTex settings, so the buffers for pdfjadetex are much
higher. Standard problem with raw RH 6.2
latex/sgmltools stuff I had. The current settings I use
(big books) are found at
http://www.sslug.dk/~pto/texmf.cnf

and it would be nice to have Danish commented in - not
out in the file
/usr/share/texmf/tex/generic/config/language.dat :-)




-- 
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto

"You don't win a battle by asking, `Will we win?'
You win it by doing your best to win" - Richard M Stallman

LinuxKonference i København: http://LinuxForum.dk/






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

end of thread, other threads:[~2000-12-27  6:36 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-27  6:36 .pdf generation error using the "newer" tools Bill Brooks
2000-10-10 21:52 ` Bill Brooks
2000-12-27  6:36 ` Eric Bischoff
2000-10-11  4:53   ` Eric Bischoff
2000-12-27  6:36   ` Bill Brooks
2000-10-11 15:28     ` Bill Brooks
2000-12-27  6:36     ` Eric Bischoff
2000-10-12  4:54       ` Eric Bischoff
2000-12-27  6:36   ` Red Hat 7.0 PNG problem Peter Toft
2000-10-11 12:24     ` Peter Toft
2000-12-27  6:36     ` Peter Toft
2000-11-10 15:36       ` Peter Toft
2000-12-27  6:36       ` Tim Waugh
2000-11-11  4:39         ` Tim Waugh
2000-12-27  6:36         ` Peter Toft
2000-11-11 15:18           ` Peter Toft
2000-12-27  6:36           ` Tim Waugh
2000-11-13  2:11             ` Tim Waugh
2000-12-27  6:36             ` Peter Toft
2000-11-13 10:48               ` Peter Toft
2000-12-27  6:36               ` Tim Waugh
2000-11-13 13:21                 ` Tim Waugh
2000-12-27  6:36                 ` Peter Toft
2000-11-13 13:53                   ` Peter Toft

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).