Skip to content

Commit

Permalink
OASIS format finetuning
Browse files Browse the repository at this point in the history
Removing the Notices exception also from the pdf stylesheet
  • Loading branch information
DavidFatDavidF committed Sep 7, 2023
1 parent 1c9037b commit 8d182f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@
<!-- nop -->
</xsl:template>

<!-- Commenting out the front matter exception that makes the "Notices" their own section
<xsl:template match="legalnotice[@role='notices']" mode="titlepage.mode"
priority="1">
<xsl:apply-templates mode="titlepage.mode"/>
Expand All @@ -568,6 +569,7 @@
<xsl:apply-templates/>
</fo:block>
</xsl:template>
-->

<xsl:template match="articleinfo/legalnotice/para[1]">
<fo:block>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<!-- nop -->
</xsl:template>

<!--
<!-- Commenting out the front matter exception that makes the "Notices" their own section
<xsl:template match="legalnotice[@role='notices']" mode="titlepage.mode"
priority="1">
<xsl:apply-templates mode="titlepage.mode"/>
Expand Down

0 comments on commit 8d182f9

Please sign in to comment.