mlinksva / booksuite

Toolkit for collaborative publishing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booksuite

Booksuite is a toolkit for collaborative writing, editing and publishing.

Based on work done for Cost of Freedom and Waiting 4 Bassel

Fork this rep to get started

## What you can do with it

  • write in Markdown
  • read the book as a website (using Gitbook) : gitbook serve
  • publish an epub (using Gitbook): make epub
  • create a printable PDF book (using Pandoc+Latex) make pdf-release
  • book versioning and preview : make pdf-draft

Generate a PDF

All styling of the PDF happens in assets/CustomBook.cls.

### Dependencies

  • Gitbook
  • Latexmk
  • Bash / Make
  • Pandoc

About

Toolkit for collaborative publishing


Languages

Language:TeX 61.2%Language:Makefile 38.8%