basic-book-builder/README.md

35 lines
642 B
Markdown

# basic-book-builder (b3)
This is a basic book (article) builder template based on a Pandoc build process in conjunction with a number of other tools to generate PDF, ODT, HTML, LaTex, Markdown, and Epub book formats from Markdown source content in an Obsidian vault.
## Usage
#### PDF
```
make pdf
```
#### HTML
```
make html
```
#### LaTex
```
make latex
```
#### EPub
> Note: This configuration still needs work.
```
make epub
```
## Getting Started
Download PDF or HTML version of the b3 book. Which self documents how to use this template:
- [b3.pdf ](build/basic-book-builder.pdf)
- [b3.html](build/basic-book-builder.html)