[docbook-apps] Extra dot (.) at the end of each section number ...docbook 1.74.3 in PDF report

2010-11-01 Thread Bela Patel
Hi,
 I am using Docbook version 1.74.3.
I am getting extra dot at the end of each section number in the PDF report.

For example:

->I have something like this in my PDF report:

1. section1
1.1. section A
1.2. section B
1.3. sectionC
2. section2
2.1. section A
2.2. section B
2.3. sectionC

->I want something like this in my PDF report (notice that I dont want dot
at the end of each section number e.g Instead of 1.1. sectionA, I want 1.1
sectionA):

1 section1
1.1 section A
1.2 section B
1.3 sectionC
2 section2
2.1 section A
2.2 section B
2.3 sectionC


How do I make this change?

Thanks,
Bela.


Re: [docbook-apps] Re: Table cell text overlapes with table border ...docbook 1.74.3

2009-10-27 Thread Bela Patel
On Tue, Oct 27, 2009 at 10:36 AM, Bela Patel  wrote:

> Vincent,
>
> I dont quite understand what you are suggesting.
>
> I just want the text to automatically break in next line within the cell
> depending on the cell size so that it does not overlap with Table border.
>
> Can you please explain this?
>
> Thanks,
> BRAMANI.
>
>   On Tue, Oct 27, 2009 at 5:55 AM, Vincent Hennebert  > wrote:
>
>> Hi,
>>
>> Since it’s not a regular word it can’t be hyphenated; you must specify
>> yourself the places where it is allowed to break. If you want a hyphen
>> to be visible when the text is broken you can use the soft hyphen
>> character (U+00AD). Otherwise you can use a zero-width space (U+200B).
>>
>> HTH,
>> Vincent
>>
>>
>> Bela Patel wrote:
>> > Does anybody know how to resolve the following issue? How to make the
>> text
>> > string stay within the table cell so that it does not overlap with table
>> > border?
>> >
>> > Any help will be greatly appreciated.
>> >
>> > Thanks,
>> > BRAMANI.
>> >
>> > On Mon, Oct 12, 2009 at 3:36 PM, Bela Patel 
>> wrote:
>> >
>> >> Hi,
>> >>
>> >> I am using docbook version 1.74.3 for PDF report generation.
>> >>
>> >> I have 50 chnaracter long text in a table cell but it overlapes with
>> the
>> >> table border.
>> >>
>> >> for example :
>> >>
>> >> 1. I have text "*ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789ABCDEFGHIJKLMNO*"
>> in
>> >> one table cell but it overlapes with the table border and goes outside
>> of
>> >> the table.
>> >>
>> >> 2. But if I modify it as "*
>> >> ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNO123456789*" then it does not
>> >> overlap with the border but after 26 character it breaks and goes to
>> second
>> >> line within the same cell as shown below.
>> >>
>> >> ABCDEFGHIJKLMNOPQRSTUVWXYZ-
>> >> ABCDEFGHIJKLMNO123456789
>> >>
>> >> how can I make the text string shown in first option to stay within the
>> >> same cell so that it does not overlap with the table border.
>> >>
>> >> Thanks,
>> >> BRAMANI.
>> >>
>> >>
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
>> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>>
>>
>


[docbook-apps] Re: Table cell text overlapes with table border ...docbook 1.74.3

2009-10-26 Thread Bela Patel
Does anybody know how to resolve the following issue? How to make the text
string stay within the table cell so that it does not overlap with table
border?

Any help will be greatly appreciated.

Thanks,
BRAMANI.

On Mon, Oct 12, 2009 at 3:36 PM, Bela Patel  wrote:

