Skip to content

christopheradams/booksuite

 
 

Repository files navigation

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

License

Booksuite is dedicated to the public domain with CC0-1.0. If you want a different license for your book, change this notice and the accompanying LICENSE.md file.

About

Toolkit for collaborative publishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 61.2%
  • Makefile 38.8%