Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpizenberg/cardano-constitution-cf
CF proposal for the Cardano Constitution
https://github.com/mpizenberg/cardano-constitution-cf
Last synced: 22 days ago
JSON representation
CF proposal for the Cardano Constitution
- Host: GitHub
- URL: https://github.com/mpizenberg/cardano-constitution-cf
- Owner: mpizenberg
- Created: 2024-11-21T17:25:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:33:50.000Z (about 1 month ago)
- Last Synced: 2024-12-01T07:05:27.908Z (23 days ago)
- Language: Typst
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cardano Constitution - CF edition
The Cardano Foundation (CF) proposal for the Constitution has just been published today.
The original one is [available on the CF blog][cf-blog].[cf-blog]: https://cardanofoundation.org/blog/proposal-for-cardano-constitution
I thought it would be very convenient to have it in a text format that can easily be versioned and modified with dev tools.
So here we go, here is a Typst version of the document.> Remark: This conversion from the official published PDF has been done with the help of automation tools (LLMs) so please report discrepancies if you spot some.
I won’t have the bandwidth to review issues so they are locked.
Any abusive PR will be closed.
I will only accept PRs that improve this document by fixing mistakes, not modifying it.
I will archive this project if the PRs start getting unsustainable or spammy.
But you can still fork it and modify it as you wish on your fork.## Setup
[Typst][typst] is a markup-based typesetting system, as powerful as LaTeX, but much more modern and friendlier.
To install Typst, follow the instructions in its readme.> Remark: Typst is still young and evolving. At the time of writing this, we use version 0.12.
[typst]: https://github.com/typst/typst
## Generate the PDF
After installation of Typst you can just compile the document to obtain the PDF with the `typst` command.
```sh
typst compile cf-constitution.typ cf-constitution.pdf
```