mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 07:28:20 -04:00
minor pdf format changes
This commit is contained in:
parent
2a35bcdb0f
commit
0b44a0129f
@ -208,17 +208,21 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="inputs">
|
||||
<fo:block margin-top="2mm" margin-bottom="2mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
<fo:block keep-together.within-page="always">
|
||||
<fo:block margin-top="2mm" margin-bottom="2mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
</fo:block>
|
||||
<xsl:apply-templates select="pin"/>
|
||||
</fo:block>
|
||||
<xsl:apply-templates select="pin"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="outputs">
|
||||
<fo:block margin-top="2mm" margin-bottom="2mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
<fo:block keep-together.within-page="always">
|
||||
<fo:block margin-top="2mm" margin-bottom="2mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
</fo:block>
|
||||
<xsl:apply-templates select="pin"/>
|
||||
</fo:block>
|
||||
<xsl:apply-templates select="pin"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="pin">
|
||||
@ -238,11 +242,13 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="attr">
|
||||
<fo:block margin-left="6mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
</fo:block>
|
||||
<fo:block margin-left="12mm">
|
||||
<xsl:value-of select="."/>
|
||||
<fo:block keep-together.within-page="always">
|
||||
<fo:block margin-left="6mm">
|
||||
<xsl:value-of select="@name"/>
|
||||
</fo:block>
|
||||
<fo:block margin-left="12mm">
|
||||
<xsl:value-of select="."/>
|
||||
</fo:block>
|
||||
</fo:block>
|
||||
</xsl:template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user