~ubuntu-branches/ubuntu/quantal/cantor/quantal

« back to all changes in this revision

Viewing changes to src/xslt/latex.xsl

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:54 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20111215141754-mpepwpmr42120lpf
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
<xsl:text>&#xA;\end{verbatim}&#xA;</xsl:text>
28
28
</xsl:template>
29
29
 
 
30
<xsl:template match="PageBreak">
 
31
<xsl:apply-templates/>
 
32
<xsl:text>&#xA;\newpage{}&#xA;</xsl:text>
 
33
</xsl:template>
 
34
 
 
35
<xsl:template match="Image">
 
36
<xsl:if test="Path != ''">
 
37
<xsl:text>\begin{center}
 
38
\includegraphics</xsl:text>
 
39
<xsl:value-of select="LatexSizeString" />
 
40
<xsl:text>{</xsl:text>
 
41
<xsl:value-of select="Path" />
 
42
<xsl:text>}&#xA;\end{center}&#xA;</xsl:text>
 
43
</xsl:if>
 
44
</xsl:template>
 
45
 
30
46
<xsl:template match="p">
31
47
<xsl:apply-templates/>
32
48
<xsl:text>&#xA;</xsl:text>
60
76
    <xsl:value-of select="normalize-space()"/>
61
77
</xsl:template>
62
78
 
63
 
</xsl:stylesheet>
 
 
b'\\ No newline at end of file'
 
79
</xsl:stylesheet>