Skip to content

Commit

Permalink
update xsl rule for moderncv personal position/title (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Aug 12, 2024
1 parent bc2d8f6 commit 89babc5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/LaTeXML/resources/XSLT/LaTeXML-structure-xhtml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,11 @@
<xsl:text> </xsl:text>
<xsl:value-of select="ltx:contact[@role='familyname']" />
</h1>
<h3 class="author-title">
<xsl:apply-templates select="ltx:contact[@role='position']/ltx:inline-block" />
</h3>
<xsl:if test="ltx:contact[@role='position']">
<h3 class="author-title">
<xsl:apply-templates select="ltx:contact[@role='position']" />
</h3>
</xsl:if>
</div>
<div class="col-25">
</div>
Expand Down

0 comments on commit 89babc5

Please sign in to comment.