[
https://issues.apache.org/jira/browse/DERBY-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504383
]
Kim Haase commented on DERBY-2390:
----------------------------------
Congratulations, Laura -- as I said, you've done a wonderful job with this.
There are still a couple of little glitches:
The file rgslib56653.dita is still part of the reltable in the ditamap,
although it has been deleted. So there are some errors when I generate the
output, though they don't actually prevent the output from being generated.
The tables under Running sysinfo, Running ij, and Running dblook come out fine
in both HTML versions: the first two columns are narrow and the third column is
wide so the command lines fit. But in the PDF version, it is the middle column
that is wide and the third column that is narrow, so the command lines run off
the edge of the page. It seems that the relcolwidth attribute for sysinfo
specifies a wide middle column, while the ones for the other two assume they
are 2-column tables when they are actually 3-column tables.
<simpletable relcolwidth="1* 2* 1*">
<simpletable relcolwidth="1* 2*">
I did some experimenting -- I think if you change them to "1* 1* 2*" you will
get better output.
Hope this helps.
> DOCS - Merge Working with Derby and Getting Started Guide
> ---------------------------------------------------------
>
> Key: DERBY-2390
> URL: https://issues.apache.org/jira/browse/DERBY-2390
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Reporter: Laura Stewart
> Assignee: Laura Stewart
> Fix For: 10.3.0.0
>
> Attachments: cgsintro.html, derby2390_1.diff, getstartderby.pdf,
> rgsdocs17307.html
>
>
> The activities in the Working with Derby guide should be merged into the
> Getting Started Guide.
> Review Getting Started Guide for any reference info that should be either
> "shared" with another guide
> or moved to another guide. For example, the SQL Syntax section in the Getting
> Started Guide should
> be moved to the Reference Manual.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.