Releases: tomeichlersmith/zen-zine
Releases · tomeichlersmith/zen-zine
v0.2.0
What's Changed
- align margin size between digitial and print zine by @tomeichlersmith in #2
- Enable
with
syntax by @tomeichlersmith in #3 - retrieve page size from context by @tomeichlersmith in 96fd477
- add "digital mode" where the zine pages are the final PDF pages by @tomeichlersmith in cc32312
- start on manual generation using
tidy
New Contributors
- @tomeichlersmith made their first contribution in #2
Full Changelog: v0.1.1...v0.2.0
v0.1.1: patch typo in example
What's Changed
- @harrellbm pointed out that there was a typo in the example in the README in #1 which was resolved by b6b1c3c
Full Changelog: v0.1.0...v0.1.1
v0.1.0 : basic 8-page zine on US-Letter
This initial release is capable of constructing a basic 8-page zine on US-Letter ready for the printers! Technically, it requires typst v0.11.0 so that the borders of the zine pages can be drawn (the stroke
argument of grid
), but one could presumably go to an earlier typst version if draw_borders: false
.