diff --git a/README.md b/README.md index aebee9c..f520ff8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # 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). +This is a demo of how to make a zine using Pandoc to convert marktown to LaTeX. To learn more about what it does and how it works, build the zine! (Or read the zine source ([doc.md](doc.md)) + +To build the zine: Run `./build.sh` + +_On Windows: Uninstall Windows. Install Linux. Run `./build.sh`_ + -To generate the zine, run: `./build.sh` Note: you will have to install some version of tex-live. If space is not an issue you should install the full version. However I was able to get away with installing the barebones version and a few collections (namely, latex, latexextra, latexrecommended, pictures, fontsextra, fontsrecommended) and have had no issues.