Skip to content

Commit

Permalink
support tabulary in colum alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Dec 12, 2011
1 parent 4986c9d commit 1a80af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XSLT/xhtml2latex.xslt
Expand Up @@ -758,7 +758,7 @@
<xsl:text>C</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>c</xsl:text>
<xsl:text>C</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
Expand All @@ -768,7 +768,7 @@
<xsl:text>R</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>r</xsl:text>
<xsl:text>R</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
Expand All @@ -778,7 +778,7 @@
<xsl:text>L</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>l</xsl:text>
<xsl:text>L</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
Expand Down

0 comments on commit 1a80af5

Please sign in to comment.