OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Footnote marks missing


I did as you advised. I found the offending template:

<xsl:template match="d:para"> <!-\- In kompakten Listen para-Abstand anpassen -\->
ÂÂÂ <xsl:variable name="keep.together">
ÂÂÂÂÂ <xsl:call-template name="pi.dbfo_keep-together"/>
ÂÂÂ </xsl:variable>
ÂÂÂ <fo:block xsl:use-attribute-sets="para.properties">
ÂÂÂÂÂ <xsl:if test="$keep.together != ''">
ÂÂÂÂÂÂÂ <xsl:attribute name="keep-together.within-column"><xsl:value-of
ÂÂÂÂÂÂÂÂÂ select="$keep.together"/></xsl:attribute>
ÂÂÂÂÂ </xsl:if>
ÂÂÂÂÂ <xsl:if test="ancestor::*/@spacing = 'compact'">
ÂÂÂÂÂÂÂ <xsl:attribute name="space-before.optimum">0.15em</xsl:attribute>
ÂÂÂÂÂÂÂ <xsl:attribute name="space-before.minimum">0.1em</xsl:attribute>
ÂÂÂÂÂÂÂ <xsl:attribute name="space-before.maximum">.2em</xsl:attribute>
ÂÂÂÂÂÂÂ <xsl:attribute name="font-size">12pt</xsl:attribute>
ÂÂÂÂÂ </xsl:if>
ÂÂÂÂÂ <xsl:call-template name="anchor"/>
ÂÂÂÂÂ <xsl:apply-templates/>
ÂÂÂ </fo:block>
 </xsl:template>

As I cannot why this removes footnote marks, maybe you can explain it to me and please show how to overcome the problem.

Bernhard Kleine

Am 09.02.2019 um 17:00 schrieb Bob Stayton:

When I run into a problem like this, I start commenting out templates in my customization until I find the one causing the problem, then examine that one in more detail. If you find the culprit but cannot see why it is wrong, post it here.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kleine@gmx.net
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlÃssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]