docbook-apps

  • 1.  [docbook-apps] Unable to customize floating sidebar

    Posted 07-07-2009 02:37

    I want my floating image to appear without the floating sidebar aound it.
    I've changed the docbook-xsl/fo/param.xsl file accordingly:

    <xsl:param name="sidebar.float.type">none</xsl:param>
    <xsl:param name="sidebar.float.width">1in</xsl:param>
    <xsl:param name="simplesect.in.toc" select="0"/>
    <xsl:attribute-set name="subscript.properties">
    <xsl:attribute name="font-size">75%</xsl:attribute>
    </xsl:attribute-set>
    <xsl:attribute-set name="superscript.properties">
    <xsl:attribute name="font-size">75%</xsl:attribute>
    </xsl:attribute-set>

    But I STILL don't get the desired results. I've followed the instructions
    in http://www.sagehill.net/docbookxsl/CustomMethods.html#CatsWithCust
    carefully (I think). Any help would be appreciated. Thanks.
    --
    View this message in context: http://www.nabble.com/Unable-to-customize-floating--sidebar-tp24366239p24366239.html
    Sent from the docbook apps mailing list archive at Nabble.com.




  • 2.  Re: [docbook-apps] Unable to customize floating sidebar

    Posted 07-08-2009 23:49
    I was able to solve this problem.

    On Mon, Jul 6, 2009 at 7:37 PM, ashelton3 <ashelton3@gmail.com> wrote:

    >
    > I want my floating image to appear without the floating sidebar aound it.
    > I've changed the docbook-xsl/fo/param.xsl file accordingly:
    >
    > <xsl:param name="sidebar.float.type">none</xsl:param>
    > <xsl:param name="sidebar.float.width">1in</xsl:param>
    > <xsl:param name="simplesect.in.toc" select="0"/>
    > <xsl:attribute-set name="subscript.properties">
    > <xsl:attribute name="font-size">75%</xsl:attribute>
    > </xsl:attribute-set>
    > <xsl:attribute-set name="superscript.properties">
    > <xsl:attribute name="font-size">75%</xsl:attribute>
    > </xsl:attribute-set>
    >
    > But I STILL don't get the desired results. I've followed the instructions
    > in http://www.sagehill.net/docbookxsl/CustomMethods.html#CatsWithCust
    > carefully (I think). Any help would be appreciated. Thanks.
    > --
    > View this message in context:
    > http://www.nabble.com/Unable-to-customize-floating--sidebar-tp24366239p24366239.html
    > Sent from the docbook apps mailing list archive at Nabble.com.
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >
    >