Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```