Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More instructions
  • Loading branch information
Klaus Thoden committed Oct 30, 2017
1 parent aebe614 commit 8e0b2c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
33 changes: 11 additions & 22 deletions INSTALL.md
@@ -1,25 +1,14 @@
For running the tool you will need two additional Python modules. lxml
and PyPDF2. If you use pip for installing them, there's the
requirements.txt which you can run using the command

pip install -r requirements.txt

Additionally, you will need two extra tools:
- [graphicsmagick](http://www.graphicsmagick.org/)
- [tralics](https://www-sop.inria.fr/marelle/tralics/)

clone eoaskripts
clone eoa_sample_project

Fonts installieren

xbxx läuft

präambel ändern

EOASkripten

pip install lxml pypdf2 fehlt, Samuel macht ein -m venv

Konfiguration anpassen: Pfade

wie findet man die Pfade raus? texlive? texbin über which xelatex,

tralics relativ oder absolut

braucht man die drei letzten Pfade überhaupt?

tralics und epubcheck separat installieren
Then, edit config/eoaconvert.cfg and adjust the paths accordingly.
texbin is the directory that contains executables like xelatex. You
can use the which command (e.g. which xelatex) to find the correct
path.
5 changes: 3 additions & 2 deletions requirements.txt
@@ -1,2 +1,3 @@
lxml==3.3.5
pypdf2
lxml==3.8.0
PyPDF2==1.26.0

0 comments on commit 8e0b2c5

Please sign in to comment.