47 lines
443 B
Markdown
47 lines
443 B
Markdown
# Usage
|
|
|
|
## Editing Content
|
|
|
|
|
|
|
|
## Building
|
|
|
|
### PDF
|
|
|
|
```
|
|
make pdf
|
|
```
|
|
|
|
> NOTE: Building the PDF also builds the **LaTeX** version of the book.
|
|
|
|
### HTML
|
|
|
|
```
|
|
make html
|
|
```
|
|
|
|
### DocX
|
|
|
|
```
|
|
make docx
|
|
```
|
|
|
|
> NOTE: DocX is a work in progress. Frontmatter and formatting need work.
|
|
|
|
### ODT
|
|
|
|
```
|
|
make odt
|
|
```
|
|
|
|
> NOTE: ODT is a work in progress. Frontmatter and formatting need work.
|
|
|
|
### Make All
|
|
|
|
To build all supported formats
|
|
|
|
```
|
|
make all
|
|
```
|
|
|