1.5 KiB
1.5 KiB
ZINESEVEN
this is issue 7 of the tilde.town zine
GETTING STARTED
open up src/zine7.sla
and get busy
NOTE: linking to files in scribus is brittle.
if you move or rename source files (or the .sla
file)
then things will break,
and you'll have to relink them.
YOU WILL NEED
- scribus: for layout and typesetting
- (optional) [just]: for running a few commands - https://github.com/casey/just
to build the table of contents, and the "issues" graph:
- ed(1)
- groff
- recutils - https://www.gnu.org/software/recutils/
to shinkify the pdf:
- imagemagick
WHAT YOU WILL FIND HERE
.
1 ├── assets
2 ├── cover
3 ├── dist
4 │ ├── zine7.pdf
5 │ └── zine7smol.pdf
6 ├── justfile
7 ├── pages
8 │ ├── colophon
9 │ ├── foreword
10 │ ├── frontmatter
11 │ ├── tarot
12 │ └── toc
13 ├── src
14 │ └── zine7.sla
15 └── submissions
37 directories, 114 files
-
assets
: little pictures and doodads that aren't necessarily associated with a page or submission -
cover
: the front and back covers and title page -
dist/zine7.pdf
: the pdf export from scribus -
dist/zine7smol.pdf
: a compressed version of zine7.pdf. seejustfile
-
justfile
: a couple of convenience commands -
pages
: zine pages that aren't submissions -
src
: directory for the scribus .sla file -
submissions
: all zine submissions