fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pdf fix
[librarian.git]
/
librarian
/
xslt
/
wl2tex.xslt
diff --git
a/librarian/xslt/wl2tex.xslt
b/librarian/xslt/wl2tex.xslt
index
0e2dbfe
..
61b22b0
100644
(file)
--- a/
librarian/xslt/wl2tex.xslt
+++ b/
librarian/xslt/wl2tex.xslt
@@
-20,16
+20,22
@@
</TeXML>
<xsl:choose>
</TeXML>
<xsl:choose>
- <xsl:when test="@
old-morefloats
">
+ <xsl:when test="@
morefloats = 'new'
">
<TeXML escape="0">
<TeXML escape="0">
- \IfFileExists{morefloats.sty}{
- \usepackage{morefloats}
- }{}
+ \usepackage[maxfloats=64]{morefloats}
</TeXML>
</xsl:when>
</TeXML>
</xsl:when>
+ <xsl:when test="@morefloats = 'old'">
+ <TeXML escape="0">
+ \usepackage{morefloats}
+ </TeXML>
+ </xsl:when>
+ <xsl:when test="@morefloats = 'none'" />
<xsl:otherwise>
<TeXML escape="0">
<xsl:otherwise>
<TeXML escape="0">
- \usepackage[maxfloats=64]{morefloats}
+ \IfFileExists{morefloats.sty}{
+ \usepackage{morefloats}
+ }{}
</TeXML>
</xsl:otherwise>
</xsl:choose>
</TeXML>
</xsl:otherwise>
</xsl:choose>