Skip to content

Commit

Permalink
Add skip after figures
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-fitzpatrick committed Jul 30, 2024
1 parent d691c09 commit 1ae8aa3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xsl/apex-latex-print-color.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<xsl:text>coltitle=black, fonttitle=\bfseries, attach title to upper, after title={\space},left=1pt,</xsl:text>
</xsl:template>

<xsl:template match="figure" mode="tcb-style">
<xsl:text>bwminimalstyle, middle=1ex, blockspacingstyle, fontlower=\blocktitlefont, after skip=12pt</xsl:text>
</xsl:template>

<xsl:template match="example" mode="tcb-style">
<xsl:text>blockspacingstyle, after title={\space}, before upper ={\setparstyle}, &#xa; </xsl:text>
<xsl:text>fonttitle=\normalfont\bfseries, colback=white, colframe=black, colbacktitle=white, coltitle=black,
Expand Down
4 changes: 4 additions & 0 deletions xsl/apex-latex-print-style.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<xsl:text>coltitle=black, fonttitle=\bfseries, attach title to upper, after title={\space},left=1pt,</xsl:text>
</xsl:template>

<xsl:template match="figure|listing" mode="tcb-style">
<xsl:text>bwminimalstyle, middle=1ex, blockspacingstyle, fontlower=\blocktitlefont, after skip=12pt</xsl:text>
</xsl:template>

<xsl:template match="example" mode="tcb-style">
<xsl:text>blockspacingstyle, after title={\space}, before upper ={\setparstyle}, &#xa; </xsl:text>
<xsl:text>fonttitle=\normalfont\bfseries, colback=white, colframe=black, colbacktitle=white, coltitle=black,
Expand Down
4 changes: 4 additions & 0 deletions xsl/apex-latex-style.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<xsl:text>coltitle=black, fonttitle=\bfseries, attach title to upper, after title={\space},left=1pt,</xsl:text>
</xsl:template>

<xsl:template match="figure|listing" mode="tcb-style">
<xsl:text>bwminimalstyle, middle=1ex, blockspacingstyle, fontlower=\blocktitlefont, after skip=12pt</xsl:text>
</xsl:template>

<xsl:template match="example" mode="tcb-style">
<xsl:text>blockspacingstyle, after title={\space}, before upper ={\setparstyle},&#xa; </xsl:text>
<xsl:text>fonttitle=\normalfont\bfseries, colback=white, colframe=black, colbacktitle=white, coltitle=black,
Expand Down

0 comments on commit 1ae8aa3

Please sign in to comment.