35 lines
674 B
Markdown
35 lines
674 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:
|
|
- [basic-book-builder.pdf ](build/basic-book-builder.pdf)
|
|
- [basic-book-builder.html](build/basic-book-builder.html)
|