X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/8f76c14aae6e491816a0c07ec7fe66119dd34716..1e0f8d82649a23f695333d5ef4588e8b60afbe99:/README.md 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 ------