> Hi,
>
> I am using docbook version 1.74.3 for PDF report generation.
>
> I have 50 chnaracter long text in a table cell but it overlapes with the
> table border.
>
> for example :
>
> 1. I have text "*ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789ABCDEFGHIJKLMNO*" in
> one table cell but it overlapes with the table border and goes outside of
> the table.
>
> 2. But if I modify it as "*
> ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNO123456789*" then it does not
> overlap with the border but after 26 character it breaks and goes to second
> line within the same cell as shown below.
>
> ABCDEFGHIJKLMNOPQRSTUVWXYZ-
> ABCDEFGHIJKLMNO123456789
>
> how can I make the text string shown in first option to stay within the
> same cell so that it does not overlap with the table border.
>
> Thanks,
> BRAMANI.
>
>
>
>


[docbook-apps] Table cell text overlapes with table border ...docbook 1.74.3

2009-10-12 Thread Bela Patel
Hi,

I am using docbook version 1.74.3 for PDF report generation.

I have 50 chnaracter long text in a table cell but it overlapes with the
table border.

for example :

1. I have text "*ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789ABCDEFGHIJKLMNO*" in one
table cell but it overlapes with the table border and goes outside of the
table.

2. But if I modify it as "*
ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNO123456789*" then it does not
overlap with the border but after 26 character it breaks and goes to second
line within the same cell as shown below.

ABCDEFGHIJKLMNOPQRSTUVWXYZ-
ABCDEFGHIJKLMNO123456789

how can I make the text string shown in first option to stay within the same
cell so that it does not overlap with the table border.

Thanks,
BRAMANI.


[docbook-apps] Table numbering with docbook 1.74.3 on PDF and HTML report.

2009-09-30 Thread Bela Patel
Hi,

I am using docbook version 1.74.3.
Currently I am getting table number on my HTML/PDF report as
(ChapterNumber).1, (ChapterNumber).2, (ChapterNumber).3 ... and so on
**
*For example*: I have "Chapter 2" and under it I have section number 2.3.2.
Following is how table numbers are listed curently on my HTML report (table
2.1, table 2.3 and table 2.3).
**
*Chapter 2*
*2.3.2 Report Trees*

*Table 2.1 Dec1Tree*

*Data Type*

*Length*

Numeric

3

*Table 2.2 Dec2Tree*

*Data Type*

*Length*

Numeric

3

*Table 2.3 Dec3Tree*

  *Data Type*

*Length*

Numeric

3


*I want the table numbers starting with the section number above it instead
on starting with the Chapter number above it.*
*For example:* I want the Table number as (Table 2.3.2.1, Table 2.3.2.2 and
Table 2.3.2.3) shown below.
*
Chapter 2
*
* 2.3.2 Report Trees

Table 2.3.2.1 Dec1Tree

Data Type

Length

Numeric

3

Table 2.3.2.2 Dec2Tree

Data Type

Length

Numeric

3

Table 2.3.2.3 Dec3Tree

  Data Type

Length

Numeric

3



How can I achieve it?



Thanks,

BRAMANI.
*


