complementary collection of useful functions and modules for SATySFi
let get-image ratio path =
path |> String.append `images/`
|> Image.of-jpeg
|> Inline.of-image (13.5cm |> Length.scale ratio)
in
ctx |> Inline.read {
The quick brown fox jumps over the lazy dog.
\eval(Inline.mandatory-break);
\eval-const(`fox.jpg` |> get-image 0.45);
}
This repository contains a collection of utility functions and modules for SATySFi.
Because the library bundled with the default installation configuration of SATySFi is currently not rich enough, this project aims to provide a complementary library sufficient for most situations in typesetting.
Our repository contains:
We also provide some specific packages for typesetting:
derive
: display proof treescode2
: display program sources with syntax highlightEasy installation using satyrographos:
$ opam install satysfi-base
Any pull requests and/or issues are welcome.
For the moment, we also give access rights to the repository to everyone who is willing to contribute us.
You can freely make changes, create branches, and push them.
If you are intersted in development of this project, please contact us.
All files in this repository are licensed under MIT.