docbook-apps

  • 1.  Font size chnages in

    Posted 04-13-2007 19:50
    
    
    On a <book> title page I have a need to have <author> at a bigger font size than <affiliation> (which is within <author>)
    Otherwise no change to standard title page.
    Changing the font-size="..." in
    .
    <xsl:template match="author" mode="book.titlepage.recto.auto.mode">
    <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" font-size="20.736pt" space-before="10.8pt" keep-with-next.within-column="always">
    <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
    </fo:block>
    </xsl:template>
    Doesn't work at all (no change), and I presume this should also change the size of <affiliation> as font-size would be inherited.  Can anyone help please?

    Ron
    Ron Catterall, Phd, DSc       email: ron@catterall.net
    Prolongacion de Hidalgo 140http://catterall.net/
    San Felipe del Aguatel: +52 951 520 1821
    Oaxaca      68020Mexicofax: +1 530 348 8309


  • 2.  Re: [docbook-apps] Font size changes in

    Posted 04-13-2007 20:04
    
    


    Apologies, I should have been more precise.  I want <author> in a larger font then <orgname> within <affiliation> within <author>


    On a <book> title page I have a need to have <author> at a bigger font size than <affiliation> (which is within <author>)
    Otherwise no change to standard title page.
    Changing the font-size="..." in
    .
    <xsl:template match="author" mode="book.titlepage.recto.auto.mode">
    <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" font-size="20.736pt" space-before="10.8pt" keep-with-next.within-column="always">
    <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
    </fo:block>
    </xsl:template>
    Doesn't work at all (no change), and I presume this should also change the size of <affiliation> as font-size would be inherited.  Can anyone help please?

    Ron
    --
    Ron Catterall, Phd, DSc       email: ron@catterall.net
    Prolongacion de Hidalgo 140http://catterall.net/
    San Felipe del Aguatel: +52 951 520 1821
    Oaxaca      68020Mexicofax: +1 530 348 8309
    --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


    Ron Catterall, Phd, DSc       email: ron@catterall.net
    Prolongacion de Hidalgo 140http://catterall.net/
    San Felipe del Aguatel: +52 951 520 1821
    Oaxaca      68020Mexicofax: +1 530 348 8309