File: literal.environment.xml

package info (click to toggle)
dblatex 0.3.9-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 13,012 kB
  • sloc: xml: 102,747; python: 8,127; makefile: 117; sh: 48
file content (10 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<xsl:param name="literal.environment">
  <xsl:choose>
  <xsl:when test="contains($literal.extensions,'scale')">
    <xsl:text>lstcode</xsl:text>
  </xsl:when>
  <xsl:otherwise>
    <xsl:text>lstlisting</xsl:text>
  </xsl:otherwise>
  </xsl:choose>
</xsl:param>