Report forwarded to debian-bugs-dist@lists.debian.org, Adam Di Carlo <aph@debian.org>:
Bug#53914; Package docbook-stylesheets.
debian-bugs-dist@lists.debian.orgAdam Di Carlo
Subject: Bug#53914: morerows and colname fail in print
Reply-To: Kevin Turner , 53914@bugs.debian.org
Resent-From: Kevin Turner
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Adam Di Carlo
Resent-Date: Mon, 03 Jan 2000 03:18:02 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 53914
X-Debian-PR-Package: docbook-stylesheets
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.94686921025508
(code B ref -1); Mon, 03 Jan 2000 03:18:02 GMT
Message-Id: <200001030313.TAA10458@max8-208-171.cust.aracnet.com>
From: Kevin Turner
To: Debian Bug Tracking System
X-Reportbug-Version: 0.46
X-Mailer: reportbug 0.46
Date: Sun, 02 Jan 2000 19:13:10 -0800
Package: docbook-stylesheets
Version: 1.49-1
Severity: normal
I set up a table like this:
+----+----+
| A1 | B1 |
| +----+
| | B2 |
+----+----+
using morerows=1 for cell A1,
and that's how it renders in HTML with
jade -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl /usr/lib/sgml/declaration/xml.decl table.xml
but with
jade -t tex -V tex-backend -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl /usr/lib/sgml/declaration/xml.decl table.xml &&
jadetex table.tex && jadetex table.tex
it looks like this:
+----+----+
| A1 | B1 |
| +----+
| B2 |
+----+----+
attempting to use colspec and colname to start B2 in the
second column produced the same results.
example source:
Table Bug
morerows doesn't work
A1
B1
B2
colname doesn't work either
A1
B1
B2
-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux dhcpp8449.resnet.oberlin.edu 2.2.14pre15 #1 Fri Dec 24 18:11:55 PST 1999 i586
Versions of packages docbook-stylesheets depends on:
ii docbook 3.1-2 SGML DTD for software documentatio
ii jade 1.2.1-13 James Clark's DSSSL Engine
ii perl-5.005 [perl5] 5.005.03-4.1 Larry Wall's Practical Extracting
ii sgml-base 1.01 utilities to maintain the SGML cat
ii sgml-data 1.2 common SGML DTDs and entities
Acknowledgement sent to Kevin Turner <kevin.turner@oberlin.edu>:
New Bug report received and forwarded. Copy sent to Adam Di Carlo <aph@debian.org>.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Kevin Turner
Subject: Bug#53914: Acknowledgement (morerows and colname fail in print)
Message-ID:
In-Reply-To: <200001030313.TAA10458@max8-208-171.cust.aracnet.com>
References: <200001030313.TAA10458@max8-208-171.cust.aracnet.com>
X-Debian-PR-Message: ack 53914
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Adam Di Carlo
If you wish to submit further information on your problem, please send
it to 53914@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at submit) by bugs.debian.org; 3 Jan 2000 03:13:30 +0000
Received: (qmail 25379 invoked from network); 3 Jan 2000 03:13:25 -0000
Received: from mail4.aracnet.com (root@205.159.88.46)
by master.debian.org with SMTP; 3 Jan 2000 03:13:25 -0000
Received: from max8-208-171.cust.aracnet.com (root@max8-208-171.cust.aracnet.com [216.99.208.171])
by mail4.aracnet.com (8.9.3/8.9.3) with ESMTP id TAA04247;
Sun, 2 Jan 2000 19:14:02 -0800
Received: (from kevint@localhost)
by max8-208-171.cust.aracnet.com (8.9.3/8.9.3/Debian 8.9.3-6) id TAA10458;
Sun, 2 Jan 2000 19:13:15 -0800
Message-Id: <200001030313.TAA10458@max8-208-171.cust.aracnet.com>
From: Kevin Turner
To: Debian Bug Tracking System
Subject: morerows and colname fail in print
X-Reportbug-Version: 0.46
X-Mailer: reportbug 0.46
Date: Sun, 02 Jan 2000 19:13:10 -0800
Package: docbook-stylesheets
Version: 1.49-1
Severity: normal
I set up a table like this:
+----+----+
| A1 | B1 |
| +----+
| | B2 |
+----+----+
using morerows=1 for cell A1,
and that's how it renders in HTML with
jade -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl /usr/lib/sgml/declaration/xml.decl table.xml
but with
jade -t tex -V tex-backend -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl /usr/lib/sgml/declaration/xml.decl table.xml &&
jadetex table.tex && jadetex table.tex
it looks like this:
+----+----+
| A1 | B1 |
| +----+
| B2 |
+----+----+
attempting to use colspec and colname to start B2 in the
second column produced the same results.
example source:
Table Bug
morerows doesn't work
A1
B1
B2
colname doesn't work either
A1
B1
B2
-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux dhcpp8449.resnet.oberlin.edu 2.2.14pre15 #1 Fri Dec 24 18:11:55 PST 1999 i586
Versions of packages docbook-stylesheets depends on:
ii docbook 3.1-2 SGML DTD for software documentatio
ii jade 1.2.1-13 James Clark's DSSSL Engine
ii perl-5.005 [perl5] 5.005.03-4.1 Larry Wall's Practical Extracting
ii sgml-base 1.01 utilities to maintain the SGML cat
ii sgml-data 1.2 common SGML DTDs and entities
Bug reassigned from package `docbook-stylesheets' to `docbook-dsssl'.
Request was from Adam Di Carlo <adam@onshore.com>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 16 Sep 2001 18:10:15 +0000
From adam@onshore.com Sun Sep 16 13:10:15 2001
Return-path:
Received: from arroz.onshored.com [216.220.101.2]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15igMx-00023p-00; Sun, 16 Sep 2001 13:10:15 -0500
Received: from arroz.onshored.com (localhost [127.0.0.1])
by arroz.onshored.com (Postfix) with ESMTP id 587F893924
for ; Sun, 16 Sep 2001 14:15:56 -0400 (EDT)
Sender: adam@arroz.onshored.com
To: control@bugs.debian.org
Subject: maint of docbook-dsssl bugs
Organization: onShore Development, Inc
From: Adam Di Carlo
Date: 16 Sep 2001 14:15:53 -0400
Message-ID:
Lines: 21
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: control@bugs.debian.org
reassign 97268 docbook-dsssl
reassign 36886 docbook-dsssl
reassign 37098 docbook-dsssl
reassign 51992 docbook-dsssl
reassign 53914 docbook-dsssl
reassign 53915 docbook-dsssl
reassign 75000 docbook-dsssl
reassign 79432 docbook-dsssl
reassign 92738 docbook-dsssl
reassign 102225 docbook-dsssl
reassign 104024 docbook-dsssl
reassign 88914 docbook-dsssl
reassign 35711 docbook-dsssl
reassign 74999 docbook-dsssl
reassign 51581 docbook-dsssl
thanks
--
...Adam Di Carlo.....
Bug reassigned from package `docbook-dsssl' to `jade'.
Request was from Adam DiCarlo <aph@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 26 Apr 2003 21:21:04 +0000
From adam@onshored.com Sat Apr 26 16:21:04 2003
Return-path:
Received: from gopher.onshored.com [66.146.193.62] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 199X6W-0000wX-00; Sat, 26 Apr 2003 16:21:04 -0500
Received: from gopher.onshored.com (localhost [127.0.0.1])
by gopher.onshored.com (Postfix) with ESMTP
id 54C916A083; Sat, 26 Apr 2003 16:21:00 -0500 (CDT)
Sender: adam@gopher.onshored.com
To: 53914-submitter@bugs.debian.org
Cc: control@bugs.debian.org
Subject: DSSSL table rendering which works in openjade, not jade
From: Adam DiCarlo
Organization: Debian
Date: 26 Apr 2003 16:21:00 -0500
Message-ID: <86u1cl7y6b.fsf@gopher.onshored.com>
Lines: 13
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: control@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0
tests=BAYES_10,USER_AGENT_GNUS_UA
version=2.53
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
reassign 53914 jade
thanks
This is just one of the many examples of broken table rendering in
Jade which is fixed in OpenJade. Using your example I was able to
confirm it works fine as of openjade 1.3.2.
I doubt this will be fixed since jade is not maintained upstream; I
suggest you move to openjade.
--
.....Adam Di Carlo....adam@debian.org.....
Message sent on to Kevin Turner <kevin.turner@oberlin.edu>:
Bug#53914.
Kevin Turner jade@packages.qa.debian.org
X-Loop: owner@bugs.debian.org
Subject: Bug#53914: DSSSL table rendering which works in openjade, not jade
Reply-To: Adam DiCarlo , 53914-quiet@bugs.debian.org
Original-Sender: adam@gopher.onshored.com
Resent-To: Kevin Turner
Resent-CC: jade@packages.qa.debian.org
Resent-Date: Sat, 26 Apr 2003 21:33:21 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 53914
X-Debian-PR-Package: jade
X-Debian-PR-Keywords:
Received: via spool by 53914-submitter@bugs.debian.org id=U53914.10513920643664
(code U ref 53914); Sat, 26 Apr 2003 21:33:21 GMT
Received: (at 53914-submitter) by bugs.debian.org; 26 Apr 2003 21:21:04 +0000
Received: from gopher.onshored.com [66.146.193.62] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 199X6W-0000wX-00; Sat, 26 Apr 2003 16:21:04 -0500
Received: from gopher.onshored.com (localhost [127.0.0.1])
by gopher.onshored.com (Postfix) with ESMTP
id 54C916A083; Sat, 26 Apr 2003 16:21:00 -0500 (CDT)
Sender: adam@gopher.onshored.com
To: 53914-submitter@bugs.debian.org
Cc: control@bugs.debian.org
From: Adam DiCarlo
Organization: Debian
Date: 26 Apr 2003 16:21:00 -0500
Message-ID: <86u1cl7y6b.fsf@gopher.onshored.com>
Lines: 13
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 53914-submitter@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0
tests=BAYES_10,USER_AGENT_GNUS_UA
version=2.53
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
reassign 53914 jade
thanks
This is just one of the many examples of broken table rendering in
Jade which is fixed in OpenJade. Using your example I was able to
confirm it works fine as of openjade 1.3.2.
I doubt this will be fixed since jade is not maintained upstream; I
suggest you move to openjade.
--
.....Adam Di Carlo....adam@debian.org.....
Received: (at 53914-submitter) by bugs.debian.org; 26 Apr 2003 21:21:04 +0000
From adam@onshored.com Sat Apr 26 16:21:04 2003
Return-path:
Received: from gopher.onshored.com [66.146.193.62] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 199X6W-0000wX-00; Sat, 26 Apr 2003 16:21:04 -0500
Received: from gopher.onshored.com (localhost [127.0.0.1])
by gopher.onshored.com (Postfix) with ESMTP
id 54C916A083; Sat, 26 Apr 2003 16:21:00 -0500 (CDT)
Sender: adam@gopher.onshored.com
To: 53914-submitter@bugs.debian.org
Cc: control@bugs.debian.org
Subject: DSSSL table rendering which works in openjade, not jade
From: Adam DiCarlo
Organization: Debian
Date: 26 Apr 2003 16:21:00 -0500
Message-ID: <86u1cl7y6b.fsf@gopher.onshored.com>
Lines: 13
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 53914-submitter@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0
tests=BAYES_10,USER_AGENT_GNUS_UA
version=2.53
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
reassign 53914 jade
thanks
This is just one of the many examples of broken table rendering in
Jade which is fixed in OpenJade. Using your example I was able to
confirm it works fine as of openjade 1.3.2.
I doubt this will be fixed since jade is not maintained upstream; I
suggest you move to openjade.
--
.....Adam Di Carlo....adam@debian.org.....
Message sent on to Kevin Turner <kevin.turner@oberlin.edu>:
Bug#53914.
Kevin Turner
X-Loop: owner@bugs.debian.org
Subject: Bug#53914: Non-Prescriptive Natural Solution
Reply-To: "Tobin adel" , 53914-quiet@bugs.debian.org
Resent-To: Kevin Turner
Resent-Date: Sun, 23 Mar 2008 09:33:49 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 53914
X-Debian-PR-Package: jade
X-Debian-PR-Keywords:
X-Debian-PR-Source: jade
Received: via spool by 53914-submitter@bugs.debian.org id=U53914.120626320816813
(code U ref 53914); Sun, 23 Mar 2008 09:33:49 +0000
Received: (at 53914-submitter) by bugs.debian.org; 23 Mar 2008 09:06:48 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.5 required=4.0 tests=BAYES_50,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_NIX1 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Received: from drms-4d0063b9.pool.mediaways.net ([77.0.99.185] helo=drms-4d00681b.pool.mediaWays.net)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JdMAA-00041G-8n
for 53914-submitter@bugs.debian.org; Sun, 23 Mar 2008 09:06:47 +0000
Message-Id: <6F77E95A-158F-E77B-7FAA-E70E9EC81C67@bugs.debian.org>
From: "Tobin adel"
To: 53914-submitter@bugs.debian.org
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Date: Sun, 23 Mar 2008 10:06:25 +0100
X-Mailer: Apple Mail (2.919.2)
Forget all your worries and insecurities with this amazing, proven solution.
http://www.mforties.com/
Women Like It Big
Received: (at 53914-submitter) by bugs.debian.org; 23 Mar 2008 09:06:48 +0000
From Tobin-gitfejks@COSPER.CL Sun Mar 23 09:06:47 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.5 required=4.0 tests=BAYES_50,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_NIX1 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from drms-4d0063b9.pool.mediaways.net ([77.0.99.185] helo=drms-4d00681b.pool.mediaWays.net)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JdMAA-00041G-8n
for 53914-submitter@bugs.debian.org; Sun, 23 Mar 2008 09:06:47 +0000
Message-Id: <6F77E95A-158F-E77B-7FAA-E70E9EC81C67@bugs.debian.org>
From: "Tobin adel"
To: 53914-submitter@bugs.debian.org
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Subject: Non-Prescriptive Natural Solution
Date: Sun, 23 Mar 2008 10:06:25 +0100
X-Mailer: Apple Mail (2.919.2)
Forget all your worries and insecurities with this amazing, proven solution.
http://www.mforties.com/
Women Like It Big