Next in thread →
Next in month →
Re: [docbook-apps] bibiography text justification
Hi docbook-apps,
By the way after few tweaking around, I got the
solution with. I have added in my customization layer
-----------------
<xsl:template
match="biblioentry[ancestor::bibliography]">
<fo:block text-align="left">
<xsl:apply-imports/>
</fo:block>
</xsl:template>
---------------------
Still new to DocBook, XSLT and all these stuff :-)
Thanks for the help on other problems. I am certain i
will still get help on other problems I will be
facing.
Deepak K. Shrestha
--- Deepak Shrestha <> wrote:
> Hi,
>
> I want to know, how to make my bibliography text
> left
> justified? As it inherits the full justification
> property from normal paragarph (I guess), some of my
> entries looks weired in the PDF output (specially
> entries to web documents with urls) because long
> urls
> are shifted to next line and the short entries
> before
> that is trying to occupy the whole line (i had
> turned
> off hyphenation).
>
> Thanks in advance
>
> Deepak K. Shrestha
>
>
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
>
>
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
Next in thread →
Next in month →