X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/8f76c14aae6e491816a0c07ec7fe66119dd34716..e4836157dee23cebc8e69e9dafab3cac41f20035:/README.md?ds=sidebyside
diff --git a/README.md b/README.md
index 0867419..7588245 100755
--- a/README.md
+++ b/README.md
@@ -45,8 +45,11 @@ Dependencies
* lxml , version 2.2 or later
* additional PDF converter dependencies:
- * XeTeX
+ * XeTeX with support for Polish language
* TeXML
+ * recommended: morefloats LaTeX package, version >=1.0c
+ for dealing with documents with many motifs in one paragraph.
+
Installation
@@ -55,7 +58,9 @@ Installation
Librarian uses standard Python distutils for packaging. After installing all the dependencies just run:
python setup.py install
-
+
+PDF converter also needs the Junicode-WL fonts (librarian/pdf/JunicodeWL-*.ttf) installed.
+In Debian/Ubuntu, put those files in ~/.fonts/ and run `fc-cache'.
Usage
------