From 141733d3db8c11f1eb69a9c0195f07c3c2ed3f8f Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 16 Apr 2015 13:20:40 +0200 Subject: [PATCH] Minor fixups. --- librarian/pdf/wl2tex.xslt | 2 +- librarian/res/embeds/mathml/mathml2latex.xslt | 20 +++++++++---------- librarian/xslt/book2html.xslt | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/librarian/pdf/wl2tex.xslt b/librarian/pdf/wl2tex.xslt index 2548abc..4d7ff03 100644 --- a/librarian/pdf/wl2tex.xslt +++ b/librarian/pdf/wl2tex.xslt @@ -36,7 +36,7 @@ - \usepackage[maxfloats=64]{morefloats} + \usepackage[maxfloats=53]{morefloats} diff --git a/librarian/res/embeds/mathml/mathml2latex.xslt b/librarian/res/embeds/mathml/mathml2latex.xslt index 76ccf95..92f60fc 100644 --- a/librarian/res/embeds/mathml/mathml2latex.xslt +++ b/librarian/res/embeds/mathml/mathml2latex.xslt @@ -5,25 +5,25 @@ xmlns:mml="http://www.w3.org/1998/Math/MathML"> - + \textrm{ } - + - + - + - + { }^{ @@ -31,7 +31,7 @@ xmlns:mml="http://www.w3.org/1998/Math/MathML"> } - + { }_{ @@ -39,19 +39,19 @@ xmlns:mml="http://www.w3.org/1998/Math/MathML"> } - + { } - + ( ) - + \frac{ }{ @@ -59,7 +59,7 @@ xmlns:mml="http://www.w3.org/1998/Math/MathML"> } - + \varepsilon diff --git a/librarian/xslt/book2html.xslt b/librarian/xslt/book2html.xslt index 201381c..9a2b771 100644 --- a/librarian/xslt/book2html.xslt +++ b/librarian/xslt/book2html.xslt @@ -242,7 +242,7 @@ - + @@ -258,7 +258,7 @@ - + -- 2.20.1