latex-zines/README.md
2024-04-06 20:01:04 -04:00

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