16 lines
355 B
Markdown
16 lines
355 B
Markdown
# How to Make Zines with LaTeX
|
|
|
|
This is a demo of how to make a zine using Pandoc to convert marktown to LaTeX. It applies typesetting from a custom document class (zine.cls).
|
|
|
|
To generate the zine, run: `./build.sh`
|
|
|
|
## website
|
|
|
|
It also generates a standalone website. To view the website:
|
|
|
|
./html-build.sh
|
|
cd public
|
|
python3 -m http.server
|
|
|
|
|