asciidoctor
A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.
sudo apt-get install asciidoc sudo gem install asciidoctor
Convert
Convert AsciiDoc to PDF
asciidoctor -r asciidoctor-pdf -b pdf book.adoc
Convert AsciiDoc to epub3
asciidoctor-epub3 -D output -a ebook-validate example.adoc
Convert AsciiDoc to LaTeX
Asciidoctor LaTeX
Asciidoctor LaTeX defines an extended syntax for the AsciiDoc markup language (AsciiDoc-LaTeX) that closely parallels LaTeX for inline and display mathematical formulas and for environments. Documents written in this extended markup language can be converted into HTML or LaTeX
Asciidoctor stylesheet factory
This project is a factory for stylesheets that can be used to style the HTML generated by an AsciiDoc processor (specifically the html5 backend). In addition to being a general purpose AsciiDoc stylesheet generator, it is used to generate the default stylesheet that is bundled with Asciidoctor.
https://github.com/asciidoctor/asciidoctor-stylesheet-factory