Skip to content
Permalink
28f42e0c88
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (17 sloc) 931 Bytes

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:

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.

For a successful run of the whole conversion you will also need a slightly older version (Version 2.1) of the biber tool. You can download the source and/or binaries at https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/2.1/

In later versions, the file format was changed. We still need to adapt to the new format.