The bylaws and standing rules of Foulab
- HTML 49%
- Typst 47.6%
- Makefile 3.4%
| bylaws.html | add Bylaws as adopted by the membership on 2025年10月28日 | |
| bylaws.pdf | add Bylaws as adopted by the membership on 2025年10月28日 | |
| bylaws.typ | add Bylaws as adopted by the membership on 2025年10月28日 | |
| Makefile | Initial commit: explain repository and add makefile | |
| README.md | Initial commit: explain repository and add makefile | |
| standing-rules.html | Add standing rule as adopted at the May 2026 meeting | |
| standing-rules.pdf | Add standing rule as adopted at the May 2026 meeting | |
| standing-rules.typ | Add standing rule as adopted at the May 2026 meeting | |
This repository contains a historical record of Foulab's bylaws and standing rules, as adopted by the membership.
These documents are written with Typst so they can be easily rendered to formats like PDF or HTML.
To generate the rendered PDF and HTML documents, install make and Typst and run:
# all formats
make all
# PDF only
make pdf
# HTML only
make html
# remove generated files
make clean