Skip to content
Permalink
f506145ad9
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

Installation instructions

Python Dependencies

All programs require the installation of Python 3, which can be obtained at https://www.python.org/downloads/ or through package managers (depending on the operating system). Current installations already include pip which is used to install further packages.

$ pip install -r requirements.txt

to install the required packages.

Runtime Dependencies

Additionally, you will need these extra tools installed ( = in your systems $PATH ):

  • curl

  • from your latex distribution:

    • pdfcrop
    • xelatex

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 order to run the xsl scripts found in the data directory, an XSL processor like Saxon is required. See doc/XSL.md for details.

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

TEI components

Clone the repositories

Stylesheets contains the tools for conversion.

See http://www.tei-c.org/release/doc/tei-xsl/ for further documentation.