The tea white paper is a semantically versioned, Markdown document
with mathematical representations embedded as LaTeX.
New releases are compiled to .pdf
with Pandoc before being
published here at GitHub.
We’d love to hear your feedback (be it positive or negative the same). Hop over to our discussions board and open a new thread.
To work on the white paper itself, edit white-paper.md
and submit a pull request;
the compilation result will be attached as an actions artefact.
We recommend compiling locally—you’re both increasing ecosystem decentralization and getting (much) faster debug‐cycles to boot—tea/cli is coming soon… thus with brew:
# macOS
brew install pandoc librsvg pandoc-crossref basictex
# linuxbrew/WSL
brew install pandoc librsvg pandoc-crossref livetex
Then:
make
You now have: ./tea.white-paper.pdf
.
Project | Version |
---|---|
Pandoc | ^2.18 |
gnome.org/librsvg | ^2.54 |