rustyfi 0.1.4

SATySFi command line interface: compile .saty documents to PDF
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Math fixture: `${...}` inline math is core syntax (lexer + CST +
% elaboration already existed and permissively type-checked), so this is a
% plain `stdja-mini` fixture with no `@require: math` — the math package
% isn't loaded yet, and this fixture renders the elaborator-lowered
% `MathElem` tree directly via `read_math`.

@require: stdja-mini

document (|
  title = {Math};
  author = {yasuo};
|) '<
  +p { here is ${x^2} and ${a+b}. }
>