Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.3 KB

xml2epub

latex-inspired-xml-markup-language to epub,azw,azw2,html,pdf converter

This code is still heavily in development. If you want to give it a spin then checkout the development branch.

BUILD - DRONE.IO

Build Status

Download the latest build build under Drone.io CI:
https://drone.io/github.com/MarcAntoine-Arnaud/xml2epub/files

BUILD INSTRUCTIONS

checkout development branch

type-in: make (and keep your fingers crossed)

USAGE

Convert XML to latex:

./xml2epub -l true < example.xml > output.tex

Convert XML to html:

./xml2epub -l false < example.xml > output.tex

more formats to come, see

./xml2epub --help

BUILD DEPENDENCIES

tidy (http://tidy.sourceforge.net/)

libxml++ (http://libxmlplusplus.sourceforge.net/)

FUTURE: zipios++

RUNTIME DEPENDENCIES

xelatex with unicode-math support (you NEED texlive>=2012!!!!)

gs,pdf2ps,ps2eps etc. (ghostscript and ghostscript helper tools)

gnuplot (with epslatex terminal)

Later the above runtime dependencies will be integrates into the code base