made first two chapters, did some layout work

This commit is contained in:
Lillian Violet 2026-01-27 16:07:31 +01:00
parent 53e4e8ba94
commit 4279d690f6
4 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,72 @@
#import "@preview/zen-zine:0.2.1": zine
#set document(author: "Lillian Violet", title: "Community Care")
#set page(paper: "a4", margin: 1em, footer: context [
])
#set text(size: 9pt)
#show heading.where(level: 1): hd => {
pad(top: 2em, text(14pt, align(center, hd.body)))
}
#show heading.where(level: 2): hd => {
pad(top: 2em, text(10pt, align(center, hd.body)))
}
#show: zine.with(
// whether to make output PDF pages align with zine pages (true)
// or have the zine pages located onto a printer page (false)
// with this code, you can provide which kind you want on the command line
// typst compile input.typ output.pdf --input digital=(true|false)
digital: json(bytes(sys.inputs.at("digital", default: "false"))),
// zine-page-margin: 0.25in // margin of zine pages
// draw-border: true // draw border boxes in printing mode
)
// provide your content pages in order and they
// are placed into the zine template positions.
// the content is wrapped before movement so that
// padding and alignment are respected.
//Page 1
= Community Care
#pagebreak()
//Page 2
== What does community care mean?
#pad(right: 1em, left: 1em, "Community care is the principle of making sure the community is healthy, not just its member separately (even though that is a hugely important part of it!), but also that the communityity as a whole functions as a large group. That there's structures in place to reconcile differences, take care of one another in an empathetic way, and that no one regardless of social status, racialisation, disability, or anything else is left by the wayside and forgotten. Community care is above all a responsibility, not one that should be taken by only one or a few people, but everyone in the community. But one that is often lacking or completely missing in modern communities, this zine hopes to help remedy that and help you make your communities safer, more robust, and overall more caring.")
#pagebreak()
== The importance of community care in ALL communities
#pad(right: 1em, left: 1em, "You might think to yourself that your space doesn't need community care, or at least not anything formal. That things are fine in your activism circle, or your hangout spot like a bar or community center, or even at home in your family. But communities might not always visibly need care; harm might be hidden from you, or even when harm isn't present yet—it almost certainly will be in the future. It is best to plan out and work with your community to set up the structures that can heal and prevent harm" + text(weight: "bold", " before ") + "harm happens, so that victims know they will be taken care of, so that the community can heal without banishment or overly harsh punishment of other sorts, and people don't feel threatened to admit wrongdoing.")
#pagebreak()
== Formation, and upholding, of community
#pad(right: 1em, left: 1em, "")
#pagebreak()
== Managing conflict and abuse
#pad(right: 1em, left: 1em, "")
#pagebreak()
== Help with creating safe(r) spaces
#pad(right: 1em, left: 1em, "")
#pagebreak()
//racialisations, disabilities both mental and physical, physical and mental threats, and how to deal with these privileges and considerations intra community (and communicate openly your shortcomings)
== Privilege, space, safety
#pad(right: 1em, left: 1em, "")
#pagebreak()
== So, what now?
#pad(right: 1em, left: 1em, "")