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
> [email protected]
>
-- 
spitzhalde9
D-79853 lenzkirch
[email protected]
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

Reply via email to