[jira] Updated: (DERBY-408) Fix formatting of manuals in PDF output
[ http://issues.apache.org/jira/browse/DERBY-408?page=all ] Andrew McIntyre updated DERBY-408: -- Attachment: derby-408-preserve-codeblock.diff Hi Kim, I could see from the temp files that space was being preserved in the merged XML file, and then lost in the conversion to FO. Attaching a patch that adds codeblock to the list of tags for which whitespace should be preserved in topic2foImpl.xsl. This seemed to fix the problem for me. Could you confirm? If it works for you as well, I'll commit this asap. > Fix formatting of manuals in PDF output > --- > > Key: DERBY-408 > URL: http://issues.apache.org/jira/browse/DERBY-408 > Project: Derby > Issue Type: Bug > Components: Documentation > Environment: all >Reporter: Jeff Levitt > Assigned To: Andrew McIntyre >Priority: Minor > Fix For: 10.3.0.0 > > Attachments: derby-408-preserve-codeblock.diff, derby-408.diff > > > 1. The syntax boxes in many of the Derby manuals seem to output with extra > End-of-line feeds in the PDF's. Some syntax boxes print one word per line. > For example: > http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 > This might be a bug with the DITA toolkit, because the DITA source files dont > have these End-of-line feeds in them. > This bug was originally reported in the doc reviews for version 10.1: > http://issues.apache.org/jira/browse/DERBY-383 > (see Myrna's comments) > 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the > doc review (see Sunitha's comments), we need to figure out how to et the > table numbers to ascend. Currently, they all output as table 1. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (DERBY-408) Fix formatting of manuals in PDF output
[ http://issues.apache.org/jira/browse/DERBY-408?page=all ] Andrew McIntyre updated DERBY-408: -- Attachment: derby-408.diff Attaching a patch which resolves the problems reported in this issue. Solves the formatting of the syntax diagrams by removing all indent attributes from blocks and solves the second by counting the previous table/titles. > Fix formatting of manuals in PDF output > --- > > Key: DERBY-408 > URL: http://issues.apache.org/jira/browse/DERBY-408 > Project: Derby > Issue Type: Bug > Components: Documentation > Environment: all >Reporter: Jeff Levitt > Assigned To: Andrew McIntyre >Priority: Minor > Fix For: 10.3.0.0 > > Attachments: derby-408.diff > > > 1. The syntax boxes in many of the Derby manuals seem to output with extra > End-of-line feeds in the PDF's. Some syntax boxes print one word per line. > For example: > http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 > This might be a bug with the DITA toolkit, because the DITA source files dont > have these End-of-line feeds in them. > This bug was originally reported in the doc reviews for version 10.1: > http://issues.apache.org/jira/browse/DERBY-383 > (see Myrna's comments) > 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the > doc review (see Sunitha's comments), we need to figure out how to et the > table numbers to ascend. Currently, they all output as table 1. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (DERBY-408) Fix formatting of manuals in PDF output
[ http://issues.apache.org/jira/browse/DERBY-408?page=all ] Rick Hillegas updated DERBY-408: Urgency: Low > Fix formatting of manuals in PDF output > --- > > Key: DERBY-408 > URL: http://issues.apache.org/jira/browse/DERBY-408 > Project: Derby > Issue Type: Bug > Components: Documentation > Environment: all >Reporter: Jeff Levitt >Priority: Minor > Fix For: 10.2.0.0 > > > 1. The syntax boxes in many of the Derby manuals seem to output with extra > End-of-line feeds in the PDF's. Some syntax boxes print one word per line. > For example: > http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 > This might be a bug with the DITA toolkit, because the DITA source files dont > have these End-of-line feeds in them. > This bug was originally reported in the doc reviews for version 10.1: > http://issues.apache.org/jira/browse/DERBY-383 > (see Myrna's comments) > 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the > doc review (see Sunitha's comments), we need to figure out how to et the > table numbers to ascend. Currently, they all output as table 1. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (DERBY-408) Fix formatting of manuals in PDF output
[ http://issues.apache.org/jira/browse/DERBY-408?page=all ] Mike Matrigali updated DERBY-408: - Component: Documentation > Fix formatting of manuals in PDF output > --- > > Key: DERBY-408 > URL: http://issues.apache.org/jira/browse/DERBY-408 > Project: Derby > Type: Bug > Components: Documentation > Environment: all > Reporter: Jeff Levitt > Priority: Minor > Fix For: 10.2.0.0 > > 1. The syntax boxes in many of the Derby manuals seem to output with extra > End-of-line feeds in the PDF's. Some syntax boxes print one word per line. > For example: > http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 > This might be a bug with the DITA toolkit, because the DITA source files dont > have these End-of-line feeds in them. > This bug was originally reported in the doc reviews for version 10.1: > http://issues.apache.org/jira/browse/DERBY-383 > (see Myrna's comments) > 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the > doc review (see Sunitha's comments), we need to figure out how to et the > table numbers to ascend. Currently, they all output as table 1. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (DERBY-408) Fix formatting of manuals in PDF output
[ http://issues.apache.org/jira/browse/DERBY-408?page=all ] Jeff Levitt updated DERBY-408: -- Summary: Fix formatting of manuals in PDF output (was: Fix formatting of syntax sections in manuals) Description: 1. The syntax boxes in many of the Derby manuals seem to output with extra End-of-line feeds in the PDF's. Some syntax boxes print one word per line. For example: http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 This might be a bug with the DITA toolkit, because the DITA source files dont have these End-of-line feeds in them. This bug was originally reported in the doc reviews for version 10.1: http://issues.apache.org/jira/browse/DERBY-383 (see Myrna's comments) 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the doc review (see Sunitha's comments), we need to figure out how to et the table numbers to ascend. Currently, they all output as table 1. was: The syntax boxes in many of the Derby manuals seem to output with extra End-of-line feeds in the PDF's. Some syntax boxes print one word per line. For example: http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 This might be a bug with the DITA toolkit, because the DITA source files dont have these End-of-line feeds in them. This bug was originally reported in the doc reviews for version 10.1: http://issues.apache.org/jira/browse/DERBY-383 (see Myrna's comments) I am changing this bug to be more inclusive of other fixes needed for the PDF output. > Fix formatting of manuals in PDF output > --- > > Key: DERBY-408 > URL: http://issues.apache.org/jira/browse/DERBY-408 > Project: Derby > Type: Bug > Environment: all > Reporter: Jeff Levitt > Priority: Minor > Fix For: 10.2.0.0 > > 1. The syntax boxes in many of the Derby manuals seem to output with extra > End-of-line feeds in the PDF's. Some syntax boxes print one word per line. > For example: > http://incubator.apache.org/derby/docs/tools/tools-single.html#rtoolsijpropref10135 > This might be a bug with the DITA toolkit, because the DITA source files dont > have these End-of-line feeds in them. > This bug was originally reported in the doc reviews for version 10.1: > http://issues.apache.org/jira/browse/DERBY-383 > (see Myrna's comments) > 2. Based on http://issues.apache.org/jira/browse/DERBY-384 comments to the > doc review (see Sunitha's comments), we need to figure out how to et the > table numbers to ascend. Currently, they all output as table 1. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira