From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24526 invoked by alias); 10 Jan 2003 14:30:39 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 24504 invoked from network); 10 Jan 2003 14:30:34 -0000 Received: from unknown (HELO mailout03.sul.t-online.com) (194.25.134.81) by 209.249.29.67 with SMTP; 10 Jan 2003 14:30:34 -0000 Received: from fwd03.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18X0Aw-0005Yq-0F; Fri, 10 Jan 2003 15:30:22 +0100 Received: from nicklas.franken.de (320010384905-0001@[62.224.207.83]) by fwd03.sul.t-online.com with esmtp id 18X0At-1uuHCqC; Fri, 10 Jan 2003 15:30:19 +0100 Received: from nicklas.franken.de (resonances.franken.de [192.168.199.7]) by nicklas.franken.de (8.11.0/8.8.7) with ESMTP id h0AEknL19584 for ; Fri, 10 Jan 2003 15:46:50 +0100 Message-ID: <3E1ED7CE.2030503@nicklas.franken.de> Date: Fri, 10 Jan 2003 14:30:00 -0000 From: Resonances.com@t-online.de Reply-To: das@nicklas.franken.de User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: docbook-tools-discuss@sources.redhat.com Subject: docbook2pdf only generates tex file Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 320010384905-0001@t-dialin.net X-SW-Source: 2003/txt/msg00003.txt.bz2 I want to generate pdf from a docbook file. I have installed the latest packages. I can generate HTML (though I had to hack the main catalog file to have the James Clark//DTD DSSSL Style Sheet declaration) before this would work. When I call docbook2pdf, a tex file is generated, but nothing else happens. This message appears (which also appears when I generate HTML): jade:(invalid location):E: invalid filename "" I have traced the exection to here in backends/pdf: $SGML_JADE -t tex -o ${SGML_FILE_NAME}.tex $SGML_ARGUMENTS if [ $? -ne 0 ] then exit 1 fi Clearly this problem causes jade to exist with an error code and this program exits (with no information). The call to jade looks like this: jade -t tex -o dissertation.tex -i print -d /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print -V paper-size=A4 /usr/share/sgml/xml.dcl /home/das/projects/dissertation/v2003/dissertation.xml The indvidual files here all exist. What could be going wrong? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24526 invoked by alias); 10 Jan 2003 14:30:39 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 24504 invoked from network); 10 Jan 2003 14:30:34 -0000 Received: from unknown (HELO mailout03.sul.t-online.com) (194.25.134.81) by 209.249.29.67 with SMTP; 10 Jan 2003 14:30:34 -0000 Received: from fwd03.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18X0Aw-0005Yq-0F; Fri, 10 Jan 2003 15:30:22 +0100 Received: from nicklas.franken.de (320010384905-0001@[62.224.207.83]) by fwd03.sul.t-online.com with esmtp id 18X0At-1uuHCqC; Fri, 10 Jan 2003 15:30:19 +0100 Received: from nicklas.franken.de (resonances.franken.de [192.168.199.7]) by nicklas.franken.de (8.11.0/8.8.7) with ESMTP id h0AEknL19584 for ; Fri, 10 Jan 2003 15:46:50 +0100 Message-ID: <3E1ED7CE.2030503@nicklas.franken.de> Date: Fri, 10 Jan 2003 06:30:00 -0000 From: Resonances.com@t-online.de Reply-To: das@nicklas.franken.de User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: docbook-tools-discuss@sources.redhat.com Subject: docbook2pdf only generates tex file Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 320010384905-0001@t-dialin.net X-SW-Source: 2003-q1/txt/msg00003.txt.bz2 Message-ID: <20030110063000.OCgS5NCpS5_TXGR9qp4_zhrm-euv2xUu7jrIAURzWQ8@z> I want to generate pdf from a docbook file. I have installed the latest packages. I can generate HTML (though I had to hack the main catalog file to have the James Clark//DTD DSSSL Style Sheet declaration) before this would work. When I call docbook2pdf, a tex file is generated, but nothing else happens. This message appears (which also appears when I generate HTML): jade:(invalid location):E: invalid filename "" I have traced the exection to here in backends/pdf: $SGML_JADE -t tex -o ${SGML_FILE_NAME}.tex $SGML_ARGUMENTS if [ $? -ne 0 ] then exit 1 fi Clearly this problem causes jade to exist with an error code and this program exits (with no information). The call to jade looks like this: jade -t tex -o dissertation.tex -i print -d /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print -V paper-size=A4 /usr/share/sgml/xml.dcl /home/das/projects/dissertation/v2003/dissertation.xml The indvidual files here all exist. What could be going wrong?