Skip to content

Commit

Permalink
Add part TOC generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovirt committed Oct 12, 2024
1 parent d584b69 commit e09bb5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generator/com/elovirta/pdf/basic-settings.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<axsl:variable name="antArgsChapterLayout">
<xsl:value-of select="if (map:contains($root, 'chapter-layout')) then $root ?chapter-layout else 'BASIC'"/>
</axsl:variable>
<axsl:variable name="partLayout">
<xsl:value-of select="if (map:contains($root, 'part-layout')) then $root ?part-layout else 'BASIC'"/>
</axsl:variable>
</axsl:stylesheet>
</xsl:template>

Expand Down

0 comments on commit e09bb5e

Please sign in to comment.