No description
  • TeX 94.2%
  • Makefile 4.1%
  • Scheme 1.7%
Find a file
2026-01-18 21:35:09 +01:00
.editorconfig Add readme, config, and basic template 2024-11-16 01:27:18 +01:00
.gitignore Add make target to gen images from zine 2025-11-17 23:07:06 +01:00
channels.scm Use guix for dependencies 2025-10-07 23:55:34 +02:00
DrRacket-cs.png Rename cs version for i18n 2024-11-24 22:52:36 +01:00
DrRacket-en.png Add en translation of part P 2024-11-24 23:03:56 +01:00
Makefile Add monochrome version 2025-11-26 23:41:40 +01:00
manifest.scm Use guix for dependencies 2025-10-07 23:55:34 +02:00
P-cs.tex Use guix for dependencies 2025-10-07 23:55:34 +02:00
P-en.tex en: Improve Q 2025-10-09 23:04:47 +02:00
pred-cs.dot Be consistent in pred-cs 2024-11-30 01:52:03 +01:00
pred-en.dot Improve conditional text for "both" 2024-11-28 01:04:15 +01:00
Q-cs.tex cs: Improve Q 2025-10-07 23:55:36 +02:00
Q-en.tex en: Improve Q 2025-10-09 23:04:47 +02:00
README.md Update sendemail.to addres 2026-01-18 21:35:09 +01:00
Z.tex Add magic reading inside zine 2024-11-23 01:01:52 +01:00

Zine pro Neprogramátora, publikováno pod licencí CC BY-SA 4.0.


This is pdflatex zine template published under CC0. If you are going to publish the source of your zine, put your readme above but please keep the following text.

Do not forget to change the license for your own work!

Get the template:

git clone https://git.sr.ht/~qeef/pdflatex-zine-template zine

Write the zine:

vim P.tex

Make the zine:

make

Print Z.pdf with 0 margin; see the folding instructions.

For two-side zine:

cp P.tex Q.tex

Write the second page:

vim Q.tex

Update Makefile:

-Z.pdf: P.pdf #Q.pdf
+Z.pdf: P.pdf Q.pdf

Make the zine:

make

Send patches to:

git config format.subjectPrefix 'PATCH pdflatex-zine-template'
git config sendemail.to '~qeef/[email protected]'