X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id D447ED1DEE7 for ; Sat, 29 Nov 2003 04:54:28 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 68000-05 for ; Sat, 29 Nov 2003 00:53:58 -0400 (AST) Received: from joeconway.com (66-146-172-86.skyriver.net [66.146.172.86]) by svr1.postgresql.org (Postfix) with ESMTP id BBD9CD1DEE0 for ; Sat, 29 Nov 2003 00:53:57 -0400 (AST) Received: from [192.168.5.3] (account jconway HELO joeconway.com) by joeconway.com (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 691163; Fri, 28 Nov 2003 20:51:44 -0800 Message-ID: <3FC825EF.1060504@joeconway.com> Date: Fri, 28 Nov 2003 20:51:59 -0800 From: Joe Conway User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Eisentraut Cc: pgsql-docs@postgresql.org Subject: Re: DocBook V4.2, on the way to XML References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/81 X-Sequence-Number: 2158 Peter Eisentraut wrote: > I've upgraded our documentation to DocBook V4.2 SGML. I was able to > install 4.2 by going to http://www.docbook.org/sgml/4.2/, unzipping the > file in a suitable place and adding the docbook.cat file to the > environment variable SGML_CATALOG_FILES. Packages are also available for > several operating systems. If you have trouble installing or using 4.2, > please post it here. > I found the HTML docs build fine for me on RH9 after doing: export SGML_CATALOG_FILES==/etc/sgml/sgml-docbook.cat But when trying to build PDF I get the following (actually I have not been able to build PDF since the "great docs consolidation" of the 7.4 dev cycle): [...lots of warnings similar to the next few lines...] LaTeX Warning: Reference `XINDEX-RTREE-SUPPORT-TABLE' on page xxx undefined on input line 37896. LaTeX Warning: Reference `XINDEX-GIST-SUPPORT-TABLE' on page xxx undefined on i nput line 37922. ! TeX capacity exceeded, sorry [save size=5000]. \SetupICs ...csname Posture@\fPosture \endcsname } \IfFileExists {t1\fFamName... l.40734 {} \endSeq{}\endSeq{}\endSeq{}\endSeq{}\endSeq{}\Seq% ! ==> Fatal error occurred, the output PDF file not finished! Transcript written on postgres.log. make: *** [postgres.pdf] Error 1 make: *** Deleting file `postgres.pdf' Any ideas? Thanks, Joe