fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
#1038: workaround for ADE problem with small-caps
[librarian.git]
/
README.md
diff --git
a/README.md
b/README.md
index
0867419
..
7588245
100755
(executable)
--- a/
README.md
+++ b/
README.md
@@
-45,8
+45,11
@@
Dependencies
* lxml <http://codespeak.net/lxml/>, version 2.2 or later
* additional PDF converter dependencies:
* lxml <http://codespeak.net/lxml/>, version 2.2 or later
* additional PDF converter dependencies:
- * XeTeX
+ * XeTeX
with support for Polish language
* TeXML <http://getfo.org/texml/>
* TeXML <http://getfo.org/texml/>
+ * recommended: morefloats LaTeX package, version >=1.0c
+ for dealing with documents with many motifs in one paragraph.
+ <http://www.ctan.org/tex-archive/help/Catalogue/entries/morefloats.html>
Installation
Installation
@@
-55,7
+58,9
@@
Installation
Librarian uses standard Python distutils for packaging. After installing all the dependencies just run:
python setup.py install
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
------
Usage
------