Re: [docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
yes,

That is what I clarified in my second email. I misunderstood your question
earlier.
I am using FOP 0.95 as XSL-FO processor.

Thanks,
Bela.
On Fri, Mar 27, 2009 at 1:46 PM, Bob Stayton  wrote:

>  Hi Bela,
> Actually, libxslt is the XSLT processor that generates the XSL-FO file from
> the DocBook XML source fie.  The XSL-FO processor is used in the second
> step to convert the intermediate XSL-FO file to PDF.  The list of XSL-FO
> processors includes FOP, XEP, Antenna House, and others.
>
> Bob Stayton
> Sagehill Enterprises
> b...@sagehill.net
>
>
>
>  - Original Message -
> *From:* Bela Patel 
>   *To:* Bob Stayton 
> *Cc:* docbook-apps@lists.oasis-open.org
> *Sent:* Friday, March 27, 2009 10:34 AM
> *Subject:* Re: [docbook-apps] bookmark (left navigation pane) comes as
> expanded by default on PDF report docbook 1.74.3
>
> I am using  "libxslt-1.1.15.win32" (xsltproc) FO processor.
> Thnaks,
> Bela.
> On Fri, Mar 27, 2009 at 1:30 PM, Bob Stayton  wrote:
>
>>  It depends on the FO processor.  Which one are you using?
>>
>> Bob Stayton
>> Sagehill Enterprises
>> b...@sagehill.net
>>
>>
>>
>> - Original Message -
>> *From:* Bela Patel 
>> *To:* docbook-apps@lists.oasis-open.org
>> *Sent:* Friday, March 27, 2009 10:10 AM
>> *Subject:* [docbook-apps] bookmark (left navigation pane) comes as
>> expanded by default on PDF report docbook 1.74.3
>>
>> Hi,
>>
>> I am using docbook version 1.74.3. to generate PDF reports.
>> I have left navigation pane (bookmark) on the report.
>>
>> This left navigation pane shows all the section and chapter already
>> expanded when the report is genereted.
>> How can I make it to generete report so that all the sections comes as
>> collapsed by default?
>>
>> Thanks,
>> Bela.
>>
>>
>>
>


Re: [docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
I am using  "libxslt-1.1.15.win32" (xsltproc) FO processor.
Thnaks,
Bela.
On Fri, Mar 27, 2009 at 1:30 PM, Bob Stayton  wrote:

>  It depends on the FO processor.  Which one are you using?
>
> Bob Stayton
> Sagehill Enterprises
> b...@sagehill.net
>
>
>
> ----- Original Message -
> *From:* Bela Patel 
> *To:* docbook-apps@lists.oasis-open.org
> *Sent:* Friday, March 27, 2009 10:10 AM
> *Subject:* [docbook-apps] bookmark (left navigation pane) comes as
> expanded by default on PDF report docbook 1.74.3
>
> Hi,
>
> I am using docbook version 1.74.3. to generate PDF reports.
> I have left navigation pane (bookmark) on the report.
>
> This left navigation pane shows all the section and chapter already
> expanded when the report is genereted.
> How can I make it to generete report so that all the sections comes as
> collapsed by default?
>
> Thanks,
> Bela.
>
>
>


[docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
Hi,

I am using docbook version 1.74.3. to generate PDF reports.
I have left navigation pane (bookmark) on the report.

This left navigation pane shows all the section and chapter already expanded
when the report is genereted.
How can I make it to generete report so that all the sections comes as
collapsed by default?

Thanks,
Bela.


[docbook-apps] Nesting beyond 5 level on left hand side pane of HTML report.. docbook 1.74.3

2009-03-24 Thread Bela Patel
Hi,

I am using docbook version 1.74.3 and trying to generate HTML report using
it.

I have lefthand side navigation pane on the report and I am only able to go
5 level deep when I expand ('+' sign) or collaps ('-' sing) it. I am not
able to get ('+' or '-') sign if I have headers section that are more than 5
levels deep. It only shows bullets instead of ('+' or '-') signs for all the
headers thoes are 5 level deep.

Is this the limitation or there is any parameter I can set to achieve this?

Thanks in advance.

Bela.


[docbook-apps] 'Next' and 'Previous' navigation link of header and footer content not working for HTML report with docbook 1.74.3

2009-03-10 Thread Bela Patel
Hi,

I just upgraded docbook version from 1.67.0 to 1.74.3 and I am havig issue
with 'Next' and 'Previous' navigation link on the header and footer on HTML
report.

with version 1.67.0 these links used to work perfectly fine.

But after upgrading to 1.74.3, when I click on 'Next' or 'Prevoius' link  it
just displays the blank page with text  'false'. it does not show the
appropiate page.

Any idea for this issue.

Thanks,
Bela.


[docbook-apps] Extra blank page at the start and end of each chapter in PDF Report docbook 1.74.3

2009-03-10 Thread Bela Patel
Hi,

I am using docbook version 1.74.3.
I am getting one extra blank page at the start and end of each chapter in
PDF report.
I do not want these extra blank pages. Any Idea how to contol it?

Thanks in advance for any help.
Bela.


[docbook-apps] "Chapter" prefix with chapter title in docbook version 1.73.4 in PDF and HTML report

2009-03-10 Thread Bela Patel
Hi,

I just upgraded my docbook version from 1.67.0 to version  1.74.3.

After upgrading I am getting "Chapter" prefix with Chapter title in TOC as
well as in  report  for both PDF and HTML.

with 1.74.3 version I am getting chapter title as shown below.
Chapter 1. About this Document

with 1.67.0 version I was getting chapter title as shown below.
1. About this Document

I want the title as it was showing in version 1.67.0 without "Chapter"
prefix. How can I change this title to look as older version 1.67.0?

Thanks in advance.,

 Bela.


Re: [docbook-apps] BookMark Issue with FOP 0.95 and docbook 1.67.0

2009-03-04 Thread Bela Patel
It works now !!!
Thank You so much for your help.
Bela.
On Wed, Mar 4, 2009 at 3:55 PM, Bob Stayton  wrote:

>  Hi,
> You need to remove from your customization the fop1.outline stuff.  You
> have in your customization layer a customization of the mode="process.root"
> template.  That just applies the old code, but FOP 0.95 uses completely new
> code for bookmarks.  If you need to customize mode="process.root" for some
> other reason,  then you need to start with the version of that template from
> 1.74.3.  Then if fop1.extensions is set, then the stylesheet will generate
> the bookmarks.
>
> Bob Stayton
> Sagehill Enterprises
> b...@sagehill.net
>
>
>
>  - Original Message -
> *From:* Bela Patel 
> *To:* Bob Stayton 
> *Cc:* docbook-apps@lists.oasis-open.org
>   *Sent:* Wednesday, March 04, 2009 12:49 PM
> *Subject:* Re: [docbook-apps] BookMark Issue with FOP 0.95 and docbook
> 1.67.0
>
> Hi Bob,
>
> I just forgot to inform you that I have latest code of docbook version
> 1.74.3 under the folder 1.67.0 in my stylesheet.
>
> so it is pointing to right 1.74.3 code only. Just the folder name is of
> older version.
>
> Thanks,
> Bela.
> On Wed, Mar 4, 2009 at 3:42 PM, Bob Stayton  wrote:
>
>>  Hi,
>> The attached stylesheet you sent is still importing the 1.67.0 stylesheet
>> file.  You need to change the import statement to point to the new version.
>>
>> Bob Stayton
>> Sagehill Enterprises
>> b...@sagehill.net
>>
>>
>>
>>  - Original Message -
>> *From:* Bela Patel 
>>   *To:* Bob Stayton 
>> *Cc:* docbook-apps@lists.oasis-open.org
>> *Sent:* Wednesday, March 04, 2009 12:20 PM
>> *Subject:* Re: [docbook-apps] BookMark Issue with FOP 0.95 and docbook
>> 1.67.0
>>
>> Hi Bob,
>>
>> Thanks for your suggession.
>> I just upgraded docbook to version 1.74.3 and still I am not able to get
>> the bookmark on my report.
>>
>> Can you please look in to my customize stylesheet (new Attachment) and
>> tell me if I am doing any thing wrong.
>>
>> Thanks for your help.
>> Bela.
>>
>> On Wed, Mar 4, 2009 at 2:23 PM, Bob Stayton  wrote:
>>
>>>  Hi,
>>> Support for FOP 0.9* was added starting in version 1.70.1 of the
>>> stylesheets.  They are currently at 1.74.3.
>>>
>>> Bob Stayton
>>> Sagehill Enterprises
>>> b...@sagehill.net
>>>
>>>
>>>
>>>   - Original Message -
>>> *From:* Bela Patel 
>>> *To:* docbook-apps@lists.oasis-open.org
>>> *Cc:* docbook-apps-h...@lists.oasis-open.org
>>> *Sent:* Wednesday, March 04, 2009 10:16 AM
>>> *Subject:* [docbook-apps] BookMark Issue with FOP 0.95 and docbook
>>> 1.67.0
>>>
>>> Hi,
>>>
>>> Earlier I was using Docbook version 1.67.0 and FOP 20.5 to generate PDF
>>> reports using docbook and I was successfully able to generate bookmark on
>>> the report.
>>> But now when I upgraded FOP to FOP 0.95 version and still using docbook
>>> 1.67.0, I am not able to get book mark on the PDF report.
>>>
>>> I have set “fop1.extensions” property to 1 in the customize style sheet
>>> but still not able to get bookmark.
>>> Do I need to change nay other parameter?
>>>
>>> I have attached the customize style sheet.
>>>
>>> Any help will be appreciated.
>>>
>>> Thanks
>>>
>>> --
>>>
>>> -
>>> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
>>> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>>>
>>>
>>  --
>>
>> -
>> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
>> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>>
>>
>


Re: [docbook-apps] BookMark Issue with FOP 0.95 and docbook 1.67.0

2009-03-04 Thread Bela Patel
Hi Bob,

I just forgot to inform you that I have latest code of docbook version
1.74.3 under the folder 1.67.0 in my stylesheet.

so it is pointing to right 1.74.3 code only. Just the folder name is of
older version.

Thanks,
Bela.
On Wed, Mar 4, 2009 at 3:42 PM, Bob Stayton  wrote:

>  Hi,
> The attached stylesheet you sent is still importing the 1.67.0 stylesheet
> file.  You need to change the import statement to point to the new version.
>
> Bob Stayton
> Sagehill Enterprises
> b...@sagehill.net
>
>
>
>  - Original Message -
> *From:* Bela Patel 
>   *To:* Bob Stayton 
> *Cc:* docbook-apps@lists.oasis-open.org
> *Sent:* Wednesday, March 04, 2009 12:20 PM
> *Subject:* Re: [docbook-apps] BookMark Issue with FOP 0.95 and docbook
> 1.67.0
>
> Hi Bob,
>
> Thanks for your suggession.
> I just upgraded docbook to version 1.74.3 and still I am not able to get
> the bookmark on my report.
>
> Can you please look in to my customize stylesheet (new Attachment) and tell
> me if I am doing any thing wrong.
>
> Thanks for your help.
> Bela.
>
> On Wed, Mar 4, 2009 at 2:23 PM, Bob Stayton  wrote:
>
>>  Hi,
>> Support for FOP 0.9* was added starting in version 1.70.1 of the
>> stylesheets.  They are currently at 1.74.3.
>>
>> Bob Stayton
>> Sagehill Enterprises
>> b...@sagehill.net
>>
>>
>>
>>   - Original Message -
>> *From:* Bela Patel 
>> *To:* docbook-apps@lists.oasis-open.org
>> *Cc:* docbook-apps-h...@lists.oasis-open.org
>> *Sent:* Wednesday, March 04, 2009 10:16 AM
>> *Subject:* [docbook-apps] BookMark Issue with FOP 0.95 and docbook 1.67.0
>>
>> Hi,
>>
>> Earlier I was using Docbook version 1.67.0 and FOP 20.5 to generate PDF
>> reports using docbook and I was successfully able to generate bookmark on
>> the report.
>> But now when I upgraded FOP to FOP 0.95 version and still using docbook
>> 1.67.0, I am not able to get book mark on the PDF report.
>>
>> I have set “fop1.extensions” property to 1 in the customize style sheet
>> but still not able to get bookmark.
>> Do I need to change nay other parameter?
>>
>> I have attached the customize style sheet.
>>
>> Any help will be appreciated.
>>
>> Thanks
>>
>> --
>>
>> -
>> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
>> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>>
>>
>  --
>
> -
> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>
>