fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add resource path to TEXINPUTS so images are included without symlink hacks
[librarian.git]
/
librarian
/
epub
/
xsltScheme.xsl
diff --git
a/librarian/epub/xsltScheme.xsl
b/librarian/epub/xsltScheme.xsl
index
8ee6114
..
f273c4b
100644
(file)
--- a/
librarian/epub/xsltScheme.xsl
+++ b/
librarian/epub/xsltScheme.xsl
@@
-43,6
+43,13
@@
</xsl:if>
</xsl:template>
</xsl:if>
</xsl:template>
+ <xsl:template match="nota_red">
+ <div class="note_red" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+
<xsl:template match="lista_osob" >
<div class="person-list" xmlns="http://www.w3.org/1999/xhtml">
<div class="h3" xmlns="http://www.w3.org/1999/xhtml">
<xsl:template match="lista_osob" >
<div class="person-list" xmlns="http://www.w3.org/1999/xhtml">
<div class="h3" xmlns="http://www.w3.org/1999/xhtml">
@@
-348,7
+355,6
@@
<xsl:template match="uwaga" />
<xsl:template match="uwaga" />
- <xsl:template match="nota_red" />
<!--pominięcie tych metadanych-->
<xsl:template match="rdf:RDF" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
<!--pominięcie tych metadanych-->
<xsl:template match="rdf:RDF" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
@@
-376,6
+382,15
@@
</img>
</xsl:template>
</img>
</xsl:template>
+ <xsl:template match="img">
+ <img rel="math formula">
+ <xsl:attribute name="src">
+ <xsl:value-of select="text()"/>
+ </xsl:attribute>
+ <xsl:attribute name="class">latex</xsl:attribute>
+ </img>
+ </xsl:template>
+
<xsl:template match="wyimek_extra">
</xsl:template>
<xsl:template match="wyimek_extra">
</xsl:template>